@font-face {
    font-family: 'iconfont';
    src: url('../fonts/font_1432720974_1547027.eot');
    src: url('../fonts/font_1432720974_1547027.eot@#iefix') format('embedded-opentype'), url('../fonts/font_1432720974_1547027.woff') format('woff'), url('../fonts/font_1432720974_1547027.ttf') format('truetype'), url('../fonts/font_1432720974_1547027.svg#iconfont') format('svg')
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(../fonts/q_z9mv4hysltmomjnk_rcfeszw2xoq-xsnqo47m55da.woff2) format('woff2')
}

.fa {
    display: inline-block;
    font-family: "iconfont";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.fa-icon-qq:before {
    content: "\e604"
}

.fa-icon-weibo:before {
    content: "\e600"
}

.fa-icon-weixin:before {
    content: "\e605"
}

.fa-icon-zaixianzixun:before {
    content: "\e608"
}

.container-fluid {
    max-width: 1230px;
}

* {
    margin: 0;
!important;
    padding: 0;
!important;
}

a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
!important;
}

#btn {
    display: none;
    font-size: 30px;
    color: #1c763a;
    position: absolute;
    right: 22px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

/*头部*/
header {

}

header .logo {
    line-height: 110px;
}

header .header_right div {
    line-height: 35px;
    text-align: right;
    color: #1c763a;
    margin-bottom: 5px;
}

header .header_right div span {
    position: relative;
    padding-left: 30px;
}

header .header_right div span:before {
    content: url("../images/phone.png");
    position: absolute;
    left: 0;
    top: -2px;
}

#nav {
    margin: 0;
}

#nav > li {
    float: left;
    padding: 0 13px;
    position: relative;
}
#nav > li:hover div{
    display: block;
}
#nav > li div{
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 9999;
    width: 100%;
    display: none;
}
#nav > li div a{
    text-align: center;
    display:block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    background: rgba(0,0,0,.5);
    color: #fff;
    margin-bottom: 2px;
}

#nav > li:last-child {
    padding-right: 0;
}

#nav > li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 55px;
    color: #333;
    font-size: 16px;
    padding: 0 12px;
    position: relative;
}

#nav > li:hover > a:after {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #1c763a;
}

#nav > li.active a {
    color: #1c763a;
}

#nav > li.active a:after {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #1c763a;
}

#nav > li a:hover {
    color: #1c763a;

}

/*导航*/

.banner img {
    width: 100%;
}

/*主题内容*/
.content {
    padding-bottom: 58px;
}

.content .title h3 {
    margin: 0;
    line-height: 46px;
    font-size: 53px;
    text-transform: uppercase;
    padding-top: 25px;
    font-family: "Aparajita";
}

.content .title h4 {
    margin: 0;
    font-size: 20px;
    line-height: 37px;
    padding-bottom: 6px;
    position: relative;
}

.content .title h4:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 64px;
    margin-left: -32px;
    background: #1c763a;
}

.content .title {
    padding-bottom: 58px;
}

.content .row {
    margin: 0 -10px;
}

.content .row .col-md-3, .content .row .col-xs-6 {
    padding: 0 10px;
}

.content .box .img_box {
    border: 1px solid #cdcdcd;
    overflow: hidden;
}

.content .box .img_box div {
    height: 163px;
    overflow: hidden;
}

.content .box .img_box img {
    max-width: 100%;
    transition: all 0.3s;
}

.content .box .text_box {
    border: 1px solid #cdcdcd;
    margin-top: 20px;
    position: relative;
    padding: 23px 0 26px 0;
}

.content .box .text_box:after {
    content: url("../images/fw.png");
    position: absolute;
    left: 50%;
    bottom: -27px;
    margin-left: -22px;
}

.content .box .text_box h4 {
    width: 100%;
    margin: 0;
    position: absolute;
    line-height: 16px;
    top: -8px;
    z-index: 2;
}

.content .box .text_box h4 span {
    display: inline-block;
    padding: 0 12px;
    background: #fff;
    color: #333;
}

.content .box .text_box div {
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    color: #333;
    font-size: 12px;
    transition: all 0.3s;
}

.content .box:hover .img_box img {
    transform: scale(1.1);
}

.content .box:hover .text_box:after {
    content: url("../images/fw2.png");
}

.content .box:hover .text_box {
    margin-top: 5px;
    position: static;
    padding: 0 0 27px 0;
}

.content .box:hover .text_box h4 {
    position: static;
    line-height: 30px;
    margin-bottom: 7px;
}

.content .box:hover .text_box h4 span {
    background: none;
    color: #fff;
}

.content .box:hover .text_box {
    background: #1c763a;
}

.content .box:hover .text_box div {
    color: #fff;
}

/*主题内容*/

footer a {
    color: #fff;
}

footer {
    background: #242424;
    color: #fff;
    padding: 30px 0 0 0;
}

footer h4 {
    font-size: 14px;
    margin: 0;
    line-height: 42px;
    padding-left: 25px;
    position: relative;
}

footer .wx {
    padding-right: 110px;
}

footer form div {
    height: 108px;
    overflow: hidden;
}

footer form div input {
    height: 34px;
    border: 1px solid #3b3b43;
    background: #1d2026;
    width: 168px;
    display: block;
    padding-left: 12px;
    margin-bottom: 2px;
}

footer form div {
    margin-right: 3px;
}

footer form div textarea {
    width: 301px;
    height: 106px;
    background: #1d2026;
    border: 1px solid #3b3b43;
    padding-left: 12px;
}

footer form div button {
    display: inline-block;
    width: 35px;
    height: 106px;
    background: #1c763a;
    text-align: center;
}

footer .adr div {
    line-height: 28px;
}

footer .wx h4 {
    background: url("../images/tubiao.png") no-repeat 0px 13px;
}

footer .form h4 {
    background: url("../images/tubiao.png") no-repeat 0px -29px;
}

footer .adr h4 {
    background: url("../images/tubiao.png") no-repeat 0px -69px;
}

footer .box {
    padding-bottom: 30px;
}

footer .links {
    border-top: 1px dotted #4e4e4e;
    padding: 15px;
}

footer .links ul li {
    display: inline-block;
    padding: 0 6px;
}

footer .links ul li:first-child {
    padding-left: 0;
}

footer .links ul + div {
    line-height: 26px;
    text-align: center;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.ny_content {
    padding: 30px 0;
}

.ny_content .ny_left {
    width: 21.6%;

}

.ny_content .right_content {
    width: 78.4%;
    padding: 0 0 0 30px;

}

.ny_content .left_list .box > h4 {
    background: url("../images/bg.jpg") 50% 50%;
    background-size: cover;
    height: 105px;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 5px #999;
    position: relative;
    margin: 0;
}
.ny_content .left_list .box > h4 span{
    position: absolute;
    left: 8px;
    font-size: 45px;
 /*   font-family: "Aparajita";*/
    font-family: "宋体";
    text-transform: uppercase;
    color: #11a442;
}
.ny_content .left_list .box > h4 i{
    font-style:normal;
    color: #fff;
    display: block;
    width: 100%;
    padding-left: 60px;
    font-size: 25px;
    line-height: 60px;
}
.ny_content .left_list .box > h4 span:first-letter{
    font-size: 111px;
}
.ny_content .left_list .box > h5 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

#ny_caidan {
    background: #fff;
    margin: 12px 0 20px 0;

}

#ny_caidan > li {
    margin-bottom: 4px;
}

#ny_caidan > li > a {
    display: block;
    line-height: 48px;
    width: 100%;
    font-size: 20px;
    padding-left: 44px;
    position: relative;
    color: #fff;
    background: #1c763a;
}
#ny_caidan > li.active2 >a:after{
    position: absolute;
    right: 28px;
    top: 0;
    content: url("../images/up.png");
}
#ny_caidan > li.active>a:after{
    content: url("../images/active.png");
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -20px;
}
#ny_caidan > li:hover > a:after {
    content: url("../images/active.png");
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -20px;
}

#ny_caidan ul {
    display: none;
}

#ny_caidan ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    padding-left: 35px;
    font-size: 16px;
    color: #333;
    background: #ededed;
    border-bottom: 1px dotted #fff;
}

#ny_caidan ul {
    padding: 0 9px;
}

#ny_caidan ul li a:hover {
    color: #7fb249;
}

.ny_content .left_list .adr {
    background: #ededed;
    border-radius: 5px;
}

.ny_content .left_list .adr div {
    font-size: 12px;
    line-height: 28px;
    padding: 10px 0 15px 10px;

}

.ny_content .right_content .title4 {
    line-height: 38px;
    padding-top: 12px;
    border-bottom: 1px solid #d2d2d2;
}

.ny_content .right_content .title4 + div {
    padding: 20px 0;
}
.ny_content .right_content .title4 + div img {
    max-width: 100%;
}

.ny_content .right_content .about {
    line-height: 30px;
}

.ny_content .right_content .xqy .text {
    line-height: 30px;
    padding: 30px 0;
}

.ny_content .right_content .xqy2 h4 {
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.ny_content .right_content .xqy2 h4:after {
    content: "";
    left: 50%;
    margin-left: -25%;
    bottom: 0;
    width: 50%;
    height: 1px;
    border-bottom: 1px dotted #909090;
    position: absolute;
}

.Pro .row{
    margin: 0 -12px;
}
.Pro .row .col-md-4{
    padding: 0 12px;
}
.Pro .box{
    margin-bottom: 22px;
}
.Pro .box .img_box{
    border: 1px solid #d0d0d0;
}
.Pro .box .img_box div{
    height: 198px;
    overflow: hidden;
}
.Pro .box .img_box img{
    max-width: 100%;
    transition: all 0.15s;
}
.Pro .box:hover .img_box img{
    transform: scale(1.1);
}
.Pro .box:hover p{
   background: #1c763a;
    color: #fff;
}
.Pro .box p{
    margin: 0;
    line-height: 46px;
    border: 1px solid #d0d0d0;
    border-top: none;
    background: #cfcfcf;
    color: #fff;
    height: 46px;
    overflow: hidden;
    transition: all 0.5s;
}
/*.ny_content .right_content .title4 + div.form {*/
/*padding: 30px 25% 100px;*/
/*}*/

/*.ny_content .right_content .form input {*/
/*width: 100%;*/
/*height: 38px;*/
/*background: #f4f4f4;*/
/*border: 1px dotted #aaa;*/
/*margin-bottom: 7px;*/
/*padding-left: 15px;*/

/*}*/

/*.ny_content .right_content .form textarea {*/
/*width: 100%;*/
/*background: #f4f4f4;*/
/*border: 1px dotted #aaa;*/
/*height: 145px;*/
/*padding-left: 15px;*/
/*margin-bottom: 20px;*/
/*}*/

/*.ny_content .right_content .form button {*/
/*width: 100%;*/
/*line-height: 33px;*/
/*border: none;*/
/*color: #fff;*/
/*background: #0c72c6;*/
/*}*/

/*.ny_content .right_content .tr .row {*/
/*margin: 0 -10px;*/
/*}*/

/*.ny_content .right_content .tr .row .col-md-4, .ny_content .right_content .tr .row .col-xs-6 {*/
/*padding: 0 10px;*/
/*}*/

/*.ny_content .right_content .tr .box03 {*/
/*margin-bottom: 20px;*/
/*}*/

/*.ny_content .right_content .Service .row {*/
/*margin: 0 -10px;*/
/*}*/




/*内页*/


.ny_content .right_content .rlzy table thead tr th:first-child{
    width: 40%;

}

.ny_content .right_content .rlzy table thead tr th:nth-child(2){
    width: 30%;

}

.ny_content .right_content .rlzy table thead tr th:nth-child(3){
    width: 30%;

}
.ny_content .right_content .rlzy2 table{
    margin: 0 auto;
}
.ny_content .right_content .rlzy2 input{
    width: 100%;

}
.ny_content .right_content .rlzy2 table tr{
   height: 30px;
}
.ny_content .right_content .rlzy2 table tr td{
    padding: 0 2px;
    text-align: center;
}
.ny_content .right_content .rlzy2 table input{
    height: 22px;
}

.ny_content .right_content .rlzy2 form  button{
    background: #d25c00;
    color: #fff;
    border: none;
    height: 25px;
    padding: 0 10px;
    display: inline-block;
    margin: 5px 0  20px 0;
}

/*新闻*/

.ny_content .right_content .service .box {
    position: relative;
    padding-left: 256px;
    margin-bottom: 40px;
}

.ny_content .right_content .service .box .img_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 243px;
    height: 100%;
    overflow: hidden;
    border: 1px solid #c6c6c6;
    line-height: 160px;
}

.ny_content .right_content .service .box .img_box img {
    max-width: 100%;
    transition: all 0.15s;
}

.ny_content .right_content .service .box .text_box h4 {
    font-size: 14px;
    margin: 0 0 8px 0;
    line-height: 38px;
    color: #333;
    position: relative;
    padding-left: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #e5f4ea;
}

.ny_content .right_content .service .box .text_box h4:before {
    content: "";
    position: absolute;
    left: 7px;
    top:50%;
    margin-top: -8px;
    width: 5px;
    background: #1c763a;
    height: 16px;
}

.ny_content .right_content .service .box .text_box div {
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    color: #333;
}

.ny_content .right_content .service .box .text_box h5{
  margin: 7px 0 0 0;
}
.ny_content .right_content .service .box .text_box h5 a{
    display: inline-block;
    line-height: 38px;
    padding: 0 56px;
    background: #7fb249;
    color: #fff;
}

.ny_content .right_content .service .box:hover img {
    transform: scale(1.05);
}

.ny_content .right_content .service .box:hover .text_box h4 {
    color: #7fb249;
}

.ny_content .right_content .service .box:hover .text_box div {
    color: #7fb249;
}

/*新闻*/

@media screen and (max-width: 1360px) {

}

@media screen and (max-width: 1150px) {

    footer .wx {
        padding-right: 0;
        width: 30%;
    }

    footer .adr {
        width: 70%;
    }

    footer .form {
        display: none;
    }

}

@media screen and (max-width: 991px) {

    #btn {
        display: block;
    }

    header {
        height: auto;
        position: relative;
    }

    header .logo {
        line-height: 60px;
    }

    header .logo img {
        height: 50px;
    }

    #nav {
        display: none;
        position: absolute;
        right: 0;
        width: 150px;
        z-index: 9999;
        background: rgba(0, 0, 0, .74);
        top: 60px;
    }

    #nav > li {
        float: none;
        padding: 0;
        padding: 0;
        text-align: center;
    }

    #nav > li > a {
        padding: 0;
        width: 100%;
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 38px;
    }

    #nav > li > a:after {
        display: none;
    }

    #nav > li.active a {
        background: none;
        color: #fff;
    }

    #nav > li:hover a {
        background: none;
    }

    /*主题内容*/
    .content .box {
        margin-bottom: 40px;
    }

    /*主题内容*/
    /*内页*/
    #ny_caidan {
        display: none;
    }

    #down {
        display: block;
        width: 100%;
        line-height: 50px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        font-size: 20px;
        background: #002441;
    }

    .ny_content .ny_left {
        width: 100%;
    }

    .ny_content .right_content {
        width: 100%;
        padding: 0;
    }

    .ny_content .right_content .title4 + div {
        border-radius: 5px;
    }

    .ny_content .right_content .title4 + div.form {
        padding: 20px 0 50px 0;
    }

    /*内页*/
    .ny_content .right_content .form {
        padding: 0%;

    }

    /*内页*/




    .ny_content .left_list .box > h4 {
       height: auto;
    }
    .ny_content .left_list .box > h4 span{
      display: none;
    }
    .ny_content .left_list .box > h4 i{
        padding-left: 0px;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
    }


}

@media screen and (max-width: 767px) {
    footer .wx {
        display: none;
    }

    footer .adr {
        width: 100%;
    }

    /*底部*/
    body {
        padding-bottom: 50px;
    }

    .hot {
        width: 100%;
        height: 50px;
        background: #ddb600;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

    .hot span {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
    }

    .hot h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .hot .row div a {
        display: block;
        color: #fff;
        padding: 7px 0;
    }

    .dbbox {
        position: fixed;
        left: 0;
        bottom: 70px;
        z-index: 99;
        width: 100%;
    }

    .dbbox .dbs {
        position: relative;
        padding: 0 15px;
        display: none;
    }

    .dbbox .dbs .neirong {
        padding: 10px;
        background: #fff;
        border-radius: 5px;
    }

    .dbbox .dbs.ewm-box {
        text-align: center;
    }

    .dbbox .dbs.ewm-box:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        z-index: 1;
        width: 25%;
        height: 6px;
        background: url(../images/dbtc_jt.png) no-repeat center;
    }

    .dbbox .dbs.fenxiang-box:after {
        content: "";
        position: absolute;
        left: 75%;
        bottom: -6px;
        z-index: 1;
        width: 25%;
        height: 6px;
        background: url(../images/dbtc_jt.png) no-repeat center;
    }

    .dbbox .dbs.ewm-box img {
        max-width: 140px;
    }

    .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
        position: relative;
        padding: 6px 0;
        width: 20%;
        height: 44px;
    }

    .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
        position: absolute;
        left: 50%;
        top: 6px;
        margin: 0 0 0 -16px;
        float: inherit !important;
        display: block;
    }

    /*底部*/

}

@media screen and (max-width: 500px) {

    #btn {
        font-size: 20px;
        line-height: 20px;
        margin-top: -10px;
    }

    header .logo img {
        height: 30px;
    }

    header .logo {
        line-height: 50px;
    }

    #nav {
        top: 50px;
    }

}

@media screen and (max-width: 500px) {



    .ny_content .right_content .service .box {
        padding-left: 130px;
        margin-bottom: 40px;
    }
    .ny_content .right_content .service .box .img_box {

        width: 110px;
        line-height: 95px;
    }


    .ny_content .right_content .service .box .text_box h4 {
        font-size: 14px;
        margin: 0;
        line-height:26px;
    }



    .ny_content .right_content .service .box .text_box div {
        line-height: 20px;
        height: 40px;
    }

    .ny_content .right_content .service .box .text_box h5 a{
        line-height: 22px;
        padding: 0 26px;
        border-radius: 5px;
    }




}



.cp a{ color: #333;}
.cp a:hover { color: #1c763a;}
.cp img{border:2px solid #e7e7e7; padding:2px;}
.cp a:hover img{ border:2px solid #1c763a; padding:2px;}