@charset "UTF-8";
header {
    width: 100%;
    position: relative;
    border-bottom: solid 1px #eeeeee;
}

.sp_header,
.sjj_nav {
    display: none;
}

.zy-Hmain {
    width: 75%;
    margin: 0 auto;
    height: 100px;
    display: flex;
    justify-content: space-between;
}

.zy-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy-nav {
    width: 70%;
    display: flex;
    justify-content: space-between;
        position: relative;
    left: -7%;
}

.zy-nav>div {
    height: 100px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    line-height: 100px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}

.zy-nav .zy-navActive {
    color: #005797;
    font-weight: 600;
    border-bottom: 2px solid #005797;
}

.zy-language {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zy-languageHr {
    width: 1px;
    height: 16px;
    /* background-color: rgb(201, 201, 201); */
    background-color: #666666;
    margin-left: 8px;
    margin-right: 8px;
}

.zy-languageActive {
    color: #005797;
}

.zy-Hsearch {
    width: 100px;
    height: 100px;
    background-color: #005797;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

.zy-indexLoop .swiper-pagination-bullet-active {
    width: 60px;
    height: 7px;
    background-color: #005797;
    border-radius: 3px;
    opacity: unset !important;
}

.zy-indexLoop .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    background-color: #005797;
    border-radius: 3px;
    opacity: 0.3;
}

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

footer {
    background: url(../images/zy-images/footerBg.png);
}

.zy-footMain {
    width: 1400px;
    margin: 0 auto;
    height: 349px;
    display: flex;
    justify-content: space-between;
    height: 349px;
}

.zy-footMainNav h1 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 50px;
}

.zy-footMainNav ul {
    display: flex;
    flex-direction: column;
    height: 85px;
    /* justify-content: space-between; */
}

.zy-footUl2 {
    display: flex;
}

.zy-footUl2>ul:nth-child(1) {
    /*margin-right: 62px;*/
}

.zy-footMainNav>div>div {
    align-self: center;
}

.zy-footMainNav ul li {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.6);
    padding-bottom: 22px;
    cursor: pointer;
}

.zy-footMainNav {
    display: flex;
    /* flex: 1; */
    justify-content: space-between;
    /* padding-right: 100px; */
    width: 86%;
}

.zy-footMainNav>div {
    display: flex;
    justify-content: space-between;
    width: 13%;
}

.zy-footHr {
    align-self: center;
    width: 1px;
    height: 120px;
    background-color: rgb(255, 255, 255, 0.2);
    /*margin-left: 85px;*/
    /*margin-right: 69px;*/
}

.zy-footerB {
    height: 50px;
    width: 100%;
    border-top: rgb(210, 210, 210, 0.4) 1px solid;
}

.zy-footerBMain {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.3);
    height: 50px;
}

.zy-footM {
    display: none;
    width: 100%;
    /* background-color: #242322; */
    background: url(../images/zy-images/footerBg.png);
}

.zy-footMList {
    border-bottom: 1px solid #ccc;
}

.zy-footMList>div {
    height: 35px;
    /* background-color: #242322; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2%;
    padding-right: 5%;
}

.zy-footMList ul {
    display: none;
    padding-left: 5%;
    /* background-color: #242322; */
}

.zy-footMList>div h1 {
    font-size: 14px;
    color: #f5f5f5;
}

.zy-footMList li {
    color: #cccccc;
    line-height: 25px;
}

.zy-footMList>div img {
    transition: 0.6s;
}

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

.zy-ewmM h2 {
    color: #f5f5f5;
    margin-top: 10px;
    margin-bottom: 10px;
}

.zy-ewmM {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.zy-footMBottom h3 {
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 25px;
}

.zy-ewm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zy-ewm h2 {
    margin-top: 20px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.8);
}

.zy-indexAboutUs {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    margin-top: 80px;
    margin-bottom: 93px;
}

.zy-commonTitle h1 {
    font-family: MicrosoftYaHei;
    font-size: 48px;
    color: #111111;
}

.zy-commonTitleHr {
    width: 32px;
    height: 2px;
    background-color: #005797;
    margin-top: 18px;
    margin-bottom: 22px;
}

.zy-commonTitle h2 {
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    color: #999999;
}

.zy-indexAboutUsP p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

.zy-dataList {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 65px;
}

.zy-dataListTop {
    display: flex;
    align-self: center;
}

.zy-dataListTop span:nth-child(1) {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    color: #005797;
}

.zy-dataListTop span:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #005797;
    position: relative;
    top: 5px;
    left: 3px;
}

.zy-dataListBottom {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
}

.zy-dataHr {
    width: 1px;
    height: 48px;
    background-color: #dcdcdc;
}

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

.zy-AboutUsMore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #005797;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #005797;
}

.zy-indexAboutUs>div:nth-child(1) {
    margin-right: 53px;
}

.zy-mission {
    width: 100%;
    height: 230px;
    background-image: url(../images/zy-images/mission.png);
    margin-bottom: 76px;
}

.zy-mission {
    display: flex;
    align-items: center;
}

.zy-mission>div {
    width: 1400px;
    margin: 0 auto;
    display: flex;
}

.zy-mission>div>div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 50px;
}

.zy-mission h1 {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    color: #ffffff;
    line-height: 50px;
}

.zy-mission p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #ffffff;
}

.zy-title {
    text-align: center;
}

.zy-title h1 {
    font-family: MicrosoftYaHei;
    font-size: 48px;
    color: #111111;
    padding-bottom: 10px;
}

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

.zy-titleBHr {
    width: 32px;
    height: 1px;
    background-color: #005797;
}

.zy-titleBC {
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    color: #999999;
}

.zy-proLoop {
    width: 1401px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 83px;
}

.zy-productList {
    border: 1px solid #e5e5e5;
}

.zy-productList:hover {
    border: 1px solid #005797;
}

.zy-productList:hover .zy-productListT {
    background-color: #005797;
}

.zy-productList:hover .zy-productListT h1 {
    color: #ffffff;
}

.zy-productList:hover .zy-productListT>div {
    background-color: #ffffff;
}

.zy-productList>div:nth-child(1) {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.zy-productListT {
    height: 80px;
    background-color: #eeeeee;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zy-productListT h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: #111111;
    padding-top: 29px;
    padding-bottom: 14px;
    cursor: pointer;
}

.zy-productListT>div {
    width: 32px;
    height: 1px;
    background-color: #005797;
}

.zy-proLoopBtn {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.zy-proLoopBtnYHr {
    width: 1px;
    height: 11px;
    background-color: #dcdcdc;
}

.zy-proLoopBtnY {
    width: 65px;
    height: 65px;
    border: solid 1px #b5b5b5;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy-proLoopBtnHr {
    width: 30%;
    height: 1px;
    background-color: #eeeeee;
}

.zy-proLoop .swiper-button-next,
.zy-proLoop .swiper-button-prev {
    position: unset;
    margin-top: unset;
    width: 18px;
    height: 15px;
    outline: unset;
}

.zy-proLoop .swiper-button-next {
    background-image: url(../images/zy-images/zy-ProloopR.png);
    background-size: unset;
}

.zy-proLoop .swiper-button-prev {
    background-image: url(../images/zy-images/zy-ProloopR.png);
    background-size: unset;
    transform: rotate(180deg);
}

.zy-newsCenter {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 90px;
}

.zy-newsCenterLeft>div {
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy-newsCenterLeft {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    cursor: pointer;
    width: 43%;
}

.zy-newsCenterLeft>div {
    background-color: #f7f7f7;
}

.zy-newsContent {
    width: 540px;
    /* width: 90%; */
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.zy-newsContentT h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #111111;
    font-weight: 600;
}

.zy-newsContentT span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
}

.zy-newsContentB {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}

.zy-newsCenterRight {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
}

.zy-newsCenterRightList {
    width: 760px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.zy-newsCenterRightList:hover {
    background-color: #005797;
}

.zy-newsCenterRightList:hover .zy-newsCenterRightDate {
    color: #ffffff;
}

.zy-newsCenterRightList:hover .zy-newsCenterRightHr {
    background-color: #ffffff;
}

.zy-newsCenterRightList:hover .zy-newsContentT h1 {
    color: #ffffff;
}

.zy-newsCenterRightList:hover .zy-newsContentT span {
    color: rgb(255, 255, 255, 0.6);
}

.zy-newsCenterRightList:hover .zy-newsContentB {
    color: rgb(255, 255, 255, 0.8);
}

.zy-newsCenterRightDate {
    font-family: MicrosoftYaHei;
    font-size: 60px;
    color: #999999;
}

.zy-newsCenterRightHr {
    width: 1px;
    height: 65px;
    background-color: #eeeeee;
}

.zy-newsCenterRight .zy-newsContent {
    height: 75px;
}

.zy-newsContentB {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zy-newsContentT h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zy-contact {
    display: flex;
    /* justify-content: space-between; */
    width: 1400px;
    margin: 0 auto;
}

.zy-contactLeft {
    width: 626px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-right: 76px;
}

.zy-banyuan {
    width: 626px;
    height: 313px;
    border-radius: 0 0px 313px 313px;
    line-height: 50px;
    background-color: #005797;
    position: absolute;
}

.zy-lm {
    width: 550px;
    height: 530px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    z-index: 3;
    position: relative;
    top: 100px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    align-self: center;
}

.zy-lm>form {
    display: flex;
    flex-direction: column;
    width: 72%;
    margin: 0 auto;
}

.zy-lm h1 {
    width: 72%;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #111111;
    padding-top: 30px;
    padding-bottom: 20px;
}

.zy-lm input {
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #eeeeee;
    height: 45px;
    outline: unset;
    padding-left: 22px;
    margin-bottom: 10px;
}

.zy-lm textarea {
    outline: unset;
    padding-left: 22px;
    padding-top: 10px;
    border: solid 1px #eeeeee;
    margin-bottom: 30px;
}

.zy-lm button {
    background-color: #005797;
    border-radius: 3px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.zy-contactMethod {
    display: flex;
    margin-top: 37px;
}

.zy-contactMethodList {
    display: flex;
    flex-direction: column;
    margin-right: 60px;
}

.zy-contactMethodList>div {
    display: flex;
    align-items: center;
    height: 30px;
}

.zy-contactMethodList>div>span:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.zy-contactMethodList>div>span:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #111111;
    margin-right: 5px;
}

.zy-contactMethodList>div>span:nth-child(3) {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
}

.zy-contact-ewm {
    align-self: center;
}

.zy-joinUs {
    width: 100%;
    border-radius: 3px;
    border: solid 1px #d2d2d2;
    height: 220px;
    margin-top: 110px;
}

.zy-joinUs>div {
    margin-top: 30px;
    margin-left: 30px;
}

.zy-joinUs>div h1 {
    padding-bottom: 29px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #111111;
}

.zy-joinUs>div p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}

.zy-contactRight {
    width: 45%;
}

.zy-contactRight>img {
    position: relative;
    top: -60px;
    left: 100%;
    transform: translateX(-50%);
}

.zy-banner {
    width: 100%;
}

.zy-banner img {
    width: 100%;
}

.zy-crumbs {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(53, 53, 53, 0.08);
    border-radius: 0px 0px 3px 3px;
}

.zy-crumbsMain {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.zy-crumbsMain>div {
    display: flex;
    align-items: center;
    height: 45px;
}

.zy-crumbsMain h1 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    margin-right: 5px;
    margin-left: 5px;
}

.zy-crumbsMain img {
    margin-right: 10px;
}

.zy-crumbsMain>div:nth-child(1) {
    color: #999999;
}

.zy-crumbsMainR {
    width: 170px;
    display: flex;
    justify-content: space-between;
}

.zy_list_right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy_list_right>div {
    width: 90%;
    height: 230px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 auto;
}

.zy_list_right>div h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    letter-spacing: 0px;
    color: #333333;
    font-weight: 600;
}

.zy_list_right>div p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zy_list_right-b {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.zy_list_right-date span:nth-child(1) {
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    color: #005797;
    font-weight: 600;
}

.zy_list_right-date span:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #999999;
}

.zy_list_right-btn {
    width: 129px;
    height: 40px;
    background-color: #005797;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
}

.zy_content_body {
    width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
}

.zy_content_list {
    display: flex;
    margin-bottom: 30px;
}

.zy_content_list:hover .zy_list_right {
    background-color: #005797;
}

.zy_content_list:hover h1 {
    color: #fff;
}

.zy_content_list:hover p {
    color: #fff;
}

.zy_content_list:hover .zy_list_right-date>span {
    color: #fff;
}

.zy_content_list:hover .zy_list_right-btn {
    background-color: #fff;
    color: #005797;
}

.zy-newsBtn {
    width: 330px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 150px;
}

.zy-newPage {
    display: flex;
    justify-content: space-between;
    width: 160px;
}

.zy-newPage>div {
    width: 35px;
    height: 35px;
    background-color: #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: #999999;
    cursor: pointer;
}

.zy-newsBtnLeft,
.zy-newsBtnRight {
    width: 35px;
    height: 35px;
    background-color: #bfbfbf;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.zy-newsActive {
    background-color: #005797 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.zy-newsDetail {
    width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 200px;
}

.zy-newsDetail h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}

.zy-newsDetail h2 {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #999999;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.zy-newsDetail>div p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 30px;
}

.zy-newsDetailHr {
    width: 1200px;
    height: 1px;
    background-color: rgb(220, 220, 220, 0.6);
    margin: 0 auto;
    margin-bottom: 30px;
}

.zy-newsDetailPage {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 150px;
}

.zy-newsDetailPageActive {
    color: #005797;
}

.zy-products {
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}

.zy-product-left {
    width: 230px;
    border: 1px solid #e5e5e5;
}

.zy-proTitle {
    width: 230px;
    height: 50px;
    background-color: #005797;
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
}

.zy-product-left-nav ul {
    height: 0;
}

.zy-product-left-nav ul {
    overflow: hidden;
    transition: 0.6s;
}

.zy-product-left-nav ul li {
    width: 100%;
    background-color: #eeeeee;
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-top: 5px;
}

.zy-product-left-nav {
    width: 220px;
    margin: 0 auto;
    margin-top: 5px;
}

.zy-product-left-nav>div {
    margin-bottom: 5px;
    cursor: pointer;
}

.zy-proListTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 33px;
    padding-right: 15px;
    background-color: #ececec;
    /* height: 40px; */
    padding: 10px 7px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
}

.zy-proListTitleActvie {
    background-color: #005797;
    color: #ffffff;
}

.zy-product-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: start;
}

.zy-product-right .zy-cont {
    width: 300px;
    height: 230px;
    background-color: #eeeeee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.zy-product-right .zy-productInfo{
    margin-bottom: 34px;
    width: 300px;
    cursor: pointer;
}

.zy-productInfo:hover .zy-proMask {
    display: flex;
}

.zy-proMask {
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*display: none;*/
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #005797;
    margin-top: 13px;
    /*background-color: rgb(0, 87, 151, 0.8);*/
}

.zy-productName {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zy-productName h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    /*color: #ffffff;*/
    padding-bottom: 12px;
}

.zy-productName div {
    width: 25px;
    height: 1px;
    background-color: #005797;
}

.zy-products {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.zy-product-right {
    width: 77%;
}

.zy-proIntroduce {
    width: 77%;
}

.zy-proIntroduce p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
}

.zy-proIntroduceImg {
    margin-top: 40px;
    width: 530px;
    height: 400px;
    background-color: #eeeeee;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy-proIntroduceImg img {
    width: 40%;
}

.zy-conMain {
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}

.zy-contactList {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 50px;
}

.zy-contactList>div {
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zy-contactList>div>div {
    display: flex;
    align-items: center;
    justify-content: start;
}

.zy-contactList>div>div>span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.zy-contactList>div>div>span:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    letter-spacing: 1px;
    color: #111111;
}

.zy-contactList>div>div>span:nth-child(3) {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
}

.zy-contactUs-map {
    width: 1200px;
    height: 400px;
    margin-bottom: 80px;
}

.baidu-map-container {
    width: 100%;
    height: 400px;
}

#map {
    width: 100%;
    height: 100%;
}

.ONLINEMESSAGE {
    width: 1200px;
    height: 400px;
    background-color: #ffffff;
    box-shadow: 1px 1px 20px 0px rgba(111, 111, 111, 0.15);
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    margin-top: 50px;
    margin-bottom: 140px;
}

.zy-online {
    width: 83%;
    margin: 0 auto;
}

.zy-online {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 57px;
}

.zy-onlineinput {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zy-online textarea {
    width: 45%;
    height: 175px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #eeeeee;
    padding-left: 22px;
    padding-top: 14px;
    outline: unset;
}

.zy-onlineinput input {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #eeeeee;
    padding-left: 22px;
    outline: unset;
}

.zy-onlineBtn {
    width: 45%;
    margin: 0 auto;
    height: 45px;
    background-color: #005797;
    border-radius: 3px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.zy-Recruitment {
    width: 1200px;
    margin: 0 auto;
}

.RecruitmentType {
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}

.RecruitmentType>div {
    width: 400px;
    height: 52px;
    background-color: #ededed;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: #111111;
    cursor: pointer;
}

.zy-check {
    color: #ffffff !important;
    background-color: #005797 !important;
}

.zy-Graphic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 96px;
    margin-bottom: 70px;
}

.zy-GraphicText {
    width: 550px;
}

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

.zy_job {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.zy_job>div {
    width: 32%;
    background-color: #ffffff;
    box-shadow: 6px 4px 26px 3px rgba(202, 202, 202, 0.09);
    border-radius: 3px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    cursor: pointer;
}

.zy_job1 {
    width: 78%;
    margin: 0 auto;
}

.zy_job1 h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: #666666;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    padding-top: 40px;
    text-align: center;
}

.jobRequirement {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 33px;
}

.jobRequirement div {
    height: 26px;
    border: solid 1px #d2d2d2;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    font-size: 12px;
    color: #d2d2d2;
    ;
}

.jobRequirement img {
    position: relative;
    top: 1px;
    margin-right: 4px;
}

.zy_job1 h2 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 18px;
}

.zy_job3 {
    margin-bottom: 30px;
}

.zy_job>div:hover {
    background-color: #ffffff;
    box-shadow: 6px 4px 26px 3px rgba(202, 202, 202, 0.4);
    border-radius: 3px;
}

.zy_job>div:hover h1 {
    color: #005797;
}

.jobRequirement>div:nth-child(1) {
    width: 22%;
}

.jobRequirement>div:nth-child(2) {
    width: 40%;
}

.jobRequirement>div:nth-child(3) {
    width: 30%;
}

.zy_job>div:hover {
    border-bottom: 1px solid #005797;
}

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

.zy_zpDetailL {
    width: 620px;
}

.zy_zpDetailR h1 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #001111;
}

.zy_zpDetailR h1:nth-child(2) {
    color: #005797;
}

.zy_zpDetailL1 h1 div {
    height: 20px;
    width: 2px;
    background-color: #005797;
    margin-right: 12px;
}

.zy_zpDetailL1 h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    letter-spacing: 2px;
    color: #111111;
    display: flex;
    align-items: center;
    margin-bottom: 67px;
}

.zy_zpDetailL1-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.zy_zpDetailL1-1 span {
    color: #999999;
}

.zy_zpDetailL1-1 h2 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
}

.zy_zpDetailL1-1s {
    width: 1px;
    height: 52px;
    background-color: #005797;
}

.zy_zpDetailL2 h4 div {
    height: 15px;
    width: 2px;
    background-color: #005797;
    margin-right: 12px;
}

.zy_zpDetailL2 h4 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
    color: #111111;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 70px;
}

.zy_zpDetailL2 h3 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #111111;
    margin-bottom: 20px;
    margin-top: 50px;
}

.zy_zpDetailL2 h5 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 20px;
}

.zy-hr {
    width: 1200px;
    margin-top: 100px;
    margin-bottom: 20px;
}

.zy_zpDetailBottom {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.zy_zpDetailBottom div:nth-child(1) {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #001111;
}

.zy_zpDetailBottom div:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #005797;
}

.zy-about-us {
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}

.COMPANYPROFILE {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    /*text-align: center;*/
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 40px;
    margin-bottom: 50px;
}

.zy-aboutData {
    width: 100%;
    display: flex;
    align-items: center;
}

.zy-aboutData>div {
    flex: 1;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid #eee;
}

.zy-aboutData>div:last-child {
    border-right: unset;
}

.zy-companyProfileImg {
    margin-top: 35px;
    margin-bottom: 70px;
}

.zy-spiritList h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #333333;
    padding-top: 18px;
    padding-bottom: 13px;
    text-align: center;
    font-weight: 600;
}

.zy-spiritList {
    background-color: #f8f8f8;
}

.zy-spirit {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 80px;
}

.zy-spirit>div:hover .zy-spiritList {
    background: url(../images/zy-images/spiritBg.png);
}

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

.zy-spirit>div:hover .zy-spiritList h2 {
    color: #ffffff;
}

.zy-spiritListHr {
    width: 15px;
    height: 1px;
    background-color: #005797;
    margin: 0 auto;
}

.zy-spiritList h2 {
    font-size: 14px;
    color: #666666;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.zy-DEVELOPMENT-HISTORY {
    width: 100%;
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.zy-DEVELOPMENT-HISTORY>div {
    width: 1200px;
    margin: 0 auto;
}

.zy-fyear {
    background: url(../images/zy-images/developmentMap.png) no-repeat center center;
    height: 510px;
    position: relative;
    margin-top: 40px;
}

.zy-fyearLi hr {
    width: 100%;
    height: 0;
    border: solid 0.5px #e4e4e4
}

.zy-fyearYuan {
    width: 18px;
    height: 18px;
    border: 2px solid #005797;
    border-radius: 100%;
    box-shadow: 0px 0px 6px 0px rgba(100, 100, 100, 0.35);
    background-color: #fff;
    position: absolute;
    top: 60px;
    z-index: 10;
}

.zy-fyear .swiper-slide {
    height: 510px;
}

.zy-fyear .swiper-slide:hover .zy-fyearLiIn {
    display: block;
}

.zy-fyearLi {
    width: 100%;
    height: 260px;
    position: relative;
    top: 29%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

.zy-fyearLi h1 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #01547f;
    margin-top: 20px;
    margin-bottom: 10px;
}

.zy-fyearLi h2 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
}

.zy-fyearLiIn {
    position: absolute;
    top: 15%;
    z-index: 20;
    background-color: #fff;
    box-shadow: 0px 0px 43px 0px rgba(4, 0, 0, 0.3);
    padding: 7px;
    padding-bottom: 30px;
    display: none;
    transition: 0.6s;
}

.zy-fyearLiIn img {
    width: 100%;
}

.zy-fyearLiInM {
    width: 40%;
    height: 40px;
    background-color: #005797;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    position: relative;
    top: -20px;
}

.zy-fyearLiInList {
    width: 90%;
    margin: 0 auto;
}

.zy-fyearLiInList>div {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
}

.zy-fyearLiInList>div>span {
    font-weight: 600;
}

.zy-fyear .swiper-button-next,
.zy-fyear .swiper-button-prev {
    top: 44%;
    outline: unset;
}

.zy-fyear .swiper-button-next {
    right: -50px;
    background-image: url(../images/zy-images/yearR.png);
    width: 14px;
    height: 27px;
    background-size: 100%;
}

.zy-fyear .swiper-button-prev {
    left: -50px;
    background-image: url(../images/zy-images/yearR.png);
    width: 14px;
    height: 27px;
    background-size: 100%;
    transform: rotate(180deg);
}

.zy-eSpirit {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}

.zy-ptTab {
    height: 349px;
    display: flex;
    justify-content: space-between;
}

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

.zy-ptTabLeft>div>div {
    border: solid 1px #e2e2e2;
    height: 100px;
    width: 322px;
    display: flex;
    align-items: center;
    padding-left: 40px;
}
.zy-ptTabLeft>div{
    cursor: pointer;
}

.zy-ptTabLeft>div>div>div {
    display: flex;
}

.zy-ptTabLeft>div>div>div>div {
    margin-right: 25px;
}

.zy-ptTabLeftC h1 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
}

.zy-ptTabLeftC h2 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
}

.zy-ptTabLeftImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy-ptTabRight {
    display: flex;
    width: 850px;
    background-color: #f5f5f5;
    height: 100%;
    transition: all 0.6s;
}

.zy-ptTabRightImg {
    display: flex;
    margin-left: 26px;
    align-items: center;
    margin-right: 25px;
}

.zy-ptTabRightC {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 295px;
}

.zy-ptTabRightC h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

.zy-ptTabRightC>div {
    width: 32px;
    height: 1px;
    background-color: #08426d;
    margin-top: 25px;
    margin-bottom: 25px;
}

.zy-ptTabRightC p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

.zy-ptTabLeft>div {
    position: relative;
    height: 100px;
    transition: all 0.6s;
}

.zy-ptTabLeft .zy-ptTabLeftActive {
    width: 400px;
    background: url(../images/zy-images/spBg.png);
    z-index: 20;
    position: absolute;
    top: 0;
    bottom: 0;
}

.zy-spAdd {
    display: flex;
    align-items: center;
}

.zy-spAdd>div {
    width: 1px;
    height: 43px;
    background-color: rgb(255, 255, 255, 0.6);
    margin-right: 30px;
}

.zy-ptTabLeftActive h1 {
    color: #ffffff;
}

.zy-ptTabLeftActive h2 {
    color: #ffffff;
}

.zy-ptTabLeftActive svg path {
    fill: #ffffff;
}

.zy-ptTab {
    margin-top: 40px;
    margin-bottom: 100px;
}

.zy-indexAboutUs>div:nth-child(1) video {
    height: 500px;
}

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

@media (max-width:1600px) {
    .zy-fyear {
        background: url(../images/zy-images/developmentMap.png) no-repeat center center;
        height: 510px;
        position: relative;
        width: 98%;
        margin: 0 auto;
        margin-top: 40px;
    }
}

@media (max-width:1400px) {
    .zy-Hsearch {
        width: 90px;
    }
    .zy-footerBMain {
        width: 90%;
    }
    .zy-footMain {
        width: 90%;
    }
    .zy-footMainNav {
        flex-wrap: wrap;
    }
    .zy-footMainNav>div {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .zy-footHr {
        /*margin-left: 50px;*/
        /*margin-right: 50px;*/
    }
    .zy-indexAboutUs {
        width: 99%;
    }
    .zy-indexAboutUs>div {
        flex: 1;
    }
    .zy-indexAboutUs>div:nth-child(1) img {
        width: 100%;
    }
    .zy-indexAboutUs>div:nth-child(1) {
        margin-right: 3%;
    }
    .zy-indexAboutUs>div {
        width: 45%;
    }
    .zy-proLoop {
        width: 100%;
    }
    .zy-newsCenter {
        width: 100%;
    }
    .zy-newsCenterLeft {
        margin-right: 10px;
    }
    .zy-newsCenterRightList {
        width: 100%;
    }
    .zy-newsCenterLeft img {
        width: 100%;
    }
    .zy-newsCenterRight .zy-newsContent {
        width: 80%;
    }
    .zy-newsContent {
        width: 90%;
    }
    .zy-contact {
        width: 85%;
    }
    .zy-banyuan {
        width: 100%;
    }
    .zy-contactLeft {
        margin-right: 40px;
    }
    .zy-lm {
        width: 85%;
    }
    .zy-contactLeft {
        margin-bottom: 110px;
    }
    .zy-joinUs {
        margin-top: 10%;
    }
    .zy-contactRight>img {
        left: 95%;
    }
    .zy-lm>form {
        width: 90%;
    }
    .zy-lm h1 {
        width: 90%;
    }
    .zy-newsCenter {
        margin-bottom: 5%;
    }
    .jobRequirement div {
        align-items: center;
    }
    .jobRequirement div {
        height: unset;
    }
    .zy-fyear .swiper-button-next {
        right: -30px;
    }
    .zy-fyear .swiper-button-prev {
        left: -30px;
    }
}

@media (max-width:1280px) {
    .zy-footMain {
        width: 90%;
        /*height: unset;*/
    }
    .zy-contactMethod {
        flex-direction: column;
    }
    .zy-contactMethodList {
        margin-right: unset;
    }
}

@media (max-width:1200px) {
    .zy_content_body {
        width: 100%;
    }
    .zy-crumbsMain {
        width: 100%;
    }
    .zy-newsDetailHr {
        width: 100%;
    }
    .zy-newsDetailPage {
        width: 100%;
    }
    .zy-newsDetail {
        width: 100%;
    }
    .zy-products {
        width: 100%;
    }
    .zy-conMain {
        width: 100%;
    }
    .zy-contactUs-map {
        width: 100%;
    }
    .ONLINEMESSAGE {
        width: 100%;
    }
    .zy-contactList {
        width: 90%;
    }
    .zy-Recruitment {
        width: 100%;
    }
    .zy_job {
        width: 100%;
        flex-wrap: wrap;
    }
    .zy-GraphicPic {
        width: 50%;
    }
    .zy-GraphicPic img {
        width: 100%;
    }
    .zy-GraphicText {
        width: 48%;
    }
    .RecruitmentType>div {
        width: 40%;
    }
    .zy_zpDetail {
        width: 98%;
    }
    .zy_zpDetailBottom {
        width: 98%;
    }
    .zy-hr {
        width: 98%;
    }
    .zy-about-us {
        width: 100%;
        margin-top: 4%;
    }
    .zy-companyProfileImg img {
        width: 100%;
    }
    .zy-spirit>div {
        width: 30%;
    }
    .zy-spirit>div>img {
        width: 100%;
    }
    .zy-DEVELOPMENT-HISTORY>div {
        width: 90%;
    }
    .zy-fyear .swiper-button-next {
        right: -39px;
    }
    .zy-fyear .swiper-button-prev {
        left: -39px;
    }
    .zy-eSpirit {
        width: 100%;
    }
    .zy-ptTabRight {
        width: 750px;
    }
}

@media (max-width:1100px) {
    .zy-ptTabLeft>div>div {
        width: 280px;
    }
    .zy-ptTabRight {
        width: 650px;
    }
    .zy-ptTabRightImg {
        width: 380px;
    }
    .zy-ptTabRightImg img {
        width: 100%;
    }
}

@media (max-width:990px) {
    .zy-indexAboutUs {
        flex-direction: column;
    }
    .zy-indexAboutUs>div {
        width: unset;
    }
    .zy-newsCenterLeft{
        width: 100%;
    }
    .zy-indexAboutUsRight {
        height: 500px;
    }
    .zy-indexAboutUs>div:nth-child(1) {
        margin-right: unset;
    }
    .zy-indexAboutUsRight {
        margin-top: 30px;
    }
    .zy-newsCenter {
        flex-direction: column;
    }
    .zy-newsCenterRight .zy-newsContent {
        height: unset;
    }
    .zy-newsCenterRightDate {
        font-size: 45px;
    }
    .zy-contact {
        flex-direction: column;
    }
    .zy-contactRight {
        width: 100%;
    }
    .zy-contactLeft {
        width: 100%;
    }
    .zy-banyuan {
        height: 250px;
        border-radius: 0 0px 250px 250px;
    }
    .zy-contactRight>img {
        left: 85%;
    }
    .zy-product-right {
        width: 70%;
        justify-content: space-around;
    }
    .zy_job>div {
        width: 45%;
    }
    .zy_zpDetailL {
        width: 70%;
    }
    .zy-fyear .swiper-button-next {
        right: -25px;
    }
    .zy-fyear .swiper-button-prev {
        left: -25px;
    }
    .zy-ptTab {
        flex-direction: column;
        height: unset;
    }
    .zy-ptTabLeft {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .zy-ptTabLeft>div>div {
        width: unset;
    }
    .zy-ptTabLeft .zy-ptTabLeftActive {
        width: 100%;
    }
    .zy-ptTabRight {
        width: 80%;
        margin: 0 auto;
        flex-direction: column;
    }
    .zy-ptTabRightC {
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .zy-ptTabRightImg {
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    header {
        height: 50px;
    }
    .zy-Hmain,
    .zy-Hsearch {
        display: none;
    }
    .sp_header,
    .sjj_nav {
        display: block;
    }
    .zy-footMain {
        flex-direction: column;
    }
    .zy-footMain {
        width: 100%;
    }
    .zy-footMainNav {
        padding-left: 6%;
    }
    .zy-footHr {
        margin-left: 20px;
        margin-right: 20px;
    }
    .zy-footUl2>ul:nth-child(1) {
        /*margin-right: 30px;*/
    }
    .zy-footerBMain {
        flex-direction: column;
        align-items: flex-start;
    }
    .zy-footerB {
        height: unset;
    }
    .zy-footerBMain {
        height: unset;
    }
    ;
    .zy-footerBMain>div {
        height: 50px;
    }
    .zy-indexAboutUs {
        padding-left: 8px;
        padding-right: 8px;
    }
    .zy-commonTitle h1 {
        font-size: 35px;
    }
    .zy-commonTitle h2 {
        font-size: 14px;
    }
    .zy-indexAboutUsRight {
        height: 450px;
    }
    .zy-indexAboutUs {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .zy-mission h1 {
        font-size: 28px;
    }
    .zy-mission p {
        font-size: 12px;
    }
    .zy-mission>div>div {
        margin-left: 5%;
    }
    .zy_content_list {
        flex-direction: column;
    }
    .zy_content_list img {
        width: 100%;
    }
    .zy_content_body {
        margin-top: 50px;
    }
    .zy-newsBtn {
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .zy-newsDetailPage {
        flex-direction: column;
    }
    .zy-newsDetailPage {
        line-height: 30px;
        margin-bottom: 30px;
    }
    .zy-newsDetail {
        margin-bottom: 80px;
        margin-top: 50px;
    }
    .zy-products {
        flex-direction: column;
    }
    .zy-proIntroduce {
        width: 100%;
    }
    .zy-proIntroduceImg {
        width: 100%;
    }
    .zy-product-right {
        width: 100%;
    }
    .zy-contactList {
        flex-direction: column;
    }
    .zy-contactList>div {
        margin-bottom: 10px;
    }
    .zy-online {
        flex-direction: column;
        width: 100%;
    }
    .ONLINEMESSAGE {
        height: 600px;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .zy-online {
        width: 80%;
    }
    .zy-onlineinput {
        width: 100%;
        margin-bottom: 20px;
    }
    .zy-onlineinput input {
        margin-bottom: 20px;
    }
    .zy-online textarea {
        width: 100%;
    }
    .zy_job>div {
        width: 90%;
    }
    .zy_job {
        justify-content: center;
    }
    .zy-Graphic {
        flex-direction: column;
    }
    .zy-GraphicPic {
        width: 85%;
    }
    .zy-GraphicText {
        width: 85%;
    }
    .zy_zpDetailL {
        width: 98%;
    }
    .zy_zpDetail {
        flex-direction: column;
    }
    .zy-spirit>div {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .zy-spirit {
        justify-content: start;
        flex-wrap: wrap;
    }
    .zy-ptTabRightImg {
        width: 100%;
    }
    .zy-ptTabLeft {
        width: 95%;
    }
    .zy-ptTabRight {
        width: 95%;
    }
    .zy-title h1 {
        font-size: 30px;
    }
    .zy-companyProfileImg {
        margin-bottom: 40px;
    }
    .zy-spirit {
        margin-bottom: 40px;
    }
    .zy-eSpirit {
        margin-top: 40px;
    }
    .zy-proTitle {
        width: 100%;
    }
    .zy-product-left {
        width: 100%;
    }
    .zy-product-left-nav {
        width: 90%;
    }
    .zy-products {
        margin-top: 30px;
    }
    .zy-conMain {
        margin-top: 30px;
    }
    .zy-contactList {
        margin-bottom: 30px;
    }
    .zy-contactUs-map {
        margin-bottom: 40px;
    }
    .RecruitmentType {
        margin-top: 30px;
    }
    .zy-Graphic {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .zy_job {
        margin-top: 20px;
    }
    .zy-mission {
        margin-bottom: 30px;
    }
    .zy-proLoop {
        margin-bottom: 30px;
    }
    .zy-newsDetail {
        padding-left: 8px;
        padding-right: 8px;
    }
    .zy_zpDetail {
        margin-top: 30px;
    }
    .zy_zpDetailL1 h1 {
        margin-bottom: 20px;
    }
    .zy_zpDetailL2 h4 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .zy-hr {
        margin-top: 50px;
    }
    .zy_zpDetailBottom {
        margin-bottom: 60px;
    }
    .zy-crumbsMain img {
        margin-right: 5px;
    }
    .zy-footM {
        display: block;
    }
    footer {
        display: none;
    }
    .zy-product-right .zy-cont:last-child {
        display: none;
    }
    .zy-ptTabRightC p {
        font-size: 14px;
    }
    .zy-GraphicText p {
        font-size: 14px;
    }
    .zy-titleBC {
        font-size: 14px;
    }
    .zy-title h1 {
        font-size: 24px;
    }
    .RecruitmentType>div {
        font-size: 16px;
        height: 40px;
    }
    .zy_list_right>div h1 {
        font-size: 16px;
    }
    .zy_list_right>div p {
        font-size: 12px;
    }
    .zy_list_right>div {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .zy-newsDetail h1 {
        font-size: 18px;
    }
    .zy-newsDetail h2 {
        padding-bottom: 20px;
    }
    .zy-banyuan {
        height: 200px;
    }
    .zy-lm {
        top: 30px;
    }
    .zy-contact {
        width: 100%;
    }
    .zy-contactLeft {
        margin-bottom: 60px;
    }
    .zy-commonTitle h1 {
        font-size: 30px;
    }
    .zy-commonTitleHr {
        margin-top: 8px;
        margin-bottom: 12px;
    }
    .zy-contactMethod {
        margin-top: 20px;
    }
    .zy-joinUs {
        margin-top: unset;
    }
    .zy-AboutUsMore {
        font-size: 14px;
        width: 150px;
        height: 45px;
        margin-top: 10px;
    }
    .zy-indexAboutUsP p {
        font-size: 12px;
    }
    .zy-commonTitle h1 {
        font-size: 25px;
    }
    .zy-ptTabRight a {
        bottom: 0 !important;
        right: 0 !important;
    }
    .zy-ptTab {
        margin-bottom: 45px;
    }
    .zy-indexAboutUs>div:nth-child(1) video {
        height: unset;
    }
}

@media (max-width:400px) {
    .zy-footHr {
        margin-left: 10px;
        margin-right: 10px;
    }
    .zy-product-right .zy-cont {
        width: 90%;
    }
}

.zy-crumbsMainR {
    color: #999999;
}