﻿.col-sm-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.zoomy {
    position: absolute;
    display: none;
    background-repeat: no-repeat;
    -webkit-box-shadow: 3px 3px 10px #000;
    -moz-box-shadow: 3px 3px 10px #000;
    border: 0;
    cursor: url(blank.gif), move;
    line-height: 100px;
    text-align: center;
    background-image: url(loading.gif);
    background-position: center;
    background-color: #fff;
    z-index: 1000;
}
.tiane_about_new {
    padding-bottom: 60px;
    overflow: hidden;
}
.tiane_about_new_b {
    /*margin-top: 40px;*/
    position: relative;
}
.tiane_about_new_zi {
    width: 85%;
    position: absolute;
    top: 20%;
}
.tiane_about_new_zi span {
    font-size: 20px;
    color: #009944;
    font-weight: 700;
}
.tiane_about_new_zi a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-top: 15px;
}
.tiane_about_new_zi a:hover {
    text-decoration: underline;
}
.tiane_about_new_zi p {
    font-size: 16px;
    line-height: 23px;
    color: #333;
    margin: 0;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-align: justify;
}
.goodsNav {
    width: 100%;
    height: 130px;
    background-color: #009944;
    font-weight: 700;
    ;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: -webkit-linear-gradient( 180deg, rgb(155 251 216) 0%, rgb(4 185 101) 100%);
}
.goodsNav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.goodsNav ul li {
    cursor: pointer;
    margin-right: 4vw;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
}
.goodsNav ul li.under {
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
}
.goodsContent {
    margin-bottom: 40px;
}
.goodsBox {
    margin-top: 40px;
}
.goodsBox:nth-child(n+2) {
    display: none;
}
.goodsBox>h6 {
    font-size: 32px;
    color: #000;
    letter-spacing: 1px;
}
.goodsBox_con {
    margin-top: 40px;
}
.goodsBox_con p img {
    width: 100%;
}
.goodsBox_con>* {
    max-width: 100%;
}
.goodsBox_con {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
}
.goodsList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.goodsList li {
    width: 30%;
    margin-right: 5%;
}
.goodsList li:nth-child(3n) {
    margin-right: 0
}
.goodsList li:nth-child(n+4) {
    margin-top: 40px;
}
.goodsList li a {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.goodsList p {
    margin: 0;
    font-size: 20px;
    color: #4c4c4c;
}
.tiane_about_new_a a img {
    border: 1px solid rgb(221, 221, 221);
}
.goodsBox_con table {
    border-collapse: collapse;
}
.goodsBox_con td {
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    line-height: 200%;
    color: #666;
    word-wrap: break-word;
    word-break: break-all;
    table-layout: fixed;
}

