@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

img {
    border: none
}

a {
    text-decoration: none;
    color: #333;
    transition: all 0.6s;
}

a:hover {
    color: #215297;
}

.clear {
    overflow: hidden;
}

.margin {
    margin: 0 auto;
}

.float {
    float: left;
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
    background: #FFF;
    color: #444;
}


/*.............. CSS 公共样式............. */

.w_100 {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
}

.w_1280 {
    width: 1280px;
    margin: 0 auto;
}

.w_1200 {
    width: 1200px;
    margin: 0 auto;
}

.w_940 {
    width: 940px;
    margin: 0 auto;
}

.w_880 {
    width: 880px;
    margin: 0 auto;
}

.w_1160 {
    width: 1160px;
    margin: 0 auto;
}

.m10 {
    margin-top: 10px;
}

.m15 {
    margin-top: 15px;
}

.m20 {
    margin-top: 20px;
}

.m25 {
    margin-top: 25px;
}

.m30 {
    margin-top: 30px;
}

.m35 {
    margin-top: 35px;
}

.m40 {
    margin-top: 40px;
}

.m45 {
    margin-top: 45px;
}

.m50 {
    margin-top: 50px;
}

.m55 {
    margin-top: 55px;
}

.m60 {
    margin-top: 60px;
}

.m65 {
    margin-top: 65px;
}


/*.............. CSS 首页样式............. */

.top {}

.synav {
    width: 100%;
    min-width: 1280px;
    background: #25925a;
    margin: 0 auto;
    position: relative;
    z-index: 120000;
    height: 60px;
    line-height: 60px;
}

.nav {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 160px;
    text-align: center;
    float: left;
    background: url(../images/nav.jpg) 0 center no-repeat;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    font-size: 18px;
    font-weight: normal;
}

.nav .nLi:hover {
    background: #DE4809;
    text-decoration: underline;
}

.nav .nLi:nth-child(1) {
    background: none;
}

.nav>.nLi:first-child {
    background: none;
}

.nav .sub {
    display: none;
    width: 160px;
    top: 60px;
    left: -0px;
    position: absolute;
    background: #DE4809;
}

.nav .sub li {
    zoom: 1;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    border-top: 1px #eb591c solid;
}

.nav .sub li:hover {
    background: #f69065;
    color: #fff;
}

.nav .sub li:hover a {
    color: #fff;
}

.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2000;
}


/* banner本例子css */

.fullSlide {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 630px;
    overflow: hidden;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 630px;
    overflow: hidden;
    text-align: center;
    background-size: 100% 630px !important; /* 修改这一行 */
    background-position: center center !important;
}

.fullSlide .bd li a {
    display: block;
    height: 630px;
    width: 100%;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 60px;
    height: 10px;
    margin: 5px;
    overflow: hidden;
    background: #fff;
    filter: alpha(opacity=50);
    opacity: 0.7;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #FF9C00;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 2%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 2%;
    background-position: -6px -137px;
}

.about {
    background: url(../images/bg6.jpg) center 0 no-repeat;
    padding-top: 60px;
}

.about_h5 {
    text-align: center;
}

.about_h5 h5 {
    font-size: 40px;
    color: #25925a;
}

.about_h5 p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.about_z {
    width: 1180px;
    margin: 0 auto;
    padding: 60px 50px;
    margin-top: 50px;
    background: #fff;
    box-shadow: 0px 2px 12px 4px rgba(136, 136, 136, 0.25);
    overflow: hidden;
}

.about_z_tu {
    float: right;
    width: 590px;
    height: 400px;
    overflow: hidden;
}

.about_z_tu img {
    width: 590px;
    height: 400px;
    transition: all 0.6s;
}

.about_z_p {
    width: 530px;
    float: left;
}

.about_z_p h2 {
    font-size: 24px;
    color: #222;
    margin-top: -20px;
}

.about_z_p h2 span {
    display: block;
    font-size: 62px;
    color: #25925a;
    text-transform: uppercase;
}

.about_z_p p {
    line-height: 35px;
    height: 210px;
    overflow: hidden;
    font-size: 15px;
    color: #666;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px #ddd solid;
}

.about_z_p i {
    display: block;
    margin-top: 20px;
}

.about_z_p i a {
    display: block;
    width: 160px;
    line-height: 40px;
    background: #25925a;
    border-radius: 30px;
    float: left;
    text-align: center;
    margin-right: 20px;
    font-style: normal;
    font-size: 16px;
    color: #fff;
}

.about_z_p i a.aa2 {
    background: #df4909;
}

.about_z_p i a:hover {
    background: #C40000;
}

.cp {
    margin-top: 60px;
}

.cp_ul {
    overflow: hidden;
    margin-top: 50px;
}

.cp_ul ul {
    width: 1330px;
}

.cp_ul li {
    float: left;
    width: 415px;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.cp_ul li .cp_ul_tu img {
    width: 415px;
    height: 490px;
}

.cp_ul li .cp_ul_tu p {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: -50px;
    font-size: 18px;
    background: url(../images/bg4.png);
}

.cp_ul li .cp_ul_p {
    width: 415px;
    height: 490px;
    background: url(../images/bg5.png);
    color: #fff;
    transform: translateX(-100%);
    transition: all ease .5s;
    opacity: 0;
    position: absolute;
    bottom: 0px;
}

.cp_ul li .cp_ul_p h2 {
    width: 340px;
    margin: 0 auto;
    font-size: 28px;
    margin-top: 80px;
}

.cp_ul li .cp_ul_p p {
    width: 320px;
    margin: 0 auto;
    border: 1px #7cb99a solid;
    line-height: 25px;
    height: 50px;
    padding: 10px;
    margin-top: 50px;
}

.cp_ul li .cp_ul_p span {
    width: 340px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    line-height: 40px;
}

.cp_ul li .cp_ul_p span a {
    width: 170px;
    float: left;
    color: #fff;
    background: url(../images/li2.png) 0 center no-repeat;
    text-indent: 20px;
}

.cp_ul li:hover .cp_ul_p {
    opacity: 1;
    transform: translateX(0%);
}

.cp_ul li:hover .cp_ul_tu p {
    opacity: 1;
    transform: translateX(-100%);
}

.cp_ul li.cc2 .cp_ul_tu img {
    width: 415px;
    height: 300px;
}

.cp_ul li.cc2 .cp_ul_p {
    height: 300px;
}

.cp_ul li.cc2 .cp_ul_p h2,
.cp_ul li.cc2 .cp_ul_p p {
    margin-top: 30px;
}

.cp_ul li.cc2 .cp_ul_p span {
    margin-top: 20px;
}

.cp_ul li.cc3 {
    margin-top: -190px;
}

.shili {
    background: url(../images/bg2.jpg) center 0 no-repeat;
    height: 630px;
    padding-top: 70px;
    margin-top: 60px;
}

.shili .about_h5 h5,
.shili .about_h5 p {
    color: #fff;
}

.shili_ul {
    overflow: hidden;
    width: 1280px;
    margin: 0 auto;
    margin-top: 70px;
}

.shili_ul li {
    float: left;
    width: 270px;
    float: left;
    margin: 0 25px;
    text-align: center;
    color: #fff;
}

.shili_ul li i {
    display: block;
    width: 230px;
    height: 230px;
    background: url(../images/shili01_bj.png) 0 0 no-repeat;
}

.shili_ul li i img {
    width: 211px;
    height: 211px;
    margin-top: 10px;
    border-radius: 50%;
    transition: all 1.5s ease-in-out 0s;
}

.shili_ul li h2 {
    font-size: 22px;
    margin-top: 30px;
}

.shili_ul li p {
    line-height: 26px;
    margin-top: 20px;
    font-size: 14px;
}

.shili_ul li:hover img {
    transform: rotate(360deg);
}

.fahuo {
    margin-top: 50px;
    overflow: hidden;
}

.main_dd ul {
    width: 1330px;
    overflow: hidden;
}

.main_dd ul li {
    width: 380px;
    height: 280px;
    float: left;
    background: #fff;
    padding: 9px;
    border: 1px #ddd solid;
    margin-right: 40px;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.main_dd ul li img {
    width: 380px;
    height: 280px;
    transition: all 0.6s;
}

.main_dd ul li p {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    background: url(../images/bg3.png);
    position: relative;
    margin-top: -50px;
}

.main_dd ul li:hover {
    border: 1px #25925A solid;
}

.main_dd ul li:hover img,
.about_z_tu:hover img,
.news_z li:hover img,
.ny_fahuo_ul li:hover img,
.picMarquee-left4 .bd ul li:hover img {
    transform: scale(1.2);
}


/*滚动效果*/

.main_dd {
    width: 1280px;
    float: right;
    HEIGHT: 640px;
    margin-top: 40px;
}

.main_dd #demo0 {
    FLOAT: left;
    HEIGHT: 640px;
    OVERFLOW: hidden;
}

.main_dd #demo1 {
    MIN-HEIGHT: auto;
    WIDTH: 1280px;
}

.main_dd #demo2 {
    MIN-HEIGHT: auto;
    WIDTH: 1280px;
}

.news {
    background: #f3f3f3;
    padding: 60px 0;
    margin-top: 60px;
}

.news_z {
    overflow: hidden;
    margin-top: 45px;
}

.news_z ul {
    width: 1340px;
}

.news_z li {
    width: 400px;
    float: left;
    margin-right: 35px;
    background: #fff;
    padding-bottom: 20px;
}

.news_z li i {
    width: 400px;
    height: 230px;
    overflow: hidden;
    display: block;
}

.news_z li img {
    width: 400px;
    height: 230px;
    transition: all 0.6s;
}

.news_z li h2 {
    width: 360px;
    margin: 0 auto;
    font-size: 24px;
    color: #25925a;
    margin-top: 30px;
    margin-bottom: 10px;
}

.news_z li h2 a {
    display: block;
    width: 90px;
    line-height: 25px;
    float: right;
    background: #f3f3f3;
    border: 1px #ddd solid;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
}

.news_z li p {
    width: 360px;
    margin: 0 auto;
    line-height: 45px;
    border-bottom: 1px #eee solid;
    background: url(../images/li.jpg) 0 center no-repeat;
    text-indent: 15px;
}

.news_z li p a {
    color: #666;
    display: block;
}

.news_z li p a:hover,
.youqing dd a:hover {
    color: #DF4909;
    text-decoration: underline;
}

.news_z li h2 a:hover {
    background: #25925a;
    color: #fff;
    border: 1px #25925a solid;
}

.youqing {
    margin: 40px auto;
    overflow: hidden;
    line-height: 30px;
}

.youqing dt {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #25925a;
}

.youqing dd {
    float: right;
    width: 1180px;
}

.youqing dd a {
    color: #888;
    margin-right: 20px;
    font-size: 14px;
}

.dibu {
    background: #252525;
    padding-bottom: 50px;
}

.dd_nav {
    height: 60px;
    line-height: 60px;
    background: #25925a;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
}

.dd_nav a {
    display: inline-block;
    margin: 0 30px;
    color: #fff;
}

.dibu1 {
    overflow: hidden;
    color: #fff;
    padding-top: 50px;
}

.dibu1 dt {
    float: right;
    width: 150px;
    line-height: 50px;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    margin-left: 40px;
}

.dibu1 dt img {
    width: 150px;
    height: 150px;
}

.dibu1 dd {
    float: left;
    line-height: 40px;
    font-size: 14px;
    background: url(../images/logo2.jpg) 0 center no-repeat;
    padding-left: 280px;
}

.dibu1 dd a {
    color: #fff;
    margin: 0 10px;
}

.dibu a:hover {
    color: #fff;
    text-decoration: underline;
}


/*-------------------------------------------------------------------------------------------------------------------*/


/* banner */

.nyban {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.nyban p {
    height: 250px;
}

.ny_cp_h2 {
    text-align: center;
    margin-top: 40px;
}

.ny_cp_h2 h2 {
    font-size: 36px;
    color: #25925A;
}

.ny_cp_h2 p {
    color: #aaa;
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.ny_dao {
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    background: url(../images/xian.jpg) center center no-repeat;
}

.ny_dao a {
    display: inline-block;
    text-align: center;
    width: 150px;
    line-height: 45px;
    background: #fff;
    border: 1px #ddd solid;
    margin: 0 7px;
    font-size: 17px;
    color: #333;
    border-radius: 5px;
}

.ny_dao a.on,
.ny_dao a:hover {
    background: #25925A;
    font-weight: bold;
    border: 1px #25925A solid;
    color: #fff;
}

.ny_about_p {
    line-height: 40px;
    font-size: 16px;
    color: #444;
    margin-top: 35px;
    margin-bottom: 50px;
}

.ny_news_ul {
    margin-top: 50px;
    overflow: hidden;
}

.ny_news_ul ul {
    width: 1320px;
}

.ny_news_ul li {
    width: 352px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 20px 25px;
    border: 2px #e7e7e7 solid;
    text-align: center;
}

.ny_news_ul li b {
    display: block;
    font-size: 30px;
    color: #25925A;
}

.ny_news_ul li h2 a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 5px;
}

.ny_news_ul li p {
    color: #888;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 8px;
}

.ny_news_ul li span a {
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top: 20px;
    border: 1px #32332d solid;
    color: #333;
    text-align: center;
}

.ny_news_ul li:hover {
    border: 2px #25A145 solid;
}

.ny_news_ul li:hover span a {
    background: #25925A;
    border: 1px #25925A solid;
    color: #fff;
}

.ny_news_ul li:hover h2 a {
    color: #25925A;
    text-decoration: underline;
}

.ny_news_dao {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 70px;
    font-size: 16px;
}

.ny_news_dao a {
    padding: 10px 16px;
    border: 1px #ddd solid;
    margin: 0 5px;
    background: #fff;
    border-radius: 3px;
}

.ny_news_dao a.page-num-current,
.ny_news_dao a:hover {
    background: #25925A;
    color: #fff;
    border: 1px #25925A solid;
}

.ny_fahuo_ul {
    margin-top: 40px;
    overflow: hidden;
}

.ny_fahuo_ul ul {
    width: 1330px;
}

.ny_fahuo_ul li {
    width: 380px;
    float: left;
    background: #fff;
    padding: 9px;
    border: 1px #ddd solid;
    margin-right: 40px;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.ny_fahuo_ul li img {
    width: 380px;
    height: 280px;
    transition: all 0.6s;
}

.ny_fahuo_ul li p {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    background: url(../images/bg3.png);
    position: relative;
    margin-top: -50px;
}

.ny_fahuo_ul li:hover {
    border: 1px #25925A solid;
}

.ny_fahuo_ul li:hover p {
    background: #25925A;
    color: #fff;
}

.ny_cp_z {
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 60px;
}

.cp_l {
    width: 300px;
    float: left;
}

.cp_l_dao h5 {
    background: #25925A url(../images/bg4.jpg) center 50px no-repeat;
    text-align: center;
    font-size: 32px;
    padding: 30px 0;
    color: #FFF;
}

.cp_l_dao h5 span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Arial";
    font-weight: normal;
    margin-top: 5px;
    background: url(../images/h4.jpg) center center no-repeat;
}

.cp_l_dao ul {
    width: 298px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
    border: 1px #ddd solid;
}

.cp_l_dao ul li {
    margin-bottom: 20px;
}

.cp_l_dao ul li h3 a {
    width: 260px;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    background: #ededed;
    text-indent: 40px;
    border-radius: 3px;
    display: block;
    font-size: 18px;
    color: #222;
    font-weight: normal;
}

.cp_l_dao ul li ul {
    width: 260px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: none;
    padding: 0;
}

.cp_l_dao ul li ul li {
    line-height: 45px;
    height: 45px;
    margin: 0 auto;
    font-size: 14px;
    border-bottom: 1px #e6e6e6 dashed;
    background: url(../images/li3.png) 40px center no-repeat;
    text-indent: 60px;
}

.cp_l_dao ul li ul li a {
    color: #555;
}

.cp_l_dao ul li:hover h3 a,
.cp_l_dao ul li.on h3 a {
    color: #fff;
    font-weight: bold;
    background: #25925A;
}

.cp_l_dao ul li ul li a:hover,
.cp_l_dao ul li ul li.on a {
    color: #25925A;
    text-decoration: underline;
    font-weight: bold;
}

.ny_cp_r {
    width: 940px;
    float: right;
}

.ny_cp_r_h5 {
    line-height: 50px;
    padding-bottom: 10px;
    background: url(../images/bg3.jpg) 0 0 no-repeat;
    text-align: right;
    color: #666;
}

.ny_cp_r_h5 b {
    float: left;
    font-size: 22px;
    color: #25925A;
    text-indent: 20px;
}

.ny_cp_r_h5 a {
    color: #666;
    margin: 0 5px;
}

.ny_cp_r_ul {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

.ny_cp_r_ul ul {
    width: 975px;
}

.ny_cp_r_ul li {
    width: 289px;
    float: left;
    background: #fff;
    border: 1px #ddd solid;
    margin-right: 33px;
    margin-bottom: 33px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.ny_cp_r_ul li img {
    width: 289px;
    height: 245px;
    transition: all 0.6s;
}

.ny_cp_r_ul li p {
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
}

.ny_cp_r_ul li:hover p,
.main_dd ul li:hover p,
.picMarquee-left4 .bd ul li:hover p {
    background: #25925A;
    color: #fff;
}


/*--------------------------------------------------------------*/

.ny_qp {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    font-size: 0;
    overflow: hidden;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.1);
    ;
}

.ny_qp p {
    position: relative;
    font-size: 15px;
    color: #666;
    background: url(../images/home.png) 0 center no-repeat;
    text-indent: 35px;
}

.ny_qp p a {
    color: #666;
    margin: 0 5px;
}

.ny_qp p a:hover {
    color: #DB4A07;
    text-decoration: underline;
}

.ny_news_h {
    margin-top: 60px;
    text-align: center;
}

.ny_news_h h2 {
    font-size: 30px;
    color: #25925A;
}

.ny_news_t {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border-bottom: 1px #ddd dashed;
    padding-bottom: 20px;
}

.ny_news_p {
    margin-top: 30px;
    line-height: 40px;
    color: #666;
    font-size: 15px;
}
.ny_news_p img{
   max-width: 100%;
}

.ny_news_p.w_1280 p img{
    width: 1025px !important;
    height: auto !important;
    margin-bottom: 12px !important;
}
.ny_cp_dao {
    color: #25925a;
    margin-top: 40px;
    padding: 20px 0;
    background: #f4f4f4;
    overflow: hidden;
}

.ny_cp_dao dd {
    float: left;
    width: 700px;
    line-height: 35px;
    font-size: 15px;
    margin-left: 30px;
}

.ny_cp_dao dt a {
    margin-right: 30px;
    display: block;
    color: #fff;
    float: right;
    font-size: 15px;
    margin-top: 17px;
    background: #25925a;
    padding: 10px 25px;
    transition: all 0.6s;
    border-radius: 5px;
}

.ny_cp_dao dd a {
    color: #888;
}

.ny_cp_dao dt:hover a {
    background: #DB4A07;
    color: #fff;
}

.ny_news_xg {
    margin-bottom: 70px;
    margin-top: 50px;
    border: 1px #ddd solid;
}

.ny_news_xg h5 {
    width: 1220px;
    margin: 0 auto;
    font-size: 22px;
    color: #25925A;
    margin-top: 20px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 20px;
}

.ny_news_xg h5 span {
    margin-left: 10px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.ny_news_xg h5 a {
    float: right;
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin-top: 8px;
}

.ny_news_xg ul {
    overflow: hidden;
    margin: 20px 0;
}

.ny_news_xg li {
    width: 570px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin: 0 30px;
    font-size: 16px;
    background: url(../images/li.jpg) 0 center no-repeat;
    text-indent: 20px;
}

.ny_news_xg li span {
    float: right;
    color: #999;
}

.ny_news_xg li:hover a {
    color: #D31A20;
    text-decoration: underline;
}

.ny_cp_xg {
    margin-bottom: 70px;
    margin-top: 50px;
    border: 1px #ddd solid;
}

.ny_cp_xg h5 {
    width: 1220px;
    margin: 0 auto;
    font-size: 22px;
    color: #25925A;
    margin-top: 20px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 20px;
}

.ny_cp_xg h5 span {
    margin-left: 10px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.ny_cp_xg h5 a {
    float: right;
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin-top: 8px;
}

.picMarquee-left4 {
    width: 1220px;
    margin: 30px auto;
    overflow: hidden;
    position: relative;
}

.picMarquee-left4 .bd {
    width: 1220px;
}

.picMarquee-left4 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left4 .bd ul li {
    float: left;
    width: 350px;
    height: 258px;
    border: 1px #ddd solid;
    margin-right: 40px;
    overflow: hidden;
    position: relative;
}

.picMarquee-left4 .bd ul li img {
    width: 350px;
    height: 258px;
    transition: all 0.6s;
}

.picMarquee-left4 .bd ul li p {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
    position: relative;
    margin-top: -50px;
    background: url(../images/bg3.png);
    color: #fff;
}

.picMarquee-left4 .bd ul li:hover p,
.ny_shebei_ul li:hover p {
    background: #25925A;
    color: #fff;
}

.ny_cpxq_z {
    overflow: hidden;
    margin-top: 50px;
}

.ny_cpxq_tu {
    float: left;
    width: 470px;
    background: #fff;
    padding: 9px;
    border: 1px #ddd solid;
}

.ny_cpxq_tu img {
    width: 470px;
    height: 398px;
}

.ny_cpxq_p {
    width: 730px;
    float: right;
}

.ny_cpxq_p h2 {
    font-size: 28px;
    color: #25925A;
    line-height: 50px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 20px;
}

.ny_cpxq_p p {
    margin-top: 20px;
    line-height: 45px;
    height: 225px;
    overflow: hidden;
    color: #666;
    font-size: 16px;
}

.ny_cpxq_p span {
    width: 320px;
    display: block;
    margin-top: 30px;
    font-size: 18px;
    line-height: 60px;
    background: #25925A;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.ny_cpxq_p span b {
    font-size: 22px;
}

.ny_cpxqs_z {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
}

.ny_cpxqs_l {
    width: 940px;
    float: left;
    margin-right: 40px;
}

.ny_cpxqs_h5 {
    width: 940px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    overflow: hidden;
    font-size: 15px;
    background: #f5f5f5;
}

.ny_cpxqs_h5 p {
    display: block;
    float: left;
    width: 160px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #25925A;
    text-align: center;
}

.jia {
    position: fixed;
    bottom: 50px;
    width: 69px;
    height: 90px;
    left: 100%;
}

#sideMenu {
    width: 298px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
    border: 1px #ddd solid;
}

#sideMenu .hd {
    width: 260px;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    background: #ededed;
    text-indent: 40px;
    margin-bottom: 15px;
    border-radius: 3px;
}

#sideMenu .hd a {
    display: block;
    font-size: 18px;
    color: #222;
    font-weight: normal;
}

#sideMenu .hd.on a {
    color: #fff;
    font-weight: bold;
}

#sideMenu .hd.on {
    background: #25925A;
    margin-bottom: 5px;
}

#sideMenu .bd {
    overflow: hidden;
    width: 260px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#sideMenu .bd ul {
    padding: 0;
    border: none;
}

#sideMenu .bd li {
    line-height: 45px;
    height: 45px;
    margin: 0 auto;
    font-size: 14px;
    border-bottom: 1px #e6e6e6 dashed;
    background: url(../images/li3.png) 40px center no-repeat;
    text-indent: 60px;
}

#sideMenu .bd li a {
    color: #555;
}

#sideMenu .bd li:hover a,
#sideMenu .bd li.on a {
    color: #25925A;
    text-decoration: underline;
}