@charset "utf-8";
/* CSS Document */

a, a:hover {
    text-decoration: none
}

ul, li {
    list-style: none
}

.header {
    background: #FFF;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.4s ease 0s;
    width: 100%;
    *width: auto;
    z-index: 20;
    padding: 10px 0
}

.header .container {
    margin: 0 auto;
}

.navbar-brand {
    float: left;
    padding: 10px 15px 20px;
    *padding: 10px 0;
}

.navbar-brand img {
    max-width: 100%;
}

.nav li:hover {
    background: none;
    border-bottom: 1px solid #CCC
}

.navbar-default {
    background: none;
    border: none;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.4s ease 0s;
}

.navbar-nav {
    width: 100%;
}

.navbar-header {
    width: 100%;
}

.topTel {
    float: right;
    background: url(../img/toptelbg.jpg) no-repeat top left;
    font-size: 26px;
    color: #057f1a;
    font-weight: bold;
    margin-top: 20px;
    padding: 20px 0 0 0;
}

.navbar-default .navbar-nav>li {
    width: 16.6%;
    text-align: center;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    line-height: 50px;
}

.navbar-default .navbar-nav>li:hover {
    border: None;
}

.navbar-default .navbar-nav>li:hover a {
    color: #008417;
    border-bottom: none;
    font-weight: bold;
}

.main1ul .col-sm-3 {
    *width: 24%;
    *padding: 2px
}

.main2 .col-md-8 {
    *width: 61%
}

.main3 .col-sm-4 {
    *width: 30%
}

.main4 .col-md-3 {
    *width: 22%
}

.main5 .col-sm-4 {
    *width: 30%
}

.main6 .col-sm-4 {
    *width: 30%
}

.main8 .col-sm-4 {
    *width: 30%
}

.main11 .col-sm-4 {
    *width: 30%
}

.main10 .col-sm-6 {
    *width: 47%
}

.main10 .col-sm-6 .col-sm-9 {
    *width: 70%
}

.content .tit_t {
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #028417;
}

.content .tit_t span {
    display: block;
    text-align: center;
    color: #028417;
    font-size: 14PX;
    opacity: .5;
}

/*main3-begin*/

.main3 {
    width: 98%;
    padding: 4% 15px 2%;
    text-align: center;
}

.main3 .tit_t {
    padding-bottom: 10px;
    background: url(../img/main1title.png) no-repeat center bottom;
}

.main3 .buttom2 {
    width: 150px;
    line-height: 50px;
    height: 50px;
    border: 1px solid #028417;
    background: none;
    display: block;
    margin: 50px auto;
    color: #028417;
    font-size: 16px;
    border-radius: 10px;
}

.mainTop {
    padding: 20px 8%;
}

.mainTop .col-sm-2 .main3Topli {
    background: #028417;
    color: #FFF;
    line-height: 40px;
    margin: 20px 3%;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

.main3ul {
    padding-left: 0;
    margin: 0 auto;
    width: 95%
}

.main1ul {
    display: none;
}

.main1ul.on {
    display: block;
}

.main3li {
    width: 100%;
    padding: 0 1px;
    padding-bottom: 20px;
    background: url(../img/main3libg.jpg) no-repeat top center;
    background-size: 100% 100%;
    float: left;
    color: #606060;
    text-align: center;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.3s ease 0s
}

.main3li a img {
    margin: 20px auto;
    display: block;
    width: 100%;
    max-width: 258px;
    max-height: 178px;
}

.main3li a span {
    display: block;
    color: #666666;
    font-size: 16px;
    margin: 20px 0
}

.main3li a p {
    color: #606060;
    font-size: 14px
}

/*main3-end*/

/*main4-begin*/

.main4 {
    width: 100%;
    background: url(../img/main2bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 3% 0 0;
    color: #FFFFFF;
    text-align: center
}

.main4 .tit_t {
    color: #FFF;
    padding-bottom: 10px;
    background: url(../img/main4title.png) no-repeat center bottom;
}

.main4 .tit_t span {
    color: #FFF
}

.main4 .main4ul {
    width: 90%;
    margin: 30px auto 0;
    padding-left: 0
}

.main4 .main4li {
    width: 100%;
    float: left;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 15);
    transition: all 0.6s ease-in-out 0s;
    margin: 10px 0 0;
}

.main4 .buttom2 {
    width: 150px;
    line-height: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: none;
    display: block;
    margin: 50px auto;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
}

.lixin {
    opacity: 1!important;
    transform: matrix(1, 0, 0, 1, 0, 0)!important;
    transform-origin: 50% 50% 0;
}

.main4 .main4li a img {
    margin: 0 auto
}

.main4 .main4li a span {
    display: block;
    line-height: 40px;
    color: #FFFFFF;
}

/*main4-end*/

.main5 {
    width: 100%;
    padding: 5% 0 2%;
}

.main5ul {
    padding-top: 50px;
}

.main5ul a.more {
    margin-top: 20px;
    display: block
}

.main5li {
    margin: 0 auto 10px;
    border: 1px solid #ccc;
    text-align: left;
}

.main5li a img {
    max-width: 368px;
    max-height: 200px;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
}

.main5li a p {
    font-size: 16px;
    color: #333333;
    margin: 0;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.main5li a span {
    font-size: 14px;
    color: #999;
    padding: 0 10px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    margin: 0 0 20px;
    ;
}

.main5li a b {
    display: block;
    color: #777777;
    font-size: 12px;
    padding: 0 10px;
}

.main5li a em {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #028417;
    color: #FFF;
    font-size: 12PX;
    margin: 10PX;
    border-radius: 10px;
    font-style: normal;
}

.main5li:hover {
    background: #028417;
}

.main5li:hover a p, .main5li:hover a span, .main5li:hover a b {
    color: #FFF;
}

.main5li:hover a em {
    background: #FFF;
    color: #028417;
}

.main5 .main5ul {
    width: 95%;
    margin: 0 auto;
    padding-left: 0
}

/*main5-end*/

.main6 {
    width: 100%;
    background: #f1f1f1;
    padding: 5% 0 5%;
    text-align: center;
}

.main6ul img {
    max-width: 100%;
    display: block;
    margin: 30px auto 0;
}

.video {
    width: 100%;
    height: 500px;
}

.footer {
    background: #323232;
    padding: 2% 0 0
}

.foooterTop {
    margin: 0 15px;
}

.foooterTop p {
    font-size: 16px;
    color: #fffefe;
    display: block;
    margin-bottom: 20px;
}

.foooterTop ul {
    margin: 0;
    padding: 0;
}

.foooterTop ul li a {
    color: #FFF;
    display: block;
    font-size: 14px;
    opacity: .6;
    margin-bottom: 10px;
}

.foooterTop .col-md-5 {
    position: relative;
}

.foooterTop .address {
    font-size: 14px;
    color: #FFF;
    opacity: .6;
    line-height: 25px;
}

.foooterTop .col-md-5 img {
    position: absolute;
    right: 10px;
    top: 40px;
    width: 110px;
    opacity: 1;
}

.footerBottom {
    width: 100%;
    text-align: center;
    padding: 10PX;
    background: #1e1e1e;
    line-height: 20px;
    color: #FFF;
}

/*导航到一定高度显示*/

/* .comDiv {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.85);
    *background: #fff;
    opacity: 0.85;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.4s ease 0s;
} */

/*导航二级菜单修改样式*/

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background: none;
    color: #000
}

.dropdown-menu>li>a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 25px;
    padding: 3px 20px;
    white-space: nowrap;
    text-align: center
}

.nav>li {
    text-align: left;
}

/*内页*/

.ny {
    padding: 0 0;
    line-height: 30px;
    font-size: 14px;
    color: #000;
}

.ny .top {
    line-height: 40px;
    padding: 0 3%;
    font-size: 16px;
    border-bottom: 1px solid #CCC;
}

.ny .top .span01 {
    float: right;
}

.ny .top .span01 a {
    color: #000;
    padding: 0 10px 0 0;
    font-size: 14px;
}

.slider {
    text-align: center;
    padding: 0;
    margin: 0;
}

.slider li {
    margin-bottom: 10px;
    line-height: 40px;
    margin-left: 20px;
    margin-right: -50px;
}

.slider li a {
    color: #000;
    background: #e7e7e7;
    margin: 0 5px;
    display: block;
}

.slider2 {
    float: right;
    position: relative;
    margin-bottom: 20px;
    height: 85px;
    margin-left: 0;
    padding: 0;
    overflow: hidden;
}

.slider2 ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slider2 li {
    background: none;
    margin: 5px 10px;
    border-radius: 30px;
    float: left;
    border: 1px solid #008417;
}

.slider2 li a {
    display: inline-block;
    background: none;
    color: #008417;
    padding: 0 25px;
}

.slider2 li .slider2down {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
}

.slider2 li .slider2down li {
    float: left;
    color: #000;
    border: none;
    margin: 0;
    line-height: 30px;
    padding: 0;
}

.slider2 li .slider2down li a {
    color: #666;
    padding: 0 10px;
    display: inline-block
}

.slider2 li .slider2down li a span {
    display: inline-block;
    margin-right: 5px;
}

.slider2 li.cur {
    background: #008417
}

.slider2 li.cur a {
    color: #fff;
}

.slider2 li.cur ul {
    display: block;
    width: 100%
}

.ny .text {
    padding: 20px 3%;
}

.ny .text img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.ny .text .title {
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}

.ny .text .nyImg {
    max-width: 100%;
    display: block;
    margin: 20px auto;
}

.proul {
    width: 100%;
    margin: 0;
    text-align: center;
}

.proul img {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 4px;
}

.proul p {
    color: #333;
}

.proul .col-sm-3, .proul .col-sm-6, .proul .col-xs-6 {
    margin: 10px 0;
}

.slider {
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 20px 0
}

.slider a {
    padding: 0 10px;
    display: inline-block;
    color: #999
}

.slider a.cur {
    color: #000
}

.fenye {
    width: 100%;
    text-align: center;
}

.pagination {
    margin: 20px 10%;
}

.newsul {
    text-align: left;
}

.newsul div {
    position: relative;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    height: 40px;
    overflow: hidden;
    background: url(../img/news.png) no-repeat left center;
    text-indent: 20px;
}
.newsul div h4{
    margin: 0;
padding: 0;
}
.newsul div h4 a {
    width: 75%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
    display: block
}

.newsul div p {
    width: 80%;
    overflow: hidden;
    display: block;
    height: 40px;
}

.newsul span {
    position: absolute;
    right: 0;
    top: 0;
}

.nav_top {
    line-height: 40px;
    font-weight: bold;
    font-size: 40px;
    text-align: center
}

.contact {
    width: 100%;
    background: url(../img/contact.jpg) no-repeat center;
    background-attachment: fixed;
    padding: 20px 0
}

.contact .nav_top {
    color: #FFF
}

.form1 {
    width: 60%;
    margin: 0 auto
}

.form1 div {
    padding: 10px 0;
    ;
}

.form1 label {
    width: 10%;
    float: left;
    ;
}

.input1 {
    width: 88%;
    height: 40px;
    background: rgba(240, 240, 240, 0.2);
    color: #000;
    float: left;
    text-indent: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.input2 {
    width: 88%;
    height: 80px;
    background: rgba(240, 240, 240, 0.2);
    border: none;
    float: left;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.buttton1 {
    width: 150px;
    height: 40px;
    background: #057f1a;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    border: none;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .about {
        width: 100%;
        height: 508px;
        background: url(../img/aboutbg01.jpg) no-repeat top center;
        background-size: 100% 100%;
    }
}

@media (max-width: 1066px) {
    .slider2 {
        min-height: 160px;
    }
    .slider2 li .slider2down {
        top: 106px
    }
}

@media (max-width: 991px) {
    .newsul div h4 a{
        font-size: 14px
    }
    .slider2 li .slider2down {
        top: 60px;
    }
    /*main2-end*/
    .main3 .tit_t {
        font-size: 28px
    }
    .mainTop .col-sm-2 .main3Topli {
        font-size: 14px;
    }
    .main3li a span {
        font-size: 16px;
        margin-top: 20px
    }
    .main3li a p {
        font-size: 14px
    }
    .main6 .tit_t {
        font-size: 32px
    }
    .main7 .tit_t {
        font-size: 30px
    }
    .main8 .tit_t {
        font-size: 30px
    }
    .main8 .tit_t span {
        font-size: 32px;
    }
    .main8li a span {
        font-size: 22px;
    }
    .main8li a p {
        color: #606060;
        font-size: 14px
    }
    .main8li a .c-icon {
        padding: 7px;
    }
    .main9 .tit_t {
        font-size: 28px;
    }
    .main9 .tit_t span {
        font-size: 30px;
    }
}

@media (max-width:849px) {
    .slider2 {
        min-height: 160px;
    }
    .slider2 li .slider2down {
        top: 106px
    }
}

@media (max-width: 767px) {
    .slider2 {
        min-height: 160px;
    }
    .slider2 li .slider2down {
        top: 106px
    }
    .slider2 li a {
        padding: 0 15px;
    }
    .slider2 li .slider2down li {
        margin-left: 0;
        margin-right: 0;
    }
    .slider2 li .slider2down li a {
        padding: 0 5px;
    }
    .navbar-toggle {
        margin-top: 10px;
        margin-right: 0;
    }
    .navbar-default .navbar-nav>li {
        width: 100%;
        text-align: left;
    }
    .dropdown-menu>li>a {
        text-align: left;
        text-indent: 20px
    }
    .navbar-brand {
        width: 60%;
    }
    .topTel {
        display: none;
    }
    .navbar-nav {
        margin-bottom: 10px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
        float: left
    }
    .nav li:hover {
        background: none;
        border-bottom-style: solid;
        border-bottom-color: rgb(133, 133, 133);
        border-bottom-width: 1px;
        transform: rotate(0deg) scale(1) translate(0%, 0%);
        border-bottom: none;
        -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
        -o-transform: rotate(0deg) scale(1) translate(0%, 0%);
        -moz-transform: rotate(0deg) scale(1) translate(0%, 0%);
        -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
        transition: All 0.1s ease;
        -ms-transition: All 0.1s ease;
        -o-transition: All 0.1s ease;
        -moz-transition: All 0.1s ease;
        -webkit-transition: All 0.1s ease;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
    }
    .mainTop {
        padding: 20px 3%;
    }
    .main3li {
        width: 98%;
        margin: 0 1% 20px;
        padding-bottom: 20px;
        float: left;
        text-align: center;
        text-align: center;
        transform: rotate(0deg) scale(1) translate(0%, 0%);
        transition: all 0.3s ease 0s;
    }
    .main3 .tit_t {
        font-size: 24px
    }
    .main3li a span {
        font-size: 14px;
        margin-top: 20px
    }
    .main3Topli {
        font-size: 14px;
    }
    .mainTop .col-sm-2 .main3Topli {
        margin: 5px 0;
    }
    .main3li a p {
        font-size: 12px
    }
    /*main4-begin*/
    /*main4-end*/
    .main5 .main5ul li .left {
        font-size: 45px;
    }
    .main5 .main5ul li .right {
        font-size: 14px;
    }
    .main6ul {
        margin: 0 auto
    }
    .foooterTop p {
        font-size: 14px;
    }
    .about {
        width: 100%;
        height: 390px;
        background: url(../img/aboutbg02.jpg) no-repeat center;
        background-size: 100% auto;
    }
    .form1 {
        width: 90%;
        margin: 0 auto
    }
    .form1 label {
        width: 20%
    }
    .form1 .input1, .form1 .input2 {
        width: 78%;
    }
    .newsul span {
        position: absolute;
        right: 3%;
        top: 0;
    }
}

@media (max-width: 425px) {
    .slider2 li a {
        padding: 0 10px;
    }
    .navbar-brand {
        width: 80%;
    }
    .about {
        width: 100%;
        height: 290px;
        background: url(../img/aboutbg02.jpg) no-repeat center;
        background-size: 100% auto;
        margin: 0 0 -50px
    }
    .foooterTop ul li a{
        font-size: 12px;
    }
}

.newsul a {
    color: #666;
    font-size: 16px;
}

.ny .top .span01 {
    color: #999;
    font-size: 14px;
}

.ny .top .span01 a {
    color: #888;
}

.preview img {
    width: 100%;
}

.picarr .preview {
    margin: 0 auto;
    margin-top: 20px;
}

@media (max-width: 750px) {
    .picarr .preview {
        width: 100%;
        margin: 0 10px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .picarr .picture img {
        width: 100%;
    }
    .pro_detail {
        padding: 0 20px;
    }
    .news_detail {
        padding: 0 20px;
    }
    .msg {
        padding: 0 20px;
    }
    .msg_input {
        width: 100%;
    }
    .msg_input_on {
        width: 100%;
    }
}

.msg_input {
    width: 748px;
}

.msg_input_on {
    width: 748px;
}

@media (max-width: 420px) {
    .listConts .info {
        width: 100%;
    }
}

.footerBottom a {
    color: #fff;
}

.msg_btn_area a {
    color: #fff;
    text-decoration: none;
}

.a_active {
    color: #008417 !important;
}

.partner img{ float:left; padding:16px; border:1px solid #eee; }
.news_detail img{max-width:990px;}

@media (max-width:990px) {
.news_detail img{width:100%;}
}