@charset "utf-8";
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/font_gr3gk5802t3ayvi.eot');
    src: url('../fonts/font_gr3gk5802t3ayvi.eot') format('embedded-opentype'), url('../fonts/font_gr3gk5802t3ayvi.woff') format('woff'), url('../fonts/font_gr3gk5802t3ayvi.ttf') format('truetype'), url('../fonts/font_gr3gk5802t3ayvi.svg#iconfont') format('svg')
}

body {
    font-size: 12px;
    font-family: "微软雅黑";
    line-height: 24px;
    border-top: solid 1px #ccc
}

img {
    max-width: 100%;
    border: 0
}

a {
    color: #666;
}

/*input {*/
    /*-webkit-appearance: none*/
/*}*/

/*textarea {*/
    /*-webkit-appearance: none*/
/*}*/

a:hover {
    color: #76bf53
}

h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0;
    padding: 0;
    list-style: none
}

.iconfont {
    font-family: 'iconfont'
}

.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    vertical-align: middle
}

.search {
    z-index: 9;
    padding-left: 100px;
    position: relative
}

.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}

.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}

.search .search-main {
    top: 87px;
    right: 0;
    z-index: 9;
    width: 320px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    background-color: #999
}

@media (max-width: 1024px) {
    .search .search-main {
        top: 55px
    }
}

.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    padding: 5px 0
}

.search-container .form-control {
    text-align: left;
    border: 0;
    box-shadow: 0;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    vertical-align: top;
    padding: 6px 86px 6px 10px;
    -webkit-appearance: none;
    background-color: #fff;
    outline:none;
}

.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #76bf53;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: url(../images/pro-icon-2.png) no-repeat center center #76bf53;
    outline: none;
}

#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}

.header {
    height: 100px;
    position: relative;
    padding-top: 14px
}

.header .logo {
    float: left
}

.header .tigs {
    float: right;
    line-height: 20px;
    margin-top: 30px
}

.header .tigs a {
    padding: 0 5px;
    margin-left: 5px;
    font-family: arial;
    display: inline-block
}

.header .tigs .m_ctrl a{
    padding: 6px 0;
}

.header .tigs .active, .header .tigs a:hover {
    color: #fff;
    background-color: #76bf53
}

.header .pull-right {
    display: inline-block;
    padding: 28px 30px 0 40px
}

.header .pull-right img {
    max-width: 20px
}

@media (max-width: 1024px) {
    .header {
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .header .logo img {
        max-height: 50px
    }

    .header .tigs {
        display: none
    }

    .header .pull-right {
        padding: 12px 40px 0 0
    }
}

.nav {
    padding-left: 20px;
    position: relative;
    float: right
}

.nav li {
    float: left;
    font-size: 17px;
    padding: 0 18px;
    position: relative;
    line-height: 84px;
    /*width: 115px;*/
}

.nav li a {
    color: #2c2c2c;
    display: inline-block;
}

.nav li a.a1{
    height: 50px;
    line-height: 70px;
    max-width: 68px;
    overflow: hidden;
}

.nav li:before {
    content: "";
    top: 10px;
    left: 20px;
    width: 0;
    height: 3px;
    opacity: 0;
    display: none \9;
    position: absolute;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    background-color: #76bf53
}

.nav li:hover:before {
    width: 25px;
    opacity: 1;
    display: block \9
}

.nav li.active:before {
    width: 25px;
    opacity: 1;
    display: block \9
}

.nav li:hover .subnav {
    display: block
}

.nav .subnav {
    left: -20px;
    top: 85px;
    width: 150px;
    z-index: 9;
    padding: 10px 0;
    display: none;
    position: absolute;
    background-color: #76bf53
}

.nav .subnav li {
    line-height: 24px;
    padding: 5px 10px;
    font-size: 13px;
    text-align: center;
    width: 150px
}

.nav .subnav li a {
    color: #fff;
    display: block;
    text-align: center
}

.nav .subnav li:hover {
    background-color: #6bae4b
}

.nav .subnav li:hover:before {
    display: none
}

@media (max-width: 1180px) {
    .nav {
        padding-left: 80px
    }

    .nav li {
        padding: 0 10px
    }
}

@media (max-width: 1024px) {
    .nav {
        display: none
    }
}

.phone-nav {
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 21px;
    display: none;
    color: #76bf53
}

@media (max-width: 1024px) {
    .phone-nav {
        display: block
    }
}

#mmenu {
    z-index: 99
}

#mmenu .mm-title {
    color: #666;
    height: 30px;
}

.banner .slick-dots {
    bottom: 40px
}

.banner .slick-dots li button {
    width: 10px;
    height: 10px
}

.banner .slick-dots li.slick-active button {
    background-color: #76bf53
}

@media (max-width: 1024px) {
    .banner .slick-dots {
        bottom: 10px
    }
}
.home-title-about {
    font-size: 24px;
    color: #696969;
    margin-top: 20px;
    text-align: center
}

.home-title-about .en {
    font-family: impact;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    border-top: solid 1px #ccc
}

.home-title-about .en legend {
    padding: 0 15px
}

.home-title {
    font-size: 24px;
    color: #696969;
    margin-top: 70px;
    text-align: center
}

.home-title .en {
    font-family: impact;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    border-top: solid 1px #ccc
}

.home-title .en legend {
    padding: 0 15px
}
.home-product li {
    margin: 30px 0;
    text-align: center
}

.home-product li .pic {
    overflow: hidden;
    position: relative
}

.home-product li .pic:after {
    content: "";
    display: block;
    padding-bottom: 63%
}

.home-product li .pic img {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.home-product li .tit {
    height: 56px;
    line-height: 56px;
    overflow: hidden;
	width: 100%;
	font-size:16px;
    border-bottom: solid 3px #c9c9c9
}

.home-product li .tit a {
    color: #333;
    display: block
}

.home-product li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.home-product li:hover .tit {
    font-size: 16px;
    font-weight: bold;
    border-color: #c00008
}

.home-product li:hover .tit a{
    color:#c00008
}
@media (max-width: 1000px) {
    .home-product {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .home-product li {
        padding: 0 5px;
        margin: 10px 0
    }
}

@media (max-width: 640px) {
    .home-product li {
        width: 50%
    }
}

@media (max-width: 1024px) {
    .home-title {
        font-size: 16px;
        margin-top: 35px
    }

    .home-title .en {
        font-size: 24px;
        line-height: 30px
    }
	.home-title-about {
        font-size: 16px;
        margin-top: 35px
    }

    .home-title-about .en {
        font-size: 24px;
        line-height: 30px
    }
	.fixed{ display: none;}
}

.footer {
    padding: 70px 0;
    font-size: 12px;
    background-color: #3d3d3d
}

.footer .first {
    margin-top: -20px;
    text-align: left;
    border-left: 0;
    width: 22%
}

.footer li {
    width: 13%;
    float: left;
    min-height: 200px;
    text-align: center;
    border-left: solid 1px #555
}

.footer li a {
    color: #999;
    display: block
}

.footer li a:hover {
    color: #fff
}

.footer li h3 {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    overflow: hidden;
}

.footer li a.cmss{
    height:24px;
    line-height: 24px;
    overflow: hidden;
}

.footer li h3 a {
    color: #fff
}

.footer .logo {
    max-width: 130px
}

.footer .weixin {
    padding-top: 20px;
    margin: 10px 0
}

.footer .tel {
    font-size: 24px;
    font-family: arial;
    line-height: 40px
}

.footer .tel a {
    color: #d9d9d9
}

@media (max-width: 991px) {
    .footer {
        display: none
    }
}

.footer-copy {
    padding: 20px 0;
    border-bottom: solid 6px #76bf53
}

.footer-copy a {
    padding: 0 2px;
    display: inline-block;
    color:#000;
}

.footer-copy a .iconfont {
    font-size: 20px
}

.footer-copy a:hover{
    color:#76bf53;
}

.footer-copy select {
    border: solid 1px #ccc
}

@media (max-width: 991px) {
    .footer-copy {
        margin-top: 0;
        padding: 10px 0;
        border-top: solid 1px #ccc
    }

    .footer-copy .info {
        display: none
    }
}

@media (max-width: 767px) {
    .footer-copy .col-xs-6 {
        width: 100%;
        padding: 0
    }
}

.home-busines {
    color: #fff;
    height: 144px;
    background-color: #76bf53
}

.home-busines .box dl:first-child {
    border-left: solid 1px rgba(255, 255, 255, 0.3)
}

.home-busines .box dl {
    height: 144px;
    padding-top: 35px;
    text-align: center;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    border-right: solid 1px rgba(255, 255, 255, 0.3)
}

.home-busines .box dt {
    height: 80px
}

.home-busines .box dt img {
    max-height: 62px;
    display: inline-block;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms
}

.home-busines .box dd {
    height: 30px;
    padding: 0 10px;
    overflow: hidden;
    line-height: 30px;
    font-size: 18px
}

.home-busines .box dd a {
    color: #fff;
    display: block
}

.home-busines .box dl:hover {
    background-color: #6bae4b
}

.home-busines .box dl:hover dt img {
    margin-top: -5px
}

@media (max-width: 1024px) {
    .home-busines {
        height: 80px
    }

    .home-busines .box dl:first-child {
        border-left: 0
    }

    .home-busines .box dl {
        padding-top: 10px;
        height: 80px
    }

    .home-busines .box dt {
        height: 40px
    }

    .home-busines .box dt img {
        max-height: 40px
    }
}

.home-about {
    text-align: center;	
    margin-top: 20px;
    padding-bottom: 50px;
}

.home-about .text {
    margin-top: 30px;
    color: #4b4b4b;
    font-size: 15px;
    padding: 0 110px
}

.home-about .more {
    font-size: 30px;
    margin-top: 40px;
    padding: 0 80px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    box-shadow: inset 0 0 0 1px #ebebeb
}

.home-about .more:before {
    content: "";
    width: 0;
    height: 0;
    box-sizing: border-box;
    position: absolute;
    border: solid 2px transparent;
    -webkit-transition: color .25s;
    transition: color .25s
}

.home-about .more:after {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    box-sizing: border-box;
    position: absolute;
    border: solid 2px transparent;
    -webkit-transition: color .25s;
    transition: color .25s
}

.home-about .more:before {
    top: 0;
    left: 0
}

.home-about .more:after {
    top: 0;
    left: 0
}

.home-about .more:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.home-about .more:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.home-about .more:hover:before {
    border-top-color: #76bf53;
    border-right-color: #76bf53;
    -webkit-transition: width .25s ease-out, height .25s ease-out .25s;
    transition: width .25s ease-out, height .25s ease-out .25s
}

.home-about .more:hover:after {
    border-bottom-color: #76bf53;
    border-left-color: #76bf53;
    -webkit-transition: height .25s ease-out, width .25s ease-out .25s;
    transition: height .25s ease-out, width .25s ease-out .25s
}

@media (max-width: 1024px) {
    .home-about .text {
        font-size: 13px;
        padding: 0
    }
}

.home-news {
    margin-top: 20px;
    padding-bottom: 70px;
	background-color: #f8f8f8;
}

.home-news .container {
    padding: 0
}

.home-news .home-title {
    padding: 0 15px
}

.home-news .scroll {
    margin-top: 50px
}

.home-news .box {
    margin: 0 15px
}

.home-news .box dt {
    position: relative
}

.home-news .box dt:after {
    content: "";
    display: block;
    padding-bottom: 68%
}

.home-news .box dd {
    padding: 15px;
    color: #737272;
    padding-bottom: 30px;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    background-color: #ebebeb
}

.home-news .box dd h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal
}

.home-news .box dd h3 a {
    color: #555;
    display: block;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.home-news .box dd p {
    height: 40px;
    margin-top: 5px;
    overflow: hidden;
    line-height: 20px
}

.home-news .box dl:hover dd {
    background-color: #76bf53;
    color: #fff
}

.home-news .box dl:hover dd h3 a {
    color: #fff
}

.home-news .slick-dots {
    bottom: -70px
}

.home-news .slick-dots li.slick-active button {
    width: 40px;
    background-color: #76bf53
}

.home-news .slick-dots li button {
    width: 30px;
    height: 4px;
    margin: 0 5px;
    border-radius: 0;
    background-color: #ddd
}


@media (max-width: 1024px) {
    .home-news {
        padding-bottom: 30px
    }

    .home-news .scroll {
        margin-top: 30px
    }

    .home-news .box {
        margin: 0 5px
    }

    .home-news .slick-dots {
        bottom: -40px
    }
}

@media (max-width: 390px) {
.home-news .box {
        margin: 0 10px
    }
}
.home-product{text-align: center;}	

.home-product .more {
    font-size: 30px;
    margin-top: 40px;
    padding: 0 80px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    box-shadow: inset 0 0 0 1px #ebebeb
}

.home-product .more:before {
    content: "";
    width: 0;
    height: 0;
    box-sizing: border-box;
    position: absolute;
    border: solid 2px transparent;
    -webkit-transition: color .25s;
    transition: color .25s
}

.home-product .more:after {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    box-sizing: border-box;
    position: absolute;
    border: solid 2px transparent;
    -webkit-transition: color .25s;
    transition: color .25s
}

.home-product .more:before {
    top: 0;
    left: 0
}

.home-message {
    margin-top: 20px;
    padding-bottom: 50px;
}

.home-message ul {
    margin-top: 10px; 
}

.home-message li {
    margin-top: 20px;
    overflow: hidden;
    text-align: center
}

.home-message li p {
    width: 50%;
    float: left;
    padding: 0 7px;
    position: relative
}

.home-message li em {
    color: #f30;
    right: 15px;
    top: 10px;
    z-index: 9;
    position: absolute;
    font-style: normal
}

.home-message li p #verify {
    width: 87px;
    height: 42px;
    cursor: pointer;
}

.home-message li input, .home-message li textarea {
    width: 100%;
    padding: 10px;
    padding-right: 30px;
    font-size: 14px;
    font-family: "微软雅黑";
    border: solid 1px #ccc;
    outline: none;
}

.home-message li input:focus, .home-message li textarea:focus {
    border-color: #76bf53
}

.home-message li textarea {
    height: 100px
}

.home-message li input[type="button"] {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    background-color: #76bf53;
    border-color: #76bf53
}

.home-message li input[type="button"]:focus {
    background-color: #7cc957
}

@media (max-width: 1024px) {
    .home-message {
        margin-top: 50px;
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .home-message {
        margin-top: 0
    }
}

@media (max-width: 395px) {
    .home-message ul {
        margin-top: 20px
    }

    .home-message li {
        margin-top: 0
    }

    .home-message li p {
        width: 100%;
        margin: 0;
        margin-top: 10px;
        padding: 0
    }
}

.page-banner {
    text-align: center
}

.page-current {
    padding-top: 10px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.page-current a:last-child{
    color: #76bf53;
}

.page-info h2 {
    margin-top: 20px;
    font-size: 36px;
    line-height: 40px;
    color: #76bf53;
    text-align: center;
    font-weight: normal
}

.page-info p {
    color: #383838;
    font-size: 16px;
    padding: 30px 150px
}

@media (max-width: 1024px) {
    .page-info p {
        padding: 15px
    }
}

@media (max-width: 767px) {
    .page-info h2 {
        font-size: 24px
    }

    .page-info p {
        /*height: 48px;*/
        overflow: hidden;
        line-height: 24px;
        padding: 0 15px;
        margin: 20px 0
    }
}

.list-about {
    color: #fff;
    font-size: 14px;
    background-color: #151106
}

.list-about img {
    float: left
}

.list-about .box {
    padding-top: 80px;
    padding-bottom: 20px
}

.list-about .box .en {
    font-size: 12px;
    margin-top: 30px;
    font-family: arial
}

@media (max-width: 767px) {
    .list-about img {
        float: none;
        width: 100%;
        text-align: center
    }

    .list-about .box {
        padding-top: 20px
    }
}

.list-about-2 {
    height: 290px;
    overflow: hidden;
    background-color: #e7e7e7
}

.list-about-2 li {
    width: 25%;
    height: 290px;
    padding-top: 60px;
    padding-left: 3%;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms
}

.list-about-2 li h3 {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.list-about-2 li p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 40px;
    height: 160px;
    overflow: hidden;
}

.list-about-2 li:hover {
    color: #fff;
    background-color: #76bf53
}

@media (max-width: 1024px) {
    .list-about-2 {
        border-bottom: solid 10px #fff
    }

    .list-about-2 li {
        width: 50%;
        padding-left: 8%
    }
}

@media (max-width: 500px) {
    .list-about-2 {
        height: auto
    }

    .list-about-2 li {
        width: 100%;
        height: auto;
        padding: 30px;
        /*padding-right: 0;*/
        border-bottom: solid 1px #fff
    }

    .list-about-2 li h3 {
        font-size: 16px
    }

    .list-about-2 li p {
        line-height: 27px
    }
}

.list-about-3 {
    padding: 70px 0;
    text-align: center;
    position: relative
}

.list-about-3:before {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 58%;
    position: absolute;
    background-color: #ddd
}

.list-about-3 .t-1 {
    font-size: 30px;
    color: #191919;
    line-height: 40px
}

.list-about-3 .t-2 {
    font-size: 14px;
    color: #616161;
    font-family: arial
}

.list-about-3 li {
    width: 20%
}

.list-about-3 li .t2 {
    font-family: arial;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.list-about-3 li .t3 {
    color: #fff;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    font-size: 16px;
    font-family: arial;
    line-height: 24px;
    border-radius: 100%;
    display: inline-block;
    background-color: #76bf53
}

.list-about-3 li .t4 {
    margin-top: 10px;
    font-size: 13px;
    height: 96px;
    line-height: 24px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .list-about-3 {
        display: none
    }
}

.list-news {
    background-color: #f9f9f9;
}

.list-news dl:first-child dd {
    border: 0
}

.list-news dl {
    margin: 35px 0;
    overflow: hidden
}

.list-news dl dt {
    width: 25%;
    float: right;
    position: relative
}

.list-news dl dt:after {
    content: "";
    display: block;
    padding-bottom: 67%
}

.list-news dl dd {
    padding: 0;
    width: 70%;
    float: left;
    padding-top: 15px;
    border-top: solid 1px #b2b2b2
}

.list-news dl dd h3 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    overflow: hidden
}

.list-news dl dd span {
    color: #888
}

.list-news dl dd p {
    margin-top: 5px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #888
}

.list-news dl dd time {
    color: #a9a9a9
}

.list-news dl dd .more {
    font-size: 14px;
    padding: 0 40px;
    line-height: 30px;
    color: #515151;
    display: inline-block;
    margin-top: 25px;
    background-color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border: solid 1px #e1e1e1
}

.list-news dl:hover dd {
    border-color: #76bf53
}

.list-news dl:hover dd h3 a {
    color: #76bf53
}

.list-news dl:hover dd .more {
    color: #fff;
    border-color: #76bf53;
    background-color: #76bf53
}

@media (max-width: 767px) {
    .list-news dl {
        margin: 30px 0
    }

    .list-news dl dt {
        width: 100%;
        display: none
    }

    .list-news dl dd {
        width: 100%
    }
}

.list-related-news {
    padding: 50px 0;
    background-color: #e7e7e7
}

.list-related-news .container {
    position: relative
}

.list-related-news .title {
    top: 0;
    left: 0;
    /*! position: absolute; */
    width: 145px;
}

@media (max-width:1024px) {
    .list-related-news .title {
        width:96%;
    }
}

.list-related-news .title p {
    color: #121212;
    font-size: 30px;
    padding-bottom: 5px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.list-related-news .title span {
    color: #686868;
    font-size: 14px;
    font-family: arial;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    display: inline-block;
}

.list-related-news li {
    height: 40px;
    font-size: 13px;
    overflow: hidden;
    line-height: 40px;
    margin-left: 2%;
    width: 48%;
    float: left;
    background: url(../images/ico1.gif) left 15px no-repeat;
    padding-left: 15px;
}

.list-related-news li span {
    float: right;
    padding-left: 30px;
    display: inline-block;
    font-family: arial
}

@media (max-width: 1024px) {
    .list-related-news {
        padding: 30px 0
    }

    .list-related-news .title {
        left: 15px
    }

    .list-related-news .title p {
        font-size: 18px;
        padding-bottom: 0
    }

    .list-related-news ul {
        margin-top: 60px
    }

    .list-related-news li {
        width: 100%;
        margin-left: 0;
        height: 30px;
        line-height: 30px
    }
}

.list-news-show {
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 28px;
    color: #494949;
    font-size: 14px
}

.list-news-show h2 {font-size: 15px;line-height: 28px;font-weight: bold;border-bottom: 1px solid #EBA800;}

.list-news-show .title {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.list-news-show .info {
    padding: 5px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: solid 1px #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
    text-align: center;
}
.list-news-show p{font-size: 16px;}
.list-news-show .info span{
    margin:0 10px;
}

@media (max-width: 1024px) {
    .list-news-show {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .list-news-show .title {
        font-size: 16px
    }

    .list-news-show .info {
        margin-top: 15px
    }
}

.list-dowland {
    padding-top: 30px;
    padding-bottom: 30px;
}

.list-dowland li {
    margin-top: 30px;
    text-align: center;
    width: 20%;
    padding: 0 15px;
    position: relative;
    float: left;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

.list-dowland li a {
    display: block
}

.list-dowland li .pic {
    position: relative;
    background-color: #fff;
    border: solid 1px #f1f1f1
}

.list-dowland li .pic:after {
    content: "";
    display: block;
    padding-bottom: 132%
}

/*.list-dowland li .pic:before {*/
    /*content: "";*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0;*/
    /*left: 0;*/
    /*display: none;*/
    /*z-index: 9;*/
    /*position: absolute;*/
    /*opacity: .8;*/
    /*-webkit-transition-duration: 500ms;*/
    /*transition-duration: 500ms;*/
    /*background-color: #76bf53*/
/*}*/

.list-dowland li span {
    top: 50%;
    left: 0;
    opacity: 0;
    display: none / 9;
    width: 100%;
    z-index: 10;
    margin-top: -50px;
    position: absolute;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

.list-dowland li span img {
    max-height: 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

.list-dowland li .txt {
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    border-bottom: solid 1px #e4e4e4
}

/*.list-dowland li:hover .pic:before {*/
    /*display: block*/
/*}*/

/*.list-dowland li:hover span {*/
    /*opacity: 1;*/
    /*margin-top: -45px;*/
    /*display: block \9*/
/*}*/

@media (max-width: 1024px) {
    .list-dowland li {
        padding: 0 10px
    }
}

@media (max-width: 780px) {
    .list-dowland {
        padding-top: 0
    }

    .list-dowland li {
        width: 33%
    }
}

@media (max-width: 480px) {
    .list-dowland li {
        width: 50%
    }
}

.list-job {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f8f8f8
}

.list-job .tit {
    cursor: pointer;
    color: #464646;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 5px;
    background-color: #e7e7e7
}

.list-job .txt {
    padding: 30px;
    font-size: 13px;
    line-height: 28px;
    display: none;
    padding-bottom: 30px
}

.list-job .t1 {
    font-size: 15px
}

.list-job .active {
    color: #fff;
    background-color: #76bf53
}

.list-job .btn {
    margin-top: 30px;
    line-height: 40px;
    padding: 0 50px;
    color: #fff;
    display: inline-block;
    background-color: #76bf53
}

.list-job .btn:hover {
    color: #76bf53;
    border: solid 1px #76bf53;
    background-color: #fff
}

@media (max-width: 767px) {
    .list-job .tit {
        padding-left: 15px;
        font-size: 14px
    }

    .list-job .txt {
        padding: 15px
    }
}

.list-kj {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f8f8f8
}

.list-kj li {
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    position: relative;
    padding: 0 20px 0 40px;
    border-bottom: solid 1px #ececec
}

.list-kj li:before {
    top: 33px;
    left: 20px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    background-color: #76bf53
}

.list-kj li span {
    color: #a5a5a5;
    float: right;
    font-family: arial
}

.list-kj li a {
    color: #494949;
    font-size: 14px;
    width: 60%;
    display: inline-block
}

.list-kj li:hover {
    background-color: #76bf53
}

.list-kj li:hover:before {
    background-color: #fff
}

.list-kj li:hover a, .list-kj li:hover span {
    color: #fff
}

@media (max-width: 1024px) {
    .list-kj li {
        height: 40px;
        overflow: hidden;
        line-height: 40px
    }

    .list-kj li:before {
        top: 17px
    }
}

.list-pro-menu {
    height: 70px;
    margin-top: 30px;
    background-color: #76bf53
}

@media (max-width: 1024px) {
    .list-pro-menu {
        height: 40px;
        margin-top: 15px
    }
}

.list-pro-subnav {
    text-align: center;
    width: 1200px;
    padding: 0 10px;
    margin: 0 auto
}

.list-pro-subnav div {
    text-align: center
}

.list-pro-subnav div span {
    display: block;
    height: 70px;
    font-size: 17px;
    overflow: hidden;
    line-height: 70px;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    background-color: transparent
}

.list-pro-subnav div span > a {
    color: #fff;
    display: block;
    padding: 0 5px;
}

.list-pro-subnav div span a:hover {
    background-color: #6bae4b
}

.list-pro-subnav .cur {
    background-color: #6bae4b
}

.list-pro-subnav .slick-list {
    width: 100%;
    display: inline-block
}

.list-pro-subnav .slick-list .slick-track {
    display: inline-block
}

.list-pro-subnav .slick-prev {
    left: -30px;
    width: 25px;
    height: 25px;
    margin-top: -20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /*background: url(../images/arrow-1.png) no-repeat*/
}

.list-pro-subnav .slick-next {
    right: -30px;
    width: 25px;
    height: 25px;
    margin-top: -20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /*background: url(../images/arrow-2.png) no-repeat*/
}
/*@media(max-width:1280px) and (min-width:1101px){*/
    /*.list-pro-subnav .slick-prev ,*/
    /*.list-pro-subnav .slick-next{*/
        /*display:none!important;*/
    /*}*/
/*}*/

@media (max-width: 1280px) {
    .list-pro-subnav {
        width: 100%;
        padding: 0 30px
    }

    .list-pro-subnav .slick-prev, .list-pro-subnav .slick-next {
        width: 15px;
        height: 15px;
        margin-top: -14px
    }

    .list-pro-subnav .slick-prev {
        left: 15px
    }

    .list-pro-subnav .slick-next {
        right: 15px
    }
}

@media (max-width: 1024px) {
    .list-pro-subnav div span {
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }
}

.list-pro-two {
    padding: 15px 30px;
    border-bottom: solid 1px #ddd;
    text-align: center;
}

.list-pro-two a {
    padding: 0 20px;
    font-size: 13px;
    display: inline-block
}

.list-pro-two a.cur{
    color: #76bf53;
}

@media (max-width: 1024px) {
    .list-pro-two a {
        padding: 0 10px
    }
}

.list-product{
    padding-bottom: 30px;
}

.list-product .container {
    padding: 0 5px
}

.list-product li {
    width: 25%;
    float: left;
    margin-top: 40px;
    padding: 0 10px
}

.list-product li .pic {
    position: relative
}

.list-product li .pic:after {
    content: "";
    display: block;
    padding-bottom: 78.5%
}

.list-product li .txt {
    height: 54px;
    font-size: 16px;
    overflow: hidden;
    line-height: 54px;
    text-align: center;
    -webkit-transition-duration: 334ms;
    transition-duration: 334ms;
    border-bottom: solid 1px #ddd
}

.list-product li .txt a {
    display: block
}

.list-product li:hover .txt {
    border-color: #76bf53;
    background-color: #76bf53
}

.list-product li:hover .txt a {
    color: #fff
}

@media (max-width: 1024px) {
    .list-product li {
        padding: 0 5px;
        margin-top: 15px
    }

    .list-product li .txt {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .list-product li {
        width: 50%
    }
}

@media (max-width: 420px) {
    .list-product li {
        width: 50%
    }
}

.list-about-4 {
    padding: 70px 0;
    background-color: #f8f8f8
}

.list-honor {
    background-color: #f8f8f8;
    padding: 30px 0 60px 0
}

.list-honor li {
    padding: 0 10px;
    width: 16.666%;
    margin-top: 30px;
    cursor:pointer;
}

.list-honor li .pic {
    cursor: pointer;
    position: relative
}

.list-honor li .pic:after {
    content: "";
    display: block;
    padding-bottom: 130%
}

.list-honor li p {
    color: #000;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

@media (max-width: 1024px) {
    .list-honor {
        padding: 0;
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .list-honor {
        padding-bottom: 30px
    }

    .list-honor li {
        width: 25%
    }
}

@media (max-width: 480px) {
    .list-honor li {
        width: 50%
    }
}

.list-pro-show {
    background-color: #f8f8f8
}

.list-pro-show .tit {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;
    margin-top: 30px;
    background-color: #585858
}

.list-message {
    margin: 60px 110px;
    margin-bottom: 250px
}

.list-message .li-1 {
    width: 430px;

}

.list-message .li-2 {
    width: 100%;
    /*background-color: #fff;*/
    /*border: solid 1px #e1e1e1*/
}

.list-message .li-2 textarea {
    width: 100%;
    font-size: 14px;
    color: #333;
    /*border: 0;*/
    height: 150px;
    padding: 10px
}

.list-message .li-3 {
    width: 250px;
    /*background-color: #fff*/
}

.list-message .li-3 span {
    width: 70%
}

.list-message li:first-child {
    margin-top: 0
}

.list-message li {
    margin-top: 20px
}

.list-message li #verify{
    width:87px;
    height:39px;
    cursor: pointer;
}

/*.list-message li:hover {*/
    /*border-color: #76bf53*/
/*}*/

.list-message li p {
    padding: 7px 10px;
    display: inline-block;

}

.list-message li input,
.list-message li textarea{
    border: solid 1px #e1e1e1;
    background-color: #fff;
    outline: none;
}

.list-message li p:hover {
    border-color: #76bf53
}

.list-message li label {
    width: 66px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    text-align: right;
    float: left;
    margin-bottom: 0;
    /*border-right: solid 1px #e1e1e1*/
}

.list-message li label em {
    color: #f30;
    padding-right: 5px;
    font-style: normal
}

.list-message li span {
    width: 88%;
    display: inline-block
}

.list-message li input {
    width: 100%;
    /*border: 0;*/
    padding: 0 5px;
    font-family: "微软雅黑";
    /*line-height: 20px;*/
    height: 40px;
}

.list-message li .button:first-child {
    background-color: #76bf53
}

.list-message li .button {
    width: 50px;
    width: 208px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
    background-color: #444
}

@media (max-width: 1024px) {
    .list-message {
        margin-bottom: 30px
    }
}

@media (max-width: 1024px) {
    .list-message {
        margin: 20px 0
    }

    .list-message .li-1 {
        width: 100%
    }

    /*.list-message .li-3 {*/
        /*width: 158px*/
    /*}*/

    .list-message li span {
        width: 60%
    }

    /*.list-message li a {*/
        /*display: none*/
    /*}*/
}

@media (max-width: 530px) {
    .list-message li .button {
        width: 100px;
        height: 30px;
        line-height: 30px
    }
}

.list-message-2 {
    margin: 0
}

.list-message-2 li:first-child {
    margin-top: 20px
}

.list-message-2 li {
    width: 50%;
    float: left
}

.list-message-2 .li-1 {
    width: 98%
}

.list-message-2 .li-2 {
    width: 99%
}

.list-message-2 .li-2 .li-1{
    width:100%;
}

.list-message-2 .li-2 .li-1 span{
    width:94%;
}

@media(max-width:1192px){
    .list-message li span{
        width:85%;
    }
    .list-message-2 .li-2 .li-1 span{
        width:92.5%;
    }
}

@media(max-width:968px){
    .list-message li span{
        width:80%;
    }
    .list-message-2 .li-2 .li-1 span{
        width:90.5%;
    }
}

@media(max-width:767px){
    .list-message-2 .li-2 .li-1 span{
        width:80%;
    }
}

@media(max-width:379px){
    .list-message li span{
        width:72%;
    }
    .list-message-2 .li-2 .li-1 span{
        width:72%;
    }
}

.list-message-2 .li-4 {
    width: 100%
}

.list-message-2 .li-4 .button {
    width: 100%;
    font-weight: bold
}

.list-message-2 li.codess{
    width: 100%
}

.list-message-2 li.codess .qing{
    display: inline-block;
    margin-left: 13px;
}

@media (max-width: 767px) {
    .list-message-2 li {
        width: 100%
    }

    .list-message-2 .li-1 {
        width: 100%
    }

    .list-message-2 .li-2 {
        width: 100%
    }
}

.list-contact {
    font-size: 14px;
    padding: 30px 0
}

.list-contact li {
    min-height: 100px;
    padding: 0 40px;
    border-left: solid 1px #ccc
}

.list-contact li:first-child {
    border-left: 0
}

.list-contact .title {
    font-size: 16px
}

.list-contact .qq a {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    background-color: #737373
}

.list-contact .qq a:hover {
    background-color: #76bf53
}

@media (max-width: 767px) {
    .list-contact li {
        padding: 15px;
        min-height: auto;
        width: 100%;
        border-left: 0;
        border-bottom: solid 1px #ddd
    }
}

.contact-emap {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    position: relative
}

@media (max-width: 767px) {
    .contact-emap {
        margin-top: 0;
        height: 400px
    }
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.anchorBL {
    display: none
}

.listbpx {
    padding-bottom: 60px
}

.culture-modal {
    display: none;
    z-index: 99999;
    color: #666;
    text-align: center;
    position: relative
}

.culture-modal .pic-2 {
    padding: 15px
}

.culture-modal .pic-2 img {
    border: solid 10px #fff
}

.culture-modal .close-modal {
    top: 0;
    right: 10px;
    position: absolute;
    background-color: #000
}

.culture-modal .close-modal img {
    max-width: 30px
}

.asider-page {
    text-align: center;
    position: relative;
    margin: 60px 40px;
    margin-right: 0;
    padding: 20px 0
}

.asider-page .num-container {
    position: relative;
    display: inline-block;
    background-color: #fff
}

.asider-page span, .asider-page a {
    padding: 0 10px;
    height: 32px;
    margin: 0 2px;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
}

.asider-page span.num, .asider-page a.num {
    font-family: arial
}

.asider-page .page-cur {
    color: #fff;
    border-color: #76bf53;
    background-color: #76bf53
}

.asider-page span.iconfont, .asider-page a.iconfont {
    width: 50px;
    line-height: 34px
}

.asider-page a,.asider-page span {
    border: solid 1px #ccc
}

.asider-page a:hover {
    color: #fff;
    border-color: #76bf53;
    background-color: #76bf53
}

@media (max-width: 1024px) {
    .asider-page {
        margin: 30px 0
    }

    .asider-page a.num {
        display: none
    }
}

.list-page-news {
    padding-top: 50px;
    overflow: hidden
}

.list-page-news li {
    width: 50%;
    float: left;
    padding-left: 20px
}

.list-page-news li p {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding: 0 15px;
    background-color: #f0f0f0
}

.list-page-news li:hover p {
    color: #fff;
    background-color: #76bf53
}

.list-page-news li:hover p a {
    color: #fff;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.list-page-news li:first-child {
    padding-left: 0
}

@media (max-width: 1024px) {
    .list-page-news {
        padding-top: 30px;
        padding-bottom: 0
    }

    .list-page-news li {
        width: 100%;
        margin-top: 5px;
        padding-left: 0
    }
}

.map {
    margin: 0 auto
}

.map dl {
    margin: 20px 0 20px 0;
    overflow: hidden;
    line-height: 30px
}

.map dl:hover {
    background: #f5f8fa
}

.map dl:hover dt a {
    color: #e0e9f3;
    font-weight: bold
}

.map dt {
    font-size: 14px;
    float: left;
    width: 10%;
    text-align: center;
    background: #76bf53
}

.map dt:hover {
    background: #76bf53
}

.map dt a {
    color: #fff;
    display: block
}

.map dt a:hover {
    color: #e0e9f3;
    font-weight: bold
}

.map dd {
    font-size: 12px;
    overflow: hidden;
    float: left;
    width: 85%
}

.map dd .p2 {
    padding: 0 0 0 20px;
    clear: both
}

.map dd .p2 a {
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis
}

.map dd .p2 a:hover {
    color: #76bf53
}

.map dd div {
    clear: both;
    overflow: hidden;
    padding: 0 20px 0 10px
}

.map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px
}

.map dd div a:hover {
    background: #76bf53;
    color: #fff
}

@media (max-width: 767px) {
    .map dl {
        margin: 20px
    }

    .map dt {
        width: 100%
    }
}

@media (max-width: 600px) {
    .asider-page .page-num{
        display: none;
    }
}

@media (min-width:1025px) {
    #mmenu{
        display: none;
    }
}

#mmenu .phoness a{
    display: inline-block;
}

/*新增--友情链接样式--begin*/
.footer-copy .flink{
    width: 100px;
     border: 1px solid #999;
    float: left;
    font-size: 13px;
    color: #747474;
    position: relative;
    /* margin-top: 10px; */
    height: 21px;
    line-height: 21px;
}
.footer-copy .flink:before{
    content: "";
    position: absolute;
    height: 4px;
    width: 8px;
    background: url(../images/link1.png) no-repeat;
    right: 6px;
    top: 8px;
}
.footer-copy .flink .title{
    display: block;
    /*padding-left: 4px;*/
    width: 78px;
    height: 20px;
    line-height: 20px;
    /*margin-top: 6px;*/
    border-right: 1px solid #999;
    text-align: center;
    color:#000;
}
.footer-copy .flink .foptn{
    width: 100%;
    bottom: 20px;
    /* left: -1px; */
    z-index: 99;
    position: absolute;
    display: none;
    background: #EFECEC;
}
.footer-copy .flink:hover .foptn{
    display: block;
}
.footer-copy .flink .foptn dt{
    line-height: 30px;
    text-align: center;
    height: 30px;
    overflow: hidden;
    padding: 0 2px;
}
.footer-copy .flink .foptn a:hover{
    color: #76BF53;
}
/*新增--友情链接样式--end*/

/*产品详情页图片*/
.proshow-top {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}

.proshow-top .itemsBig {
    width: 80%;
    float: left;
    margin-top: 10px;
    border: solid 1px #ddd
}

.proshow-top .itemsBig p {
    position: relative
}

.proshow-top .itemsBig p:after {
    content: "";
    display: block;
    padding-bottom: 45%
}

.proshow-top .itemsSmall {
    width: 20%;
    float: right
}

.proshow-top .itemsSmall .slick-current p{
    border: solid 1px #76BF53;
}

.proshow-top .itemsSmall .slick-slide{
    padding: 0 5px;
}

.proshow-top .itemsSmall p {
    margin: 0 9px;
    padding: 15px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 1px #ddd;
    cursor: pointer;
    position: relative
}

.proshow-top .itemsSmall p:after {
    content: "";
    display: block;
    padding-bottom: 47.2%
}

.proshow-top .itemsCot {
    width: 53%;
    float: right;
    color: #808080;
    font-size: 14px;
    line-height: 36px
}

.proshow-top .itemsCot h1 {
    font-weight: normal;
    color: #7acca8;
    font-size: 22px;
    margin-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #eee
}

.proshow-top .itemsCot .txt span {
    color: #4f4f4f
}

@media (max-width: 1100px) {
    .proshow-top {
        padding-top: 0
    }

    .proshow-top .itemsBig {
        width: 100%;
        float: none
    }

    .proshow-top .itemsSmall {
        width: 100%;
        float: none
    }

    .proshow-top .itemsSmall p {
        margin-left: 1px;
        margin-right: 1px
    }
}
@media(max-width:760px) {
.hidden-l {
	display: none!important
}
}
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul li {
	width: 25%;
	background: #494949;
	float: left;
	padding: 10px 0;
	border-right: 1px solid #666;
	list-style: none;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover {
	text-decoration: initial;
}
.phonefooternav ul li a i {
	display: block;
	font-size: 20px;
	padding: 10px 0;
}
@media (max-width: 480px) {
	.phonefooternav ul li {
	padding: 3px 0px;
}
}
@media (max-width: 767px) {
	.hidden-xs {
	display: none !important;
}
}
@media (max-width: 767px) {
	.phonefooternav {
	display: block !important;
}
}