@charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

li {
    list-style: none;
}

*:focus {
    outline: none;
}

.header-top {
    width: 100%;
    background: #313131;
    height: 100px;
    border-bottom: 4px solid #90c42f;
}

.header-auto {
    width: 1100px;
    margin: 0px auto;
    height: 100px;
    clear: left;
}

.header-auto-logo {
    width: 40%;
    line-height: 100px;
    height: 100px;
    float: left;
}

.header-auto-logo img {
    margin-left: 62px;
    margin-top: 20px;
}

.header-auto-nav {
    float: right;
    width: 57%;
    height: 100px;
}

.header-auto-search {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #fff;
    clear: left;
}

.header-auto-search i {
    font-style: normal;
    vertical-align: top;
}

.header-auto-search a {
    color: #fff;
    margin: 0px 10px;
    vertical-align: top;
}

.header-auto-search-input {
    width: 195px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-top: 10px;
    background: #575757;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: left;
}

.header-auto-input-text {
    width: 160px;
    height: 28px;
    line-height: 28px;
    float: left;
    border: 0px;
    margin-left: 5px;
    text-indent: 5px;
    background: transparent;
    color: #fff;
}

.header-auto-input-submit {
    width: 30px;
    height: 28px;
    float: right;
    border: 0px;
    background: url("../images/saerch.png") no-repeat 10px 8px;
    background-size: 50%;
}

.header-auto-ul {
    width: 100%;
    height: 50px;
    clear: left;
}

.header-auto-nav-span {
    width: 125px;
    display: inline-block;
    text-align: center;
    float: left;
}

.header-auto-nav-span > a {
    width: 125px;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    line-height: 50px;
}

.header-auto-nav-span > a:hover, .span-hover {
    background: #90c42f;
}

.header-auto-nav-div {
    width: 125px;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 99999;
    background: url("../images/back1.png");
    margin-top: 4px;
    display: none;
}

.header-auto-nav-div a {
    line-height: 30px;
    height: 30px;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
}

.header-auto-nav-div a:first-child {
    background: url("../images/hover.png") no-repeat 50% -2px;
    padding-top: 10px;
}

.header-auto-nav-div a:hover, .nav-hover {
    color: #90c42f;
}

.home-product {
    width: 100%;
    height: 164px;
    margin-top: 35px;
}

.home-product-group {
    width: 212px;
    height: 100%;
    float: left;
    margin-right: 10px;
}

.home-product-group dt {
    width: 100%;
    height: 110px;
}

.home-product-group dt img {
    width: 100%;
    max-height: 110px;
}

.home-product-group dd {
    width: 100%;
    height: 54px;
    background: #90c42f;
}

.home-product-group dd a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    width: 80%;
    height: 80%;
    padding: 5px 25px;
    overflow: hidden; /*注意不要写在最后了*/
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.home-product-group:nth-child(2n) dd {
    background: #858585;
}

.home-product dl:last-child {
    margin-right: 0px;
}

.home-about-video {
    width: 100%;
    height: 400px;
    margin: 35px auto 80px;
    clear: left;
}

.home-about-show {
    width: 608px;
    height: 400px;
    position: relative;
    float: left;
}

.home-about-ioc-left, .home-about-ioc-right {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 180px;
    cursor: pointer;
}

.home-about-ioc-left {
    left: 0px;
    background: url("../images/home-left.png") no-repeat;
}

.home-about-ioc-right {
    right: 0px;
    background: url("../images/home-right.png") no-repeat;
}

.home-about-show-img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.home-about-show-img img {
    width: 608px;
    float: left;
}

.home-about-show-img-w {
    width: 3040px;
}

.home-video-show {
    width: 474px;
    height: 400px;
    float: right;
}

.footer {
    width: 100%;
    height: 115px;
    background-color: #2a2a2a;
}

.footer-auto {
    width: 1100px;
    margin: 0px auto 0px;
    overflow: hidden;
    clear: left;
}

.footer-auto-p {
    color: #a5a5a5;
    width: 400px;
    display: inline-block;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 20px;
    vertical-align: top;
    float: left;
}

.footer-auto-qr-code {
    width: 62px;
    height: 62px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: bottom;
    float: right;
    margin-right: 20px;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.banner img {
    width: 100%;
}

.home {
    width: 1100px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

.content {
    width: 1100px;
    margin: 20px auto 0px;
    overflow: hidden;
}

.about-index {
    width: 99%;
    height: 50px;
    line-height: 50px;
    border-bottom: 4px solid #90c42f;
}

.about-index-title {
    width: 300px;
    text-indent: 20px;
    background: url("../images/o.png") no-repeat 0px center;
    float: left;
}

.about-index-title i {
    color: #9a9a9a;
    margin: 0px 5px;
    font-size: 15px;
}

.about-index-title-txt {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: bolder;
}

.about-index-title-eng {
    color: #9a9a9a;
    font-size: 15px;
}

.about-index-nav {
    width: 500px;
    float: right;
    height: 50px;
    text-align: right;
    color: #767676;
}

.about-index-nav i {
    font-style: normal;
    font-size: 15px;
    color: #767676;
    margin: 0px 5px;
}

.about-nav {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 51px;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 10px;
}

.about-nav a {
    float: left;
    display: inline-block;
    padding: 0px 8px;
    text-align: center;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 600;
}

.about-nav a:hover, .about-nav-hover {
    background: url("../images/nav.png") no-repeat center bottom;
}

.con-text {
    width: 99%;
    padding: 10px;
    margin-top: 10px;
}

.con-text-title {
    line-height: 40px;
    border-bottom: 1px solid #DEDEDE;
    font-size: 14px;
    color: #6c6c6c;
    text-align: left;
    overflow: hidden;
}

.product-list-group {
    width: 100%;
    height: auto;
    min-height: 500px;
    clear: left;
    overflow: hidden;
}

.product-list-left {
    width: 221px;
    height: auto;
    float: left;
}

.product-list-nav-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 25px;
    background: #2a2a2a;
    color: #fff;
    font-size: 17px;
}

.product-list-nav-title span {
    color: #90c42f;
    font-size: 13px;
    margin-left: 5px;
}

.product-list-nav-ul {
    width: 100%;
    margin-top: 8px;
}

.product-list-nav-ul li {
    border-bottom: 1px solid #dfdfdf;
    font-size: 13px;
    color: #bbbbbb;
    overflow: hidden;
    padding: 10px 0px;
}

.product-list-nav-ul li a {
    display: inline-block;
    margin-left: 25px;
    width: auto;
    font-size: 13px;
    color: #636363;
    max-width: 70%;
    float: left;
}

.product-list-nav-ul li em {
    float: right;
    font-style: normal;
    margin-right: 10px;
    display: block;
    width: 20px;
}

.product-list-nav-ul li:hover,
.product-list-nav-ul li a:hover {
    background: #90c42f;
    color: #fff;
}

.product-list-nav-ul .product-hover, .product-list-nav-ul .product-hover a {
    background: #90c42f;
    color: #fff;
    border-bottom: 0px;
}

.product-list-right {
    width: 860px;
    height: auto;
    float: right;
    overflow: hidden;
}

.product-list-top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    clear: left;
    border-bottom: 3px solid #90c42f;
}

.product-list-top-title {
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    background: url("../images/o.png") no-repeat 0px center;
    text-indent: 20px;
    display: inline-block;
}

.product-list-top-title i {
    font-style: normal;
    margin-left: 5px;
    font-size: 13px;
    color: #9a9a9a;
    font-weight: normal;
}

.product-list-top-index {
    text-align: right;
    display: inline-block;
    float: right;
    color: #767676;
}

.product-list-top-index i {
    margin: 0px 5px;
    font-style: normal;
    font-size: 14px;
}

.product-list-data {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.product-list-dl {
    width: 100%;
    height: auto;
    clear: left;
}

.product-list-dl-class {
    width: 275px;
    height: 217px;
    float: left;
    margin-right: 16px;
    margin-bottom: 10px;
}

.product-list-dl-class:nth-child(3n) {
    margin-right: 0px;
}

.product-list-dl-class dt {
    width: 100%;
    height: 182px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    margin-bottom: 5px;
}

.product-list-dl-class dt img {
    width: 100%;
    /* height: auto;
    max-height: 182px; */
}

.product-list-dl-class dd {
    width: 250px;
    text-align: left;
    margin: 0px auto;
}

.product-list-page {
    width: 100%;
    height: 50px;
    line-height: 50px;
    clear: left;
    text-align: center;
}

.product-details-img {
    width: 100% px;
    clear: left;
    height: auto;
    overflow: auto;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 50px;
    margin-top: 10px;
}

.product-details-describe {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #555555;
    font-size: 13px;
    border-bottom: 2px solid #90c42f;
}

.product-details-desc-title {
    display: inline-block;
    width: 100px;
    text-align: center;
    border: 2px solid #90c42f;
    margin-left: 70px;
    border-bottom: 0px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

.product-details-show-img {
    width: 100% px;
    height: auto;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

.product-detail-show-xiao-img {
    width: 400px;
    overflow: hidden;
    float: left;
    height: auto;
}

.product-detail-show-list {
    width: 100%;
    clear: left;
    margin-top: 10px;
    overflow: hidden;
}

.product-detail-show-list img {
    float: left;
    width: 24%;
    margin-left: 2px;
    cursor: pointer;
    max-height: 50px;
}

.product-detail-show-list .product-detail-active {
    border: 1px solid red;
}

.product-details-txt {
    width: 380px;
    height: auto;
    margin-left: 30px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    float: left;
}

.product-details-txt table td {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.news-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news-list-dl {
    width: 263px;
    height: auto;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: 2px 10px 10px #d2d2d2;
    -webkit-box-shadow: 2px 10px 10px #d2d2d2;
    -moz-box-shadow: 2px 10px 10px #d2d2d2;
    margin-right: 12px;
    margin-bottom: 15px;
}

.news-list-dl:nth-child(4n) {
    margin-right: 0px;
}

.news-list-dl dt {
    width: 100%;
    height: 164px;
}

.news-list-dl dt img {
    width: 100%;
    max-height: 164px;
}

.news-list-dl dd {
    line-height: 25px;
}

.news-list-dd {
    width: 85%;
    margin: 10px auto;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.con-text-1 {
    margin-left: 5px;
    text-align: left;
    display: inline-block;
    float: left;
}

.con-text-2 {
    text-align: right;
    display: inline-block;
    float: right;
    margin-right: 5px;
}

.con-nr {
    width: 100%;
    min-height: 500px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #484848;
}

.leav-group {
    width: 95%;
    margin: 30px auto 0px;
    height: auto;
    border: 1px solid #ddd;
}

.leav-title {
    line-height: 35px;
    width: 100%;
    text-indent: 10px;
}

.leav-title label {
    color: #2b6a96;
    font-size: 16px;
}

.leav-title span {
    color: #a1a1a6;
    margin-left: 10px;
}

.leavAnswer {
    width: 98%;
    line-height: 25px;
    margin-left: 10px;

}

.leaveline {
    width: 99%;
    margin: 5px auto 0px;
    border-bottom: 1px solid #ddd;
    height: 1px;
}

.submitleav {
    width: 95%;
    margin: 0px auto;
    height: 64px;
    line-height: 64px;
    background-color: #ddd;
    text-indent: 20px;
    margin-top: 50px;
}

.leav-table {
    width: 95%;
    margin: 0px auto;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.leav-table th {
    width: 150px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    text-indent: 15px;
    padding: 10px 0px;
}

.leav-table td {
    padding: 10px 0px;
    border-bottom: 1px solid #DDDDDD;
    color: #515559;
}

.leav-table td input, .leav-table td textarea {
    border: 1px solid #ddd;
    width: 300px;
    padding-left: 5px;
}

.leav-table td input {
    line-height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.leav-table .leav-submit {
    background-color: #23b7e5;
    color: #fff;
    width: 100px;
}

.newsul {
    width: 98%;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
}

.newsul li {
    width: 100%;
    line-height: 30px;
    clear: left;
}

.newsul li a {
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #484848;
}

.newsul li a i {
    background: url(../images/10_03.png) no-repeat;
    display: inline-block;
    width: 10px;
    height: 9px;

}

.newsul li span {
    display: inline-block;
    float: right;
    color: #818181;
}

.news-group {
    width: 70%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
    padding-top: 15px;
}

.news-group dt {
    width: 140px;
    height: 140px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.news-group dt img {
    width: 100%;
    text-align: center;
    vertical-align: bottom;
}

.news-group .news-mo {
    width: 86px;
    height: 80px;
    text-align: center;

}

.news-group .news-txt-mo {
    display: inline-block;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 6px;
}

.news-group dd {
    width: 400px;
    height: 150px;
    float: right;
    margin-left: 5px;
}

.news-title {

    font-size: 16px;
    color: #484848;
}

.news-date {
    border: 1px solid #ddd;
    text-indent: 10px;
    background-color: #f7f7f7;
    color: #b5b5b5;
    margin: 5px 0px;
    clear: left;
    height: 30px;
    position: relative;
}

.news-des {
    font-size: 14px;
    color: #666666;
    line-height: normal;
    height: 60px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.product-group {
    width: 243px;
    height: 220px;

    float: left;
    margin-left: 32px;
}

.product-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.product-img {
    width: 100%;
    height: 130px;
    margin: 5px 0px;
}

.product-des {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-txt-title {
    width: 1100px;
    height: 40px;
    z-index: 999;
    margin: 0px auto;
    position: relative;
    top: -30px;
}

.product-txt-1 {
    background: url(../images/14.png) no-repeat;
    width: 154px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.product-txt-1 i {
    font-style: normal;
    margin-right: 2px;
    color: red;
}

.product-nav {
    width: 222px;
}

.product-nav-group {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.product-nav-title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

.product-nav-title:hover, .actce {
    background: url(../images/15.png) no-repeat;
    width: 250px;
    height: 45px;
    border: 0px;
}

.product-nav-title a {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #484848;
    text-indent: 40px;
}

.product-li {
    display: none;
}

.product-li li {
    margin: 0px;
    text-indent: 30px;
    padding: 8px 0px;
}

.show {
    display: block;
}

.product-nr {
    width: 810px;

    float: right;
}

.product-content {
    width: 98%;
    border: 1px solid #ddd;
    overflow: hidden;
    border-bottom: 0px;
    padding: 5px;
}

.product-content img {
    width: 100%;
}

.contact {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #bbbbbb;
    box-shadow: 1px 1px 1px #ddd;
}

.contact-w {
    width: 1024px;
    margin: 0px auto;
    height: 40px;
}

.contact-w-group {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid red;
    float: left;
}

.contact-w-group span {
    color: #d92930;
    font-size: 16px;
    font-weight: bold;
    margin-right: 4px;
}

.contact-nr {
    width: 1024px;
    min-height: 400px;
    overflow: hidden;
    height: auto;
    margin: 10px auto 0px;
}

.contact-w .con-text-2 {
    line-height: 40px;
}

#preview {
    text-align: center;
    margin: 10px auto 0px;
    width: 310px;
    float: none
}

.jqzoom {
    width: 310px;
    margin-bottom: 10px;
    height: 310px;
    overflow: hidden;
    _height: 310px;
    position: relative;
    border: 1px solid #ddd;
}

.bigimg {
    WIDTH: 800px;
    HEIGHT: 800px
}

.jqZoomPup {
    z-index: 10;
    position: absolute;
    filter: alpha(opacity=50);
    width: 50px;
    background: #fede4f no-repeat 50% top;
    height: 50px;
    visibility: hidden;
    top: 0px;
    cursor: move;
    left: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    border: 1px solid #aaa;
}

.zoomdiv {
    width: 310px;
    height: 310px;
    z-index: 100;
    position: absolute;
    text-align: center;
    border-left: #e4e4e4 1px solid;
    display: none;
    background: url(../images/loading.gif) #fff no-repeat center center;
    overflow: hidden;
    border-top: #e4e4e4 1px solid;
    top: 1px;
    border-right: #e4e4e4 1px solid;
    left: 0px
}

