/* CSS Document */

body {
    font-size: 16px;
    color: #333333;
    padding: 0;
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
}

input,
textarea,
select,
button {
    color: #333333;
    font-size: 0.875em;
}

a:focus,
 :focus,
input[type=button],
input[type=submit] {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

input::-webkit-input-placeholder {
    color: #fff;
}

input::-moz-input-placeholder {
    color: #fff;
}

input::-ms-input-placeholder {
    color: #fff;
}


/*首页*/

.header {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.header_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #EEEEEE;
}

.header_top1 {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    line-height: 34px;
}

.header_top1 span {
    font-size: 0.875em;
    color: #656565;
}

.header_top p {
    width: 480px;
    height: 34px;
    float: right;
    color: #656565;
    background: url("../images/header_top_ico.jpg") no-repeat;
}

.header_top p a {
    color: #656565;
    font-size: 0.875em;
    margin: 0 21px 0 25px;
}

.header_top p i {
    font-style: normal;
    font-size: 0.875em;
    margin-left: 82px;
}

.header_center {
    width: 100%;
    height: 134px;
    overflow: hidden;
    margin: 0px auto;
    background: url("../images/header_center_bg.png") no-repeat center;
}

.header_center1 {
    width: 100%;
    max-width: 1360px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.logo {
    width: 335px;
    <!-- height: 66px;
    -->z-index: 1;
    margin-top: 37px;
    float: left;
}

.m_logo {
    display: none;
}

.logo img,
.m_logo img {
    width: 100%;
    height: auto;
}

.nav {
    width: 850px;
    height: 30px;
    float: right;
    margin-top: 50px;
}

.nav ul {
    width: 615px;
    overflow: hidden;
    float: left;
    border-right: 1px solid #fff;
}

.nav li {
   
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    border-left: 1px solid #fff;
}

    .nav li a {
        display: block;
        color: #fff;
        font-size: 1rem;
        padding: 0px 11px;
    }

.mune {
    display: none;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin-top: -16px;
}

.rmgjc_bg {
    width: 100%;
    height: 78px;
    overflow: hidden;
}

.rmgjc {
    width: 1200px;
    height: 45px;
    margin: -22px auto 5px;
    -moz-box-shadow: 0px 0px 20px #999999;
    -webkit-box-shadow: 0px 0px 20px #999999;
    box-shadow: 0px 0px 20px #999999;
    position: relative;
    z-index: 5;
    background: #fff;
}

.gjc {
    width: 750px;
    float: left;
    line-height: 45px;
    margin-left: 32px;
    font-size: 0.875em;
}

.gjc span {
    color: #0b5abc;
    line-height: 45px;
}

.gjc a {
    color: #666666;
    margin: 0px 10px;
}

.suosuo {
    width: 206px;
    height: 22px;
    float: right;
    margin-top: 3px;
}

.sousuo_kuang {
    width: 171px;
    height: 22px;
    float: left;
}

.sousuo_kuang input {
    width: 156px;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
    float: left;
    background: url("../images/sousuo_input.jpg") no-repeat;
    border: none;
}

.sousuo_btn {
    width: 35px;
    height: 22px;
    float: left;
}

.sy_title {
    overflow: hidden;
    margin: 30px auto 50px;
    text-align: center;
}
    .sy_title h2 {
        font-size: 2em;
        font-weight: normal;
        height: 50px;
        line-height: 50px;
        color: #000;
        position: relative;
    }
    .sy_title span {
        font-size: 1.3em;
        color: #7b7b7b;
        font-weight: normal; 
    }

    .sy_title h2:after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        background: #000;
        height: 1px;
        margin-left: -145px;
    }

    .sy_title h2:before {
        content: " ";
        position: absolute;
        top: 50%;
        right: 50%;
        width: 50px;
        background: #000;
        height: 1px;
        margin-right: -145px;
    }

.sy_title img {
    display: block;
    margin: 0px auto;
}

.sy_title i {
    width: 177px;
    height: 14px;
    display: block;
    background: url("../images/sy_title_ico.png") no-repeat;
    margin: 5px auto;
}

.sy_title p {
    font-size: 1em;
}

.product_bg {
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}

.product {
    width: 1230px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.product ul {
    width: 100%;
}

.product ul li {
    position: relative;
    float: left;
    margin: 0% 0.4%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

.product ul li img {
    width: 397px;
    height: 298px;
    vertical-align: top;
}

.product ul div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    text-align: center;
    background: #99a485;
    );
    color: #FFF;
    overflow: hidden;
}

.product ul p {
    display: none;
    margin: 5px auto 0;
    width: 80%;
    font-size: 14px;
}

.product ul p a {
    color: #000;
    display: block;
    width: 100%;
    font-size: 16px;
    margin: 5px 0;
    text-align: center;
}

.product ul p .pro_more {
    width: 110px;
    height: 30px;
    border: 1px solid #000;
    line-height: 30px;
    margin: 0px auto;
}

.product ul p b {
    color: #000;
    font-size: 24px;
    margin: 5px 0 10px;
    display: block;
}

.product ul h3 {
    padding: 10px 0;
    height: 40px;
    font-weight: normal;
    color: #000;
}

.product ul h3 i {
    font-style: normal;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.choose {
    width: 100%;
    height: 1100px;
    overflow: hidden;
    background: url("../images/choose_bg.jpg") no-repeat center;
    
}

.choose_content {
    width: 880px;
    height: auto;
    overflow: hidden;
    margin: 55px auto 0;
}

.choose_content img {
    display: block;
    width: 100%;
}

.abouts {
    width: 1222px;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: -70px auto 0;
    background: url("../images/abouts_bg.jpg") no-repeat;
    /*-moz-box-shadow:0px 0px 8px #999999;*/
    /*-webkit-box-shadow:0px 0px 8px #999999;*/
    /*box-shadow:0px 0px 8px #999999;*/
}

.about_title {
    margin-top: 80px;
}

.abouts_content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.abouts_content1 {
    width: 1090px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

.abouts_txt {
    width: 468px;
    height: 468px;
    overflow: hidden;
    float: left;
   /* background: url("../images/about_img.jpg") no-repeat;*/
}

.abouts_txt p {
    line-height: 29px;
    font-size: 0.875em;
    margin: 12px 6% 25px;
    float: left;
}

.abouts_txt h2 {
    float: left;
    margin: 22px 0 0 30px;
}

.abouts_txt a {
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 1em;
    border: 2px solid #fff;
    float: right;
    color: #fff;
    margin: 260px 23px 0 0;
}

.yuanjing {
    width: 600px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    float: right;
}

.yuanjing img {
    width: 100%;
    display: block;
}

.youshi {
    width: 1220px;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 130px auto 0px;
}

.youshi_txt {
    width: 102%;
    height: 200px;
    diplay: block;
    object-fit: cover;
}

.youshi_txt ul li {
    float: left;
    width: 23%;
    background: #ABABAB;
    margin-right: 2%;
}

.youshi_txt ul li:hover {
    background: #99a485;
}

.youshi_txt ul li img {
    width: 100%;
    float: left;
}

.zizhi {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.zizhi_title {}

.zizhi_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0px;
    position: relative;
    background: url("../images/zizhi_bg.jpg") no-repeat;
}


/* 本例子css */

.picMarquee-left {
    width: 1344px;
    overflow: hidden;
    position: relative;
    margin: 120px auto 30px;
}

.picMarquee-left .hd {
    overflow: hidden;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    margin-top: -27px;
    z-index: 10;
    cursor: pointer;
}

.picMarquee-left .hd .next {
    background-image: url("../images/zizhi_btn_l.png");
    left: 0px;
    right: auto;
}

.picMarquee-left .hd .prev {
    background-image: url("../images/zizhi_btn_r.png");
    right: 0px;
    left: auto;
}

.picMarquee-left .bd {
    width: 1145px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    width: 25%;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 92%;
    height: auto;
    display: block;
    margin: 0 4%;
}

.picMarquee-left .bd p {
    color: #fff;
    width: 190px;
    margin: 40px auto;
    border-left: 4px solid #c09f59;
    text-align: center;
    height: 17px;
    line-height: 17px;
}

.zizhi_lx {
    width: 1240px;
    height: 190px;
    margin: 0px auto;
    overflow: hidden;
    background: url("../images/zizhi_lx.png") no-repeat;
}

.zizhi_lx p {
    color: #fff;
    font-size: 2.6em;
    margin: 40px 0 0 248px;
}

.anli {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.anli_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/anli_bg.jpg") no-repeat top center;
}


/* 本例子css */

.picScroll-left {
    width: 1360px;
    position: relative;
    margin: 120px auto 0; height:477px;
}

.picScroll-left .hd {
    overflow: hidden;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    margin-top: -27px;
    z-index: 10;
    cursor: pointer;
}

.picScroll-left .hd .next {
    background-image: url("../images/zizhi_btn_l.png");
    left: 0px;
    right: auto;
}

.picScroll-left .hd .prev {
    background-image: url("../images/zizhi_btn_r.png");
    right: 0px;
    left: auto;
}

.picScroll-left .bd {
    width: 1220px;
    height: auto;
    margin: 0px auto;
    position: relative;
}

.picScroll-left .bd ul {
    zoom: 1;
    overflow: auto;
}

.picScroll-left .bd ul li {
    width: 25%;
    height: 100%;
    float: left;
    _display: inline;
    position: relative;
}

.picScroll-left .bd ul li .pic {
    width: 96%;
    margin: 3% 2% 0;
    transition: all .4s;
}

.picScroll-left .bd ul li .pic img {
    width: 100%;
    height: 293px;
    display: block;
    object-fit: cover;
}

.picScroll-left .bd ul li .title {
    width: 96%;
    height: 65px;
    background: #99a485;
    margin: 0 2% 5%;
    transition: all .4s;
}

.picScroll-left .bd ul li .title p {
    color: #fff;
    float: left;
    font-size: 1em;
    margin: 20px 0 0 15px;
}

.picScroll-left .bd ul li .title a {
    color: #fff;
    width: 70px;
    height: 20px;
    font-size: 0.875em;
    float: right;
    margin: 20px 15px 0 0;
    border: 1px solid #fff;
    line-height: 20px;
    text-align: center;
    display: block;
}

.picScroll-left .bd ul li:hover .pic,
.picScroll-left .bd ul li:hover .title {
    transform: scale(1.1, 1.1);
}

.picScroll-left .bd ul li:hover .title {
    transform: scale(1.1, 1.1);
}

.yingyong {
    width: 1220px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.yingyong_content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.yingyong_content img {
    margin: 0px auto 50px;
    display: block;
}

.ad {
    width: 100%;
    height: auto;
    background: #c5c5c5;
    position: relative;
    overflow: hidden;
}

.news {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 50px;
}

.news_content_bg {
    width: 100%;
    background: #99a485;
    ;
    overflow: hidden;
}

.news_content {
    width: 1210px;
    margin: 0px auto 30px;
    overflow: hidden;
}

.news_fl {
    width: 500px;
    height: auto;
    overflow: hidden;
    margin: 35px auto 30px;
}

.news_fl li {
    width: 30.33%;
    height: auto;
    float: left;
    line-height: 40px;
    background-color: #D2D2D2;
    text-align: center;
    margin: 1.5%;
}

.news_fl li:hover {
    background-color: #99a485;
}

.news_fl li a {
    color: #000;
}

.news_l {
    width: 530px;
    height: auto;
    float: left;
    background-color: #A8B792;
}

.news_l img {
    width: 100%;
    display: block;
}

.news_l a {
    color: #000;
}

.news_l a:hover {
    text-decoration: none;
}

.news_l a p {
    width: 96%;
    float: left;
    padding: 7% 2% 5%;
    text-align: center;
    font-weight: bold;
}

.news_l a p span {
    float: right;
}

.news_r {
    float: right;
    width: 660px;
    overflow: hidden;
}

.news_r ul {
    width: 100%;
    float: left;
}

.news_r ul li {
    width: 98%;
    margin: 0 0 11px;
    float: left;
    border: 1px solid #fff;
    padding: 0.5%;
}

.news_r ul li img {
    width: 30%;
    display: block;
    float: left;
}

.news_r_txt {
    float: right;
    width: 67%;
}

.news_r ul li a {
    color: #fff;
    font-size: 1em;
    <!-- padding-top: 15px;
    -->display: block;
}

.news_r ul li p {
    color: #fff;
    line-height: 18px;
    font-size: 0.875em;
    margin: 15px 0 20px;
}

.news_r ul li span {
    display: block;
    color: #fff;
    font-size: 0.875em;
    float: left;
}

.link {
    width: 1200px;
    height: auto;
    margin: 0px auto 45px;
}

.link_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.link_content span {
    width: 117px;
    height: 60px;
    display: block;
    float: left;
    background: url("../images/link_span.jpg") no-repeat;
    margin-right: 30px;
}

.link_content p {
    line-height: 60px;
    float: left;
}

.link_content p a {
    color: #282828;
    float: left;
    margin-right: 30px;
}

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background-color: #2C2C2C;
}

.footer1 {
    width: 1220px;
    height: auto;
    margin: 55px auto 0px;
    overflow: hidden;
}

.footer1 dl {
    margin-top: 25px;
    float: left;
    margin-right: 50px;
    min-height: 275px;
}

.footer1 dl dt {}

.footer1 dl dt p {
    color: #fff;
    font-size: 1.125em;
    margin-bottom: 20px;
}

.footer1 dl dt i {
    width: 75px;
    height: 3px;
    background: #fff;
    display: block;
}

.footer1 dl dd {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 14px;
}

.footer1 dl a {
    color: #fff;
    font-size: 14px;
    margin: 15px 0;
    display: block;
    width: 100%;
    float: left;
}

.footer1 dl span {
    width: 100%;
    height: 30px;
    display: block;
    color: #fff;
    font-size: 14px;
    margin: 15px 0;
    line-height: 30px;
}

.footer1 dl span img {
    display: block;
    float: left;
    margin: 4px 10px 0 0;
}

.ewm {
    width: 140px;
    height: auto;
    overflow: hidden;
    float: right;
    background: #818181;
    margin-top: 80px;
}

.ewm img {
    width: 100%;
    height: auto;
    display: block;
}

.ewm p {
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.copy {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
    color: #000;
    font-size: 1em;
    background: #99a485;
    margin-top: 50px;
}

.copy a {
    color: #000;
}

.footers {
    display: none;
}


/*新闻列表*/

.ny_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -16px;
}

.ny_banner img {
    width: 100%;
    height: auto;
}

.ny_main {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 50px auto 30px;
}

.daohang {
    width: 99.7%;
    height: 47px;
    line-height: 47px;
    margin: 0px auto;
    background: #99a485;
    color: #fff;
}

.daohang span {
    font-size: 1rem;
    color: #fff;
}

.daohang p {
    float: left;
    padding-left: 20px;
    /*background: url("../images/daohang_ico.jpg") no-repeat left center;*/
    line-height: 47px;
}

.daohang p a {
    color: #fff;
}

.daohang p font {
    color: #fff;
    font-weight: 600;
}

.ny_con {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 50px 0 0 5%;
    float: left;
    /*border: 1px solid #CDCDCD;*/
    /*padding: 5px;*/
}

.ny_con img {
    display: block;
    margin-bottom: 20px;
}

.ny_con p {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
}

.ny_con p i {
    width: 100%;
    display: block;
    font-style: normal;
    color: #99a485;
    font-size: 16px;
    border-bottom: 1px solid #CDCDCD;
    line-height: 40px;
    margin-bottom: 20px;
}

.ny_news {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ny_news_content {
    width: 895px;
    height: auto;
    overflow: hidden;
    float: right;
}

.ny_news_content ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 12px auto 0px;
}

.ny_news_content ul li {
    width: 93.8%;
    height: auto;
    overflow: hidden;
    border: 1px solid #99a485;
    padding: 2% 3%;
    margin-bottom: 12px;
}

.ny_news_content ul li span {
    width: 11%;
    height: auto;
    float: left;
    display: block;
    background: #C9C9C9;
    color: #333;
    text-align: center;
    line-height: 48px;
}

.ny_news_content ul li span i {
    display: block;
    font-size: 28px;
    font-style: normal;
    border-bottom: 2px solid #ffffff;
}

.ny_news_content ul li:hover span {
    background: #CEA053;
    color: #fff;
}

.ny_news_content ul li:hover a {
    color: #CEA053;
}

.news_txt2 {
    width: 84%;
    height: auto;
    float: right;
}

.news_txt2 a {
    color: #333333;
    font-size: 16px;
    margin: 8px 0 10px;
    float: left;
}

.news_txt2 p {
    width: 100%;
    color: #666666;
    float: left;
    line-height: 25px;
}

.news_txt2>span>a {
    width: 110px;
    height: 35px;
    display: block;
    color: #ffffff;
    font-size: 0.875rem;
    margin: 15px auto 0;
    background: #D2D2D2;
    text-align: center;
    line-height: 35px;
}

.news_txt2>span>a:hover {
    background: #FAB220;
    text-decoration: none;
}


/* 新闻详情 */

.ny_newsdetial {
    width: 96.4%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #99a485;
    padding: 1.5%;
}

.ny_news_content .news_name {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 30px;
}

.ny_news_content .news_name h2 {
    font-size: 1.1rem;
    color: #99a485;
    padding-top: 20px;
}

.ny_news_content .news_name p {
    color: #666;
    line-height: 50px;
    border-bottom: 1px dashed #cccccc;
}

.prodetail22 {
    width: 99%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    color: #333;
    line-height: 22px;
    padding-bottom: 30px;
    font-size: 14px;
}

.prodetail22 p {
    font-size: 14px;
    line-height: 25px;
}


/* 产品列表页 */

.ny_pro {
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.ny_fl {
    width: 235px;
    height: auto;
    float: left;
}

.product_l {
    width: 280px;
    height: auto;
    overflow: hidden;
    float: left;
    background: #fff;
    border: 1px solid #99a485;
    border-top: 0;
}

.product_l dl {
    width: 100%;
    overflow: hidden;
}

.product_l dl dt {
    height: 85px;
    background: #99a485;
    line-height: 85px;
    text-align: center;
    color: #fff;
    font-size: 28px;
}

.product_l dl dt p {
    display: block;
    margin: 0px auto;
}

.product_l dl dd {
    width: 90%;
    float: left;
    margin: 20px 0 0 5%;
    background: url("../images/bs_jt.png") no-repeat right center #a5a5a5;
}

.product_l dl dd:hover,
.product_l dl .fl_active {
    background: url("../images/bs_jt.png") no-repeat right center #99a485;
}

.product_l dl dd:hover a,
.product_l dl .fl_active a {
    text-decoration: none;
    color: #ffffff;
}

.product_l dl dd a {
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    line-height: 40px;
}

.product_l_dh {
    margin: 11% 5% 14%;
    float: left;
    overflow: hidden;
    background: url("../images/pro_l_dh.jpg") no-repeat left center;
    font-size: 26px;
    color: #CEA053;
    padding-left: 70px;
}

.product_l_dh p {
    font-size: 16px;
    color: #333;
}

.product_l2 {
    /* padding-bottom: 20px; */
}

.ny_pro_content {
    width: 895px;
    height: auto;
    overflow: hidden;
    float: right;
    margin: 0px auto;
}

.ny_pro_content ul {
    width: 893px;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #99a485;
}

.ny_pro_content ul li {
    width: 31.6%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 1.3% 0% 0% 1.3%;
    position: relative;
}

.ny_pro_content ul li a {
    color: #333;
    overflow: hidden;
    display: block;
}

    .ny_pro_content ul li img {
        width: 100%;
        display: block;
        height: 200px;
        object-fit: contain;
    }

.ny_pro_content ul li p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 45px;
}

.ny_anli {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.ny_anli_title {
    width: 100%;
    line-height: 45px;
    background: #CEA053;
    overflow: hidden;
}

.ny_anli_title span {
    float: left;
    color: #ffffff;
    font-size: 18px;
    margin-left: 20px;
}

.ny_anli_title span i {
    font-size: 14px;
    color: #C1C2C7;
    font-style: normal;
}

.ny_anli_title a {
    float: right;
    color: #C1C2C7;
    margin-right: 20px;
}

.ny_anli_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 44px;
}


/*产品详细页*/

.ny_prodetail_txt {
    width: 96.4%;
    height: auto;
    margin: 25px auto 0;
    overflow: hidden;
    border: 1px solid #CEA053;
    border-bottom: 0;
    padding: 1.5%;
}

.ny_prodetail_txt img {
    width: 430px;
    height: auto;
    float: left;
}

.shuoming {
    width: 380px;
    height: auto;
    float: right;
}

.shuoming span {
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    float: left;
    border-bottom: 1px solid #cccccc;
}

.shuoming p {
    width: 100%;
    height: 100px;
    float: left;
    margin-top: 10px;
    line-height: 25px;
    overflow: hidden;
}

.shuoming i {
    font-style: normal;
    color: #CEA053;
    font-size: 26px;
    float: left;
    display: block;
    margin-top: 50px;
}

.shuoming i font {
    font-size: 14px;
    color: #333333;
}

.ny_prodetail_txt2 {
    width: 96.4%;
    height: auto;
    margin: 0px auto 30px;
    overflow: hidden;
    border: 1px solid #CEA053;
    border-top: 0;
    padding: 1.5%;
}

.ny_detailtxt_content {
    width: 100%;
    height: auto;
    padding: 0 0 3% 0%;
    overflow: hidden;
    line-height: 25px;
    float: left;
}

.ny_detailtxt_i {
    width: 100%;
    height: 1px;
    float: left;
    background: #cdcdcd;
    /*background: url("../images/ny_detail_title_bg.jpg") no-repeat;*/
    margin-bottom: 25px;
}

.ny_detailtxt_i p {
    width: 148px;
    line-height: 35px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    margin-left: 26px;
    float: left;
}

.ny_detailtxt_i span {
    color: #ffffff;
    display: block;
    float: right;
    line-height: 35px;
    margin-right: 30px;
}


/*分页样式*/

.fenye {
    width: 98%;
    height: auto;
    margin: 20px auto 30px;
    overflow: hidden;
}

.fenye a {
    color: #f9a600;
}

.pagebox {
    font-size: 0.9rem;
    line-height: 200%;
    font-weight: normal;
    margin: 10px auto 10px;
}

.flickr {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family: Verdana;
    font-size: 0.9rem;
}

.flickr a {
    border: #c7c7c7 1px solid;
    padding: 5px 10px;
    background: #fff;
    background-position: 50% bottom;
    color: #999999;
    margin-right: 5px;
    text-decoration: none
}

.flickr a:hover {
    border: #DFDFDF 1px solid;
    background-image: none;
    color: #ffffff;
    background-color: #CEA053
}

.meneame a:active {
    border: #333 1px solid;
    background-image: none;
    color: #fff;
    background-color: #CEA053
}

.flickr span.current {
    padding: 5px 10px;
    font-weight: bold;
    background: #CEA053;
    color: #ffffff;
    margin-right: 3px;
    border: 1px solid #c7c7c7;
}

.flickr span.disabled {
    padding: 5px 10px;
    color: #80653E;
    background: #fff;
    margin-right: 3px;
    border: 1px solid #c7c7c7;
}

.nav .peiseka {
    display: none;
}

.izl-rmenu {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding-bottom: 73px;
    /* background: url(../images/r_b.png) 0px bottom no-repeat; */
    z-index: 999;
}

.izl-rmenu .btn {
    width: 72px;
    height: 73px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.izl-rmenu .btn-qq {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
}

.izl-rmenu .btn-qq:hover {
    background-color: #488bc7;
}

.izl-rmenu .btn-ps {
    background: url(../images/peise.png) 0px 0px no-repeat;
    background-color: #56A3FF;
    display: block;
}

.izl-rmenu .btn-ps:hover {
    background-color: #3F8BE6;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
    text-decoration: none;
    display: block;
}

.izl-rmenu .btn-wx {
    background: url(../images/r_wx.png) 0px 0px no-repeat;
    background-color: #78c340;
}

.izl-rmenu .btn-wx:hover {
    background-color: #58a81c;
}

.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
}

.izl-rmenu .btn-phone {
    background: url(../images/r_phone.png) 0px 0px no-repeat;
    background-color: #fbb01f;
}

.izl-rmenu .btn-phone:hover {
    background-color: #ff811b;
}

.izl-rmenu .btn-phone .phone {
    background-color: #ff811b;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-top {
    background: url(../images/r_top.png) 0px 0px no-repeat;
    background-color: #666666;
    display: none;
}

.izl-rmenu .btn-top:hover {
    background-color: #444;
}

.sx {
    width: 100%;
    height: 30px;
    margin: 30px auto 30px;
    color: #99a485;
}

.sx a {
    color: #333;
}

.daohang a {
    color: #000 !important;
}

.daohang p {
    color: #000 !important;
}

.daohang font {
    color: #000 !important;
}


/*  */

@media only screen and (min-width: 996px) {}

@media only screen and (max-width: 996px) {
    .news_name {
        display: none !important;
    }
}