.c-tit {
    padding: 5px 0px 35px;
    width: 500px;
    height: 142px;
    color: #ffffff;
    background-color: #0d6844;
    border: 12px solid #399973;
}

.c-tit h2 {
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 64px;
}

.c-tit h5 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}

.mainpage {
    position: relative;
    overflow: hidden;
    /* background-color: #009c4b; */
}

.mainpage .title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
}

.mainpage .title h1 {
    padding-top: 64px;
    line-height: 80px;
    font-size: 80px;
    color: #0d6844;
    text-shadow: 3px 3px 0px #ffffff, 4px 4px 1px #0d684455;
}

.mainpage .title span {
    display: inline-block;
    margin-top: 24px;
    padding: 0px 48px;
    line-height: 62px;
    font-size: 36px;
    color: #ffffff;
    background-color: #0d6844;
    border-radius: 31px;
}

.mainpage .title h5 {
    margin-top: 16px;
    line-height: 36px;
    font-size: 36px;
    text-align: center;
    color: #0d6844;
    font-weight: normal;
}

.mainpage .m-img {
    width: 100%;
    overflow: hidden;
}

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

.mainpage .ico-container {
    padding: 50px 0px;
    background-color: #0d6844;
	color:#fff;
    display: flex;
    justify-content: center;
}

.mainpage .ico-container .ico {
    margin: 0px 35px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.mainpage .ico-container .ico img {
    display: block;
    width: 100%;
    height: 150px;
}

.product {
    overflow: hidden;
}

.pro-tit {
    margin: 56px auto 50px;
}

.pro-container {
    overflow: hidden;
}

.pro-container .pro-content {
    width: 100%;
    padding: 27px 40px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 400px 400px;
    justify-content: center;
}

.pro-container .pro-content span {
    display: inline-block;
    position: relative;
    margin-left: 22px;
    padding-left: 36px;
    height: 64px;
    line-height: 64px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    color: #000;
    box-sizing: border-box;
    border-bottom: 5px solid #1d7250;
    border-image: linear-gradient(to right, #1d7250 50%, #ffffff00)70 0;
}

.pro-container .pro-content i {
    position: absolute;
    top: 4px;
    left: -27px;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background-color: #1d7250;
}

.pro-container .pro-content p {
    display: inline-block;
    margin: 15px 0px 0px 10px;
    font-size: 20px;
    line-height: 25px;
    color: #000;
}

.pro-container .pro-img {
    margin: 0 auto;
    width: 794px;
    height: 354px;
    overflow: hidden;
}

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

.equipment {
    overflow: hidden;
}

.equip-tit {
    margin: 56px auto 50px;
}

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

.equip-img {
    text-align: center;
}

.equip-img img {
    width: 100%;
    height: 250px;
}

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

.parameter {
    overflow: hidden;
}

.parm-tit {
    margin: 56px auto 50px;
}

.parm-banner {
    width: 100%;
    height: 510px;
    overflow: hidden;
}

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

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

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

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

.parm-table th {
    font-weight: bold;
}

.parm-table td {
    padding-left: 40px;
    text-align: left;
}

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

.parm-table th span {
    border-bottom: 3px solid #1d7250;
}

.parm-table .img-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 2%;
    width: 21%;
    height: 382px;
}

.parm-table .img-container .img {
    width: 160px;
    height: 109px;
}

.banner-sm {
    margin-top: 50px;
    background-color: #0d6844;
		color:#fff;
    border-top: 12px solid #399973;
    border-bottom: 12px solid #399973;
    overflow: hidden;
}

.banner-sm .banner-sm-tit {
    float: left;
    margin-left: 60px;
    margin-top: 32px;
}

.banner-sm .banner-sm-tit h1 {
    margin: 20px -26px;
    line-height: 42px;
    font-size: 42px;
    color: #ffffff;
}

.banner-sm .banner-sm-tit h3 {
    margin: 20px 0px;
    line-height: 28px;
    font-size: 28px;
    font-weight: bold;
    color: red;
    letter-spacing: 3px;
    text-shadow: 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: 12px black;
}

.banner-sm .banner-sm-tit p {
    margin: 1px 0px;
    line-height: 28px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.banner-sm .banner-sm-ico {
    float: right;
    margin: 34px 50px 35px 0px;
    width: 153px;
    height: 155px;
}

.banner_s .banner_s_ico img {
    width: 100%;
}

.factory {
    overflow: hidden;
}

.fact-tit {
    margin: 56px auto 50px;
}

.factory .fact-img-container {
    display: grid;
    grid-template-columns: 430px 430px;
    grid-template-rows: 335px 335px;
    grid-gap: 10px;
    justify-content: center;
}

.factory .fact-img-container .fact-img {
    width: 100%;
}

.factory .fact-img-container .fact-img img {
    display: block;
    width: 100%;
}

.factory .fact-content {
    margin: 20px auto 0px;
    padding: 12px;
		color:#fff;
    width: 868px;
    background-color: #0d6844;
    box-sizing: border-box;
}

.factory .fact-content span {
    display: inline-block;
    padding: 12px;
    line-height: 36px;
    font-size: 24px;
    border: 1px solid #b1cec3;
    color: #ffffff;
}

.application {
    padding-bottom: 20px;
    overflow: hidden;
}

.application .app-tit {
    margin: 56px auto 50px;
    width: 600px;
}

.application .app-img-container {
    display: grid;
    grid-template-columns: 445px 445px;
    grid-template-rows: 293px 293px;
    grid-gap: 17px;
    justify-content: center;
}

.application .app-img-container .img {
    width: 100%;
    overflow: hidden;
}

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


/* 联系欧格 */

.contact {
    margin: 20px auto;
    width: 868px;
    /* height: 26.625rem; */
    background-color: #409d78;
    border-radius: 30px;
    overflow: hidden;
}

.contact .contact_tit {
    position: relative;
    width: 868px;
    height: 84px;
    background-color: #5ead8d;
    z-index: 1;
}

.contact .contact_tit:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 84px;
    border-left: 434px solid transparent;
    border-right: 434px solid transparent;
    border-top: 94px solid #5ead8d;
    z-index: 1;
}

.contact .contact_tit p {
    position: absolute;
    margin: 43px 0px 0px;
    width: inherit;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffffaa;
    letter-spacing: 4px;
    z-index: 2;
}

.contact .contact_tit h3 {
    position: absolute;
    margin: 64px 0rem 0rem;
    width: inherit;
    height: 58px;
    line-height: 58px;
    font-size: 58px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.contact .contact_container {
    margin: 120px 0rem 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.contact .contact_ico {
    width: 153px;
    height: 155px;
    overflow: hidden;
}

.contact .contact_ico img {
    display: block;
    width: 100%;
}

.contact .contact_content {
    margin: 0px 36px;
    /* width: 26.75rem; */
}

.contact .contact_content h3 {
    line-height: 56px;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

.contact .contact_content p {
    line-height: 36px;
    font-size: 24px;
    color: #ffffffcc;
}

.contact .contact_pic {
    width: 150px;
    height: 174px;
}

.contact .contact_pic img {
    display: block;
    width: 100%;
    height: 150px;
}

.contact .contact_pic p {
    margin: 8px 0px 0px;
    line-height: 16px;
    font-size: 16px;
    color: #ffffffcc;
    text-align: center;
}


@media only screen and (max-width: 975px){
.p101-pro-1-content {
    padding: 2rem 0;
    background: #fff;
    border-radius: 1rem;
    width: 95%;
    margin: 0 auto;
	
}
.mainpage .title h1 {
    padding-top: 14px;
    line-height: 10px;
    font-size: 32px;
    color: #0d6844;
    text-shadow: 3px 3px 0px #ffffff, 4px 4px 1px #0d684455;
}

.mainpage .title span {
    margin-top: 24px;
    padding: 0px 16px;
    line-height: 39px;
    font-size: 18px;

}
.mainpage .title h5 {
    margin-top: 16px;
    line-height: 2px;
    font-size: 14px;
}

.mainpage .ico-container .ico {
    margin: 0px 15px;
    height: 108px;
}

.c-tit {
width:89%;
}

.c-tit h2 {
    height: 114px;
    text-align: center;
    line-height: 114px;
    font-size: 22px;
    color: #fff;
}
.c-tit h5 {
    text-align: center;
    font-size: 12px;
}
.mainpage .ico-container {
    padding: 23px 0px;
}



.pro-container .pro-content {
	width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.pro-container .pro-content span {
    height: 32px;
    line-height: 23px;
    font-size: 16px;
    text-align: left;
}

.pro-container .pro-content i {
    position: absolute;
    top: 4px;
    left: -27px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
}
.contact .contact_container {
    margin: 60px 0rem 48px;

}

.contact .contact_tit h3 {
    font-size: 22px;
    letter-spacing: 10px;
}
.contact .contact_ico {
    width: 88px;
    height: 110px;
}
.contact .contact_content h3 {
    line-height: 36px;
    font-size: 16px;
}

.contact .contact_content p {
    line-height: 36px;
    font-size: 14px;
}
  
.pro-container .pro-content p {
    margin: 15px 0px 0px 10px;
    font-size: 12px;
    line-height: 17px;
}
.equip-img-container {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	grid-row-gap:0px; 
    grid-column-gap: 5px;
}

.equip-img {
    text-align: center;
    width: 30%;
}

.equip-img span {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
	    overflow: hidden;
}

.banner-sm .banner-sm-tit {

}

.factory .fact-content span {
    font-size: 14px;
}

.banner-sm .banner-sm-tit h1 {
    text-align: center;
    line-height: 40px;
    font-size: 19px;
	  text-align: center;
}

.banner-sm .banner-sm-tit h3 {
    margin: 20px 0px;
    line-height: 28px;
    font-size: 16px;
	  text-align: center;
	      letter-spacing: 0px;
}
.banner-sm .banner-sm-tit p {
    margin: 1px 0px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
}

.parm-banner {
   height: auto;
}
.parm-table {
    margin: 20px auto 0px;
   width: 100%
}
.parm-table table {
    width: 100%;
}
.parm-table table th:first-child{
	width:20%;
}


.parm-table .img-container {
	display:none;
}

.factory .fact-img-container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 131px 128px;
    grid-gap: 10px;
    justify-content: center;
}

.factory .fact-content {
	width:100%;
}
.application .app-tit {
    margin: 40px auto 40px;
     width: auto;
}
.application .app-img-container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 110px 110px;
    grid-gap: 17px;
    justify-content: center;
}

.contact {

width: auto;

}
.contact .contact_tit {
    position: relative;
    width: 100%;
    text-align: center;
    height: 84px;
    background-color: #5ead8d;
    z-index: 1;
}







}