@charset "UTF-8";
header {
    width: 100%;
    background-color: #fff;
}

a {
    color: unset;
}

.rNav {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 999;
}

.rNav>div {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    transition: 0.6s;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.rNav>div:hover {
    background-color: #e6e6e6;
}

.rNav>div h1 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.in {
    width: 200px;
    height: 80px;
    transition: 0.6s;
    position: absolute;
    display: none;
    background-color: #e6e6e6;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.in2 {
    width: 200px;
    height: 182px;
    background-color: #e6e6e6;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: none;
    position: absolute;
    left: -200px;
    top: 0;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

.phone:hover .in {
    left: -200px;
    display: flex;
}

.in h1 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
}

.in3 {
    width: 240px;
    height: 321px;
    background-color: #e6e6e6;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 12px;
    position: absolute;
    top: 0;
    left: -240px;
    display: none;
}

.in3 h1 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #7a7a7a;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.in3 h1 span {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #999999;
}

.in3 h2 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
}

.in3 textarea {
    width: 100%;
    height: 78px;
    outline: unset;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-top: 8px;
}

.in3 textarea::placeholder,
.in3 input::placeholder {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
}

.in3 input {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    outline: unset;
    margin-bottom: 10px;
    padding-left: 12px;
}

.in3 button {
    width: 88px;
    height: 32px;
    background-color: #0a9718;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #ffffff;
}

.wechat:hover .in2 {
    left: -200px;
    display: flex;
}

.msg:hover .in3 {
    left: -240px;
    display: block;
}

.headMain {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headRight {
    width: 780px;
}

.headRight ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.headRight ul li {
    height: 80px;
}

.headRight ul li a {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333;
}

.headRight ul li a::after {
    content: '';
    width: 0px;
    height: 2px;
    background-color: #288e3a;
    position: absolute;
    bottom: 9px;
    transition: 0.3s;
}

.headRight ul .navActive {
    font-weight: 600;
}

.headRight ul .navActive a::after {
    width: 20px;
}

.headRight ul li:hover a {
    font-weight: 600;
}

.headRight ul li:hover a::after {
    width: 20px;
}

.headM {
    display: none;
}

footer {
    background-image: url(../images/zy-images/footBg.png);
    width: 100%;
}

.footUnder {
    width: 100%;
    border-top: 1px solid rgb(255, 255, 255, 0.04);
}

.footUnderMain {
    width: 1500px;
    height: 55px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footUnderMain div {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #cccccc;
}

.footTop {
    width: 100%;
}

.footTopMain {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 45px;
}

.footTopMainLeft {
    display: flex;
    width: 832px;
    justify-content: space-between;
}

.footTopMainLeft ul h1 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
}

.footTopMainLeft ul li {
    font-family: MicrosoftYaHeiLight;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.8;
}

.footTopMainRight {
    width: 315px;
}

.footTopMainRight h1 {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footTopMainRight h2 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indexNews {
    width: 1420px;
    margin: 0 auto;
}

.indexNews .swiper-container {
    width: 1328px;
    margin: 0 auto;
}

.zy-indexLoop .swiper-slide img {
    width: 100%;
}

.zy-indexLoop .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.zy-indexLoop .swiper-pagination-bullet {
    width: 36px;
    height: 8px;
    border-radius: 4px;
    border: solid 1px #ffffff;
}

.zy-title>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 280px;
    margin: 0 auto;
}

.zy-title h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #333333;
}

.zy-title h2 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #808080;
    text-align: center;
    padding-bottom: 30px;
}

.zy-titleHr {
    width: 60px;
    height: 2px;
    background-color: #666666;
}

.indexTabItem {
    width: 100px;
    height: 31px;
    border: solid 1px #bfbfbf;
    transition: 0.6s;
}

.indexTabItem:hover {
    background-color: #333333;
    border: solid 1px #333333;
}

.indexTabItem:hover a {
    color: #ffffff;
}

.indexTabItem a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    transition: 0.6s;
}

.indexTab {
    width: 340px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
}

.zy-index {
    padding-top: 100px;
    background: url(../images/zy-images/ib.png);
}

.indexNewsTop {
    padding: 20px;
}

.indexNewsTop h1 {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 30px;
    margin-bottom: 15px;
    transition: 0.6s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indexNewsTop p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indexNewsBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 30px;
    height: 65px;
    border-top: 1px solid #cccccc;
    transition: 0.6s;
}

.indexNewsBottom div {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: 600;
    color: #666666;
}

.indexNewsTop img {
    width: 100%;
}

.indexNews .swiper-slide {
    background-color: #ffffff;
}

.indexNews {
    position: relative;
    margin-bottom: 100px;
}

.indexNews .swiper-button-next {
    background-image: url(../images/zy-images/nlr.png);
    width: 29px;
    height: 57px;
    background-size: 29px 57px;
    right: 0;
}

.indexNews .swiper-button-prev {
    background-image: url(../images/zy-images/nll.png);
    width: 29px;
    height: 57px;
    background-size: 29px 57px;
    left: 0;
}

.indexNews .swiper-slide:hover h1 {
    color: #267b26;
}

.indexNews .swiper-slide:hover .indexNewsBottom div {
    color: #267b26;
}

.indexNews .swiper-slide:hover .indexNewsBottom {
    border-top: 1px solid #267b26;
}

.indexNews .swiper-slide .indexNewsBottom img {
    opacity: 0;
    transition: 0.6s;
}

.indexNews .swiper-slide:hover .indexNewsBottom img {
    opacity: 1;
}

.indexH3 {
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding-bottom: 40px;
}

.indexProduct {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.indexProduct>div {
    width: 25%;
    position: relative;
}

.indexProduct>div .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(33, 37, 41, 0.3);
    display: none;
}

.indexProduct>div .mask h2 {
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
}

.indexProduct>div .mask p {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
}

.indexProduct>div h1 {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 20px;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #ffffff;
}

.indexProduct>div img {
    width: 100%;
    height: 100%;
}

.indexProduct>div:hover h1 {
    display: none;
}

.indexProduct>div:hover .mask {
    display: flex;
}

.profilesyn {
    width: 1200px;
    margin: 0 auto;
    padding-top: 58px;
}

.profilesyn1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 58px;
}

.profilesyn1Right {
    width: 663px;
}

.profilesyn1Right p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.profilesynTitle h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 10px;
}

.profilesynTitleHr {
    width: 32px;
    height: 2px;
    background-color: #288e3a;
}

.profilesyn2 {
    display: flex;
    align-items: center;
}

.profilesyn2 .profilesyn2Hr {
    width: 52px;
    height: 1px;
    background-color: #e6e6e6;
    margin: 0 20px;
}

.profilesyn2Content {
    height: 54px;
    border-radius: 27px;
    background-color: #e6e6e6;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    padding-right: 30px;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
    cursor: pointer;
}

.profilesyn2Content:hover {
    background-color: #333333;
    color: #ffffff;
}

.profilesynOut .profilesynTitle {
    margin-bottom: 30px;
}

.profilesynToday {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.profilesynTodayLeft p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
}

.profilesynTodayRight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profilesyn3 {
    margin-top: 58px;
}

.profilesyn4Out {
    margin-top: 55px;
}

.profilesyn4 {
    width: 992px;
    margin-top: 30px;
}

.profilesyn4 p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.profilesynMidMain {
    width: 835px;
    height: 200px;
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.profilesynMidMainP p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.profilesynMid {
    width: 100%;
    height: 280px;
    background-color: #f5f5f5;
    padding-top: 30px;
    margin-top: 50px;
}

.profilesynMid>div {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.profilesynMidMain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.profilesyn5 {
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
    margin-bottom: 100px;
}

.profilesyn5 img {
    width: 23%;
}

.profilesyn1Left img {
    width: 100%;
}

.culture {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.cultureTitle h1 {
    font-family: MicrosoftYaHei-Bold;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    border-bottom: 2px solid #238425;
    margin: unset;
    line-height: unset;
}

.cultureTitle div {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
}

.cultureMain {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.cultureMainLeft {
    width: 900px;
}

.cultureMainLeft>div {
    margin-bottom: 23px;
}

.cultureMainLeft>div:last-child {
    margin-bottom: unset;
}

.cultureMainLeft>div h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: unset;
    margin: unset;
    padding-bottom: 3px;
}

.cultureMainLeft>div p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.cultureMainRight img {
    height: 100%;
}

.cultureBottom {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 100px;
}

.cultureBottom>div {
    width: 32%;
}

.cultureBottomMain {
    width: 100%;
    height: 270px;
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 10px;
}

.cultureBottomMain p {
    font-family: SourceHanSansSC-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0px;
    color: #666666;
}

.ryzs {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 100px;
}

.ryzsItem {
    width: 32.16%;
    padding: 30px;
    border: solid 1px #bfbfbf;
    margin-bottom: 40px;
}

.ryzsItem>div {
    border: solid 1px #bfbfbf;
}

.ryzsItem>div img {
    width: 100%;
}

.zy-newsCenterMain {
    width: 50%;
    margin-right: 20px;
}

.news-img-wrapper {
    width: 28%;
}

.news-img-wrapper img {
    width: 100%;
}

.zy-newsCenter {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.zy-newsCenter li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.zy-newsCenter li h1 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #000000;
    padding-bottom: 31px;
    margin: unset;
}

.zy-newsCenter li p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 600px;
}

.zy-newsCenterMainRight {
    width: 100px;
    margin-right: 20px;
}

.zy-newsCenter li h2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #808080;
    padding-bottom: 55px;
}

.zy-newsCenterMainRight div {
    width: 70%;
    border-left: 1px solid #cccccc;
    height: 26px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.zy-newsCenter li,.zy-newsCenter li:hover>div:first-child{
    transition:all .3s;
}
.zy-newsCenter li:hover {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.zy-newsCenter li:hover>div:first-child {
    margin-left: 20px;
    margin-right: 30px;
}

.zy-newsCenter li:hover h2 {
    font-weight: 600;
    color: #333333;
}

.zy-newsCenter li:hover .zy-newsCenterMainRight div {
    width: 100%;
}

.zy-newsCenter {
    margin-top: 60px;
}

.recruiting {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.recruitingTitle {
    display: flex;
    align-items: flex-end;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.recruitingTitle h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    margin: unset;
    margin-right: 15px;
}

.recruitingTitle h2 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    margin: unset;
}

.recruiting1 {
    padding-bottom: 20px;
}

.recruiting1 h3 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
}

.recruiting1 h4 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-left: 30px;
}

.recruiting1>div {
    display: flex;
}

.recruiting1>div>div:last-child {
    margin-left: 50px;
}

.recruiting1>div>div>div {
    padding-left: 30px;
}

.recruiting2 {
    margin-top: 60px;
}

.recruitingItemMain {
    background-color: #fafafa;
    width: 100%;
    padding: 28px;
    display: none;
}

.recruitingItemMain h1 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #000000;
}

.recruitingItemMain h2 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #ac1d2f;
}

.recruitingItemMain p {
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
    padding-left: 5px;
}

.recruitingItemTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fafafa;
    border-radius: 4px;
}

.recruitingItemTitle div {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.recruitingItemTitle h1 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #666666;
}

.recruitingItemTitle h2 {
    font-family: MicrosoftYaHeiLight;
    font-size: 14px;
    color: #666666;
    margin: unset;
    margin-right: 10px;
}

.recruitingItemTitle img {
    transition: 0.6s;
}

.rot {
    transform: rotate(90deg);
}

.change {
    background-color: #333333;
    transition: 0.6s;
}

.recruitingItemTitle .changeH1 {
    color: #ffffff;
    font-weight: 600;
}

.recruitingItemTitle .changeH2 {
    color: #ffffff;
}

.recruitingItem {
    margin-bottom: 20px;
}

.recruiting3 {
    margin-top: 60px;
    margin-bottom: 70px;
}

.recruiting3Main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recruiting3Main img {
    width: 49%;
    margin-bottom: 30px;
}

.zy-newsDD {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 140px;
}

.zy-newsPage {
    width: 100%;
    display: flex;
}

.zy-newsPage>div {
    width: 50%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    cursor: pointer;
}

.zy-newsPage h1 {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #808080;
}

.zy-pagePrev img {
    margin-left: 40px;
}

.zy-pageNext img {
    margin-right: 40px;
    transform: rotate(180deg);
}

.zy-newsPage>div:hover {
    background-color: #333333;
}

.zy-newsPage>div:hover h1 {
    color: #ffffff;
}

.zy-newsDDImg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy-newsDD>h1 {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #000000;
    text-align: center;
}

.zy-newsDD>h2 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    padding-top: 24px;
    padding-bottom: 30px;
    text-align: center;
    margin: unset;
}

.zy-newsDDHr {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin-bottom: 30px;
}

.zy-newsDD p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    margin-bottom: 20px;
}

@media (max-width:1920px) {}

@media (max-width:1599px) {
    .headMain,
    .footTopMain,
    .footUnderMain {
        width: 93.7%;
    }
    .indexProduct>div {
        width: 25%;
    }
    .indexProduct>div h1 {
        font-size: 17px;
    }
    .indexProduct>div .mask h2 {
        font-size: 17px;
    }
    .indexProduct>div .mask p {
        font-size: 16px;
        line-height: 28px;
    }
    .indexProduct>div:nth-child(n+9) {
        display: none;
    }
}

@media (max-width:1420px) {
    .indexNews {
        width: 100%;
    }
    .indexNews .swiper-container {
        width: calc(100% - 60px);
    }
}

@media (max-width:1365px) {
    .footTopMainLeft {
        width: 60%;
    }
    .profilesyn,
    .culture,
    .ryzs,
    .recruiting,
    .zy-newsDD {
        width: 93%;
    }
    .profilesynMid>div {
        width: 93%;
    }
    .profilesyn1Right {
        width: 58%;
    }
    .profilesyn1Left {
        width: 40%;
    }
    .cultureBottomMain p {
        line-height: 28px;
        font-size: 14px;
    }
}

@media (max-width:1200px) {
    .headRight {
        width: 73%;
    }
    .headLeft img {
        width: 100%;
    }
    .indexNewsTop h1 {
        font-size: 16px;
        padding-top: 18px;
        margin-bottom: 10px;
    }
    .indexNewsTop p {
        font-size: 14px;
        line-height: 20px;
    }
    .indexNewsBottom {
        height: 40px;
    }
    .indexNewsTop {
        padding: 10px;
    }
    .indexNewsBottom {
        padding-left: 10px;
        padding-right: 15px;
    }
    .profilesyn4 {
        width: 100%;
    }
    .profilesynMidMain {
        top: 120%;
    }
    .profilesynMid {
        height: 300px;
    }
    .cultureMainLeft {
        width: calc(100% - 280px);
    }
    .zy-newsCenter {
        width: 100%;
    }
    .zy-newsCenter li p {
        width: 100%;
    }
}

@media (max-width:990px) {
    .headRight ul li a {
        font-size: 16px;
    }
    .footTopMain,
    .footUnderMain {
        width: 98%;
    }
    .footTopMainRight {
        width: 38%;
    }
    .indexProduct>div {
        width: 33.3333%;
    }
    .indexProduct>div h1 {
        font-size: 16px;
    }
    .indexProduct>div .mask h2 {
        font-size: 16px;
    }
    .indexProduct>div .mask p {
        font-size: 14px;
        line-height: 24px;
    }
    .indexProduct>div:nth-child(n+7) {
        display: none;
    }
    .profilesyn1 {
        flex-direction: column;
    }
    .profilesyn1Left {
        width: 100%;
    }
    .profilesyn1Right {
        width: 100%;
        margin-top: 20px;
    }
    .profilesynToday {
        flex-direction: column;
    }
    .profilesynTodayRight {
        flex-direction: unset;
        margin-top: 20px;
    }
    .profilesynTodayRight img {
        width: 48%;
    }
    .profilesynMidMain {
        position: unset;
        transform: unset;
        margin-top: 10px;
        width: 100%;
    }
    .profilesynMidMainP {
        width: 49%;
    }
    .profilesynMidMainImg {
        width: 49%;
    }
    .profilesynMidMainImg img {
        width: 100%;
    }
}

@media (max-width:767px) {
    header {
        display: none;
    }
    .headM {
        display: block;
    }
    .footTopMainRight {
        width: 100%;
    }
    .footTopMainLeft {
        display: none;
    }
    .footUnderMain {
        flex-direction: column;
        justify-content: space-around;
    }
    .footTopMain {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footTopMainRight h1 {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .footTopMainRight h2 {
        line-height: 28px;
    }
    .indexNews .swiper-button-next {
        width: 15px;
        height: 30px;
        background-size: 15px 30px;
    }
    .indexNews .swiper-button-prev {
        width: 15px;
        height: 30px;
        background-size: 15px 30px;
    }
    .indexNews .swiper-container {
        width: calc(100% - 30px);
    }
    .zy-index {
        padding-top: 30px;
    }
    .indexTab {
        margin-bottom: 20px;
    }
    .zy-title h2 {
        padding-bottom: 15px;
    }
    .zy-title h1 {
        font-size: 25px;
    }
    .indexNews {
        margin-bottom: 30px;
    }
    .indexProduct>div {
        width: 50%;
    }
    .indexProduct>div h1 {
        font-size: 14px;
        bottom: 10px;
    }
    .indexProduct>div .mask h2 {
        font-size: 14px;
    }
    .indexProduct>div .mask p {
        font-size: 12px;
        line-height: 20px;
    }
    .indexProduct>div:nth-child(n+5) {
        display: none;
    }
    .profilesyn2 .profilesyn2Hr {
        display: none;
    }
    .profilesyn2 {
        flex-direction: column;
    }
    .profilesyn2Content {
        margin-bottom: 20px;
    }
    .profilesyn1 {
        margin-bottom: 30px;
    }
    .profilesyn3 {
        margin-top: 30px;
    }
    .profilesynMidMain {
        height: unset;
        flex-direction: column;
    }
    .profilesynMidMainImg,
    .profilesynMidMainP {
        width: 100%;
    }
    .profilesynMid {
        height: unset;
        padding-bottom: 20px;
    }
    .cultureMainLeft {
        width: 100%;
    }
    .cultureMainRight {
        display: none;
    }
    .culture {
        margin-top: 25px;
        width: 98%;
    }
    .cultureMain {
        margin-top: 15px;
    }
    .cultureMainLeft>div {
        margin-bottom: 10px;
    }
    .cultureMainLeft>div h1 {
        font-size: 14px;
    }
    .cultureMainLeft>div p {
        font-size: 12px;
        line-height: 1.1;
    }
    .cultureBottomMain {
        padding: unset;
        padding: 8px;
        height: 100%;
    }
    .cultureBottom {
        margin-top: 20px;
        margin-bottom: 80px;
    }
    .cultureTitle h1 {
        font-size: 16px;
    }
    .cultureMainLeft>div h1 {
        line-height: 1.1;
    }
    .ryzsItem {
        padding: 10px;
        margin-bottom: 12px;
        width: 49%;
    }
    .ryzs {
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .news-img-wrapper {
        width: 100%;
    }
    .zy-newsCenterMain {
        width: 100%;
        margin-right: unset;
    }
    .zy-newsCenterMainRight {
        display: none;
    }
    .zy-newsCenterMain div {
        padding: 8px;
    }
    .zy-newsCenter li {
        flex-direction: column;
    }
    .zy-newsCenter li h1 {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .zy-newsCenter li p {
        font-size: 12px;
    }
    .recruiting {
        padding-top: 30px;
    }
    .recruitingTitle {
        margin-bottom: 15px;
    }
    .recruiting1 h4 {
        font-size: 14px;
        line-height: 24px;
        padding-left: 20px;
        margin: unset;
    }
    .recruiting1 {
        padding-bottom: 10px;
    }
    .recruiting1 h3 {
        font-size: 16px;
    }
    .recruiting1>div>div:last-child {
        margin-left: unset;
    }
    .recruiting1>div>div>div {
        padding-left: 10px;
    }
    .recruiting1>div>div>div h4 {
        padding-left: 5px;
    }
    .recruiting2 {
        margin-top: 30px;
    }
    .recruitingItemTitle {
        padding-left: 10px;
        padding-right: 10px;
        height: 45px;
    }
    .recruitingItemTitle h1 {
        font-size: 14px;
    }
    .recruitingItemMain p {
        font-size: 14px;
    }
    .recruitingItemMain {
        padding: 15px;
    }
    .recruitingItem {
        margin-bottom: 10px;
    }
    .recruiting3 {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .zy-newsPage h1 {
        font-size: 12px;
    }
    .zy-pageNext img {
        margin-right: 5px;
    }
    .zy-pagePrev img {
        margin-left: 5px;
    }
    .rNav {
        display: none;
    }
}