* {
    padding: 0;
    margin: 0;
    /*font-family: "PingFang SC";*/
    font-family: "Noto Sans SC";
    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;
}
.y_gupiao{
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    font-weight: 900;
    transition: ease 0.5s all;
}
.on .fl .y_gupiao{
    color: #333;
    transition: ease 0.5s all;
}
/* 首页 */
.y_phone_index{
    display: none;
}
.y_index_1{
    width: 100%;
    height: 100vh;
    position: relative;
}
.y_index_2{
    width: 100%;
    height: 100%;
}
.y_index_3{
    position: relative;
    width: 100%;
    height: 100%;
}
.y_index_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_index_4{
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0,0,0,0.3);
    z-index: 10;
    top: 0px;
    left: 0px;
}
.y_index_5{
    position: absolute;
    z-index: 11;
    top: 100%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 0px 10px;
    opacity: 0;
    transition: ease 2s all;
}
.y_index_5 h2{
    color: #fff;
    font-size: 72px;
    font-weight: 600;
}
.y_index_5 p{
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
.y_index_5 a{
    display: inline-block;
    border: 1px solid #fff;
    padding: 0px 38px;
    border-radius: 50px;
    line-height: 40px;
    margin-top: 80px;
    color: #fff;
}
.y_index_two_swiper-pagination span{
    background: #fff;
    opacity: 0.6;
}
.y_index_two_swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.y_index_two_mySwiper .swiper-slide-active .y_index_5{
    opacity: 1;
    transition: ease 2s all;
    top: 50%;
}
.y_index_6{
    width: 100%;
    height: 100vh;
    background: url(../images/back_img_1.png) no-repeat;
    background-size:cover;

}
.y_index_7{
    max-width: 1360px;
    width: 100%;
    display: flex;
    align-content: center;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
}
.y_index_8{
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.y_index_9{
    flex: 1;
}
.y_index_9 h2{
    font-size: 42px;
    color: #333;
    margin-bottom: 50px;
}
.y_index_9>p{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
.y_index_10{
    width: 590px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 100px;
}
.y_index_10::after{
    position: absolute;
    content: '';
    width: 240px;
    height: 240px;
    top: 0px;
    left: 0px;
    background: #EF8203;
    content: '';
    z-index: 0;
}
.y_index_10::before{
    position: absolute;
    content: '';
    width: 240px;
    height: 240px;
    right: 0px;
    bottom: 0px;
    background: #1D2087;
    content: '';
    z-index: 0;
}
.y_index_10 video{
    width: 550px;
    height: 360px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.y_index_10 iframe{
    width: 550px;
    height: 360px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.y_index_10 .y_video_img{
    position: absolute;
    width: 550px;
    height: 360px;
    z-index: 2;
}
.y_index_11{
    margin-left: 15px;
    z-index: 1;
}
.y_index_11 img:nth-child(2){
    display: none;
}
.y_index_11 img{
    width: 8px;
    height: 14px;
    display: block;
}
.y_index_13{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 153px;
    margin-top: 80px;
}
.y_index_13 p{
    font-size: 16px;
    color: #333333;
    line-height: 48px;

}
.y_index_hover_a{
    background: #EBEBEB;
    transition: ease 1s all;
    position: relative;
}
.y_index_hover_a p{
    transition: ease 1s all;
    z-index: 1;
    position: relative;
}
.y_index_hover_a::after{
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0px;
    top: 0px;
    content: '';
    background: #093283;
    transition: ease 1s all;
}
.y_index_hover_a:hover::after{
    width: 100%;
    transition: ease 1s all;
}
.y_index_hover_a:hover p{
    color: #fff;
    transition: ease 1s all;
}
.y_index_hover_a:hover .y_index_11 img{
    display: none;
    transition: ease 1s all;
}
.y_index_hover_a:hover .y_index_11 img:nth-child(2){
    display: block;
    transition: ease 1s all;
}
.y_index_hover_a .y_index_11{
    position: relative;
}
.y_index_12{
    width: 100%;
    margin-top: 100px;
    height: 180px;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #E5E5E5;
}
.y_index_14{
    flex: 1;
    border-right: 1px solid #E5E5E5;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    display: flex;
}
.y_index_12 .y_index_14:nth-last-child(1){
    border-right: none;
}
.y_index_14 h2{
    width:100%;
    font-size: 16px;
    color: #1D2087;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.y_index_14 h2 p{
    font-size: 48px;
    color: #1D2087;
    font-weight: 700;
}
.y_index_14 h3{
    font-size: 18px;
    color: #666;
}
.y_index_15{
    width: 100%;
    height: 100vh;
    background: url(../images/back_img_5.png) no-repeat;
    background-size: cover !important;
    position: relative;
    
}
.y_index_15::after{
    position: absolute;
    content: '';
    background: url(../images/back_img_2.png) no-repeat;
    background-size: cover;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
}
.y_index_16{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.y_index_17{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.y_index_18 h2{
    font-size: 42px;
    color: #fff;
    position: relative;
}
.y_index_18 h2::after{
    position: absolute;
    bottom: -30px;
    left: 0px;
    width: 60px;
    height: 6px;
    background: #EF8203;
    content: '';
}
.y_index_19{
    margin-top: 0px;
}
.y_index_20 p{
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 70px;
}
.y_index_21{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-left: 1px solid rgba(255,255,255,0.3);
}
.y_index_22{
    width: calc(25% - 1px);
    height: 220px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-right: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    flex-wrap: wrap;
    transition: ease 1s all;
    background: transparent;
    cursor: pointer;
}
.y_index_22:hover {
    transition: ease 1s all;
    background: #fff;
}
.y_index_22:hover .y_index_23 img{
    display: none;
}
.y_index_22:hover .y_index_23 img:nth-child(2){
    display: block;
}
.y_index_22:hover .y_index_24 p{
    color: #333333;
    transition: ease 1s all;
}
.y_index_22_active {
    transition: ease 1s all;
    background: #fff;
}
.y_index_22_active .y_index_23 img{
      display: none;
}
.y_index_22_active .y_index_24 p{
    color: #333333;
    transition: ease 1s all;
}
.y_index_22_active .y_index_23 img:nth-child(2){
    display: block;
}
.y_index_23{
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
}
.y_index_23 img{
    max-width: 60px;
    height: 100%;
    object-fit: cover;
}
.y_index_23 img:nth-child(2){
    display: none;
}
.y_index_24 p{
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}
.y_index_25{
    max-width: 1360px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.y_index_26 h2{
    color: #333333;
}
.y_index_27{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 110px;
}
.y_index_28{
    flex: 1;
}
.y_index_29{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.y_index_29_hover:hover .y_index_32 h2{
    color: #093283;
    transition: ease 1s all;
}
.y_index_30{
    width: 260px;
    height: 150px;
    margin-right: 20px;
    overflow: hidden;
}
.y_index_30 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_index_31{
    flex: 1;
    height: 150px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.y_index_32{
    width: 100%;
}
.y_index_32 h2{
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: ease 1s all;
}
.y_index_32 p{
    color: #999999;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.y_index_33{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.y_index_33 p{
    font-size: 14px;
    color: #666;
}
.y_index_33 img{
    width: 30px;
    display: inline-block;
}
.y_index_34{
    width: 660px;
    margin-left: 40px;
}
.y_index_34:hover .y_index_37 h2{
    color: #093283;
}
.y_index_35{
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.y_index_35 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_index_36{
    margin-top: 20px;
    width: 100%;
}
.y_index_37 h2{
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.y_index_37 p{
    color: #999;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.y_index_38{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.y_index_38 p{
    color: #666666;
    font-size: 14px;
}
.y_index_38 img{
    width: 30px;
    object-fit: cover;
    display: block;
}
.y_index_39{
    width: 100%;
    height: 100vh;
    background: url(../images/back_img_3.png) no-repeat;
    background-size: cover;
}
.y_index_40{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.y_index_41{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.y_index_42{
    flex: 1;
}
.y_index_43{
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}
.y_index_43::after{
    position: absolute;
    content: '';
    width: 60px;
    height: 6px;
    background: #D5D5D5;
    opacity: 0.3;
    bottom: 0px;
    left: 0px;
}
.y_index_43 h2{
    font-size: 42px;
    color: #fff;
}
.y_index_43 h3{
    color: #EF8203;
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}
.y_index_44{
    margin-top: 50px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.y_index_45{
    width: 837px;
    height: 406px;
    margin-left: 100px;
}
.y_index_46{
    margin-top: 90px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-left: 1px solid rgba(255,255,255,0.3);
    width: 100%;
}
.y_index_47{
    width: calc(100%/6 - 1px);
    border-right: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_index_47 img{
    height: 80px;
    object-fit: cover;
}
.y_index_48{
    width: 100%;
    height: 100vh;
    background: url(../images/back_img_4.png) no-repeat;
    background-size: cover;
}
.y_index_49{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.y_index_50{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDCDF;
    display: flex;
    justify-content: space-between;
}
.y_index_50 p{
    font-size: 16px;
    color: #5B5B6C;
    margin-top: 20px;
}
.y_index_51{
    max-width: 190px;
    width: 100%;
}
.y_index_52{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}
.y_index_53{
    display: flex;
    justify-content: flex-start;
}
.y_index_54{
    margin-right: 70px;
}
.y_index_54 h2{
    color: #363940;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}
.y_index_54 a{
    display: block;
    color: #363940;
    font-size: 14px;
    line-height: 26px;
    opacity: 0.6;
}
.y_index_55{
    max-width: 400px;
    width: 100%;
}
.y_index_57{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #B5B7D3;
}
.y_index_57 img{
    width: 22px;
}
.y_index_58{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.y_index_59{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.y_index_59 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_index_60{
    flex: 1;
    width: 100%;
}
.y_index_60 p{
    color: #363940;
    font-size: 14px;
    line-height: 26px;
    opacity: 0.6;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
}
.y_index_60 h2{
    line-height: 40px;
    color: #363940;
    font-size: 14px;
    opacity: 0.6;
}
.y_index_61{
    position: relative;
}
.y_index_62{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 70px;
    width: 100%;
    background: #22234F;
}
.y_index_63{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}
.y_index_63 p{
    color: #DCDDDF;
    font-size: 14px;
    line-height: 70px;
}
.y_index_63 p a{
    color: #DCDDDF;
    font-size: 14px;
    line-height: 70px;
}




.y_wow_left{
    position: relative;
    left: -100%;
    transition: ease 0.5s all;
    opacity: 0;
    z-index: -1;
}
.y_wow_right{
    position: relative;
    right: -100%;
    transition: ease 0.5s all;
    opacity: 0;
    z-index: -1;
}
.y_wow_up{
    position: relative;
    top: -800%;
    transition: ease 0.5s all;
    opacity: 0;
    z-index: -1;
}
.y_wow_bottom{
    position: relative;
    bottom: -100%;
    transition: ease 0.5s all;
    opacity: 0;
    z-index: -1;
}

.swiper-slide-active .y_index_left{
    transition: ease 1s all;
    left: 0%;
    opacity: 1;
    z-index: 0;
}
.swiper-slide-active .y_index_right{
    transition: ease 1s all;
    right: 0%;
    opacity: 1;
    z-index: 0;
}
.swiper-slide-active .y_index_up{
    transition: ease 1s all;
    top: 0%;
    opacity: 1;
    z-index: 0;
}
.swiper-slide-active .y_index_bottom{
    transition: ease 1s all;
    bottom: 0%;
    opacity: 1;
    z-index: 0;
}
.y_hover_img img{
    transition: ease 1s all;
}
.y_hover_img:hover img{
    transform: scale(1.1);
    transition: ease 1s all;
}

/* 首页 */

/* 公共头部 */
.y_head_1{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    height: 100px;
}
.y_head_2{
    width: 100%;
    position: absolute;
    display: flex !important;
    justify-content: flex-start;
    height: 0px;
    overflow: hidden;
    transition: ease 0.5s all;
}
.y_head_3{
    flex: 1;
    background: #1D2087;
}
.y_head_4{
    width: 640px;
}
.y_head_5{
    width: 100%;
    padding-left: 280px;
    padding-right: 110px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
}
.y_head_6{
    width: 100%;
}
.y_head_6 h2{
    font-size: 30px;
    color: #fff;
}
.y_head_6 p{
    margin-top: 20px;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 22px;
}
.y_head_7{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}
.y_head_8{
    width: 31%;
    margin-right: 3.3%;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 15px;
}
.y_head_7 .y_head_8:nth-child(3n){
    margin-right: 0%;
}
.y_head_8 p{
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    transition: ease 0.5s all;
}
.y_head_8 p::after{
    content: '';
    position: absolute;
    left: -15px;
    top: 20px;
    width: 7px;
    height: 10px;
    background: url(../images/icon_img8.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.5;
    transition: ease 0.5s all;
}
.y_head_7 .y_head_8:hover p{
    color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,1);
    transition: ease 0.5s all;
}
.y_head_7 .y_head_8:hover p::after{
    opacity: 1;
    transition: ease 0.5s all;
}
.navbar_nav .dropdown:hover .y_head_2{
    height: 360px;
    transition: ease 0.5s all;
}

.y_index_one_swiper-pagination span{
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #1D2087;
    border-radius: 20px;
    opacity: 0.5;
    margin: 20px 10px !important;
}
.y_index_one_swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.y_index_one_swiper-pagination span:nth-last-child(1){
    background: url(../images/icon_img9.png) no-repeat;
    background-size: 100% 100%;
    width: 9px;
    height: 19px;
    border: none;
}
.y_head_9{
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
}
.y_head_10{
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
}
.y_head_10 img{
    width: 100%;
    height: 100%;
}
.y_head_10 img:nth-child(2){
    display: none;
}
.y_head_13{
    position: absolute;
    padding-top: 10px;
    left: 50%;
    transform: translate(-50%,0%);
    height: 0px;
    overflow: hidden;
    transition: ease 1s all;
}
.y_head_14{
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.y_head_14 a{
    font-size: 12px;
    color: #333;
    line-height: 26px;
}
.y_head_15:hover .y_head_13{
    transition: ease 1s all;
    height: 72px;
}
.on .y_head_1 .y_head_11 .y_head_9 .y_head_10 img:nth-child(1){
    display: none;
}
.on .y_head_1 .y_head_11 .y_head_9 .y_head_10 img:nth-child(2){
    display: block;
}
.y_head_11{
    display: flex;
    justify-content: flex-end;
}
.y_head_12{
    margin-right: 20px;
}

/* 搜索弹窗 */
.y_search_1{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    top: -100%;
    left: 0px;
    position: fixed;
    z-index: 100;
    transition: ease 0.5s all;
}
.y_search_2{
    width: 100%;
    height: 100px;
    background: #fff;
    top: -100%;
    left: 0px;
    position: fixed;
    z-index: 101;
    transition: ease 0.5s all;
}
.y_search_3{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.y_search_4{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    margin-right: 100px;
    align-items: center;
    border-bottom: 1px solid ;
    position: relative;
}
.y_search_5{
    flex: 1;

}
.y_search_5 .y_search_8 input{
    width: 100%;
    line-height: 59px;
    color: #333;
    padding-left: 10px;
}
.y_search_5 .y_search_8 input::placeholder{
    color: #aaa;
    font-size: 14px;
}
.y_search_6{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.y_search_6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_search_7{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.y_search_7 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_search_9{
    position: absolute;
    opacity: 0;
    right: 0px;
    top: 50%;
    transform: translate(0%,-50%);
    width: 20px;
    cursor: pointer;
}
/* 搜索弹窗 */

/* 右侧悬浮 公共 */
.y_right_comm_1{
    position: fixed;
    z-index: 10;
    right: 0px;
    width: 70px;
    top: 75%;
    transform: translate(0%,-50%);
}
.y_right_comm_1 .y_right_comm_2:hover .y_right_comm_6{
    opacity: 1;
    z-index: 1;
    transition: ease 1s all;
    right: 70px;
}
.y_right_comm_1 .y_right_comm_2:hover .y_right_comm_3{
    background: #EF8203;
    transition: ease 0.5s all;
}
.y_right_comm_2{
    width: 70px;
    height: 70px;
    position: relative;
    cursor: pointer;
}
.y_right_comm_3{
    width: 100%;
    height: 100%;
    background: #1D2087;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    transition: ease 0.5s all;
    position: relative;
    z-index: 10;
}
.y_right_comm_4{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.y_right_comm_4 img{
    height: 21px;
    object-fit: cover;
}
.y_right_comm_5 {
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
.y_right_comm_5 p{
    color: #fff;
    font-size: 12px;
}
.y_right_comm_6{
    background: #fff;
    position: absolute;
    right: -270px;
    margin-right: 15px;
    top: 0px;
    width: 180px;
    border-radius: 5px;
    box-shadow: 0 0 20px 2px #ccc;
    padding: 25px 20px;
    opacity: 0;
    z-index: -1;
    transition: ease 1s all;
}
.y_right_comm_6::after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 10px solid white;
    border-bottom: 8px solid transparent;
    content: '';
    top: 10px;
    right: -10px;
}
.y_right_comm_7{
    width: 100%;
}
.y_right_comm_8{
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}
.y_right_comm_9{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.y_right_comm_10{
    width: 18px;
    height: 16px;
    margin-right: 8px;
}
.y_right_comm_10 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_right_comm_11{
    flex: 1;
}
.y_right_comm_11 a{
    display: inline-block;
    color: #333333;
    font-size: 14px;
}
.y_right_comm_12{
    margin-top: 20px;
}
.y_right_comm_12 h2{
    color: #333333;
    font-size: 14px;
    line-height: 26px;
}
.y_right_comm_12 p{
    font-size: 14px;
    color: #333;
    line-height: 26px;
}
.y_right_comm_13 img{
    height: 9px;
}
/* 右侧悬浮 公共 */
.y_comm_foot_1{
    height: 600px;
}
.y_comm_foot_2{
    position: relative;
}
.on .left a:nth-child(1){
    display: none;
}
.on .left a:nth-child(2){
    display: flex;
}
/* 分页公共头部 */
.y_page_top_1{
    width: 100%;
    position: relative;
}
.y_page_top_2{
    width: 100%;
    height: 500px;
    position: relative;
}
.y_page_top_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_page_top_2::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/banner4.png) no-repeat;
    background-size: 100% 100%;
}
.y_page_top_3{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 2px #ccc;
    height: 80px;
}
.y_page_top_4{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.y_page_top_5{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_page_top_6{
    width: 80px;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #eee;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_page_top_6 img{
    width: 20px;
    height: 20px;
}
.y_page_top_7{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
}
.y_page_top_7 a{
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-right: 20px;
}
.y_page_top_7 p{
    display: flex;
    margin-right: 20px;
}
.y_page_top_7 p:nth-last-child(1){
    display: none;
}
.y_page_top_7 img{
    width: 6px;
    height: 12px;
}
.y_page_top_8{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.y_page_top_9{
    margin-right: 70px;
    border-bottom: 3px solid transparent;
    transition: ease 0.5s all;
}
.y_page_top_9 a{
    font-size: 14px;
    color: #333;
    transition: ease 0.5s all;
    line-height: 80px;
    font-weight: 600;
    height: 100%;
    display: inline-block;
}
.y_page_top_8 .y_page_top_9:nth-last-child(1){
    margin-right: 0px;
}
.y_page_top_9_active{
    border-bottom: 3px solid #1D2087;
}
.y_page_top_9_active a{
    color: #1D2087;
}
.y_page_top_8 .y_page_top_9:hover{
    border-bottom: 3px solid #1D2087;
    transition: ease 0.5s all;
}
.y_page_top_8 .y_page_top_9:hover a{
    color: #1D2087;
    transition: ease 0.5s all;
}
/* 分页公共头部 */

/* 关于我们 */
.y_about_1{
    max-width: 1360px;
    width: 100%;
    margin: 0px auto 0px;
    padding-top: 80px;
}
.y_about_2{
    width: 100%;
    position: relative;
}
.y_about_2 h2{
    color: #333333;
    font-size: 42px;
}
.y_about_2 h2::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #EF8203;
    bottom: -10px;
    left: 0px;
}
.y_about_3{
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
}
.y_about_4{
    flex: 1;
    padding-right: 50px;
}
.y_about_5 h2{
    color: #333333;
    font-size: 30px;
    font-weight: 900;
}
.y_about_6 {
    margin-top: 20px;
}
.y_about_6 p{
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.y_about_7{
    flex: 1;
    padding-left: 100px;
    border-left: 3px solid #EEEEEE;
}
.y_about_8{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}
.y_about_8::after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 1px;
    background: #1D2087;
    content: '';
}
.y_about_8:hover .y_about_12{
    background: #F28513;
    transition: ease 0.5s all;
}
.y_about_10{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.y_about_10 p{
    color: #1D2087;
    font-size: 36px;
    font-weight: 900;
}
.y_about_10 span{
    color: #1D2087;
    font-size: 16px;
}
.y_about_11{
    color: #666666;
    font-size: 16px;
    margin-top: 0px;
}
.y_about_12{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #1D2087;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease 0.5s all;
}
.y_about_12 img{
    max-width: 36px;
    object-fit: cover;
}
.y_about_13{
    width: 100%;
    height: 500px;
    margin-top: 80px;
    margin-bottom: 110px;
    position: relative;
}
.y_about_13 video{
    max-height: 500px;
    width: 100%;
}
.y_about_13 iframe{
    max-height: 500px;
    width: 100%;
}
.y_about_13 iframe video{
    width: 100%;
    height: 100%;
}
.y_about_13 .y_video_img{
    max-height: 500px;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
}
.y_video_img2{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
/* 关于我们 */

/* 公司荣誉 */
.y_company_1{
    width: 100%;
    background: #F6F6F6;
}
.y_company_2{
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.y_company_3{
    width: 32%;
    margin-right: 2%;
    height: 380px;
    background: #fff;
    margin-bottom: 40px;
    cursor: pointer;
}
.y_company_2 .y_company_3:nth-child(3n){
    margin-right: 0%;
}
.y_company_4{
    height: 260px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
}
.y_company_4 img{
    max-height: 220px;
    object-fit: cover;
}
.y_company_5{
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.y_company_5 p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #AAAAAA;
}
.y_company_5 h2{
    color: #000000;
    font-size: 18px;
    width: 100%;
    text-align: center;
}
.y_company_tc_1{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: none;
}
.y_company_tc_2{
    transform: translate(-50%,-50%);
    max-width: 1000px;
    width: 100%;
    background: #fff;
    height: 800px;
    position: fixed;
    z-index: 101;
    top: 50%;
    left: 50%;
    display: none;
}
.y_company_tc_3{
    position: absolute;
    top: 40px;
    right: 40px;
    width: 24px;
    height: 24px;
}
.y_company_tc_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.y_company_tc_4{
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_company_tc_4 img{
    max-height: 650px;
    height: 100%;
    object-fit: cover;
}
.y_company_tc_5{
    width: 100%;
    text-align: center;
}
.y_company_tc_5 h2{
    color: #000;
    font-size: 16px;
}




/* 公司荣誉 */

/* 分页 */
.y_page_num_1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px 110px;
}
.y_page_num_1 li{
    min-width: 40px;
    height: 40px;
    margin: 0px 5px;
    border: 1px solid #D8D8D8;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    padding: 0px 5px;
    transition: ease 0.5s all;
}
.y_page_num_1 a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.y_page_num_1 .active{
    background: #1D2087;
    transition: ease 0.5s all;
}
.y_page_num_1 .active a{
    color: #fff;
    transition: ease 0.5s all;
}
/* 公司历程 */
.y_history_1{
    margin-top: 50px;
    padding-bottom: 140px;
}
.y_history_2{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.y_history_3{
    width: 640px;
    height: 400px;
    margin-right: 100px;
}
.y_history_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_history_4{
    padding-top: 50px;
    flex: 1;
}
.y_history_4 h2{
    color: #1D2087;
    font-size: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-weight: 900;
}
.y_history_4 h2 p{
    font-size: 14px;
}
.y_history_4 h3{
    color: #333333;
    font-size: 18px;
    margin-top: 40px;
}
.y_history_5{
    text-align: center;
    padding-top: 40px;
    width: 100%;
    position: relative;
}
.y_history_5 span{
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #999999;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.y_history_5 p{
    text-align: center;
    color: #999999;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}
.y_history_swiper-button-next::after{
    display: none;
}
.y_history_swiper-button-next{
    background: url(../images/icon_img25.png) no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    right: 35%;
    top: 70%;
}
.y_history_swiper-button-prev::after{
    display: none;
}
.y_history_swiper-button-prev{
    background: url(../images/icon_img24.png) no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    left: 55%;
    top: 70%;
}
.y_history_mySwiper{
    margin-top: 100px;
    position: relative;
}
.y_history_mySwiper::after{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/img_27.png) no-repeat;
    background-size: 100% 100%;
    height: 13px;
    content: '';
}
.swiper-slide-thumb-active .y_history_5 span{
    background: #1D2087;
}
.swiper-slide-thumb-active .y_history_5 p{
    color: #1D2087;
}
/* 公司历程 */

/* 公示文件 */
.y_document_1{
    margin-top: 50px;
    width: 100%;
}
.y_document_2{
    width: 100%;
    border: 1px solid #EEEEEE;
}
.y_document_2 div:nth-last-child(1){
    border-bottom: none;
}
.y_document_2 .y_document_4:nth-child(2n){
    background: #FAFAFA;
}
.y_document_3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.y_document_3 p{
    border-right: 1px solid #EEEEEE;
    line-height: 40px;
    padding-left: 10px;
    width: 200px;
    font-weight: 600;
    font-size: 14px;
    color: #999;
}
.y_document_3 p:nth-child(2){
    flex: 1;
}
.y_document_4{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.y_document_4 p{
    border-right: 1px solid #EEEEEE;
    line-height: 40px;
    padding-left: 10px;
    width: 200px;
    font-size: 14px;
    color: #999;
}
.y_document_4 p:nth-child(2){
    flex: 1;
}

/* 公示文件 */


/* 企业文化 */
.y_corporate_culture_1{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
}
.y_corporate_culture_1 .y_corporate_culture_2:nth-child(2n){
    flex-direction: row-reverse;
}
.y_corporate_culture_2{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_corporate_culture_2 div{
    flex: 1;
    margin-bottom: 20px;
}
.y_corporate_culture_3{
    height: 420px;
    overflow: hidden;
}
.y_corporate_culture_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_corporate_culture_4{
    height: 420px;
    background: #F4F4F4;
    width: 100%;
}
.y_corporate_culture_5{
    padding: 0px 90px;
}
.y_corporate_culture_5 h2{
    color: #333333;
    font-size: 30px;
    font-weight: 900;
    margin-top: 120px;
}
.y_corporate_culture_5 p{
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 20px;
}
/* 企业文化 */

/* 社会公益 */
.y_welfare_1{
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.y_welfare_1 img{
    max-height: 260px;
    height: 100%;
}
.y_welfare_2{
    background: #F8F8F8;
}
/* 社会公益 */

/* 创新优势 */
.y_advantages_1{
    width: 100%;
    margin-top: 40px;
}
.y_advantages_2 p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.y_advantages_3{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
}
.y_advantages_4{
    width: 32%;
    margin-right: 2%;
    border-bottom: 1px solid #1D2087;
    padding-bottom: 30px;
}
.y_advantages_3 .y_advantages_4:nth-last-child(1){
    margin-right: 0%;
}
.y_advantages_5{
    padding-left: 40px;
    position: relative;
}
.y_advantages_5::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 30px;
    background: #EF8203;
    left: 0px;
    top: 0px;
}
.y_advantages_5 h2{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    line-height: 30px;
    font-size: 18px;
    color: #1D2087;
    font-weight: 600;
}
.y_advantages_5 h2 p{
    font-size: 36px;
    font-weight: 900;
    padding: 0px 5px;
}
.y_advantages_5 h3{
    margin-top: 5px;
    color: #666;
    font-size: 18px;
}
.y_advantages_6{
    width: 100%;
    height: 400px;
    background: url(../images/img_31.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 75px;
}
.y_advantages_7{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}
.y_advantages_7>div{
    flex: 1;
}
.y_advantages_8{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.y_advantages_10{
    text-align: center;
    width: 100%;
}
.y_advantages_10 p{
    font-size: 24px;
    color: #fff;
    min-width: 340px;
    display: inline-block;
    padding: 0px 10px;
    height: 60px;
    line-height: 60px;
    background: rgba(255,255,255,0.2);
    margin: 10px auto;
}
.y_advantages_9{
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_advantages_9 p{
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    padding-left: 20px;
}

.y_advantages_mySwiper{
    max-width: 1200px;
    margin: 0 auto;
}
.y_advantages_swiper-button-next::after{
    display: none;
}
.y_advantages_swiper-button-next {
    width: 50px;
    height: 50px;
    background: url(../images/icon_img25.png) no-repeat;
    background-size: 100% 100%;
}
.y_advantages_swiper-button-prev::after{
    display: none;
}
.y_advantages_swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url(../images/icon_img24.png) no-repeat;
    background-size: 100% 100%;
}
.y_advantages_12{
    max-width: 1360px;
    width: 100%;
    margin: 80px auto 90px;
    display: flex;
    justify-content: flex-start;
}
.y_advantages_12>div{
    flex: 1;
    background: #F2F2F7;
    height: 300px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.y_advantages_14{
    margin-left: 40px;
}
.y_advantages_15{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.y_advantages_15 h2{
    width: 340px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    background: #1D2087;
    margin: 0 auto;
}
.y_advantages_16{
    width: 100%;
}
.y_advantages_16 p{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.y_advantages_17{
    max-width: 1360px;
    margin: 80px auto;
    position: relative;
}
/* 创新优势 */

/* 体系管理 */
.y_management_1{
    width: 100%;
    margin-top: 40px;
}
.y_management_2{
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    height: 110px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    transition: ease 0.5s all;
}
.y_management_1 .y_management_2:hover{
    border-bottom: 1px solid #1D2087;
    transition: ease 0.5s all;
}
.y_management_2 h2{
    width: 100%;
    color: #1D2087;
    font-size: 18px;
    font-weight: 900;
}
.y_management_2 p{
    color: #666666;
    font-size: 18px;
}
/* 体系管理 */

/* 公司新闻 */
.y_news_1{
    width: 100%;
    margin-top: 40px;
}
.y_news_2{
    background: #F6F6F6;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    transition: ease 0.5s all;
    padding: 30px;
    border: 1px solid transparent;
}
.y_news_1 .y_news_2:hover{
    transition: ease 0.5s all;
    border: 1px solid #093977;
    background: #FFFFFF;
}
.y_news_1 .y_news_2:hover .y_news_3 h2{
    color: #1D2087;
    transition: ease 0.5s all;
}
.y_news_1 .y_news_2:hover .y_news_4 h2{
    color: #1D2087;
    transition: ease 0.5s all;
}
.y_news_3{
    width: 60px;
}
.y_news_3 h2{
    color: #333333;
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.y_news_3 p{
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}
.y_news_4{
    flex:1;
    margin: 0px 60px 0px 40px;
}
.y_news_4 h2{
    font-size: 22px;
    color: #333;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 30px;
    font-weight: 900;
}
.y_news_4 p{
    color: #888888;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.y_news_5{
    width: 200px;
    height: 150px;
    overflow: hidden;
}
.y_news_5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 公司新闻 */


/* 公司新闻_详情 */
.y_news_date_1{
    width: 100%;
    margin-top: 20px;
}
.y_news_date_2{
    text-align: center;
    width: 100%;
}
.y_news_date_2 h2{
    color: #333333;
    font-size: 36px;
    line-height: 36px;
}
.y_news_date_2 p{
    margin-top: 30px;
    font-size: 16px;
    color: #999;
}
.y_news_date_3{
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}
.y_news_date_3 p{
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}
.y_news_date_4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.y_news_date_4 a{
    font-size: 16px;
    color: #666;
}
.y_news_date_5{
    padding-bottom: 100px;
}
/* 公司新闻_详情 */

/* 招贤纳士 */
.y_recruitment_1{
    width: 100%;
    margin-top: 40px;
}
.y_recruitment_2{
    width: 100%;    
}
.y_recruitment_2 p{
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    display: flex;
    justify-content: flex-start;
}
.y_recruitment_2 p a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #EF8203;
    font-size: 16px;
}
.y_recruitment_2 p a img{
    width: 22px;
    height: 15px;
    margin: 0px 10px;
}
.y_recruitment_3{
    width: 100%;
    margin: 60px 0px 120px;
}
.y_recruitment_3 .y_recruitment6 .y_recruitment7{
    background: #F3F3F3;
}
/* 外部引入 */
.y_recruitment6{
    width: 100%;
}
.y_recruitment7{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    background: #fff;
    align-content: center;
    margin-bottom: 25px;

}
.y_recruitment7>p{
    align-items: center;
    display: flex;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    justify-content: center;    
}
.y_recruitment7_flex_1{
    flex: 1;
    text-align: center;
}
.y_recruitment7_flex_1_2{
    flex: 2;
    text-align: center;
}
.y_recruitment8{
    display: flex;
    justify-content: space-between;
    flex: 2;
    align-items: center;
    margin-right: -1px;
}
.y_recruitment8>p{
    font-size: 14px;
    color: #4d4d4d;
    flex: 1;
}
.y_recruitment9{
    width: 80px;
    height: 80px;
    background: #1D2087;
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_recruitment10{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    /* padding-left: 55px; */
    align-items: center;
    background: #F3F3F3;
    cursor:pointer
}
.y_recruitment9 img{
    width: 10px;
    height: 6px;
}
.y_recruitment9>img:nth-child(2){
    display: none;
}
.y_recruitment10>p{
    font-size: 14px;
    color: #4d4d4d;
}
.y_recruitment10 .y_recruitment7_flex_1_color{
    color: #EF8203;
}
.y_recruitment12{
    margin-top: 30px;
    width: 100%;
    display: none;
}
.y_recruitment13{
    width: 100%;
    margin-bottom: 30px;
}
.y_recruitment13>h2{
    font-size: 18px;
    color: #EF8203;
    margin-bottom: 10px;
    font-weight: 600;
}
.y_recruitment13>p{
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.y_recruitment10_on{
    background: #EF8203 !important;
    transition: ease 0.5s all;
}
.y_recruitment10_on p{
    color: #fff !important;
    transition: ease 0.5s all;
}
.y_recruitment10_on a{
    color: #fff !important;
    transition: ease 0.5s all;
}
.y_recruitment10_on .y_recruitment9{
    background: #1D2087;
    transition: ease 0.5s all;
}
.y_recruitment10_on .y_recruitment9 img{
    width: 10px;
    height: 6px;
}
.y_recruitment10_on .y_recruitment9>img:nth-child(1){
    display: none;
    transition: ease 0.5s all;
}
.y_recruitment10_on .y_recruitment9>img:nth-child(2){
    display: block;
    transition: ease 0.5s all;
}
.y_recruitment11{
    margin-bottom: 10px;
    width: 100%;
}
/* 外部引入 */
.y_recruitment_flex_1{
    flex: 1;
    text-align: center;
}
.y_recruitment_flex_2{
    flex: 2;
}
.y_recruitment_5{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.y_recruitment10 .y_recruitment_7{
    color: #1D2087;
    font-size: 16px;
}
.y_recruitment_9{
    border: 1px solid #EF8203;
    width: 130px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_recruitment_9 a{
    font-size: 16px;
    color: #EF8203;
    display: inline-block;
}
.y_recruitment_9 p{
    font-size: 13px;
    color: #EF8203;
    display: inline-block;
}
.y_recruitment_10{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12px;
}
.y_recruitment_10 img{
    width: 17px;
    height: 19px;
}
.y_recruitment_10 img:nth-child(2){
    display: none;
}
.y_recruitment10_on .y_recruitment_9{
    transition: ease 0.5s all;
    border: 1px solid #fff;
}
.y_recruitment10_on .y_recruitment_10>img:nth-child(1){
    display: none;
}
.y_recruitment10_on .y_recruitment_10>img:nth-child(2){
    display: block;
}
/* 招贤纳士 */

/* 联系我们 */
.y_contact_1{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 160px;
}
.y_contact_2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #E9E9E9;
}
.y_contact_2>div{
    flex: 1;
    text-align: center;
    height: 60px;
    position: relative;
    border-right: 1px solid #e9e9e9;
    transition: ease 0.5s all;
    cursor: pointer;
}
.y_contact_2>div:nth-last-child(1){
    border-right: none;
}
.y_contact_2>div>p{
    font-size: 18px;
    color: #666666;
    line-height: 60px;
    transition: ease 0.5s all;
}
.y_contact_2 .y_contact_3{
    background: #1D2087;
    position: relative;
    transition: ease 0.5s all;
}
.y_contact_2 .y_contact_3::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #1d2087;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%,0%);
}
.y_contact_2 .y_contact_3 p{
    color: #fff;
    transition: ease 0.5s all;
}
.y_contact_4{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 70px;
}
.y_contact_5{
    flex: 1;
}
.y_contact_6{
    font-size: 36px;
    color: #333;
}
.y_contact_7{
    margin-top: 55px;
}
.y_contact_8{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.y_contact_8 p{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #E1E1E1;
    width: 100%;
    padding: 20px 0px;
}
.y_contact_9{
    max-width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.y_contact_9 img{
    width: 100%;
    object-fit: cover;
}

.y_contact_10{
    width: 680px;
    height: 360px;
    margin-left: 80px;
}
.y_contact_10>div{
    width: 100%;
    height: 100%;
}
/* 联系我们 */

/* 产品详情 */
.y_pro_date_1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 70px 0px 110px;
}
.y_pro_date_2{
    position: relative;
    width: 500px;
    height: 500px;
    border: 1px solid #EEEEEE;
    margin-right: 85px;
}
.y_pro_date_3{
    position: relative;
    flex: 1;
}
.y_pro_date_4{
    width: 100%;
    height: 100%;
}
.y_pro_date_4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_pro_date_5{
    width: 100%;
}
.y_pro_date_5 h2{
    font-size: 36px;
    color: #333;
    font-weight: 900;
}
.y_pro_date_6{
    margin-top: 60px;
    width: 100%;
}
.y_pro_date_6 h2{
    font-size: 16px;
    color: #999;
    line-height: 30px;
}
.y_pro_date_6 p{
    font-size: 16px;
    color: #999;
    line-height: 30px;
    position: relative;
    padding-left: 10px;
}
.y_pro_date_6 p::after{
    position: absolute;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 20px;
    left: 0px;
    top: 50%;
    content: '';
    transform: translate(-50%,-50%);
    display: none;
}
.y_pro_date_7{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_pro_date_7 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #EEEEEE;
    transition: ease 0.5s all;
    padding: 1px;
}
.y_pro_date_8{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    height: 400px;
}
.y_pro_date_9{
    width: 100%;
    position: relative;
}
.y_pro_date_mySwiper{
    padding: 0px 30px;
}
.y_pro_date_swiper-button-next::after{
    display: none;
}
.y_pro_date_swiper-button-next{
    background: url(../images/icon_img35.png) no-repeat;
    background-size: 100% 100%;
    width: 13px;
    height: 22px;
}
.y_pro_date_swiper-button-prev::after{
    display: none;
}
.y_pro_date_swiper-button-prev{
    background: url(../images/icon_img34.png) no-repeat;
    background-size: 100% 100%;
    width: 13px;
    height: 22px;
}
.y_pro_date_mySwiper .swiper-slide-thumb-active .y_pro_date_7 img{
    border: 1px solid #1D2087;
    transition: ease 0.5s all;
}
.y_pro_date_10{
    width: 100%;
    background: #F6F6F6;
}
.y_pro_date_11{
    max-width: 1360px;
    margin: 0px auto;
    padding: 70px 0px 130px;
}
.y_pro_date_12{
    position: relative;
}
.y_pro_date_12 h2{
    color: #333333;
    font-size: 30px;
    padding-left: 30px;
    position: relative;
    line-height: 30px;
}
.y_pro_date_12 h2::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    background: #1D2087;
    left: 0px;
    top: 0px;
}
.y_pro_date_13{
    width: 100%;
    padding: 70px 20px 110px;
    background: #fff;
    margin-top: 50px;
}
.y_pro_date_14{
    max-width: 1360px;
    margin: 0 auto;
    padding: 60px 0px 110px;
}
.y_pro_date_15{
    width: 100%;
    margin-top: 50px;
}
.y_pro_date_16{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.y_pro_date_16 .y_pro_date_17:nth-child(4){
    margin-right: 0%;
}
.y_pro_date_17{
    display: inline-block;
    width: 24%;
    margin-right: 1.3%;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    padding: 0.5px;
}
.y_pro_date_18{
    width: 100%;
    height: 325px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.y_pro_date_18 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.y_pro_date_19{
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px;
    align-content: center;
}
.y_pro_date_20{
    width: 100%;
}
.y_pro_date_20 h2{
    color: #333;
    font-size: 18px;
    font-weight: 900;
}
.y_pro_date_21{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.y_pro_date_21 p{
    font-size: 14px;
    color: #aaa;
    display: none;
}
.y_pro_date_21 p:nth-child(3){
    display: block;
}
.y_pro_date_22{
    width: 30px;
    height: 4px;
}
.y_pro_date_22 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 产品详情 */


/* 产品中心 */
.y_pro_1{
    width: 100%;
}
.y_pro_2{
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 80px 0px 90px;
}
.y_pro_3{
    width: 100%;
}
.y_pro_4{
    width: 100%;
    margin-bottom: 40px;
}
.y_pro_4 h2{
    font-size: 36px;
    line-height: 36px;
    color: #333;
    font-weight: 900;
}
.y_pro_5{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: 1px solid #E9E9E9;
    margin-bottom: 40px;
}
.y_pro_5>div{
    cursor: pointer;
}
.y_pro_5>div>p{
    padding: 0px 36px;
    line-height: 50px;
    color: #666;
    font-size: 14px;
    transition: ease 0.5s all;
}
.y_pro_5 .y_pro_6 p{
    background: #1D2087;
    color: #fff;
    transition: ease 0.5s all;
}
.y_pro_1 .y_pro_7:nth-child(2n){
    background: #F6F6F6;
}
/* 产品中心 */








@media only screen and (min-width: 768px) and (max-width: 1439px) {
    .header .navbar_nav li>a{
        padding: 0 10px;
    }
}




@media only screen and (min-width: 300px) and (max-width: 767px) {
    .y_index_one_mySwiper{
        display: none;
    }
    .y_phone_index{
        display: block;
    }
    .y_index_1{
        height: 500px;
    }
    .y_index_5 h2{
        font-size: 32px;
    }
    .y_index_5 a{
        margin-top: 40px;
    }
    .y_index_6{
        height: auto;
        padding-bottom: 20px;
    }
    .y_index_7{
        padding: 0px 10px;
        height: auto;
        margin-top: 20px;
    }
    .y_index_8 {
        flex-wrap: wrap;
    }
    .y_index_9{
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .y_index_9 h2{
        margin-top: 10px;
        font-size: 28px;
        margin-bottom: 10px;
    }
    .y_index_9>p{
        font-size: 14px;
    }
    .y_index_10{
        width: 100%;
        margin-right: 0px;
        height: 400px;
    }
    .y_index_10 video{
        height: 350px;
    }
    .y_index_10 iframe{
        height: 350px;
    }
    .y_index_10::before{
        display: none;
    }
    .y_index_10::after{
        display: none;
    }
    .y_index_10 video{
        width: 100%;
    }
    .y_index_10 iframe{
        width: 100%;
        z-index: 1;
    }
    .y_index_hover_a{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .y_index_12{
        margin-top: 0px;
        flex-wrap: wrap;
        height: auto;
    }
    .y_index_13{
        width: 100px;
    }
    .y_index_13 p{
        font-size: 12px;
        line-height: 30px;
    }
    .y_index_14{
        width: 50%;
        flex: none;
        height: 140px;
    }
    .y_index_14 h2 p{
        font-size: 30px;
    }
    .y_index_14 h3{
        font-size: 16px;
    }
    .y_index_15{
        height: auto;
    }
    .y_index_15::after{
        height: 100%;
    }
    .y_index_16{
        padding: 0px 10px 20px;
        height: auto;
    }
    .y_index_17{
        margin-top: 10px;
    }
    .y_index_18 h2{
        font-size: 28px;
    }
    .y_index_18 h2::after{
        bottom: -15px;
    }
    .y_index_20 p{
        font-size: 12px;
        margin-top: 30px;
    }
    .y_index_21{
        margin-top: 10px;
    }
    .y_index_22{
        width: calc(50% - 1px);
        height: 150px;
    }
    .y_index_25{
        height: auto;
        padding: 0px 10px;
    }
    .y_index_27{
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .y_index_29{
        margin-bottom: 15px;
    }
    .y_index_30{
        width: 180px;
        height: 120px;
        margin-right: 10px;
    }
    .y_index_31{
        height: 120px;
    }
    .y_index_32 h2{
        font-size: 16px;
    }
    .y_index_34{
        width: 100%;
        margin-left: 0px;
        display: none;
    }
    .y_index_39{
        height: auto;
    }
    .y_index_40{
        padding: 0px 10px 20px;
        height: auto;
    }
    .y_index_43 h2{
        font-size: 28px;
    }
    .y_index_43{
        margin-top: 10px;
        padding-bottom: 20px;
    }
    .y_index_43 h3{
        font-size: 26px;
        margin-top: 10px;
    }
    .y_index_45{
        display: none;
    }
    .y_index_44{
        margin-top: 20px;
        font-size: 14px;
    }
    .y_index_46{
        margin-top: 20px;
    }
    .y_index_47{
        width: calc(100%/2 - 1px);
        height: 100px;
    }
    .y_index_48{
        height: auto;
    }
    .y_index_49{
        padding: 0px 10px;
        height: auto;
    }
    .y_index_50{
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .y_index_50 p{
        margin-top: 10px;
    }
    .y_index_52{
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .y_index_54{
        margin-right: 10px;
    }
    .y_index_54 h2{
        font-size: 13px;
    }
    .y_index_54 a{
        font-size: 12px;
    }
    .y_index_55{
        max-width: 100%;
        margin-top: 20px;
    }
    .y_index_57{
        width: 40px;
        height: 40px;
    }
    .y_index_58{
        margin-bottom: 10px;
    }
    .y_index_59{
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .y_index_60 p{
        font-size: 12px;
    }
    .y_phone_index_1{
        position: relative;
    }
    .y_index_63 p{
        padding: 0px 10px;
    }
    .y_index_63 p{
        font-size: 12px;
    }
    .y_index_63 p a{
        font-size: 12px;
    }
    .y_page_top_2{
        height: 400px;
    }
    .y_page_top_3{
        height: 60px;
    }
    .y_page_top_4{
        overflow-x: scroll;
        display: -webkit-box;
        height: 60px;
    }
    .y_page_top_5{
        display: none;
    }
    .y_page_top_8{
        overflow-x: scroll;
        display: -webkit-box;
        padding: 0px 10px;
    }
    .y_page_top_9{
        margin-right: 20px;
    }
    .y_page_top_9 a{
        line-height: 60px;
    }
    .y_about_1{
        margin: 0px auto 0px;
        padding: 10px;
    }
    .y_about_2 h2{
        font-size: 26px;
    }
    .y_about_3{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .y_about_4{
        flex: none;
        width: 100%;
        padding-right: 0px;
    }
    .y_about_7{
        flex: none;
        width: 100%;
        padding-left: 0px;
        border-left: none;
        margin-top: 10px;
    }
    .y_about_5 h2{
        font-size: 20px;
    }
    .y_about_6{
        margin-top: 10px;
    }
    .y_about_6 p{
        font-size: 14px;
        line-height: 24px;
    }
    .y_about_13{
        margin-top: 10px;
        height: 200px;
    }
    .y_right_comm_1{
        width: 60px;
        top: 50%;
    }
    .y_right_comm_2{
        width: 60px;
        height: 60px;
    }
    .y_right_comm_4 img{
        height: auto;
        width: 15px;
    }
    .y_right_comm_5 p{
        font-size: 12px;
    }
    .y_company_2{
        margin-top: 30px;
    }
    .y_company_3{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
        height: 300px;
    }
    .y_company_tc_2{
        width: 90%;
        height: 60vh;
    }
    .y_company_tc_3{
        top: 20px;
        right: 20px;
    }
    .y_company_4{
        height: 240px;
    }
    .y_company_5{
        height: 60px;
    }
    .y_company_5 h2{
        font-size: 14px;
    }
    .y_company_tc_4{
        height: 50vh;
    }
    .y_company_tc_5{
        height: 10vh;
    }
    .y_company_tc_5 h2{
        line-height: 10vh;
        font-size: 12px;
    }
    .y_page_num_1{
        padding: 20px 0px 20px;
    }
    .y_history_1{
        margin-top: 50px;
        padding-bottom: 20px;
    }
    .y_history_2{
        flex-wrap: wrap;
    }
    .y_history_3{
        width: 100%;
        margin-right: 0px;
        height: 300px;
    }
    .y_history_4{
        padding-top: 10px;
    }
    .y_history_4 h2{
        font-size: 26px;
    }
    .y_history_4 h3{
        font-size: 14px;
        margin-top: 10px;
    }
    .y_history_mySwiper{
        margin-top: 20px;
    }
    .y_history_5{
        padding-top: 10px;
    }
    .y_history_mySwiper::after{
        display: none;
    }
    .y_history_swiper-button-next{
        display: none;
    }
    .y_history_swiper-button-prev{
        display: none;
    }
    .y_document_3 p{
        width: 100px;
        font-size: 12px;
    }
    .y_document_4 p{
        width: 100px;
        font-size: 12px;
    }
    .y_corporate_culture_1{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .y_corporate_culture_2{
        flex-wrap: wrap;
    }
    .y_corporate_culture_2 div{
        flex: none;
        width: 100%;
    }
    .y_corporate_culture_3{
        height: 300px;
    }
    .y_corporate_culture_4{
        height: 300px;
    }
    .y_corporate_culture_5{
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        height: 100%;
    }
    .y_corporate_culture_5 h2{
        margin-top: 0px;
    }
    .y_corporate_culture_2 div{
        margin-bottom: 10px;
    }
    .y_advantages_1{
        margin-top: 20px;
    }
    .y_advantages_2 p{
        font-size: 14px;
    }
    .y_advantages_3{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .y_advantages_4{
        width: 100%;
        margin-right: 0%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .y_advantages_5{
        padding-left: 20px;
    }
    .y_advantages_5::after{
        top: 2px;
    }
    .y_advantages_6{
        margin-top: 15px;
        background: #1D2087;
    }
    .y_advantages_7{
        flex-wrap: wrap;
    }
    .y_advantages_7>div{
        flex: none;
        width: 100%;
    }
    .y_advantages_12{
        flex-wrap: wrap;
        margin: 10px auto 20px;
    }
    .y_advantages_10 p{
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .y_advantages_9 p{
        font-size: 16px;
        line-height: 30px;
        padding: 0px 10px;
    }
    .y_advantages_14{
        margin-left: 0px;
    }
    .y_advantages_12>div{
        height: 200px;
        margin-bottom: 10px;
    }
    .y_advantages_15{
        margin-bottom: 10px;
    }
    .y_advantages_15 h2{
        width: 300px;
        line-height: 50px;
        font-size: 18px;
    }
    .y_advantages_17{
        margin: 20px auto;
        padding: 0px 10px;
    }
    .y_management_1{
        margin-top: 20px;
    }
    .y_management_2{
        height: 90px;
    }
    .y_management_2 p{
        font-size: 14px;
    }
    .y_news_1{
        margin-top: 20px;
    }
    .y_news_2{
        padding: 10px;
        margin-bottom: 10px;
    }
    .y_news_3 h2{
        font-size: 28px;
        line-height: 28px;
        text-align: center;
    }
    .y_news_4{
        margin: 0px 10px 0px 10px;
    }
    .y_news_4 h2{
        margin-bottom: 10px;
    }
    .y_news_5{
        display: none;
    }
    .y_recruitment_3{
        margin: 20px 0px 20px;
    }
    .y_recruitment7{
        height: 40px;
    }
    .y_recruitment7>p{
        font-size: 14px;
    }
    .y_recruitment9{
        width: 40px;
        height: 40px;
    }
    .y_recruitment_9{
        display: none;
    }
    .y_recruitment_flex_2{
        flex: 1;
    }
    .y_contact_1{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .y_contact_4{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .y_contact_7{
        margin-top: 10px;
    }
    .y_contact_8 p{
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0px;
    }
    .y_contact_9{
        max-width: 18px;
        margin-right: 10px;
    }
    .y_contact_10{
        width: 100%;
        margin-left: 0px;
    }
    .y_contact_2>div{
        height: 40px;
    }
    .y_contact_2>div>p{
        font-size: 16px;
        line-height: 40px;
    }
    .y_pro_date_1{
        flex-wrap: wrap;
        margin: 20px 0px;
    }
    .y_pro_date_2{
        width: 100%;
        height: 300px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .y_pro_date_4{
        height: 300px;
    }
    .y_pro_date_5 h2{
        font-size: 26px;

    }
    .y_pro_date_3{
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .y_pro_date_6{
        margin-top: 10px;
    }
    .y_pro_date_7{
        width: 80px;
        height: 80px;
    }
    
    .y_pro_date_8{
        height:  auto;
        margin: 20px 0px 10px;
    }
    .y_pro_date_mySwiper{
        width: 100%;
        position: relative;
    }
    .y_pro_date_mySwiper .swiper-slide{
        width: 80px !important;
    }
    .y_pro_date_11{
        padding: 20px 10px;
    }
    .y_pro_date_12 h2{
        font-size: 25px;
        padding-left: 20px;
        line-height: 25px;
    }
    .y_pro_date_13{
        padding: 20px 10px;
        margin-top: 10px
    }
    .y_pro_date_14{
        padding: 20px 10px;
    }
    .y_pro_date_15{
        margin-top: 20px;
    }
    .y_pro_date_17{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }
    .y_pro_1{
        /* padding: 0px 10px; */
    }
    .y_pro_2{
        padding: 20px 10px;
    }
    .y_pro_4{
        margin-bottom: 20px;
    }
    .y_pro_4 h2{
        font-size: 26px;
        line-height: 26px;
    }
    .y_pro_5{
        margin-bottom: 20px;
        overflow-x: scroll;
        display: -webkit-box;
    }
    .y_index_10 .y_video_img{
        width: 100%;
        height: 350px;
    }
}
