@charset "utf-8";
/* CSS Document */
html {
}

body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #3f3f3f;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

ol, ul, li, p, dl, dt, dd, h4, h2, h3, h4, h5, h6 {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
    max-width: 100%;
}

a:link, a:visited {
    color: #3f3f3f;
    text-decoration: none;
    outline: none;
}

a:hover, a:active {
    color: #0B5C34;
    text-decoration: none;
    outline: none;
}

.clear {
    clear: both;
}
.clearfix:after{
    content: "";
    font-size: 0;
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.kg {
    width: 97%;
    margin: 0 auto;
    max-width: 1300px;
}

.kga {
    margin: 0 auto;
    max-width: 1200px;
    width: 97%;
}

.kgb {
    width: 97%;
    margin: 0 auto;
    max-width: 1920px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dw {
    position: relative;
}

.cj {
    overflow: hidden;
}

.green-black {
    display: block;
    padding-top: 26px;
    clear: both;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    text-align: center;
}

.green-black a {
    display: inline-block;
    padding: 6px 8px;
    border: 1px solid #dddddd;
    height: 12px;
    line-height: 12px;
    zoom: 1;
    font-weight: bold;
    font-size: 12px;
    overflow: auto;
    margin-left: 3px;
    margin-right: 3px;
    color: #333;
    background: #fff;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    text-decoration: none
}

.green-black a:hover {
    border: 1px solid #ccc;
    height: 12px;
    line-height: 12px;
    zoom: 1;
    overflow: auto;
    background:#0B5C34;
    margin-left: 3px;
    margin-right: 3px;
    color: #fff;
    font-size: 12px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

.green-black span.current {
    display: inline-block;
    padding: 6px 8px;
    border: 1px solid #ccc;
    color: #fff;
    height: 12px;
    line-height: 12px;
    zoom: 1;
    overflow: auto;
    background:#0B5C34;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px
}

::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}

::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 3px
}

/*基础配置*/

/*首页style开始*/
.site_name {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
}

.logo .site_name h2 {
    color: #36ab68;
    font-size: 30px;
    margin-bottom: 5px;
}

.logo .site_name p {
    color: #ffe400;
    font-size: 20px;
    font-weight: 600;
}

.top_bg {
    background: #fff;
    position: relative;
    z-index: 1000;
    width: 100%;
}
.logo img{
    height: 101px;
    margin-top: 0px;
}
.top_tel {
    background: url("../images/top_tel.jpg") no-repeat 100px;
    background-size: 51px;
    height: 100px;
    padding-left: 160px;
    color: #494949;
    font-size: 1.125rem;
}

.top_tel p {
    padding-top: 20px;
}

.top_tel a {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: bold;
}

.nav_bg {
    background: url("../images/nav_bg.png") repeat-x;
    margin-top: 2px;
    width: 100%;
    box-shadow: 0px 1px 4px #9b9b9b;
    position: relative;
    z-index: 999;
}

.sjnav {
    display: none;
}

.mobile-inner-nav {
    height: 45px;
}

.mobile-inner-nav li {
    float: left;
    width: 11%;
    position: relative;
}

.mobile-inner-nav a {
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 1rem;
    position: relative;
    color: #fff;
    background: url("../images/nav_fg.png") no-repeat left center;
    width: 100%;
    transition: 0.5s;
    z-index: 9;
}

.mobile-inner-nav a.on {
    background: none;
}

.mobile-inner-nav a:hover, .mobile-inner-nav a.cur {
    color: #fff;
    transition: 0.5s;
}

.mobile-inner-nav a span {
    display: block;
    position: relative;
    z-index: 99;
}

.mobile-inner-nav a i {
    background: #fff;
    width: 100%;
    transform: scaleX(0);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: 0.5s;
}

.mobile-inner-nav a:hover i, .mobile-inner-nav a.cur i {
    transform: scaleX(1);
    transition: 0.5s; background: url("../images/nav_bg.png") no-repeat left center;
}

.mobile-inner-nav li .nav_ej {
    position: absolute;
    left: 0;
    top: -550%;
    background: #22bd5f;
    width: 100%;
    transition: 0.5s;
    z-index: 1;
}

.mobile-inner-nav li:hover .nav_ej {
    top: 45px;
    transition: 0.5s;
}

.nav_ej a {
    background: none;
    height: 38px;
    line-height: 38px;
    font-size: 0.875rem;
}

.nav_ej a:hover {
    text-decoration: underline;
    color: #fff;
}

/*banner*/
.banner {
    height: auto;
    width: 100%;
    position: relative;
    height: 100%;
    display: inline-block;
}

.slides {
    position: relative;
    height: 100%;
}

.slides li {
    height: 100%;
    position: relative;
    width: 100%;
}

.slides li a {
    display: block;
    width: 100%;
    height: auto;
}

.slides li img {
    display: block;
}

@media screen and (max-width: 1024px) {
    .slides li {
        background-size: 100% !important;
        height: auto !important;
        min-height: 320px !important;
    }
}

@media screen and (max-width: 770px) {
    .slides li {
        background: none !important;
        height: auto !important;
        min-height: inherit !important;
    }

    .slides li img {
        width: 100%;
        display: block;
    }

    .site_name {
        display: inline-block;
        margin-top: 10px;
        margin-left: 10px;
    }

    .logo .site_name h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .logo .site_name p {
        font-size: 18px;
    }
}

.flex-control-nav {
    position: absolute;
    bottom: 3%;
    z-index: 99;
    text-align: center;
    width: 100%;
}

.flex-control-nav li {
    display: inline-block;
    height: 13px;
    margin: 0 3px;
}

.flex-control-nav li a {
    display: block;
    overflow: hidden;
    background: #e5e5e5;
    text-indent: -999px;
    width: 10px;
    height: 7px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.5s;
}

.flex-control-nav li a.flex-active {
    width: 27px;
    transition: 0.5s;
}

.flex-direction-nav {
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 68px;
    display: none;
}

.flex-direction-nav li a {
    display: block;
    width: 68px;
    height: 68px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    filter: alpha(opacity=80);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url("../images/ban_l.png") center center no-repeat #fff;
}

.flex-direction-nav li a.flex-next {
    left: 110px;
    background: url("../images/ban_r.png") center center no-repeat #fff;
}

.flex-direction-nav li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/*banner*/
.index_bga {
    background: url("../images/inda_bg.jpg") no-repeat center bottom #fff;
    width: 100%;
    height: 990px;
}
.index_title{
    text-align: center;
    width: 97%;
    margin: 0 auto;
}
.inda_title{
    padding-top: 85px;
    padding-bottom: 80px;
}
.index_title h4{
    font-size: 2rem;
    color: #0B5C34;
}
.index_title p{
    text-align: center;
    margin-top: 15px;
    font-size: 1.2rem;
}
.inda_title img {
    max-width: 90%;
}

.inda_nr {
    width: 51.5%;
}

.inda_nr li {
    color: #313131;
    font-size: 0.875rem;
    line-height: 30px;
    padding-left: 170px;
    min-height: 108px;
    padding-bottom: 40px;
}

.inda_nr li.no1 {
    background: url("../images/inda_01.png") no-repeat left top;
}

.inda_nr li.no2 {
    background: url("../images/inda_02.png") no-repeat left top;
}

.inda_nr li.no3 {
    background: url("../images/inda_03.png") no-repeat left top;
}

.inda_nr li.no4 {
    background: url("../images/inda_04.png") no-repeat left top;
}

.inda_nr li p {
    font-size: 1.875rem;
    color: #0B5C34;
    font-weight: bold;
    padding-bottom: 0.4rem;
}

.inda_nr li p span {
    color: #F08200;
}

.index_bgb {
    background: #0B5C34;
    width: 100%;
    padding: 75px 0;
}

.index_bgee {
    background: #f5f5f5;
    width: 100%;
    padding: 75px 0;
}

.probody{width:100%; height:560px; overflow:hidden; margin-top:40px;}

.cpgd { position:relative;width:102%;height:560px;overflow:hidden;}
.downpaly {position:absolute;width:100%;padding:0px;left:0;top:0;}
.fl {float:left}
.rg{ float: right; }
.downpaly img {display: block;width: 314px;height:221px;}
.downpaly li {overflow:hidden;width:314px; height:265px; float:left;text-align: center;margin:10px 5px; }
.downpaly li p{width: 100%;height:40px;line-height:40px;font-size:1rem;}
.downpaly li a{color:#000; background:#FFF;width:314px; height:265px; display:block}
.downpaly li a:hover{ color:#FFF; background:#00be5a;}

.indb_kg {
    background: #fff;
    width: 1300px;
    max-width: 97%;
    margin: 0 auto;
    padding: 60px 50px 50px 50px;
}

.indb_title {
    text-align: center;
}

.indb_title img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.indb_title p {
    color: #333;
    padding-top: 20px;
}

.indb_nr {
    padding-top: 65px;
}

.indb_nr li {
    float: left;
    width: 50%;
}

.indb_nr .li1 {
    background: #fee0ec;
}

.indb_nr .li2 {
    background: #ecf5fe;
}

.indb_nr .li3 {
    background: #fffee3;
}

.indb_nr .li4 {
    background: #fff1e9;
}

.indb_nr .li5 {
    background: #e6fdec;
}

.indb_nr .li6 {
    background: #fbebea;
}

.indb_pic {
    width: 50%;
    overflow: hidden;
}

.indb_pic img {
    display: block;
    width: 100%;
    transition: 0.5s;
}

.indb_nr li:hover .indb_pic img {
    transform: scale(1.1);
}

.indb_wb {
    text-align: center;
    width: 50%;
    padding-top: 35px;
    color: #303030;
    font-size: 1.25rem;
    line-height: 30px;
}

.indb_bt {
    font-size: 1rem;
    line-height: 28px;
}
.indb_nr .li1 .indb_bt{
    color:#d00050;
}.indb_nr .li2 .indb_bt{
    color:#2656ad;
}.indb_nr .li3 .indb_bt{
    color:#ffba00;
}.indb_nr .li4 .indb_bt{
    color:#aa3f05;
}.indb_nr .li5 .indb_bt{
    color:#0B5C34;
}.indb_nr .li6 .indb_bt{
    color:#f60905;
}
.indb_bt p {
    font-size: 1.875rem;
}

.index_bgc {
    background: url("../images/center_yy.png") no-repeat center top #fff;
    width: 100%;
    padding-top: 95px;
    padding-bottom: 40px;
}

.indc_title {
    text-align: center;
}

.indc_title img {
    max-width: 90%;
}

.indc_nr {
    padding-top: 70px;
}

.indc_wb {
    width: 50%;
}

.indc_ms {
    line-height: 34px;
    font-size: 0.875rem;
    color: #333;
    padding-top: 0px;
}

.indc_ms p {
    text-indent: 28px;
}

.indc_ms span {
    color: #168615;
}

.indc_pic {
    width: 47%;
    text-align: right;
}

.indc_pic img {
    max-width: 100%;
}

.index_bgd {
    background: url("../images/index_bgd.jpg") no-repeat center;
    width: 100%;
    height: 465px;
    padding-top: 49px;
}

.indd_title {
    background: url("../images/indd_01.png") no-repeat center 22px;
    text-align: center;
}
.indd_title h4{
    font-size: 1.75rem;
}
.indd_gd {
    position: relative;
}

.indd_nr {
    padding-top: 35px;
}

.indd_nr li {
    float: left;
    width: 25%;
}

.indd_nr li a {
    border: 2px solid #fff;
    display: block;
    width: 94%;
    margin: 0 3%;
    box-shadow: 0px 1px 2px #bfc0bf;
}

.indd_nr li a img {
    width: 100%;
}

.indd_an a {
    position: absolute;
    display: block;
    top: 46%;
    cursor: pointer;
}

.indd_an a.prev {
    left: -50px;
}

.indd_an a.next {
    right: -50px;
}

.index_bge {
    background: #fff;
    width: 100%;
    padding-top: 74px;
    padding-bottom: 80px;
}

.inde_title {
    text-align: center;
    font-size: 1.125rem;
    color: #028d39;
    background: url("../images/center_yy.png") no-repeat center bottom;
    padding-bottom: 28px;
}

.inde_title p {
    font-size: 0.875rem;
    color: #7a7a7a;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 8px;
}

.inde_gd {
    position: relative;
    width: 100%;
    padding-top: 70px;
}

.inde_nr {
    width: 92%;
    margin: 0 auto;
}

.inde_nr li {
    float: left;
    width: 16.66%;
}

.inde_nr li img {
    width: 100%;
}

.inde_an a {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 50%;
}

.inde_an a.prev {
    left: 0;
}

.inde_an a.next {
    right: 0;
}

.index_bgf {
    background: url("../images/index_bgf.jpg") no-repeat center;
    width: 100%;
    height: 565px;
}

.indf_title {
    text-align: center;
    padding-top: 38px;
    padding-bottom: 25px;
}
.indf_title h4{
    font-size: 28px;
}
.indf_title img {
    max-width: 90%;
}

.indf_kg {
    width: 1300px;
    max-width: 97%;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 10px #ababab;
}

.indf_kg li {
    float: left;
    width: 25%;
}

.indf_kg li a {
    width: 96%;
    margin: 0 2%;
    display: block;
}

.indf_pic {
    overflow: hidden;
}

.indf_pic img {
    display: block;
    width: 100%;
    transition: 0.5s;
}

.indf_kg li a:hover .indf_pic img {
    transform: scale(1.1);
    transition: 0.5s;
}

.indf_kg li p {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    padding-top: 10px;
}

.indf_an {
    background: url("../images/indf_01.png") no-repeat center center;
    height: 50px;
    margin-top: 25px;
    text-align: center;
}

.indf_an a {
    padding: 0 25px;
    cursor: pointer;
}

.index_bgg {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
    width: 100%;
}
.indg_l {
    width: 35.4%;
}

.indg_l img {
    width: 100%;
}

.indg_r {
    margin-top: 40px;
}

.indg_r li {
    float: left;
    background: #e9e9e9;
    width: 49%;
    text-align: right;
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s;
}

.indg_r li:hover {
    background: #009148;
    transition: 0.5s;
}

.indg_r li img {
    width: 300px;
    height: 200px;
    display: block;
    float: right;
}

.indg_r li .img {
    width: 150px;
    height: 100px;
    display: block;
    float: right;
    background-color: #0B5C34;
    font-weight: 800;
    color: #fff;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #000;
    padding: 50px 0;
    padding-left: 150px;
    text-align: center;
    letter-spacing: 15px;
}

.indg_nr {
    height: 160px;
    background: #fff;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40%;
    text-align: left;
    padding: 0 3%;
}

.indg_bt {
    color: #0d0d0d;
    font-size: 1rem;
    padding-top: 25px;
    padding-bottom: 15px;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 100px;

}

.indg_bt span {
    float: right;
    font-size: 0.875rem;
    color: #c3c3c3;
    position: absolute;
    right: 0;
}

.indg_wb {
    color: #515151;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    font-size: 0.875rem;
    text-indent: 2em;
}

.indg_r li a:hover .indg_bt {
    color: #009148;
}

.link_bg {
    padding-bottom: 50px;
}

.link_kg {
   
    padding-top: 11px;
    padding-bottom: 11px;
    border-top: 1px solid #048e40;
    border-bottom: 1px solid #048e40;
}

.link_title {
    font-size: 1rem;
}

.link_nr {
  
    line-height: 25px;
    font-size: 0.875rem;
    width: 1100px;
}

.link_nr a {
    display: block;
    float: left;
    margin-left: 20px;
}

.foot_bg {
    background: #0B5C34;
    padding-top: 30px;
    width: 100%;
}

.foot_l {
    width: 900px;
    height: 172px;
}

.kg .fl dl{ width: 13%; float: left; margin-right: 2rem; display: block; }
.kg .fl dt{ width: 100%; text-align: left; font-size: 1rem; font-weight: bold; color: #fff; }
.kg .fl dd{ width: 100%; text-align: left; font-size: 0.9rem; color: #fff; line-height: 1.5rem; }
.kg .fl dt a{color: #fff;}
.kg .fl dt a:hover{ text-decoration: underline; }
.kg .fl dd a{ color: #fff; }
.kg .fl dd a:hover{ text-decoration: underline; }

.foot_lx {
    font-size: 0.875rem;
    color: #fff;
    line-height: 30px;
    padding-left: 121px;
}
.foot_lx h4{
    font-size: 1.2rem;
}
.foot_lx a {
    color: #fff;
}

.foot_lx a:hover {
    text-decoration: underline;
}

.foot_r {
    padding-top: 15px;
}
.foot_r img{
    width: 120px;
}
.foot_r li p {
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
    padding-top: 8px;
}

.fbq {
    width: 100%;
    height: 100px;
    background: #07462C;
}

.fbq_fot {
    height: 50px;
    line-height: 30px;
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
}

.fbq_fot span {
    float: right;
    display: block;
}

.fbq_fot a {
    color: #fff;
}

/*首页style结束*/

/*内页style开始*/
.main_flbg {
    height: 53px;
    background: url("../images/fl_bg.png") repeat-x;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}

.main_fl li {
    float: left;
    height: 53px;
    position: relative;
    background: #d8d8d8;
    margin-right: 1px;
}

.main_fl li a {
    display: block;
    height: 53px;
    line-height: 53px;
    padding: 0 40px;
    font-size: 1.5rem;
    color: #404040;
    position: relative;
    z-index: 9;
}

.main_fl li:hover a, .main_fl li.cur a {
    color: #fff;
}

.main_fl li i {
    display: block;
    width: 100%;
    background: #0B5C34;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    transform: scaleX(0);
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
}

.main_fl li:hover i, .main_fl li.cur i {
    transform: scaleX(1);
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
}

.main_wz {
    background: url("../images/main_wz.png") no-repeat left;
    line-height: 53px;
    font-size: 0.875rem;
    padding-left: 40px;
    color: #414141;
}

.main_wz a {
    color: #414141;
}

.main_wz a:hover {
    text-decoration: underline;
}

.main {
    padding-bottom: 50px;
    background: #f5f5f5;
    padding-top:50px;
}

.maina {
    padding-bottom: 40px;
    background: #fff;
    padding-top: 40px;
}

.main_nr {
    background: #fff;
    border: 1px solid #ddd;
}

.about_nr {
    font-size: 0.875rem;
    line-height: 24px;
    color: #5c5c5c;
    padding: 30px 30px 0 30px;
}

.about_nr img {
    max-width: 100%;
}

.book_nr {
    padding-top: 3rem;
}

.book_title {
    font-size: 1rem;
    line-height: 26px;
    padding-bottom: 1rem;
    color: #666;
    width: 30%;
}

.book_title p {
    color: #333;
    font-size: 1.375rem;
    padding-bottom: 1rem;
}

.boot_r {
    width: 68%;
}

.bok_con {
    padding: 0 10px;
    height: 45px;
    border: 1px solid #ccc;
    width: 80%;
    margin-bottom: 1rem;
    font-family: "微软雅黑";
    font-size: 1rem;
    outline: none;
}

.bok_cona {
    padding: 5px 10px;
    height: 100px;
    border: 1px solid #ccc;
    width: 80%;
    margin-bottom: 1rem;
    font-family: "微软雅黑";
    font-size: 1rem;
    outline: none;
}

.bok_btn {
    height: 45px;
    width: 20%;
    background: #259a4e;
    border: 0px;
    margin-bottom: 1rem;
    font-family: "微软雅黑";
    font-size: 1.2rem;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.news_nr li {
    width: 48%;
    border: 1px solid #d6d6d6;
    margin-bottom: 25px;
    transition: 0.5s;
}

.news_nr li:hover {
    border: 1px solid #3da767;
    box-shadow: 0px 0px 5px #cbcbcb;
    transition: 0.5s;
}

.news_nr li a {
    display: block;
    padding: 1px;
}

.news_pic {
    width: 37%;
    height: 145px;
    overflow: hidden;
}

.news_pic img {
    display: block;
    width: 100%;
}

.news_right {
    width: 60%;
    padding-right: 1%
}

.news_bt {
    font-size: 1rem;
    color: #169248;
    font-weight: bold;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news_rq {
    font-size: 0.875rem;
    color: #525252;
    line-height: 30px;
}

.news_wb {
    font-size: 0.875rem;
    color: #525252;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.news_more {
    background: #0B5C34;
    width: 94px;
    height: 28px;
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-top: 8px;
}

.newsshow_title {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 3px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 25px;
}
.newsshow_title h3{
    font-size: 1.5rem;
    color: #333;
}
.newsshow_fx {
    font-size: 0.875rem;
    color: #666;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding-top: 15px;

    text-align: center;
}
.newsshow_pic img{
    display: block;
    margin: 20px auto;
}
.newsshow_wnnr {
    margin: 0 auto;
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
}

.sxyjsys, .sxyjsys a {
    font-size: 14px;
    line-height: 20px;
}
.sxyjsys a{
   
}
.sxyjsys a:hover {
    text-decoration: underline;
}

.xgnews-tit {
    text-align: center;
    background: #259a4e;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    color: #fff;
}

.xgnews-con {
    padding-top: 15px;
}

.xgnews-con li {
    float: left;
    width: 45%;
    margin-left: 1%;
    margin-right: 4%;
    line-height: 24px;
    list-style-position: inside;
    list-style-type: disc;
}

.xgnews-con li a {
    font-size: 14px;
}

.xgnews-con li span {
    float: right;
    color: #999;
    font-size: 12px;
}

.xgnews-con li a:hover {
    text-decoration: underline;
}

.case_nr li {
    float: left;
    width: 23%;
    margin: 1%;
}

.case_pic {
    position: relative;
    height: 195px;
    overflow: hidden;
}

.case_pic img {
    width: 100%;
    transition: 0.5s;
    display: block;
}

.case_nr li:hover .case_pic img {
    transform: scale(1.1);
}

.case_nr li p {
    text-align: center;
    font-size: 1rem;
    padding-top: 0.6rem;
    color: #333;
    background-color: #eee;
    width: 100%;
    height: 30px;
    line-height: 20px;
}

.case_nr li:hover p{background-color:#00be5a; color: #fff;}

.gys_nr li {
    float: left;
    width: 16.66%;
    margin-left: -1px;
    margin-top: -1px;
}

.gys_pic {
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
}

.gys_pic img {
    width: 100%;
    transition: 0.5s;
    display: block;
}

.gys_nr li:hover .gys_pic img {
    transform: scale(1.1);
}

.gys_nr li p {
    text-align: center;
    font-size: 0.875rem;
    padding-top: 0.6rem;
}

.pro_nr li {
    float: left;
    width: 30.33%;
    margin: 1.5%;
}

.pro_pic {
    border: 1px solid #3f3f3f;
    overflow: hidden;
}

.pro_pic img {
    width: 100%;
    transition: 0.5s;
    display: block;
}

.pro_nr li:hover .pro_pic img {
    transform: scale(1.1);
}

.pro_nr li p {
    text-align: center;
    font-size: 0.875rem;
    padding-top: 0.6rem;
}

.proshowa {

    background: #fff;
    width: 100%;
    padding-bottom: 50px;
}

.proshowa_pic {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.proshowa_pic img {
    max-width: 100%;
    border: 2px solid #d8d8d8;
}

.nycp_bt {
    color: #676767;
    font-size: 1.875rem;
    text-align: center;
    line-height: 4rem;
}

.nycp_title {
    background: #e8e8e8;
    height: 66px;
    width: 100%;
    margin: 0.875rem 0;
}

.nycp_title p {
    border-right: 2px solid #f6f6f6;
    height: 66px;
    width: 13%;
    text-align: center;
    font-size: 1.125rem;
    color: #259a4e;
    font-weight: bold;
    line-height: 66px;
    position: relative;
}

.nycp_title p i {
    background: #259a4e;
    height: 4px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.showcp_nr {
    background: #fff;
    width: 96%;
    padding: 2%;
}

.showcp_nr img {
    max-width: 100%;
}

.showcp_an {
    padding-top: 0.875rem;
    width: 100%;
    padding-bottom: 3.875rem;
}

.showcp_an p {
    width: 11%;
}

.showcp_an p a {
    width: 100%;
    height: 45px;
    background: #259a4e;
    text-align: center;
    line-height: 45px;
    display: block;
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;
}

.xgpro-con {
    padding-top: 1.5rem;
}

/*内页style结束*/

@media screen and (max-width: 1024px) {
    /*首页style开始*/
    .top_bg {
        height: 130px;
    }

    .logo img {
        height: 130px;
    }

    .top_tel {
        height: 130px;
    }

    .top_tel p {
        padding-top: 42px;
    }

    .mobile-inner-nav li {
        float: left;
    }

    .mobile-inner-nav a {
        font-size: 0.875rem;
    }

    .nav_ej {
        display: none;
    }

    .inda_title {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .inda_nr {
        width: 60%;
    }

    .index_bgb {
        background: #0B5C34;
        width: 100%;
        padding: 75px 0;
    }

    .indb_kg {
        background: #fff;
        width: 1300px;
        max-width: 97%;
        margin: 0 auto;
        padding: 0px;
    }

    .indb_title {
        text-align: center;
        padding-top: 60px;
    }

    .indb_nr {
        padding: 35px 10px 10px 10px;
    }

    .indb_wb {
        padding-top: 25px;
        font-size: 0.875rem;
        line-height: 22px;
    }

    .index_bgc {
        background: url("../images/center_yy.png") no-repeat center top #fff;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .indc_nr {
        padding-top: 50px;
    }

    .indc_ms {
        line-height: 26px;
        padding-top: 25px;
    }

    .indf_kg {
        padding: 25px 0;
    }

    .index_bgg {
        background: #fff;
        padding-top: 60px;
        padding-bottom: 80px;
        width: 100%;
    }

    .indg_bt {
        font-size: 0.875rem;
    }

    .indg_bt span {
        font-size: 0.75rem;
    }

    .link_bg {
        display: none;
    }

    .foot_l {
        padding-left: 275px;
    }

    /*首页style结束*/
    /*内页style开始*/
    .book_title {
        font-size: 0.875rem;
        width: 32%;
    }

    .bok_con {
        width: 96%;
    }

    .bok_cona {
        width: 96%;
    }

    .news_nr li {
        width: 49%;
    }

    .news_bt {
        font-size: 0.875rem;
    }

    .news_more {
        display: none;
    }

    /*内页style结束*/
}

@media screen and (max-width: 770px) {
    /*首页style开始*/
    .sjnav {
        display: block;
        background: url("../images/nav_bg.png") repeat;
        margin-top: 70px;
        width: 100%;
        box-shadow: 0px 1px 4px #9b9b9b;
        position: relative;
    }

    .sjnav a {
        height: 45px;
        line-height: 45px;
        font-size: 0.875rem;
        text-align: center;
        color: #fff;
        width: 25%;
        overflow: hidden;
        display: block;
        float: left;
    }

    .top_bg {
        height: 70px;
    }

    .logo {
        height: 70px;
    }

    .logo img {
        height: 100%;
    }

    .top_tel {
        display: none;
    }

    .index_bga {
        background: none;
        width: 100%;
        height: auto;
    }

    .inda_title {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .inda_nr {
        width: 100%;
    }

    .inda_nr li {
        line-height: 24px;
        padding-left: 130px;
    }

    .inda_nr li p {
        font-size: 1.5rem;
    }

    .indb_kg {
        padding: 0px;
    }

    .indb_title p {
        font-size: 0.875rem;
    }

    .indb_nr {
        padding-top: 25px;
    }

    .indb_nr li {
        float: left;
        width: 100%;
    }

    .indb_wb {
        padding-top: 8px;
        ont-size: 0.875rem;
        line-height: 20px;
    }

    .indb_bt {
        font-size: 0.875rem;
        line-height: 22px;
    }

    .indb_bt p {
        font-size: 1.25rem;
    }

    .index_bgc {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .indc_nr {
        padding-top: 50px;
    }

    .indc_wb {
        width: 100%;
        padding-bottom: 20px;
    }

    .indc_wb img {
        max-width: 100%;
    }

    .indc_ms {
        line-height: 30px;
        padding-top: 25px;
    }

    .indc_pic {
        width: 100%;
    }

    .indd_nr {
        width: 88%;
        margin: 0 auto;
        overflow: hidden;
    }

    .indd_nr li {
        width: 50%;
    }

    .indd_nr li a {
        margin: 3%;
    }

    .indd_an a {
        position: absolute;
        display: block;
        top: 48%;
        cursor: pointer;
    }

    .indd_an a img {
        width: 20px;
    }

    .indd_an a.prev {
        left: -0px;
    }

    .indd_an a.next {
        right: -0px;
    }

    .index_bge {
        padding-top: 34px;
        padding-bottom: 60px;
    }

    .inde_title {
        font-size: 0.875rem;
        background-size: 100%;
        padding-bottom: 18px;
    }

    .inde_title p {
        font-size: 0.75rem;
    }

    .inde_title img {
        max-width: 90%;
    }

    .inde_gd {
        padding-top: 50px;
    }

    .inde_nr {
        width: 80%;
        overflow: hidden;
    }

    .inde_nr li {
        float: left;
        width: 50%;
    }

    .inde_an a {
        top: 46%;
    }

    .index_bgf {
        background: url("../images/index_bgf.jpg") no-repeat center bottom;
        height: auto;
        padding-bottom: 40px;
    }

    .indf_kg {
        padding: 25px 0;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .indf_kg li {
        float: left;
        width: 50%;
    }

    .index_bgg {
        background: #fff;
        padding-top: 40px;
        padding-bottom: 50px;
        width: 100%;
    }

    .indg_l {
        width: 100%;
    }

    .indg_r {
        width: 100%;
    }

    .indg_r li img {
        display: block;
        float: right;
        height: 120px;
    }

    .indg_nr {
        height: 100px;
        left: 10px;
        top: 10px;
        width: 88%;
    }

    .indg_bt {
        font-size: 0.875rem;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .indg_bt span {
        display: none;
    }

    .indg_wb {
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        font-size: 0.75rem;
    }

    .foot_bg {
        background: #259a4e;
        padding-top: 30px;
        width: 100%;
        position: relative;
    }

    .foot_l {
        float: none;
        background: url("../images/foot_logo.png") no-repeat left top;
        height: auto;
        padding-left: 0px;
        padding-top: 172px;
        width: 100%;
    }

    .foot_lx {
        font-size: 0.875rem;
        line-height: 24px;
        padding-top: 15px;
    }

    .foot_r {
        float: none;
        padding-top: 15px;
        text-align: center;
        position: absolute;
        top: 30px;
        right: 1.5%;
    }

    .fbq {
        width: 100%;
        margin-top: 30px;
        height: auto;
        background: #048e40;
        padding-top: 15px;
        padding-bottom: 75px;
    }

    .fbq_fot {
        height: auto;
        line-height: 24px;
        font-size: 0.875rem;
        color: #fff;
    }

    /*首页style结束*/
    /*内页style开始*/
    .main_fl {
        width: 100%;
        float: none;
    }

    .fl_03 li {
        width: 33.33%;
    }

    .fl_04 li {
        width: 25%;
    }

    .fl_05 li {
        width: 20%;
    }

    .main_fl li {
        margin-right: 0;
    }

    .main_fl li a {
        text-align: center;
        padding: 0px;
    }

    .main_wz {
        display: none;
    }

    .main {
        padding-top: 30px;
    }

    .maina {
        padding-top: 30px;
    }

    .about_nr {
        padding: 0 10px 50px 10px;
    }

    .book_title {
        float: none;
        width: 100%;
        font-size: 0.875rem;
    }

    .book_title p {
        color: #333;
        font-size: 1.25rem;
        padding-bottom: 0.4rem;
    }

    .book_title br {
        display: none;
    }

    .boot_r {
        width: 100%;
        float: none;
    }

    .bok_con {
        width: 90%;
    }

    .bok_cona {
        width: 90%;
    }

    .bok_btn {
        width: 120px;
    }

    .news_nr li {
        width: 100%;
        float: none;
    }

    .news_bt {
        font-size: 0.875rem;
    }

    .news_rq {
        font-size: 0.75rem;
    }

    .news_wb {
    }

    .newsshow_title {
        font-size: 1rem;
        line-height: 28px;
    }

    .newsshow_wnnr {
        font-size: 0.875rem;
        padding-top: 0;
    }

    .newsshow_wnnr img {
        max-width: 100%;
    }

    .xgnews-con li {
        float: left;
        width: 97%;
        margin-left: 1%;
        margin-right: 2%;
    }

    .case_nr li {
        width: 48%;
        margin: 3% 1%;
    }

    .gys_nr li {
        float: left;
        width: 25%;
        margin-left: -1px;
        margin-top: -1px;
    }

    .pro_nr li {
        width: 48%;
        margin: 3% 1%;
    }

    .proshowa_pic img {
        max-width: 98%;
        border: 2px solid #d8d8d8;
    }

    .nycp_bt {
        font-size: 1.5rem;
    }

    .nycp_title {
        height: 46px;
    }

    .nycp_title p {
        height: 46px;
        width: 33%;
        font-size: 1rem;
        line-height: 46px;
    }

    .nycp_title p i {
        height: 2px;
    }

    .showcp_nr {
        font-size: 0.875rem;
    }

    .showcp_an {
        padding-top: 0.875rem;
    }

    .showcp_an p {
        width: 120px;
    }

    .xgpro-con li.no3 {
        display: none;
    }

    /*内页style结束*/
}

.fswzj {
    display: none;
}

@media (max-width: 767px) {


    footer {
        padding: 20px 0 120px 0;
    }
}

/*导航样式*/
@media screen and (max-width: 770px) {
    .fswzj {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        display: block;
        background: #e97014;
    }

    .fswzj ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        border-top: 2px solid #da6208;
    }

    .fswzj ul li {
        color: #fff;
        width: 50%;
        text-align: center;
        padding: 0.4rem 0;
        position: relative;
        float: left;
    }

    .fswzj ul li a {
        color: #fff;
        display: block;
        border-left: 1px solid #da6208;
    }

    .fswzj ul li.on a {
        border-left: none;
    }
    .fnav_pic {
        width: 15%;
        margin: 0 auto;
    }

    .fnav_pic img {
        width: 50%;
    }

    .fnav_wb {
        font-size: 0.875rem;
        padding-top: 2px;
    }

    .mobile-inner-nav {
        position: absolute;
        right: 0%;
        height: auto;
        line-height: normal;
        top: 0;
        z-index: 999;
        display: block;
    }

    .mobile-inner-nav li {
        float: none;
        width: auto;
    }

    .mobile-inner-nav a {
        background: none;
        display: block;
        float: left;
        color: #fff;
        margin: 0;
        padding: 0;
        height: auto;
        line-height: normal;
        text-align: left;
    }

    .mobile-inner-nav a i {
        display: none;
    }

    .mobile-inner-nav a:hover, .mobile-inner-nav a.cur {
        background: none;
        color: #1f9b41;
    }

    .mobile {
        width: 100%;
        position: relative;
    }

    .mobile-inner {
        width: 100%;
    }

    .mobile-inner img {
        width: 100%;
    }

    .mobile-inner-header {
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 5.6rem;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .mobile-inner-header-icon {
        color: #fff;
        width: 64px;
        height: 64px;
        font-size: 2rem;
        font-weight: bold;
        margin-top: 5px;
        text-align: center;
        float: right;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    .mobile-inner-header-icon:hover {
        cursor: pointer;
    }

    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 50%) / 2);
        top: calc((100% - 5px) / 2);
        width: 65%;
        height: 0.2rem;
        background-color: rgba(2, 146, 59, 1);
        border-radius: 0.15rem;
    }

    .mobile-inner-header-icon-out p {
        width: 65%;
        height: 0.2rem;
        background-color: rgba(2, 146, 59, 1);
        position: absolute;
        left: 25%;
        bottom: 2rem;
        display: block;
        border-radius: 0.15rem;
    }

    .mobile-inner-header-icon-click p {
        display: none;
    }

    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(14px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-14px) rotate(0deg);
    }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    @keyframes clickfirst {
        0% {
            transform: translateY(14px) rotate(0deg);
        }
        100% {
            transform: translateY(0) rotate(45deg);
        }
    }
    @keyframes clicksecond {
        0% {
            transform: translateY(-14px) rotate(0deg);
        }
        100% {
            transform: translateY(0) rotate(-45deg);
        }
    }
    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg);
        }
        100% {
            transform: translateY(-16px) rotate(0deg);
        }
    }
    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg);
        }
        100% {
            transform: translateY(14px) rotate(0deg);
        }
    }
    .mobile-inner-nav {
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        padding-top: 1rem;
        padding-bottom: 3rem;
        display: none;
        z-index: 999;
    }

    .mobile-inner-nav a {
        display: inline-block;
        line-height: 2.5rem;
        text-decoration: none;
        width: 90%;
        margin-left: 5%;
        color: #fff;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-size: 0.875rem;
    }

    .mobile-inner-nav a:hover {
        color: rgba(255, 255, 255, 0.4);
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }

    .mobile-inner-nav a {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: returnToNormal;
        animation-name: returnToNormal;
    }

    .mobile-inner-nav a p {
        display: none;
    }

    @-webkit-keyframes returnToNormal {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes returnToNormal {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
}

@media screen and (max-width: 770px) {
    .sous {
        display: none;
    }
    .top_bg, .logo {
        position: fixed;
        top:0;
    }
    .nav_bg{
        position: fixed;
        top: 70px;
    }
    .newsshow_title h3{
        margin-top: 30px;
    }
}

@media (max-width: 420px) {
    .sjnav{
        margin-top: 50px;
    }
    .index_title h4{
        font-size: 2rem;
    }
    .site_name {
        display: none;
    }

    .top_bg, .logo {
        height: 50px;
    }

    .logo img {
        height: 50px;
    }

    .mobile-inner-header-icon {
        width: 50px;
        height: 50px;
    }
    .indg_r li{
        width: 100%;
    }
    .nav_bg{
        top: 50px;
    }

}
.single_title h4{
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}