.ff {
    font-family: "Source Han Sans CN";
}

.c-tit {
    display: block;
    width: 100%;
    height: 240px;
    background-color: #009c4b;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.c-tit h1 {
    margin-top: 40px;
    height: 56px;
    line-height: 56px;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 8px;
}

.c-tit h2 {
    margin-top: 20px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffffdd;
}

.c-tit span {
    display: inline-block;
    margin-top: 24px;
    padding: 0px 24px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    background-color: #ffffff55;
}

.mainpage {
    padding-bottom: 50px;
    background-color: #009c4b;
    text-align: center;
    overflow: hidden;
}

.mainpage .tit p {
    display: block;
    margin: 60px 0px 30px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    color: #fff;
}

.mainpage .tit h2 {
    display: block;
    margin: 15px 0px;
    height: 72px;
    line-height: 72px;
    font-size: 72px;
    font-weight: 400;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
}

.mainpage span {
    display: inline-block;
    margin: 25px 10px;
    padding: 15px 20px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    color: #000;
    background-color: #fff;
    border-radius: 34px;
}

.mainpage strong {
    font-size: 45px;
}

.mainpage .img-container {
    margin: 30px auto 0px;
    width: 898px;
    height: 820px;
}

.mainpage .ico-container {
    margin-top: 80px;
}

.mainpage .ico {
    display: inline-block;
    margin: 0px 20px;
    width: 131px;
}

.mainpage .ico img {
    display: block;
    width: 100%;
    height: 131px;
    background-color: #00000000;
}

.mainpage .ico p {
    margin-top: 16px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.equipment {
    padding-bottom: 30px;
    overflow: hidden;
}

.e-tit {
    display: block;
    width: 100%;
    margin-top: 80px;
    text-align: center;
}

.e-tit h1 {
    height: 60px;
    line-height: 60px;
    font-size: 56px;
    color: #009c4b;
    letter-spacing: 5px;
}

.e-tit h5 {
    margin: 20px 0;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 5px;
}

.e-tit span {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 900;
    color: #009c4b;
}

.e-img-container {
	height: 665px;
    margin-top: 40px;
    display: grid;
    grid-template-rows: 319px 319px 319px;
    grid-template-columns: 285px 285px 285px;
    grid-row-gap: 30px;
    grid-column-gap: 12px;
    justify-content: center;
}

.e-img {
    background-color: #e5e5e5;
    text-align: center;
}

.e-img img {
    width: 100%;
    height: 250px;
    background-color: aliceblue;
}

.e-img span {
    display: inline-block;
    height: 67px;
    line-height: 67px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.infomation {
    padding-bottom: 50px;
    overflow: hidden;
}

.info-container {
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.info-img {
    width: 363px;
    height: 445px;
    overflow: hidden;
    background-color: #ebebeb;
}

.info-img img {
    width: 100%;
    display: block;
}

.info-content {
    width: 517px;
    height: 445px;
    padding: 47px 40px;
    background-color: #f4f4f4;
    box-sizing: border-box;
}

.info-content .biaoti {
    display: block;
    position: relative;
    margin-left: 22px;
    padding-left: 36px;
    width: 350px;
    height: 64px;
    line-height: 64px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #000;
    box-sizing: border-box;
    border: 1px solid #009c4b;
}

.info-content  .biaoti em {
    position: absolute;
    top: 4px;
    left: -27px;
    display: block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #fff;
    background-color: #009c4b;
}

.info-content p {
    display: inline-block;
    width: 400px;
    margin: 25px 0 25px;
    font-size: 20px;
    color: #000;
}

.parameter {
    padding-bottom: 50px;
}

.parm-banner {
    width: 930px;
    height: 510px;
    background-color: #ebebeb;
    overflow: hidden;
}

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

.parm-table {
    margin: 20px auto 0px;
    width: 770px;
}

.parm-table table {
    width: 100%;
}

.parm-table tr {
    height: 34px;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.parm-table th {
    color: #fff;
    background-color: #7e7e7e;
}

.parm-table th,
td {
    border: 1px solid #00000055;
}

.parm-show {
    margin: 40px 0px 0px;
    text-align: center;
    overflow: hidden;
}

.parm-show span {
    display: inline-block;
    padding: 0px 24px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #fff;
    background-color: #009c4b;
}

.parm-show .img-container {
    display: grid;
    margin-top: 20px;
    grid-template-rows: 157px 157px;
    grid-template-columns: 252px 252px 252px;
    justify-content: center;
    grid-gap: 10px;
}

.parm-show-img {
    background-color: #ebebeb;
    overflow: hidden;
}

.parm-show-img:nth-child(2) {
    grid-row-start: span 2;
}

.parm-show-img img {
    display: block;
    width: 100%;
}

.application {
    padding-bottom: 50px;
}

.app-img-container {
    display: grid;
    margin-top: 20px;
    grid-template-columns: 429px 429px;
    grid-template-rows: 342px 342px;
    grid-gap: 10px;
    justify-content: center;
}

.app-img {
    width: 429px;
    background-color: #ebebeb;
}

.app-img img {
    display: block;
    width: 100%;
}

.app-img span {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 24px;
    text-align: center;
}

.about {
    padding-bottom: 30px;
}

.about-img-container {
    display: grid;
    margin-top: 20px;
    grid-template-columns: 276px 276px 276px;
    grid-template-rows: 321px 187px;
    grid-gap: 18px;
    justify-content: center;
}

.about-img:first-child {
    grid-column-start: span 3;
}

.about-img {
    background-color: #ebebeb;
}

.contact-tit {
    height: 180px;
}

.contact-content {
    padding: 130px 200px 0px 200px;
    width: 100%;
    height: 556px;
    color: #fff;
    background: url(../img/contact.png) no-repeat top left;
    box-sizing: border-box;
}

.contact-content p {
    line-height: 42px;
    font-size: 24px;
}

.contact-content .qr {
    margin: 30px auto 0px;
    width: 147px;
}

.contact-content .qr img {
    width: 100%;
    height: 147px;
}

.contact-content .qr p {
    text-align: center;
}



@media screen and (max-width: 980px) {
	
.mainpage .tit p {
    font-size: 31px;

}

.mainpage .tit h2 {

    height: 58px;
    line-height: 68px;
    font-size: 32px;
}

.mainpage span {
    display: inline-block;
    margin: 15px 4px;
    padding: 5px 9px;
    height: 32px;
    line-height: 34px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border-radius: 34px;
}


.mainpage .img-container {
    margin: 30px auto 0px;
    width: 100%;
    height: 288px;
    background: url(../img/mainpage.png) no-repeat center;
	background-size: 100% 100%;
}

.mainpage .ico-container {
    margin-top: 23px;
}

.mainpage .ico {
    display: inline-block;
    margin: 0px 0px;
    width: 22%;
}
.mainpage {
    padding-bottom: 10px;
}
.mainpage .ico p {
	margin-top: 10px;
    font-size: 12px;
}

.e-img span {

    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.parm-banner {
    width: 100%;
    height: auto;

}


.e-tit h1 {
    height: 38px;
    line-height: 52px;
    font-size: 29px;
    color: #009c4b;
    letter-spacing: 5px;
}

.e-tit h5 {
    margin: 20px 0;
    height: 5px;
    line-height: 30px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 5px;
}

.e-tit span {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 900;
    color: #009c4b;
}

.e-img-container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.e-img {
    background-color: #e5e5e5;
    text-align: center;
    width: 30%;
}

.e-img span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    overflow: hidden;
    font-weight: 500;
    color: #000000;
}

.c-tit h1 {
    font-size: 28px;
}
.c-tit h2 {
font-size: 14px;
}

.c-tit span {
    font-size: 18px;
}

.info-container {

    flex-direction: column;
}
.info-img {
    width: 100%;
    height: auto;
}

.info-content {
    width: 100%;
     height: auto; 
    padding: 38px 30px;
}


.info-content span {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    letter-spacing: 0px;
}
.info-content i {
    left: -17px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 22px;
}
.parm-table {
width:100%
}
.info-content p {
    display: inline-block;
    margin: 10px 0 10px 19px;
    font-size: 15px;
    color: #000;
}

.app-img span {
    display: block;
    width: 100%;
    height: 41px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
}

.parm-table tr {
    font-size: 12px;
}
.parm-show .img-container {
    display: grid;
    margin-top: 20px;
    grid-template-rows: 62px 62px;
    grid-template-columns: 30% 30% 30%;
    justify-content: center;
    grid-gap: 6px;
}
.mainpage strong {
    font-size: 24px;
}

.app-img {
     width: 100%;
}
.app-img-container {
    display: grid;
    margin-top: 20px;
    grid-template-columns: 50% 50%;
    grid-template-rows: 167px 168px;
    grid-gap: 10px;
    justify-content: center;
}

.about-img-container {
    display: grid;
    margin-top: 20px;
    grid-template-columns: 30% 30% 30%;
    grid-template-rows: 128px 70px;
    grid-gap: 18px;
    justify-content: center;
}

.contact-content {
    padding: 5px;
}

.contact-content p {
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

















	
}