@charset "UTF-8";
.zy-headTop {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
}

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

.zy-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.zy-logo h1 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1px;
    color: #e6212a;
}

.zy-headTopMain h2 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 1px;
    color: #e1251b;
}

.zy-headRight h3 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    padding-bottom: 12px;
}

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

.zy-headRight>div img {
    margin-right: 10px;
}

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

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

.zy-headNav {
    width: 100%;
    background-color: #e6212a;
}

.zy-headNav>div {
    width: 1100px;
    margin: 0 auto;
}

.zy-headNav ul {
    display: flex;
}

.zy-headNav ul li {
    flex: 1;
    height: 40px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.zy-navActive {
    background-color: #b5121a;
}

.zy-mobileHead {
    display: none;
}

.zy-footContact {
    width: 100%;
    background-color: #1d1d1d;
}

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

.zy-footContactMainL {
    width: 860px;
    display: flex;
    justify-content: space-between;
    height: 90px;
}

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

.zy-footContactMainL>div>div {
    display: flex;
    align-items: center;
}

.zy-footContactMainL>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zy-footContactMainL>div>div img {
    margin-right: 20px;
}

.zy-foot {
    width: 100%;
    background-color: #2d2c32;
    border-bottom: solid 1px #b5b5b5;
    padding-top: 80px;
    padding-bottom: 34px;
}

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

.zy-footTitle h1 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 14px;
}

.zy-footTitleHr {
    width: 30px;
    height: 2px;
    background-color: #e2001a;
}

.zy-qywh {
    margin-top: 17px;
}

.zy-qywh h3 {
    font-family: MicrosoftYaHeiLight;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #aaaaaa;
}

.zy-footMain {
    display: flex;
    justify-content: space-between;
}

.zy-footNavLi {
    width: 180px;
}

.zy-footNavLi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}

.zy-footNavLi ul li {
    width: 38%;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #aaaaaa;
    padding-bottom: 40px;
}

.zy-sendMsg {
    width: 99px;
    height: 34px;
    background-color: rgb(191, 191, 191, 0.3);
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #cccccc;
    outline: unset;
}

.zy-sendMsgTitle {
    display: flex;
    justify-content: space-between;
    width: 266px;
    margin-bottom: 30px;
}

.zy-form form {
    display: flex;
    flex-direction: column;
}

.zy-formLine1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.zy-formLine1 input {
    background-color: rgb(191, 191, 191, 0.1);
    height: 34px;
    outline: unset;
    padding-left: 19px;
    width: 99px;
}

.zy-formLine1 input:nth-child(1) {
    width: 99px;
}

.zy-formLine1 input:last-child {
    width: 157px;
}

.zy-formLine1 input::placeholder {
    color: rgb(170, 170, 170, 0.5);
    font-size: 12px;
}

.zy-sendPhoneNum {
    width: 100%;
    background-color: rgb(191, 191, 191, 0.1);
    height: 34px;
    outline: unset;
    padding-left: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.zy-form textarea {
    width: 100%;
    height: 81px;
    outline: unset;
    padding-left: 19px;
    background-color: rgb(191, 191, 191, 0.1);
    padding-top: 8px;
}

.zy-footB {
    width: 100%;
    background-color: #2d2c32;
}

.zy-form {
    width: 266px;
}

.zy-footB>div {
    width: 1200px;
    margin: 0 auto;
    height: 77px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: rgb(153, 153, 153, 0.6);
}

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

.zy-title {
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: fit-content;
}

.zy-title h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    color: #333333;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
}

.zy-title h2 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 88px;
    color: #e7e7e7;
    font-weight: 600;
}

.zy-titleHr {
    width: 70px;
    height: 3px;
    background-color: #d73b42;
    margin: 0 auto;
}

.zy-gsjj {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.zy-index1 {
    padding-top: 60px;
}

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

.zy-gsjjR {
    width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.zy-gsjjR .zy-searchMore {
    width: 150px;
    height: 45px;
    border: solid 1px #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: AdobeHeitiStd-Regular;
    font-size: 14px;
    color: #333333;
}

.zy-gsjj>div:nth-child(1) {
    position: relative;
}

.zy-gsjj>div:nth-child(1) img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-32px, -29px);
    z-index: -2;
}

.jy-intcondesc {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    padding-top: 40px;
}

.jy-intcondigital {
    display: flex;
    justify-content: space-between;
    margin-top: 47px;
    margin-bottom: 63px;
}

.jy-intcondigital li {
    background: url(../images/zy-images/dataBg.png) no-repeat;
    width: 24.3%;
    background-size: auto;
    text-align: center;
    background-position: 50% 76%;
    padding-bottom: 26px;
}

.jy-intcondigital h4 {
    font-size: 12px;
    color: #666666;
}

.jy-intcondigital h4 span {
    font-size: 60px;
    font-weight: bold;
    color: #e6212a;
    padding-right: 2px;
}

.jy-intcondigital p {
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-top: -5px;
}

.jy-intcondigital b {
    position: relative;
    top: -35px;
    font-size: 20px;
    color: #e6212a;
}

.zy-index2 {
    width: 100%;
    background-image: url(../images/zy-images/proBg.png);
    padding-top: 57px;
    padding-bottom: 65px;
}

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

.zy-index2Search {
    display: flex;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.zy-index2Search button {
    width: 135px;
    height: 50px;
    background-color: #e6212a;
    outline: unset;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #ffffff;
}

.zy-index2Search input {
    width: 100%;
    border: solid 1px #cccccc;
    padding-left: 30px;
    outline: unset;
}

.zy-index2Search input::placeholder {
    font-size: 16px;
    color: #666666;
}

.zy-index2Pro {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.zy-index2ProRight {
    width: 76%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

.zy-index2ProLeft {
    width: 22%;
}

.zy-index2ProLeft ul {
    width: 266px;
    height: 520px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.zy-index2ProLeft li {
    width: 100%;
    text-align: center;
    line-height: 36px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    position: relative;
    height: 36px;
}

.zy-index2ProLeft li div:nth-child(1) {
    position: absolute;
    top: 0;
    z-index: 30;
    width: 100%;
}

.zy-index2ProLeft-active {
    position: absolute;
    top: 0;
    left: 43px;
    width: 242px;
    height: 36px;
    background-color: #e6212a;
    box-shadow: 0px 0px 10px 0px rgba(230, 33, 42, 0.52);
    z-index: 3;
}

.zy-index2ProRight>div {
    width: 24.1%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zy-index2ProRight>div a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.zy-index2ProRight>div a>div img {
    width: 80%;
    max-height: 100%;
}

.zy-index2ProRight::after {
    content: "";
    flex: auto;
}

.zy-index2ProRight>div {
    margin-right: 0.9%;
}

.zy-index2ProRight h1 {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #333333;
}

.zy-index2ProLeft-activeC {
    color: #ffffff !important;
}

.zy-ProMore {
    height: 240px;
    font-family: MicrosoftYaHei;
    font-size: 34px;
    color: #c7c7c7;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.zy-index3 {
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
}

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

.zy-index3Main {
    margin-top: 79px;
}

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

.zy-index3Img,
.zy-index3Info {
    width: 50%;
}

.zy-index3Info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.zy-index3Info h1 {
    font-size: 28px;
    font-weight: 600;
    color: #e6212a;
}

.zy-index3Info h2 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 0px;
    color: #333333;
}

.zy-index4 {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 90px;
    background-image: url(../images/zy-images/newsBg.png);
}

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

.zy-index4News {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.zy-index4News>div {
    width: 576px;
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy-index4News>div>div {
    width: 556px;
    display: flex;
    justify-content: space-between;
}

.zy-index4NewsMain {
    width: 320px;
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
}

.zy-index4NewsMain>div:nth-child(1) {
    width: 240px;
}

.zy-index4NewsMain h1 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 20px;
}

.zy-index4NewsMain p {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
}

.zy-newsDate>div:nth-child(1) {
    font-size: 16px;
    color: #999999;
}

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

.zy-newsDate>div:last-child {
    width: 45px;
    height: 27px;
    border-left: 1px solid #e6e6e6;
}

.zy-newsDate>div:last-child img {
    margin-left: 16px;
}

.zy-index4News>div:hover {
    background-color: #ffffff;
    box-shadow: 0px 1px 18px 0px rgba(163, 163, 163, 0.17);
}

.zy-index4News>div:hover h1 {
    color: #d73b42;
}

.zy-index5 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px;
}

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

.zy-partner {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.zy-partner>div {
    width: 19.5%;
    height: 120px;
    background-color: #ffffff;
    border: solid 1px #d4d4d4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy-about1 {
    width: 100%;
    background-image: url(../images/zy-images/about1Bg.png);
    padding-top: 57px;
    padding-bottom: 40px;
}

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

.zy-about1>div p {
    width: 809px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    text-align: center;
    margin-top: 45px;
}

.zy-titleAbout {
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: fit-content;
    width: 100%;
}

.zy-titleAbout h2 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 60px;
    color: #e7e7e7;
    font-weight: 600;
    margin-bottom: 25px;
}

.zy-titleAbout h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    color: #333333;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
}

.zy-about2 {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 60px;
}

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

.zy-about2Main {
    display: flex;
    align-items: center;
    margin-top: 37px;
}

.zy-about2L {
    position: relative;
    width: 655px;
    height: 330px;
}

.zy-about2N {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #ffffff;
    position: absolute;
    background-color: #e6212a;
    width: 311px;
    height: 48px;
    bottom: 28px;
    z-index: 3;
}

.zy-about2B {
    width: 509px;
    height: 300px;
    border: solid 3px #e5e5e5;
    position: absolute;
    top: 0;
    left: 40px;
}

.zy-about2L img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.zy-about2R h1 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 80px;
}

.zy-about3MainW {
    width: 100%;
    position: relative;
    height: 336px;
    display: flex;
    align-items: center;
    margin-top: 65px;
}

.zy-about3-frame {
    position: absolute;
    width: 253px;
    height: 336px;
    border: solid 3px #e6212a;
    top: 0;
    right: 57%;
    z-index: -1;
}

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

.zy-about3Main {
    display: flex;
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.04);
}

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

.zy-about3MainLeft p {
    width: 80%;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zy-about3MainLeft>div {
    margin-top: 33px;
    margin-bottom: 33px;
}

.zy-about3 {
    padding-bottom: 68px;
    padding-top: 60px;
    width: 100%;
}

.zy-about4Main {
    display: flex;
    justify-content: space-between;
    margin-top: 49px;
}

.zy-about4Main>div {
    width: 49%;
}

.zy-about4C {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.zy-about4C>div {
    width: 93%;
    padding-top: 20px;
    padding-bottom: 30px;
    height: 178px;
}

.zy-about4C>div h1 {
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    color: #333333;
    padding-bottom: 20px;
}

.zy-about4C>div p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

.zy-about4 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fafafa;
}

.zy-titleAboutW2 {
    width: 100%;
}

.zy-contactTitle {
    margin-top: 57px;
    margin-bottom: 50px;
}

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

.zy-contact1>div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 167px;
    width: 32%;
    border: solid 1px #e7e7e7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.zy-contact1>div h1 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}

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

.zy-contact2 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 130px;
}

.zy-contact2 #map {
    width: 100%;
    height: 500px;
}

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

.zy-newsDetail h1 {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.zy-newsDetail h2 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 0px;
    color: rgb(51, 51, 51, 0.8);
    text-align: center;
}

.zy-newsDmain {
    margin-top: 40px;
    margin-bottom: 50px;
}

.zy-newsDmain p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 30px;
    color: rgb(51, 51, 51, 0.8);
}

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

.zy-back {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.zy-backBtn {
    width: 150px;
    height: 50px;
    background-color: #e6212a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #fefeff;
}

.zy-newsDetailHr {
    width: 100%;
    height: 1px;
    background-color: rgb(54, 49, 35, 0.08);
    margin-top: 34px;
    margin-bottom: 23px;
}

.zy-newsDPage {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.zy-newsDPage>div {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgb(51, 51, 51, 0.8);
}

.zy-newsD>img {
    width: 49%;
}

.zy-news {
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 110px;
}

.zy-new-nav {
    display: flex;
    justify-content: center;
    margin-top: 51px;
    margin-bottom: 60px;
}

.zy-new-nav li {
    width: 18.2%;
    text-align: center;
    margin-right: 53px;
}

.zy-new-nav li a {
    font-size: 14px;
    color: #000000;
    display: block;
    transition: all 0.5s;
    padding: 9.5px 0;
    border: solid 1px #e7e7e7;
}

.zy-new-nav li a:hover {
    background-color: #e6212a;
    color: #fff;
    border: solid 1px #e6212a;
}

.zy-new-nav li:last-child {
    margin-right: 0;
}

.zy-nnav-current {
    background-color: #e6212a !important;
    color: #fff !important;
    border: solid 1px #e6212a !important;
}

.zy-newsLis li {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
}

.zy-newsLisR {
    background-color: #ffffff;
    border: solid 1px #e7e7e7;
}

.zy-newsLisR>div {
    display: flex;
    padding-top: 44px;
    padding-bottom: 44px;
    padding-left: 100px;
}

.zy-newsLisHr {
    width: 1px;
    height: 80px;
    background-color: #dcdcdc;
}

.zy-newsLisC {
    padding-right: 70px;
    width: 76%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.zy-newsLisDate {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 80px;
}

.zy-newsLisDate>div:nth-child(1) {
    font-family: Impact;
    font-size: 50px;
    letter-spacing: 3px;
    color: #666666;
}

.zy-newsLisDate>div:last-child {
    font-family: SourceHanSansCN-Normal;
    font-size: 13px;
    letter-spacing: 1px;
    color: #808080;
}

.zy-newsLisC h1 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zy-newsLisC p {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    line-height: 24px;
    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;
}

.zy-newsLis>li:hover .zy-newsLisR {
    background-color: #f5f5f5;
}

.zy-newsLis>li:hover .zy-newsLisHr {
    background-color: solid 1px rgb(255, 255, 255, 0.4);
}

.zy-Breadcrumb {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
}

.zy-BreadcrumbMain {
    width: 1200px;
    height: 50px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.zy-BreadcrumbMain img {
    margin-right: 15px;
}

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

.zy-BreadcrumbMain a {
    margin-right: 5px;
}

.zy-BreadcrumbMain h1:last-child {
    color: #e6212a;
}

.zy-product {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

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

.zy-pro1R {
    width: 42.5%;
}

.zy-pro1R h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: 600;
    color: #e6212a;
    padding-top: 20%;
}

.zy-proHr {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin-top: 15px;
    margin-bottom: 40px;
}

.zy-proHr div {
    height: 1px;
    background-color: #e6212a;
    width: 18%;
}

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

.zy-proTab {
    display: flex;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.zy-proTab div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    font-weight: 600;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}

.zy-proTabC1 div {
    width: 8px;
    height: 8px;
    background-color: #e6212a;
    border-radius: 50%;
    margin-right: 10px;
}

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

.zy-proTabC1 h1 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #666666;
}

.zy-proTabC table {
    width: 100%;
}

.zy-proTabC table td {
    text-align: center;
}

.table-l {
    width: 7%;
    font-weight: 600;
    font-size: 20px !important;
    color: #e6212a !important;
    text-align: center;
    background-color: #f8eeef !important;
    border-right: 6px solid #fff !important;
}

.zy-proTabC table tr td {
    padding-top: 1%;
    padding-bottom: 1%;
}

.zy-proTabC table tr:nth-child(1) td:nth-child(2),
.zy-proTabC table tr:nth-child(1) td:nth-child(4) {
    background-color: #f8eeef;
    width: 13%;
    font-size: 20px;
    color: #333333;
}

.zy-proTabC table tr:nth-child(1) td:nth-child(3),
.zy-proTabC table tr:nth-child(1) td:nth-child(5) {
    background-color: #f6f6f6;
    width: 20%;
    font-size: 20px;
    color: #333333;
}

.zy-proTabC table tr:nth-child(1) td:nth-child(6) {
    background-color: #f8eeef;
    width: 9.1%;
    font-size: 20px;
    color: #333333;
}

.zy-proTabC table tr:nth-child(1) td:last-child {
    background-color: #f6f6f6;
    width: 14.3%;
    font-size: 20px;
    color: #333333;
}

.checkColor>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkColor>div div {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.checkColor>div div:nth-child(1) {
    background-color: #e6dbcf;
    margin-right: 8px;
}

.checkColor>div div:nth-child(2) {
    background-color: #f19ec2;
    margin-right: 8px;
}

.checkColor>div div:nth-child(3) {
    background-color: #e34508;
    margin-right: 8px;
}

.checkColor>div div:nth-child(4) {
    background-color: #9f87bd;
    margin-right: 8px;
}

.checkColor>div div:nth-child(5) {
    background-color: #f3e93b;
    margin-right: 8px;
}

.checkColor>div div:nth-child(6) {
    background-color: #4cbeeb;
}

.zy-proTabC table tr td {
    font-size: 16px;
    color: #333333;
    background-color: #f9f9f9;
    border: 2px solid #fff;
}

.zy-proTabC table tr td:nth-child(2) {
    color: #666666;
}

.zy-proTabC table tr td:last-child {
    color: #666666;
}

.zy-productImg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.zy-productImg div {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f8f8f8;
    margin-bottom: 18px;
}

.zy-productImg img {
    width: 80%;
}

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

.zy-pro1L img {
    width: 100%;
    width: 300px;
}

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

.zy-proCenterMain {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.zy-proCenterMainL {
    width: 21%;
    border: solid 2px #e6212a;
}

.zy-proCenterMainLTitle {
    width: 100%;
    height: 66px;
    background-color: #e6212a;
    display: flex;
    padding-left: 35px;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

.zy-proCenterMainL li {
    width: 95%;
    height: 60px;
    margin: 0 auto;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 10px;
    padding-right: 23px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
}

.zy-proCenterMainL li:first-child {
    margin-top: 10px;
}

.zy-proCenterMainR {
    width: 77.3%;
}

.zy-proCenterMainRTitle {
    width: 100%;
    height: 66px;
    background-color: #e6212a;
    padding-left: 35px;
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

.zy-proCenterMainR ul {
    width: 100%;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 10px;
}

.zy-proCenterMainR ul li {
    width: 31%;
    margin-bottom: 30px;
}

.zy-proCenterMainRImg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    height: 335px;
}

.zy-proCenterMainRImg img {
    padding-top: 15%;
    padding-bottom: 15%;
    max-width: 85%;
    max-height: 85%;
}

.zy-proCenterMainRname {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 20px;
}

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

.zy-advantage {
    width: 100%;
    display: flex;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.06);
    margin-top: 60px;
}

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

.zy-advantageR {
    width: 66.66%;
    position: relative;
}

.zy-advantageR>img {
    width: 100%;
}

.zy-advantageRC {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.zy-advantageRC>div {
    flex: 1;
    border-right: 2px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zy-advantageRC>div img {
    margin-top: 60px;
    transition: 0.6s;
}

.zy-advantageRC>div h1 {
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 40px;
}

.zy-advantageL h1 {
    font-size: 36px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 25px;
    transition: 0.6s;
}

.zy-advantageL p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.zy-advantageL>div {
    width: 90%;
    margin: 0 auto;
}

.zy-ad-b {
    width: 100%;
    display: flex;
    margin-top: 80px;
    margin-bottom: 100px;
}

.zy-ad-b>div {
    width: 50%;
    height: 264px;
    display: flex;
    align-items: center;
    position: relative;
}

.zy-ad-b>div>div {
    display: flex;
    align-items: center;
}

.zy-ad-b>div>div h1 {
    font-family: MicrosoftYaHei;
    font-size: 26px;
    color: #e6222a;
    padding-left: 30px;
    padding-right: 10px;
}

.zy-ad-bL {
    background-color: #f4f5f5;
}

.zy-ad-bR {
    background-color: #f9f1f2;
}

.zy-ad-bL>div {
    position: absolute;
    right: 40%;
}

.zy-ad-bR>div {
    position: absolute;
    left: 40%;
}

.zy-Msg {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 150px;
}

.zy-Msg>h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    font-weight: 600;
    color: #333333;
}

.zy-Msg>h2 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    padding-top: 40px;
    padding-bottom: 50px;
}

.zy-MsgMain {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.06);
}

.zy-MsgMain>div {
    width: 92%;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 4%;
}

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

.zy-MsgInput>div {
    width: 48%;
}

.zy-MsgInput input {
    width: 100%;
    height: 40px;
    border: solid 1px #d7d7d7;
    outline: unset;
    padding-left: 10px;
}

.zy-MsgInput h1 {
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px;
    padding-top: 27px;
}

.zy-MsgInput h1 span {
    color: #ff0000;
}

.zy-MsgTextarea textarea {
    width: 100%;
    outline: unset;
    border: solid 1px #d7d7d7;
    padding-left: 10px;
    padding-top: 10px;
}

.zy-MsgTextarea h1 {
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px;
    padding-top: 27px;
}

.zy-MsgBtn {
    width: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.zy-MsgBtn>button {
    width: 48%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: unset;
}

.zy-MsgBtn>button:first-child {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #ffffff;
    background-color: #e6212a;
}

.zy-MsgBtn>button:last-child {
    font-size: 16px;
    color: #333333;
    background-color: #e9e9e9;
}

#pagesize {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

#pagesize>ul {
    width: 160px;
    display: flex;
    justify-content: space-between;
}

#pagesize>ul li a {
    width: 32px;
    height: 30px;
    border: solid 1px #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: unset;
    background: unset;
}

#pagesize .active {
    background: #e6212a;
    border: unset;
}

.zy-index4NewsImg {
    width: 80%;
}

.zy-proCenter {
    margin-bottom: 20px;
}

.zy-navLeftActive {
    background-color: #ffdfdf !important;
    color: #da251d !important;
}

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

.checkColor ul {
    display: flex;
    margin: 0 auto;
    width: 40%;
}

.checkColor ul li p {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
}

.checkColor ul li p span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.zy-productImg div {
    margin-right: 2%;
}

.zy-productImg div:nth-child(3n+3) {
    margin-right: unset;
}

.zy-productImg::after {
    content: "";
    flex: auto;
}

.zy-color-1 {
    background-color: #e6dbcf;
}

.zy-color-2 {
    background-color: #f19ec2;
}

.zy-color-3 {
    background-color: #e34508;
}

.zy-color-4 {
    background-color: #9f87bd;
}

.zy-color-5 {
    background-color: #f3e93b;
}

.zy-color-6 {
    background-color: #4cbeeb;
}

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

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

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

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

@media (max-width:1200px) {
    .zy-headTopMain {
        width: 100%;
    }
    .zy-footContactMain {
        width: 100%;
    }
    .zy-footContactMainL {
        width: 80%;
    }
    .zy-footMain {
        width: 100%;
    }
    .zy-footB>div {
        width: 100%;
    }
    .zy-index1>div {
        width: 100%;
    }
    .zy-gsjj>div:nth-child(1) {
        width: 49%;
    }
    .zy-gsjjR {
        width: 49%;
    }
    .zy-gsjj>div:nth-child(1) img {
        width: 100%;
    }
    .zy-title h2 {
        font-size: 65px;
    }
    .zy-title h1 {
        font-size: 35px;
    }
    .zy-gsjjR p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .zy-index2>div {
        width: 100%;
    }
    .zy-index2ProLeft ul {
        width: 100%;
    }
    .zy-index2ProRight {
        width: 76%;
    }
    .zy-index2ProRight>div a>div img {
        width: 90%;
    }
    .zy-index2ProLeft li {
        font-size: 14px;
    }
    .zy-index2ProLeft-active {
        width: 100%;
        left: 5%;
    }
    .zy-index3>div {
        width: 98%;
        margin: 0 auto;
    }
    .zy-index3Img img {
        width: 100%;
    }
    .zy-index3Info {
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .zy-index4>div {
        width: 100%;
    }
    .zy-index5>div {
        width: 100%;
    }
    .zy-partner>div img {
        max-width: 100%;
    }
    .zy-about1>div {
        width: 100%;
    }
    .zy-about2>div {
        width: 100%;
    }
    .zy-about3>div {
        width: 100%;
    }
    .zy-about4>div {
        width: 100%;
    }
    .zy-titleAbout h1 {
        font-size: 27px;
    }
    .zy-titleAbout h2 {
        font-size: 50px;
    }
    .zy-about1>div p {
        width: 80%;
    }
    .zy-about2L {
        width: 50%;
    }
    .zy-about2R {
        width: 50%;
    }
    .zy-about2R h1 {
        margin-left: 5%;
    }
    .zy-about2B {
        display: none;
    }
    .zy-about4Main img {
        width: 100%;
    }
    .zy-contact1,
    .zy-contact2 {
        width: 100%;
    }
    .zy-contact1 {
        flex-wrap: wrap;
        justify-content: center
    }
    .zy-contact1>div {
        width: 80%;
        margin-bottom: 10px;
    }
    .zy-newsDetail {
        width: 100%;
    }
    .zy-news {
        width: 98%;
    }
    .zy-newsLisR>div {
        padding-left: 10%;
    }
    .zy-newsLisDate {
        padding-right: 3%;
    }
    .zy-product {
        width: 98%;
    }
    .zy-BreadcrumbMain {
        width: 98%;
    }
    .zy-proCenter {
        width: 100%;
    }
    .zy-ad {
        width: 100%;
    }
    .zy-advantageR>div>img {
        width: 100%;
    }
    .zy-Msg {
        width: 100%;
    }
}

@media (max-width:1100px) {
    .zy-headNav>div {
        width: 100%;
    }
}

@media (max-width:990px) {
    .zy-partner {
        flex-wrap: wrap;
    }
    .zy-proCenterMainL li {
        height: unset;
        padding-top: 8%;
        padding-bottom: 8%;
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .zy-proCenterMainLTitle {
        padding-left: 5%;
        height: unset;
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .zy-advantageL h1 {
        font-size: 18px;
    }
    .zy-advantageL p {
        font-size: 14px;
    }
    .zy-ad-b>div>div h1 {
        font-size: 18px;
    }
    .zy-ad-bL>div {
        right: 13%;
    }
    .zy-ad-bR>div {
        left: 13%;
    }
}

@media (max-width:767px) {
    .zy-index3Info>div {
        width: 35px;
        height: 35px;
    }
    .zy-index3Info>div img {
        width: 100%;
        height: 100%;
    }
    .zy-index3Info h2 {
        display: none;
    }
    .zy-index3Info h1 {
        font-size: 16px;
    }
    .zy-mobileHead {
        display: block;
    }
    .zy-PChead {
        display: none;
    }
    .zy-footContactMainL {
        flex-direction: column;
        height: unset;
    }
    .zy-footContactMainL>div>div {
        height: 35px;
    }
    .zy-footContactMain {
        padding-left: 8px;
        padding-right: 8px;
    }
    .zy-footContactMainL>div>div img {
        margin-right: 8px;
        width: 14px;
    }
    .zy-footMain {
        flex-direction: column;
    }
    .zy-footMain>div {
        max-width: 400px;
        padding-left: 40px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .zy-foot {
        padding-top: 30px;
        padding-bottom: unset;
    }
    .zy-form {
        width: 266px;
    }
    .zy-footNavLi ul li {
        padding-bottom: 15px;
    }
    .zy-footNavLi ul {
        margin-top: 20px;
    }
    .zy-sendMsgTitle {
        margin-bottom: 20px;
    }
    .zy-footB>div {
        flex-direction: column;
    }
    .zy-footB>div {
        justify-content: center;
        align-items: center;
    }
    .zy-footB>div {
        width: 80%;
    }
    .zy-footB>div>div {
        text-align: center;
    }
    .zy-gsjj {
        flex-direction: column;
    }
    .zy-gsjj>div:nth-child(1) {
        width: 98%;
        margin: 0 auto;
    }
    .zy-gsjjR {
        width: 98%;
        margin: 0 auto;
    }
    .jy-intcondigital li {
        width: 48.5%;
    }
    .jy-intcondigital {
        flex-wrap: wrap;
        margin-top: 25px;
        margin-bottom: 17px;
    }
    .jy-intcondigital h4 span {
        font-size: 40px;
    }
    .zy-index1>div {
        width: 98%;
        margin: 0 auto;
    }
    .zy-index1 {
        padding-top: 18px;
    }
    .zy-title h1 {
        font-size: 21px;
    }
    .zy-title h2 {
        font-size: 38px;
    }
    .zy-gsjj {
        margin-top: 40px;
    }
    .zy-gsjj p {
        font-size: 12px;
    }
    .zy-index2ProRight>div {
        width: 32%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .zy-index2ProRight>div a>div {
        height: 110px;
    }
    .zy-index2ProRight {
        justify-content: start;
        align-content: start;
    }
    .zy-index2ProRight>div a>div img {
        width: 80%;
    }
    .zy-index2ProLeft ul {
        height: 460px;
    }
    .zy-index2ProLeft li {
        font-size: 12px;
    }
    .zy-ProMore {
        font-size: 20px;
    }
    .zy-index2Search {
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .zy-index2Search button {
        height: 40px;
    }
    .zy-index2Search input {
        padding-left: 10px;
    }
    .zy-index2Search input::placeholder {
        font-size: 14px;
    }
    .zy-index2 {
        padding-top: 18px;
        padding-bottom: 26px;
    }
    .zy-index3Main {
        margin-top: 25px;
    }
    .zy-index3 {
        padding-top: 19px;
        padding-bottom: 25px;
    }
    .zy-index4News>div {
        width: 100%;
    }
    .zy-index4News>div>div {
        width: 90%;
    }
    .zy-index4NewsMain {
        width: 56%;
    }
    .zy-index4NewsMain p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .zy-index4NewsMain h1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .zy-index4NewsImg {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .zy-index4NewsImg img {
        width: 100%;
    }
    .zy-index4News>div {
        height: 160px;
    }
    .zy-index4News {
        margin-top: 25px;
    }
    .zy-index4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .zy-partner {
        justify-content: space-around;
        width: 98%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .zy-partner>div {
        width: 49%;
        height: 100px;
        margin-right: auto;
    }
    .zy-index5 {
        padding-top: 17px;
        padding-bottom: 25px;
    }
    .zy-titleAbout h1 {
        font-size: 22px;
    }
    .zy-titleAbout h2 {
        font-size: 35px;
        margin-bottom: 5px;
    }
    .zy-about1 {
        padding-top: 16px;
        padding-bottom: 26px;
    }
    .zy-about2Main {
        flex-direction: column;
    }
    .zy-about2L {
        width: 100%;
    }
    .zy-about2R {
        width: 100%;
    }
    .zy-about2L img {
        width: 100%;
        position: unset;
    }
    .zy-about2L {
        height: unset;
    }
    .zy-about2N {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        line-height: 26px;
        letter-spacing: 2px;
        color: #ffffff;
        position: absolute;
        background-color: #e6212a;
        width: 219px;
        height: 26px;
        bottom: 9px;
        z-index: 3;
    }
    .zy-about2 {
        padding-top: unset;
        padding-bottom: 10px;
    }
    .zy-about2Main {
        margin-top: 20px;
    }
    .zy-about2R h1 {
        font-size: 12px;
        line-height: 35px;
    }
    .zy-about3Main {
        flex-direction: column-reverse;
    }
    .zy-about3MainRight img {
        width: 100%;
    }
    .zy-about3Main {
        position: unset;
    }
    .zy-about3-frame {
        display: none;
    }
    .zy-about3MainW {
        height: unset;
        margin-top: 25px;
    }
    .zy-about3MainLeft p {
        width: 90%;
        font-style: 12px;
    }
    .zy-about3MainLeft>div {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .zy-about3MainLeft {
        padding-bottom: 10px;
    }
    .zy-about3 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .zy-about4C>div {
        width: 93%;
        padding-top: 10px;
        padding-bottom: 19px;
        height: 120px;
    }
    .zy-about4C>div h1 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .zy-about4C>div p {
        font-size: 12px;
        line-height: 20px;
    }
    .zy-about4Main {
        margin-top: 30px;
    }
    .zy-about4 {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .zy-titleAboutW {
        display: none;
    }
    .zy-titleAboutW2 {
        display: block;
    }
    .zy-contact2 #map {
        height: 300px;
    }
    .zy-contactTitle {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .zy-contact2 {
        margin-bottom: 60px;
    }
    .zy-newsDPage {
        flex-direction: column;
    }
    .zy-newsDmain p {
        font-size: 12px;
    }
    .zy-newsDetail h1 {
        font-size: 20px;
    }
    .zy-newsDetail {
        margin-top: 23px;
    }
    .zy-newsDmain {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .zy-newsDetail {
        width: 98%;
    }
    .zy-newsLis li {
        flex-direction: column;
    }
    .zy-newsLis li>div:nth-child(1) {
        width: 100%;
    }
    .zy-newsLis li>div:nth-child(1) img {
        width: 100%;
    }
    .zy-newsLisR>div {
        padding-left: 4%;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .zy-newsLisC {
        padding-right: 5%;
    }
    .zy-newsLisDate {
        padding-left: 5%;
    }
    .zy-new-nav li {
        width: 30%;
    }
    .zy-new-nav {
        margin-top: 25px;
        margin-bottom: 35px;
    }
    .zy-news {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .zy-pro1R h1 {
        font-size: 14px;
    }
    .zy-proHr {
        margin-top: 11px;
        margin-bottom: 7px;
    }
    .zy-pro1R h2 {
        font-size: 12px;
        line-height: 20px;
    }
    .zy-proTab div {
        font-size: 16px;
    }
    .zy-proTab {
        height: 40px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .checkColor>div div {
        width: 10px;
        height: 10px;
    }
    .checkColor>div div:nth-child(1) {
        margin-right: 3px;
    }
    .checkColor>div div:nth-child(2) {
        margin-right: 3px;
    }
    .checkColor>div div:nth-child(3) {
        margin-right: 3px;
    }
    .checkColor>div div:nth-child(4) {
        margin-right: 3px;
    }
    .checkColor>div div:nth-child(5) {
        margin-right: 3px;
    }
    .zy-proTabC table tr td {
        padding-top: 0.2%;
        padding-bottom: 0.2%;
    }
    .zy-proTabC table tr:nth-child(1) td:nth-child(2),
    .zy-proTabC table tr:nth-child(1) td:nth-child(4) {
        font-size: 12px;
    }
    .zy-proTabC table tr:nth-child(1) td:nth-child(3),
    .zy-proTabC table tr:nth-child(1) td:nth-child(5) {
        font-size: 12px;
    }
    .zy-proTabC table tr:nth-child(1) td:last-child {
        font-size: 12px;
    }
    .zy-proTabC table tr td {
        font-size: 12px;
    }
    .table-l {
        font-size: 14px !important;
        border-right: 2px !important;
    }
    .zy-proTabC table tr:nth-child(1) td:nth-child(6) {
        font-size: 12px;
    }
    .zy-proTabC1 h1 {
        font-size: 14px;
        line-height: 25px;
    }
    .zy-pro1 {
        margin-top: 25px;
    }
    .zy-product {
        margin-bottom: 40px;
    }
    .zy-BreadcrumbMain {
        height: 38px;
    }
    .zy-Breadcrumb {
        height: 38px;
    }
    .zy-proCenterMainL {
        min-width: 155px;
    }
    .zy-proCenterMainR ul li {
        width: 80%;
        margin-bottom: 6px;
    }
    .zy-proCenterMainRname {
        font-size: 14px;
        padding-top: 5px;
    }
    .zy-proCenterMainR {
        width: 56%;
    }
    .zy-proCenterMainLTitle,
    .zy-proCenterMainRTitle {
        height: 40px;
        font-size: 16px;
    }
    .zy-advantageRC>div h1 {
        font-size: 12px;
        margin-top: 30px;
    }
    .zy-advantageRC>div img {
        margin-top: 30px;
    }
    .zy-advantageL p {
        font-size: 12px;
        line-height: 20px;
    }
    .zy-advantageR {
        width: 75%;
    }
    .zy-advantageL {
        width: 25%;
    }
    .zy-advantageL h1 {
        font-size: 12px;
        padding-bottom: 5px;
    }
    .zy-advantage {
        margin-top: 35px;
    }
    .zy-ad {
        padding-top: 30px;
    }
    .zy-ad-b {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .zy-MsgBtn {
        width: 90%;
        margin-top: 27px;
    }
    .zy-MsgInput h1 {
        padding-bottom: 10px;
        padding-top: 15px;
        font-size: 14px;
    }
    .zy-MsgInput>div {
        width: 100%;
    }
    .zy-MsgTextarea h1 {
        padding-bottom: 10px;
        padding-top: 15px;
        font-size: 14px;
    }
    .zy-Msg>h2 {
        padding-top: 13px;
        padding-bottom: 20px;
    }
    .zy-Msg>h1 {
        font-size: 28px;
    }
    .zy-Msg {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .zy-indexBanner {
        padding-top: 50px;
    }
    .zy-proCenterMainRImg {
        height: 200px;
    }
    .zy-pro1L img {
        width: 100%;
    }
    .checkColor ul li p span {
        width: 7px;
        height: 7px;
        margin-right: 5px;
    }
    .checkColor ul li p {
        width: 7px;
        height: 7px;
    }
    .checkColor ul {
        width: 80%;
    }
}

@media (max-width:400px) {
    .zy-index2ProRight {
        width: 68%;
    }
    .zy-index2ProLeft {
        width: 30%;
    }
    .zy-index2ProRight h1 {
        height: 35px;
    }
    .zy-index2ProRight>div a>div {
        height: 78px;
    }
    .zy-index2ProRight>div {
        width: 48%;
    }
    .zy-index2ProRight>div a>div img {
        width: 70%;
    }
    .zy-index2Search button {
        font-size: 16px;
    }
    .zy-ad-b>div>div {
        flex-direction: column;
    }
    .zy-ad-b>div>div h1 {
        padding: unset;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .zy-index4NewsMain h1 {
        padding-bottom: unset;
        margin-bottom: 5px;
    }
    .zy-index4NewsMain {
        padding-top: unset;
    }
    .zy-footContactMainL h1 {
        font-size: 12px;
    }
}