@charset "utf-8";
@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_gr3gk5802t3ayvi.eot');
    src: url('//at.alicdn.com/t/font_gr3gk5802t3ayvi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_gr3gk5802t3ayvi.woff') format('woff'), url('//at.alicdn.com/t/font_gr3gk5802t3ayvi.ttf') format('truetype'), url('//at.alicdn.com/t/font_gr3gk5802t3ayvi.svg#iconfont') format('svg')
}

body {
    font-size: 12px;
    font-family: arial, "微软雅黑";
    line-height: 24px;
    border-top: solid 1px #ccc
}

img {
    max-width: 100%;
    border: 0
}

a {
    color: #666;
    /*-webkit-transition-duration: .3s;*/
    /*transition-duration: .3s*/
}

/*input {*/
    /*-webkit-appearance: none*/
/*}*/

/*textarea {*/
    /*-webkit-appearance: none*/
/*}*/

a:hover {
    color: #009a44
}

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
}

@media (max-width: 1024px) {
    .phone-nav {
        display: block
    }
}

.phone-nav:hover {
    color: #fff;
    background-color: #00a94b
}

#mmenu {
    z-index: 99
}

#mmenu .mm-title {
    color: #666;
    height: 30px;
}

.banner .slick-dots {
    bottom: 30px
}

.banner .slick-dots li button {
    width: 12px;
    height: 12px;
    margin: 0 3px
}

.banner .slick-dots li.slick-active button {
    background-color: #009a44
}

@media (max-width: 1024px) {
    .banner .slick-dots {
        bottom: 10px
    }

    .banner .slick-dots li button {
        margin: 0;
        width: 5px;
        height: 5px
    }
}

.home-title {
    margin: 60px 0 30px 0;
    text-align: center
}

.home-title h2 {
    color: #232323;
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    padding: 0 10%;
}

.home-title p {
    color: #999;
    /*height: 40px;*/
    overflow: hidden;
    line-height: 20px;
    margin-top: 5px;
    padding: 0 10%;
}

@media (max-width: 1024px) {
    .home-title {
        margin: 30px 0
    }

    .home-title h2 {
        font-size: 18px
    }
}

.home-search {
    height: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    background-color: #5c5f60
}

.home-search a {
    color: #fff;
    padding: 0 5px;
    display: inline-block;
}

.home-search a:hover {
    text-decoration: underline
}

.home-search .form-input {
    width: 100%;
    border: 0;
    padding: 7px 10px;
    padding-right: 50px;
    font-family: "微软雅黑"
}

.home-search .button {
    border: 0;
    z-index: 9;
    width: 22px;
    height: 22px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin-left: -40px;
    padding: 0;
    margin-top: -2px
}

.home-search .pull-left {
    width: 40%
}

.home-search .hots {
    height: 50px;
    width: 60%;
    overflow: hidden;
    padding-left: 50px;
    line-height: 50px;
    display: inline-block
}

@media (max-width: 500px) {
    .home-search .pull-left {
        width: 100%
    }

    .home-search .hots {
        display: none
    }
}

.home-product {
    padding-bottom: 60px;
    background-color: #f7f7f7;
    position: relative;
    z-index: 1;
}

.home-product:before {
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 450px solid #fff;
    border-right: 450px solid transparent
}

.home-product:after {
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 250px solid transparent;
    border-right: 250px solid #009a44;
    border-bottom: 250px solid transparent
}

.home-product a {
    display: block
}

.home-product .container {
    padding: 0 10px
}

.home-product li {
    padding: 0 5px;
    margin-bottom: 10px
}

.home-product li div {
    color: #fff;
    padding: 10px;
    text-align: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #999
}

.home-product li div p, .home-product li div span {
    height: 24px;
    line-height: 24px;
    overflow: hidden
}

.home-product li div p {
    font-size: 16px
}

.home-product li div span {
    display: inline-block
}

.home-product li .pic {
    position: relative;
    background-color: #fff;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border: solid 1px #dedede
}

.home-product li .pic:after {
    content: "";
    display: block;
    padding-bottom: 130%
}

.home-product li:hover div {
    background-color: #009a44
}

.home-product li:hover .pic {
    border-color: #009a44
}

@media (max-width: 1540px) {
    .home-product:before, .home-product:after {
        display: none
    }
}

@media (max-width: 1024px) {
    .home-product {
        padding-bottom: 15px
    }
}

@media (max-width: 640px) {
    .home-product li {
        width: 50%
    }
}

.home-icon {
    margin-top: 80px;
    margin-bottom: 40px
}

.home-icon li {
    text-align: center
}

.home-icon li span {
    padding: 30px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    background-color: #585858
}

.home-icon li span img {
    max-height: 70px
}

.home-icon li h3 {
    height: 30px;
    margin-top: 5px;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px
}

.home-icon li h3 a {
    color: #333;
    display: inline-block
}

.home-icon li p {
    color: #999;
    height: 40px;
    padding: 0 40px;
    overflow: hidden;
    line-height: 20px
}

.home-icon li:hover span {
    background-color: #009a44
}

@media (max-width: 1024px) {
    .home-icon {
        display: none
    }
}

.home-intr {
    padding-bottom: 40px
}

.home-intr .container {
    padding: 0;
    position: relative
}

.home-intr .title {
    position: relative;
    width: 40%;
}

@media(max-width:990px){
    .home-intr .title {
        width: 100%;
    }
}

.home-intr .title:before {
    content: "";
    width: 0;
    height: 0;
    top: -300px;
    left: 230px;
    position: absolute;
    -webkit-transform: rotate(-108deg);
    -ms-transform: rotate(-108deg);
    transform: rotate(-108deg);
    border-top: 600px solid #009a44;
    border-right: 200px solid transparent
}

.home-intr .title span {
    z-index: 9;
    color: #fff;
    position: absolute
}

.home-intr .title .t1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    top: 40px;
    left: 50px;
    color: #f0e506;
    height: 48px;
    overflow: hidden;
}

.home-intr .title .t2 {
    font-size: 24px;
    font-weight: bold;
    left: 190px;
    top: 45px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.home-intr .title .t3 {
    left: 190px;
    top: 70px;
    line-height: 18px;
    width: 160px;
    opacity: .7;
    height: 36px;
    overflow: hidden;
}

.home-intr ul {
    margin-top: 200px
}

.home-intr li {
    margin: 30px 0
}

.home-intr li h3 {
    color: #000;
    height: 80px;
    padding-right: 20px;
    font-size: 28px;
    position: relative
}

.home-intr li h3:before {
    content: "";
    width: 3px;
    height: 35px;
    left: 0;
    top: 15px;
    position: absolute;
    background-color: #fff
}

.home-intr li h3:after {
    content: "";
    width: 40px;
    height: 2px;
    left: 80px;
    bottom: 20px;
    background-color: #000;
    position: absolute
}

.home-intr li em {
    color: #009a44;
    font-style: normal;
    font-size: 40px;
    padding: 18px 8px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    border: solid 3px #009a44
}

.home-intr li span {
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    width: 80%;
    text-align: left;
}

.home-intr li p {
    height: 40px;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
    margin-right: 40px;
    margin-left: 85px;
    text-align: left;
}

.home-intr .tel {
    right: 20px;
    top: 40px;
    position: absolute;
    max-width: 35%;
}

.home-intr .tel img {
    margin-right: 15px
}

.home-intr .t5 {
    color: #333;
    line-height: 30px;
    font-size: 30px;
    font-family: impact
}

.home-intr .t6 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #d81503
}

@media (max-width: 990px) {
    .home-intr {
        padding-bottom: 20px
    }

    .home-intr .tel {
        display: none
    }

    .home-intr .title:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 100%;
        height: 80px;
        top: 0;
        left: 0;
        border: 0;
        background-color: #009a44
    }

    .home-intr .title .t1 {
        font-size: 36px;
        top: 15px;
        left: 20px
    }

    .home-intr .title .t2 {
        font-size: 24px;
        top: 28px;
        left: 130px
    }

    .home-intr .title .t3 {
        display: none
    }

    .home-intr ul {
        margin-top: 110px
    }

    .home-intr li {
        width: 100%;
        margin: 15px 0
    }

    .home-intr li h3 {
        font-size: 16px;
        height: 50px
    }

    .home-intr li h3:after {
        display: none
    }

    .home-intr li em {
        font-size: 24px;
        line-height: 24px;
        padding: 5px
    }

    .home-intr li span {
        height: 40px;
        line-height: 40px
    }
}

.home-about {
    background-color: #f7f7f7
}

.home-about .pic {
    float: left;
    box-shadow: 0 0 5px 5px #ddd
}

.home-about .box {
    width: 53%;
    float: left;
    font-size: 14px;
    padding-left: 40px
}

.home-about .box p{
    max-height:168px;
    overflow: hidden;
}

.home-about .list {
    margin-top: 20px;
    position: relative
}

.home-about .list span {
    width: 90px;
    height: 90px;
    color: #333;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    line-height: 20px;
    padding-top: 25px;
    display: inline-block;
    margin-left: 90px;
    position: relative;
    z-index: 9;
    background-color: #f7f7f7;
    border: solid 1px #009a44;
    overflow: hidden;
}

.home-about .list span:first-child {
    margin-left: 0
}

.home-about .list em {
    font-size: 12px;
    font-style: normal
}

.home-about .list:before {
    content: "";
    height: 1px;
    width: 58%;
    left: 90px;
    top: 45px;
    position: absolute;
    background-color: #ddd
}

.home-about .more {
    color: #fff;
    display: block;
    line-height: 32px;
    text-align: center;
    margin-top: 80px;
    background-color: #009a44
}

.home-about .more:hover {
    background-color: #00a94b
}

@media (max-width: 1200px) {
    .home-about .pic {
        display: none
    }

    .home-about .box {
        width: 100%;
        /*height: 100px;*/
        overflow: hidden;
        padding-left: 0
    }

    .home-about .list {
        display: none
    }

    .home-about .more {
        margin-top: 40px
    }
}

.home-news {
    padding-bottom: 80px
}

.home-news li {
    width: 33.33%;
    float: left;
    padding-left: 40px
}

.home-news li time {
    color: #333;
    font-family: arial;
    display: block;
    border-bottom: solid 1px #cdcdcd
}

.home-news li h3 {
    height: 30px;
    font-size: 15px;
    overflow: hidden;
    line-height: 30px;
    margin: 10px 0
}

.home-news li h3 a {
    color: #333
}

.home-news li p {
    line-height: 20px;
    font-size: 13px;
    height: 40px;
    overflow: hidden
}

.home-news li .more {
    width: 95px;
    height: 28px;
    margin-top: 25px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    border: solid 1px #b8b8b8;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.home-news li:hover h3 a {
    color: #009a44
}

.home-news li:hover .more {
    color: #fff;
    border-color: #009a44;
    background-color: #009a44
}

.home-news li:first-child {
    padding-left: 0
}

@media (max-width: 1000px) {
    .home-news {
        padding-bottom: 30px
    }

    .home-news li {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        border-top: solid 1px #ddd
    }

    .home-news li time {
        display: none
    }

    .home-news li .more {
        margin-top: 15px
    }

    .home-news li:first-child {
        margin-top: 0
    }
}

.home-message {
    height: 520px;
    padding-top: 30px;
    position: relative;
    background: url(../images/hmap.jpg) no-repeat top center
}

.home-message ul.mesg{
    width:50%;
}

@media(max-width:1024px){
    .home-message ul.mesg{
        width:100%;
    }
}

.home-message:before {
    content: "";
    opacity: .85;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #009a44
}

.home-message li {
    z-index: 9;
    color: #fff;
    margin-top: 15px;
    position: relative;
}

.home-message li input, .home-message li textarea {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    width: 96%;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2)
}

.home-message li.li-3 input{
    width:200px;
}

.home-message li.li-3 img{
    width: 60px;
    height: 35px;
}

.home-message li.li-3 p a.change{
    color:#fff;
    display: inline-block;
}

.home-message li.li-3 p a.change:hover{
    text-decoration: underline;
}

.home-message li textarea {
    height: 150px
}


.home-message li input::-webkit-input-placeholder{
    color: #fff;
}
.home-message li input:-moz-placeholder {
    color: #fff;
}
.home-message li input::-moz-placeholder {
    color: #fff;
}
.home-message li input:-ms-input-placeholder {
    color: #fff;
}
.home-message li textarea::-webkit-input-placeholder{
    color: #fff;
}
.home-message li textarea:-moz-placeholder {
    color: #fff;
}
.home-message li textarea::-moz-placeholder {
    color: #fff;
}
.home-message li textarea:-ms-input-placeholder {
    color: #fff;
}

.home-message li input[type="button"] {
    width: 200px;
    cursor: pointer;
    padding: 6px 10px;
    color: #009a44;
    background-color: #fff
}

.home-message li input:focus, .home-message li textarea:focus {
    background-color: rgba(255, 255, 255, 0.4)
}

.home-message .li-1 {
    width: 49%;
    float:left;
}

.home-message .li-2{
    width: 100%;
    float:left;
}

.home-message .li-3 {
    width: 100%;
    float:left;
}

.home-message .li-4 {
    /*width: 49%;*/
    float:left;
}

.home-message li i{
    font-style: normal;
    /*position: absolute;*/
    /*right: 5px;*/
    /*top: 18px;*/
    color: #f00;
    display: inline-block;
    width: 12px;
    text-align: center;
}

.home-message .container {
    position: relative
}

.home-message .contact {
    top: 50px;
    right: 0;
    color: #fff;
    font-size: 14px;
    position: absolute;
    width:50%;
}

.home-message .contact a {
    color: #fff
}

.home-message .contact a:hover {
    text-decoration: underline
}

.home-message .weixin {
    float: left;
    margin-right: 25px
}

@media (max-width: 1024px) {
    .home-message {
        padding-top: 0;
        height: auto;
        padding-bottom: 30px
    }

    .home-message .contact {
        display: none
    }

    .home-message .li-1 {
        width: 100%
    }
}

.container-2 {
    width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 60px;
    min-height:1000px;
}

@media (max-width: 991px) {
    .container-2 {
        min-height:500px;
    }
}

@media (max-width: 1190px) {
    .container-2 {
        width: 100%;
        padding-top: 20px
    }
}

.ny-bans .module .m_ctrl{
    top: 20px;
    height: 330px!important;
}

.page-banner {
    margin-top: 196px;
    text-align: center;
    vertical-align: top
}

@media (max-width: 1024px) {
    .page-banner {
        margin-top: 52px
    }
}

.l-content {
    width: 20%;
    float: left
}

.l-content .title {
    padding-top: 50px;
    position: relative
}

.l-content .title:after {
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    display: block;
    width: 170px;
    height: 260px;
    border: solid 4px #009a44
}

.l-content .title:before {
    content: "";
    height: 90px;
    width: 4px;
    top: 50px;
    right: 0;
    z-index: 9;
    position: absolute;
    background-color: #fff
}

.l-content .title img {
    z-index: 9;
    position: relative
}

.l-content .title span {
    top: 70px;
    right: -20px;
    font-weight: bold;
    font-size: 30px;
    color: #009a44;
    position: absolute;
    z-index: 999;
    line-height: 50px;
    border-top: solid 1px #009a44;
    border-bottom: solid 1px #009a44;
    height: 50px;
    overflow: hidden;
}

.l-content .menuss {
    font-size: 14px;
    margin-top: 25px
}

.l-content .menuss li:first-child {
    border-top: solid 1px #dedede
}

.l-content .menuss li {
    padding: 5px 0;
    border-bottom: solid 1px #dedede
}

.l-content .menuss li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden
}

.l-content .menuss li .subnav {
    padding: 10px
}

.l-content .menuss li .subnav a {
    color: #888;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: relative
}

.l-content .menuss li .subnav a.on{
    color: #009a44
}

.l-content .menuss li .subnav a:before {
    content: "";
    width: 3px;
    height: 3px;
    left: 0;
    top: 7px;
    border-radius: 100%;
    position: absolute;
    background-color: #009a44
}

.l-content .menuss li .subnav a:hover {
    background: none;
    color: #009a44
}

.l-content .menuss li:hover > a, .l-content .menuss .cur {
    color: #fff;
    background-color: #009a44
}

@media (max-width: 991px) {
    .l-content {
        display: none
    }
}

.r-content {
    width: 76%;
    float: right;
    padding-left: 30px;
    padding-bottom: 60px;
    border-left: solid 1px #dfdfdf
}

.r-content .title {
    overflow: hidden;
    border-bottom: solid 1px #ddd
}

.r-content .title h2, .r-content .title p {
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.r-content .title h2 {
    width: 30%;
    float: left;
    color: #000;
    font-size: 20px;
    font-weight: normal
}

.r-content .title p {
    width: 60%;
    float: right;
    text-align: right
}

.r-content .title a:last-child {
    color: #009a44;
    text-decoration: underline
}

@media (max-width: 991px) {
    .r-content {
        width: 100%;
        float: none;
        border: 0;
        padding-left: 0;
        padding-bottom: 30px
    }

    .r-content .title h2 {
        font-size: 14px
    }
}

.list-about {
    padding-top: 40px;
    color: #505050;
    font-size: 14px
}

@media (max-width: 1024px) {
    .list-about {
        padding-top: 30px
    }
}

.list-service .pic {
    float: left;
    margin-right: 40px
}

.list-service .txt {
    padding-top: 70px;
    display: inline-block
}

@media (max-width: 1024px) {
    .list-service .txt {
        padding-top: 30px
    }
}

.list-news dl {
    padding: 15px 0;
    overflow: hidden;
    margin-top: 15px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.list-news dt {
    width: 26%;
    float: left;
    padding: 0;
    margin: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border: solid 2px #fff;
    position: relative
}

.list-news dt:after {
    content: "";
    display: block;
    padding-bottom: 56.5%
}

.list-news dd {
    width: 70%;
    float: right
}

.list-news dd h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.list-news dd h3 a {
    color: #333;
    display: inline-block
}

.list-news dd p {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    margin-top: 10px
}

.list-news dd .more {
    width: 95px;
    height: 28px;
    margin-top: 15px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    border: solid 1px #b8b8b8;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.list-news dl:hover {
    background-color: #efefef
}

.list-news dl:hover dd .more {
    color: #fff;
    border-color: #009a44;
    background-color: #009a44
}

.list-news dl:hover dd h3 a {
    color: #009a44
}

.list-news dl:hover dt {
    border: solid 2px #009a44
}

@media (max-width: 750px) {
    .list-news dl {
        margin: 0
    }

    .list-news dt {
        display: none
    }

    .list-news dd {
        width: 100%;
        padding: 0
    }

    .list-news dl:hover {
        padding: 15px
    }
}

.list-case {
    font-size: 14px
}

.list-case ul {
    width: 104%;
    margin-left: -15px;
    overflow: hidden
}

.list-case li {
    margin-top: 30px
}

.list-case li .box {
    overflow: hidden;
    border: solid 1px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.list-case li .box .pic {
    position: relative
}

.list-case li .box .pic:after {
    content: "";
    display: block;
    padding-bottom: 79%
}

.list-case li .box .pic img {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.list-case li .box p {
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
    line-height: 50px;
    overflow: hidden
}

.list-case li:hover .box {
    border-color: #009a44
}

.list-case li:hover .box p a {
    color: #009a44
}

.list-case li:hover .box img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width: 1000px) {
    .list-case ul {
        width: 100%;
        margin-left: 0
    }
}

@media (max-width: 640px) {
    .list-case li {
        width: 50%;
        padding: 0 5px
    }
}

.list-caseshow {
    font-size: 14px;
    padding-top: 40px;
    color: #818181
}

.list-caseshow h1 {
    color: #000;
    font-size: 22px;
    font-weight: normal
}

.info {
    /*height: 48px;*/
    margin-top: 30px;
    overflow: hidden
}

.list-product {
    padding-bottom: 0;
    background: none
}

.list-product ul {
    margin-left: -15px;
    width: 103%;
    overflow: hidden
}

.list-product li {
    padding: 0 15px;
    margin-top: 30px
}

.list-product:after {
    display: none
}

@media (max-width: 767px) {
    .list-product {
        margin-top: 15px
    }

    .list-product ul {
        width: 100%;
        margin: 0
    }

    .list-product li {
        padding: 0 7px;
        margin-top: 15px
    }
}

.list-related-news {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.list-related-news h3 {
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    line-height: 40px;
    font-weight: normal;
    background-color: #009a44
}

.list-related-news ul {
    border-top: 0;
    padding: 20px 10px 30px 10px;
    border: solid 1px #d7d7d7
}

.list-related-news li {
    height: 26px;
    overflow: hidden;
    line-height: 26px
}

.list-page-news {
    margin-top: 40px;
    padding: 15px 0;
    font-size: 13px;
    color: #666;
    position: relative;
    border-top: solid 2px #009a44;
    border-bottom: solid 1px #ddd
}

.list-page-news li {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    padding-right: 30%
}

.list-page-news .fanhui {
    color: #fff;
    right: 0;
    top: 13px;
    padding: 5px 15px;
    text-align: center;
    position: absolute;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #009a44
}

.list-page-news .fanhui:hover {
    background-color: #00a94b
}

.list-news-show {
    font-size: 14px;
    padding-top: 50px
}

.list-news-show h1 {
    color: #333;
    font-size: 22px;
    text-align: center;
    font-weight: normal
}

@media (max-width: 1024px) {
    .list-news-show h1 {
        font-size: 16px
    }
}

.list-contact .list-1 {
    margin-top: 60px
}

.list-contact .list-1 li {
    float: left;
    width: 33.33%;
    font-size: 14px;
    text-align: center
}

.list-contact .list-1 li span {
    padding: 25px;
    display: inline-block;
    border-radius: 100%;
    border: solid 1px #ccc
}

.list-contact .list-1 li img {
    max-width: 40px
}

.list-contact .list-1 li p {
    font-weight: bold
}

.list-contact .list-1 li p a{
    word-break: break-all;
}

.list-contact .list-1 li .name {
    color: #000;
    margin-top: 10px
}

.list-contact .contact-emap {
    width: 100%;
    height: 375px;
    float: right;
    position: relative;
    margin: 50px 0
}

.list-contact #map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.list-contact .list-message li {
    margin-top: 15px
}

.list-contact .list-message li p {
    width: 50%;
    float: left;
    padding: 0 5px;
    position: relative
}

.list-contact .list-message li p em {
    right: 15px;
    top: 8px;
    color: #f30;
    font-style: normal;
    position: absolute
}

.list-contact .list-message li input, .list-contact .list-message li textarea {
    width: 100%;
    border: 0;
    padding: 10px;
    font-size: 14px;
    font-family: "微软雅黑";
    background-color: #efefef;
    outline: none;
    border: 1px solid #efefef;
}

.list-contact .list-message li p img{
    width: 60px;
    height: 44px;
}

@media(max-width:335px){
    .list-contact .list-message li p a.change{
        display: none;
    }
}

/*.list-contact .list-message li input:focus, .list-contact .list-message li textarea:focus {*/
    /*color: #fff;*/
    /*background-color: #009a44*/
/*}*/

.list-contact .list-message li input[type="button"],
.list-contact .list-message li input[type="reset"]{
    width: 180px;
    color: #fff;
    cursor: pointer;
    padding: 6px 10px;
    background-color: #626262
}

.list-contact .list-message li input[type="button"]:first-child {
    background-color: #009a44
}

.list-contact .list-message li textarea {
    height: 120px
}

.list-contact .list-message li p:first-child {
    padding-left: 0
}

.list-contact .list-message .button {
    margin-top: 30px;
    text-align: center
}

@media (max-width: 1024px) {
    .list-contact .list-1 {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .list-contact .list-1 li {
        width: 100%;
        padding: 15px 0;
        border-bottom: solid 1px #ddd
    }

    .list-contact .list-1 li span {
        padding: 10px
    }

    .list-contact .list-1 li span img {
        max-height: 25px
    }

    .list-contact .contact-emap {
        margin: 20px 0
    }

    .list-contact .list-message li input[type="button"] {
        width: 100px
    }
}

.list-job {
    padding-top: 30px
}

.list-job .tit {
    cursor: pointer;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    padding-left: 15px;
    font-size: 14px;
    border-top: solid 1px #eee
}

.list-job .tit span {
    float: right;
    padding-left: 50px;
    font-size: 12px;
    color: #999;
    padding-right: 15px
}

.list-job .txt {
    padding: 20px;
    padding-right: 100px;
    font-size: 13px;
    line-height: 28px;
    display: none;
    padding-bottom: 30px;
    border-top: solid 1px #eee
}

.list-job .t1 {
    font-size: 15px
}

.list-job .active {
    font-weight: bold;
    color: #009a44
}

.list-job .active span {
    color: #999;
    font-weight: normal
}

.list-job .btn {
    margin-top: 30px;
    line-height: 30px;
    padding: 0 40px;
    color: #fff;
    display: inline-block;
    background-color: #009a44;
    border: 1px solid #009a44;
}

.list-job .btn:hover {
    color: #009a44;
    border: solid 1px #009a44;
    background-color: #fff
}

@media (max-width: 767px) {
    .list-job .tit {
        padding-left: 15px;
        font-size: 14px
    }

    .list-job .txt {
        padding: 15px
    }
}

.list-proshow {
    font-size: 14px;
    padding-top: 40px
}

.list-proshow .list-left {
    width: 60%;
    float: left
}

.list-proshow .list-left .bigimg {
    float: left;
    width: 76%;
    text-align: center;
    border: solid 1px #dcdcdc
}

.list-proshow .list-left .bigimg .pic {
    position: relative
}

.list-proshow .list-left .bigimg .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.list-proshow .list-left .smallimg {
    width: 20%;
    margin-top: 20px;
    float: right
}

.list-proshow .list-left .smallimg .pic {
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    border: solid 1px #dcdcdc
}

.list-proshow .list-left .smallimg .slick-slide{
    outline: none;
}

.list-proshow .list-left .smallimg .slick-current .pic{
    border: solid 1px #009a44;
}

.list-proshow .list-left .smallimg .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.list-proshow .slick-prev, .list-proshow .slick-next {
    width: 10px;
    height: 10px;
    text-align: center;
    border-width: 3px
}

.list-proshow .slick-prev {
    top: -20px;
    left: 50%;
    margin-left: -5px;
    margin-top: 0;
    border-color: #777;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.list-proshow .slick-next {
    right: 50%;
    margin-left: -5px;
    top: auto;
    bottom: -32px;
    margin-top: auto;
    border-color: #777;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.list-proshow .slick-prev:hover {
    border-color: #009a44
}

.list-proshow .slick-next:hover {
    border-color: #009a44
}

.list-proshow .list-right {
    width: 40%;
    float: left;
    margin-top: 10px;
    padding-left: 30px
}

.list-proshow .list-right h1 {
    color: #333;
    margin-bottom: 20px;
    font-size: 18px
}

.list-proshow .list-right .tel {
    /*height: 120px;*/
    padding: 15px;
    font-size: 14px;
    margin-top: 20px;
    background-color: #f3f3f3
}

.list-proshow .list-right .tel b {
    font-size: 22px;
    color: #009a44
}

.list-proshow .list-right .tel b a{
    font-size: 22px;
    color: #009a44
}

.list-proshow .list-right .tel .btn {
    color: #fff;
    width: 128px;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    background-color: #009a44;
    overflow: hidden;
    padding: 0 5px;
}

.list-caseshow .xiangq p,
.list-news-show .xiangq p,
.list-proshow .xiangq p{
    line-height: 26px;
}

.list-proshow .tit {
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    overflow: hidden;
}

.list-proshow .tit span {
    color: #fff;
    font-size: 16px;
    padding: 0 30px;
    display: inline-block;
    background-color: #009a44
}

@media (max-width: 991px) {
    .list-proshow .list-left {
        width: 100%
    }

    .list-proshow .list-right {
        width: 100%;
        padding: 0
    }
}

@media (max-width: 380px) {
    .list-proshow .list-left .smallimg .pic {
        margin-top: 5px
    }

    .list-proshow .slick-next {
        bottom: -22px
    }
}

.asider-page {
    position: relative;
    margin-right: 0;
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #eee
}

@media(max-width:991px){
    .asider-page{
        text-align: center;
    }
}

.asider-page .num-container {
    position: relative;
    display: inline-block
}

.asider-page span, .asider-page a {
    padding: 0 10px;
    height: 26px;
    margin: 0 3px;
    line-height: 26px;
    vertical-align: top;
    display: inline-block;
    background-color: #e9e9e9
}

.asider-page .page-num {
    font-family: arial
}

.asider-page .page-cur {
    color: #fff;
    border-color: #009a44;
    background-color: #009a44
}

.asider-page a:hover {
    color: #fff;
    border-color: #009a44;
    background-color: #009a44
}

@media (max-width: 767px) {
    .asider-page .page-num {
        display: none
    }
}

.footer {
    padding: 15px 0;
    background-color: #343434
}

.footer .foot-nav {
    text-align: center
}

.footer .foot-nav a {
    padding-left: 40px;
    display: inline-block
}

.footer a {
    color: #7a7979
}

.footer a:hover {
    color: #fff
}

@media (max-width: 1024px) {
    .footer {
        display: none
    }
}

.copy {
    padding: 15px 0;
    text-align: center;
    background-color: #343434;
    border-top: solid 1px #444;
    border-bottom: solid 3px #009a44
}

.copy select {
    color: #eee;
    padding: 0 10px;
    background-color: #444;
    border: solid 1px #444;
    margin-left: 20px
}

.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: #009a44
}

.map dt:hover {
    background: #009a44
}

.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;
    /*white-space: nowrap;*/
    text-overflow: ellipsis
}

.map dd .p2 a:hover {
    color: #009a44
}

.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: #009a44;
    color: #fff
}

@media (max-width: 767px) {
    .map dl {
        margin: 20px
    }

    .map dt {
        width: 100%
    }
}



/*新增--友情链接样式--begin*/
.copy .flink{
    width: 80px;
    height: 20px;
    border: 1px solid #999;
    /*float: left;*/
    font-size: 14px;
    color: #747474;
    position: relative;
    /*margin-top: 10px;*/
}
/*.footer-copy .flink:before{*/
/*content: "";*/
/*position: absolute;*/
/*height: 4px;*/
/*width: 8px;*/
/*background: url(../images/link1.png) no-repeat;*/
/*right: 9px;*/
/*top: 10px;*/
/*}*/
.copy .flink .title{
    display: block;
    /*padding-left: 4px;*/
    width: 80px;
    height: 19px;
    line-height: 19px;
    /* margin-top: 4px; */
    /*border-right: 1px solid #e1e1df;*/
    text-align: center;
    color: #999;
    font-size: 12px;
}
.copy .flink .foptn{
    width: 100%;
    bottom: 19px;
    /* left: -1px; */
    z-index: 99;
    position: absolute;
    display: none;
    background: #EFECEC;
    padding: 5px;
}
.copy .flink:hover .foptn{
    display: block;
}
.copy .flink .foptn dt{
    line-height: 19px;
    text-align: center;
    /*height: 30px;*/
    overflow: hidden;
    padding: 0 2px;
    font-size: 12px;
}
/*新增--友情链接样式--end*/

/*新增*/
#mmenu ul li.phoness a{display: inline-block}
/* @media (min-width:1025px) {
    #mmenu{
        display: none;
    }
} */
#contact-form  .validate-on {
    border: 1px solid #ff0000;
    box-shadow: 0 0 1px #ff0000;
}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
a{-webkit-tap-highlight-color: transparent;}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.pub_form_ul li input[type="text"]{line-height: 30px!important;height: 28px!important;  padding: 0px !important;}
.pub_form_ul li .pub_radio{margin-top:-2px !important;}
a.l-btn span.l-btn-left{height:auto!important;}
a.l-btn{padding-right: 16px!important;}
.pub_form_ul li label {margin-right: 0px!important;}
.panel {margin-bottom: 0px!important;}
.panel_inner .tip{padding: 0px!important;}
.panel-body {   padding: 0px; }
a{-webkit-transition:all 0 ease 0!important;transition:all 0 ease 0!important;}
.fn-suspend{margin-right:0!important;}
.BMapLib_nav{display:none;padding:10px!important;}
.BMapLib_bubble_content{padding:10px!important;}
.BMapLib_sendToPhone,.BMapLib_bubble_close{display:none;}
.BMap_cpyCtrl{display:none;}
.BMapLib_trans{margin:0!important;}
.BMap_Marker img{max-width:39px;}

@media (max-width: 1514px) {
.header .nav, .header .tigs, .header .tel, .header .text  {display:none}
.page-banner { margin-top:119px}
    .phone-nav {
        display: block;
        top:27px
    }
}
@media (max-width: 1024px) {
.page-banner {
    margin-top: 52px;
}
}

a:hover {
    color: #24bbe8
}
.header .nav li a:hover {
    background-color: #24bbe8
}
.header .nav .active > a {
    background-color: #24bbe8
}
.header .nav .subnav {
    background-color: #24bbe8
}
.phone-nav {
    background-color: #24bbe8
}
.phone-nav:hover {
    background-color: #24bbe8
}
.banner .slick-dots li.slick-active button {
    background-color: #24bbe8
}
.home-product:after {
    border-right: 250px solid #24bbe8;
}
.home-product li:hover div {
    background-color: #24bbe8
}
.home-product li:hover .pic {
    border-color: #24bbe8
}
.home-icon li:hover span {
    background-color: #24bbe8
}
.home-intr .title:before {
    border-top: 600px solid #24bbe8;
}
.home-intr li em {
    color: #24bbe8;
    border: solid 3px #24bbe8
}
@media (max-width: 990px) {
    .home-intr .title:before {
        background-color: #24bbe8
    }
}
.home-about .list span {
    border: solid 1px #24bbe8;
}
.home-about .more {
    background-color: #24bbe8
}
.home-about .more:hover {
    background-color: #24bbe8
}
.home-news li:hover h3 a {
    color: #24bbe8
}
.home-news li:hover .more {
    border-color: #24bbe8;
    background-color: #24bbe8
}
.home-message:before {
    background-color: #24bbe8
}
.home-message li input[type="button"] {
    color: #24bbe8;
}
.l-content .title:after {
    border: solid 4px #24bbe8
}
.l-content .title span {
    color: #24bbe8;
    border-top: solid 1px #24bbe8;
    border-bottom: solid 1px #24bbe8;
}
.l-content .menuss li .subnav a.on{
    color: #24bbe8
}
.l-content .menuss li .subnav a:before {
    background-color: #24bbe8
}
.l-content .menuss li .subnav a:hover {
    color: #24bbe8
}
.l-content .menuss li:hover > a, .l-content .menuss .cur {
    background-color: #24bbe8
}
.r-content .title a:last-child {
    color: #24bbe8;
}
.list-news dl:hover dd .more {
    border-color: #24bbe8;
    background-color: #24bbe8
}
.list-news dl:hover dd h3 a {
    color: #24bbe8
}
.list-news dl:hover dt {
    border: solid 2px #24bbe8
}
.list-case li:hover .box {
    border-color: #24bbe8
}
.list-case li:hover .box p a {
    color: #24bbe8
}
.list-related-news h3 {
    background-color: #24bbe8
}
.list-page-news {
    border-top: solid 2px #24bbe8;
}
.list-page-news .fanhui {
    background-color: #24bbe8
}
.list-page-news .fanhui:hover {
    background-color: #24bbe8
}
.list-contact .list-message li input[type="button"]:first-child {
    background-color: #24bbe8
}
.list-job .active {
    color: #24bbe8
}
.list-job .btn {
    background-color: #24bbe8;
    border: 1px solid #24bbe8;
}
.list-job .btn:hover {
    color: #24bbe8;
    border: solid 1px #24bbe8;
}
.list-proshow .list-left .smallimg .slick-current .pic{
    border: solid 1px #24bbe8;
}
.list-proshow .slick-prev:hover {
    border-color: #24bbe8
}
.list-proshow .slick-next:hover {
    border-color: #24bbe8
}
.list-proshow .list-right .tel b {
    color: #24bbe8
}
.list-proshow .list-right .tel b a{
    color: #24bbe8
}
.list-proshow .list-right .tel .btn {
    background-color: #24bbe8;
}
.list-proshow .tit span {
    background-color: #24bbe8
}
.asider-page .page-cur {
    border-color: #24bbe8;
    background-color: #24bbe8
}
.asider-page a:hover {
    border-color: #24bbe8;
    background-color: #24bbe8
}
.copy {
    border-bottom: solid 3px #24bbe8
}
.map dt {
    background: #24bbe8
}
.map dt:hover {
    background: #24bbe8
}
.map dd .p2 a:hover {
    color: #24bbe8
}
.map dd div a:hover {
    background: #24bbe8;
}
.map dd .p2 a{
    color: #24bbe8
}
.map dd .p2 a:hover{
    text-decoration: underline;
}


/*浅色*/
.header .nav .subnav a:hover {
    background-color: #89D6ED
}


/*深色*/
.header .tel:after {
    background-color: #1A9BC1;
}
.header .tel:before {
    background-color: #1A9BC1;
    background: -webkit-linear-gradient(right, #24bbe8, #1A9BC1);
    background: linear-gradient(right, #24bbe8, #1A9BC1)
}
.header .nav:after {
    background-color: #1A9BC1
}


