.proindex {
    margin: 10px 4%;
    height: auto;
    overflow: hidden;
}
.prokj, .proli {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.prostar {
    margin-top: 30px;
}
.prokj a {
    display: block;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.prokj a img {
    width: 100%;
    height: auto;
    display: block;
}
.prokj a span {
    display: block;
    line-height: 160%;
    margin-top: 10px;
    font-size: 1.125rem;
}
.prokj a .svg {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.prot1 {
    margin-top: 10px;
}
.prot1 span {
    font-size: 1.375rem;
    line-height: 120%;
}
.prot1 a {
    font-size: 0.75rem;
    color: #999;
}
.prob {
    float: right;
    font-size: 0.875rem;
    line-height: 150%;
    cursor: pointer;
}
.prob img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.proti {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 150%;
    color: #ccc;
    text-align: right;
}
.prot2 {
    font-size: 1.4rem;
    color: #ddd;
    line-height: 180%;
    margin-top: 1.5rem;
    border-bottom: 1px solid #eee;
}
.prot3 {
    font-size: 3.5rem;
    color: #ddd;
    line-height: 120%;
    margin-top: 30px;
    text-align: right;
}
.probar {
    width: 100%;
    height: calc(100vh - 50px);
    position: fixed;
    left: -100%;
    top: 50px;
    z-index: 100;
    overflow: hidden;
}
.probar.on {
    left: 0;
}
.probarbg {
    width: 75%;
    height: 100%;
    background: #f5f5f5;
    overflow: hidden;
}
.probarbg .prot1 {
    padding-left: 20px;
    margin-top: 15px;
}
.probarsec {
    width: 100%;
    height: calc(100% - 5rem);
    overflow: auto;
}
.sect {
    line-height: 3rem;
    font-size: 1rem;
    color: #666;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-left: 20px;
    font-weight: bold;
}
.sect:nth-child(1) {
    border-top: 0;
}
.secu li {
    padding-left: 20px;
    position: relative;
    height: auto;
    overflow: hidden;
}
.secu li::after {
    content: '';
    width: 4px;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 5%;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.secu li.on::after {
    height: 90%;
    opacity: 1;
    background: #005636;
}
.secu li a {
    display: block;
    float: left;
    color: #999;
    font-size: 0.875rem;
    line-height: 180%;
}
.secu li a:nth-child(2) {
    display: none;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-right: 10px;
    overflow: hidden;
    float: right;
}
.secu li.on a:nth-child(2) {
    display: block;
}
.secu li a:nth-child(2) .svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.secu li a:nth-child(2) .svg path {
    fill: #ccc;
}
.secu li.on a {
    color: #005636;
    font-weight: bold;
}

.pronum {
    color: #ccc;
    font-size: 0.75rem;
    margin-top: 10px;
}
.proli {
    margin-top: 20px;
}
.proli a {
    display: block;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.proli a img {
    width: 100%;
    height: auto;
    display: block;
}
.proli a span {
    display: block;
    font-size: 1rem;
    line-height: 150%;
    margin-top: 10px;
    color: #666;
	overflow: hidden;
}

/* 产品详情 */

.proview {
    width: 92%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}
.mainpic {
    height: auto;
    overflow: hidden;
}
.mainpic img {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: calc(50% - 5px);
    height: 42vw;
    object-fit: cover;
}
.mainpic img:nth-child(odd) {
    margin-left: 10px;
}
.mainpic img:nth-child(1) {
    width: 100%;
    height: auto;
    margin-left: 0;
}
.procont {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    line-height: 180%;
    background: #fff;
}
.readcont img, .procont img {
    display: block;
    max-width: 100%;
}
.readt1 {
    font-size: 1.75rem;
    line-height: 120%;
    color: #ccc;
    margin-top: 10px;
}
.readt2 {
    font-size: 1.75rem;
    line-height: 140%;
}
.readt3 {
    margin-top: 30px;
    line-height: 30px;
    font-size: 1rem;
    color: #666;
    padding-left: 15px;
    position: relative;
    font-weight: bold;
}
.readt3::before {
    content: '';
    width: 5px;
    height: 15px;
    background: #006550;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.readrow {
    padding-left: 15px;
    height: auto;
    overflow: hidden;
    font-size: 0.875rem;
    line-height: 180%;
    margin-top: 10px;
}
.icorow {
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
}
.readrow.row2 {
    text-align: center;
    font-size: 0;
    padding-left: 0;
}
.kqico {
    display: inline-block;
    margin: 10px 15px 0 0;
    height: auto;
    overflow: hidden;
}
.kqico img {
    display: block;
    height: 60px;
    margin: 0 auto;
}
.kqico span {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    line-height: 30px;
}
.ldico {
    display: inline-block;
    margin: 10px 15px 0 0;
    width: 90px;
    height: 110px;
    overflow: hidden;
    border: 1px solid #666;
    border-radius: 5px;
}
.ldico img {
    display: block;
    width: auto;
    height: 60px;
    margin: 10px auto 0 auto;
    overflow: hidden;
}
.ldico span {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    padding-top: 5px;
    white-space: normal;
    line-height: 150%;
}
.sx {
    display: table;
    width: 100%;
    height: auto;
    border-top: 1px solid #666;
    margin-top: 20px;
}
.sx li {
    display: table-row;
    height: auto;
}
.sx li span {
    display: table-cell;
    width: 40%;
    padding: 10px 5px;
    border-bottom: 1px solid #666;
    font-size: 0.75rem;
    text-align: center;
    line-height: 120%;
    color: #666;
}
.sx li span:nth-child(2) {
    width: 60%;
    border-left: 1px solid #666;
}

.ysico {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 10px 15px;
}
.ysico span {
    display: block;
    font-size: 0.75rem;
    line-height: 200%;
    margin: 10px auto;
    text-align: center;
}
.ysico span:nth-child(1) {
    width: 35px;
    height: 100px;
    border-radius: 5px;
    margin: 0 auto;
}

.block {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    font-size: 0.875rem;
    line-height: 180%;
    height: auto;
    overflow: hidden;
}
.blockt {
    font-weight: bold;
    line-height: 40px;
    margin-top: 10px;
}
.blockc {
    margin-top: 10px;
    height: auto;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 180%;
}

.row3 {
    width: 16.5%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
    float: left;
}
.row3 img {
    display: block;
    max-width: 60%;
    height: auto;
    margin: 0 auto 10px auto;
}
.row3 span {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    line-height: 150%;
}

.viewbtn {
    margin-top: 30px;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.viewbtn span, .viewbtn a {
    display: inline-block;
    width: 45%;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    margin: 2%;
    font-size: 0.875rem;
}
.viewbtn span {
    background: #005636;
    color: #fff;
    cursor: pointer;
}
.viewbtn a {
    background: #d0d3d4;
}

/* .row, .row4, .row4_1, .row4_2, .biewbtn {
    height: auto;
    overflow: hidden;
}
.row span {
    display: block;
    color: #999;
}
.row1 span:nth-child(1) {
    float: left;
    padding-right: 30px;
}
.row1 span:nth-child(2) {
    float: right;
}
.row2 span:nth-child(1) {
    float: left;
}
.row2 span:nth-child(2) {
    float: right;
    color: #333;
}

.row4 {
    padding-top: 10px;
}
.row4_1 span {
    color: #999;
    float: left;
    display: block;
    line-height: 30px;
    padding-bottom: 15px;
}
.row4_1 em {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 3px solid #fff;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.row4_1 em.on {
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
.row4_2 {
    height: 40px;
    line-height: 30px;
    padding-left: 25px;
    color: #999;
    display: none;
}
.row4_2 span {
    color: #333;
}

.viewmore {
    margin-top: 30px;
    height: auto;
    overflow: hidden;
}
.viewmore p {
    display: block;
    float: right;
    text-align: center;
    color: #999;
    line-height: 30px;
    cursor: pointer;
    font-size: 0.75rem;
}
.viewmore p img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px auto;
    border-radius: 5px;
}
.promore {
    display: block;
    line-height: 30px;
    font-size: 0.75rem;
    padding-right: 30px;
    background: url(/static/images/iconfont/aright2.png) right center no-repeat;
    background-size: 15px;
    float: left;
} */

.yybox {
    width: 92%;
    height: auto;
    max-height: 90vh;
    padding: 0 15px;
    overflow: auto;
    background: #fff;
    position: absolute;
    left: 5vw;
    top: 5vh;
    z-index: 10;
}
.yt1 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 4rem;
    margin-top: 10px;
}
.yt2 {
    text-align: center;
    font-size: 0.75rem;
    color: #005636;
    line-height: 150%;
    margin-bottom: 20px;
}
.yclose {
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    opacity: .5;
}
.yyok {
    width: 100%;
    height: calc(100% - 4rem);
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    top: 4rem;
    z-index: 20;
    display: none;
}
.okp {
    width: 80px;
    height: 80px;
    background: #005636;
    border-radius: 50%;
    margin: 80px auto 0 auto;
    overflow: hidden;
}
.okp img {
    width: 50%;
    height: 50%;
    margin: 25%;
    display: block;
}
.okt {
    line-height: 80px;
    text-align: center;
    font-size: 1rem;
}
.oki {
    width: 80%;
    line-height: 150%;
    font-size: 0.875rem;
    color: #999;
    text-align: center;
    position: absolute;
    left: 10%;
    bottom: 50px;
}

.protips {
    font-size: 0.75rem;
    color: #999;
    padding-left: 20px;
    margin-top: 10px;
}
