/* CSS Document */
body{font-size:0.875em;color:#333333; padding:0; margin:0; background:#ffffff; 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());}
/*首页*/
.header{ width:100%; height:auto; overflow:hidden;}
.header_top{
    width: 100%;
    height: auto;
    background: #E5E5E5;
}
.header_top1{
    width: 1200px;
    height: auto;
    margin: 0px auto;
    line-height: 30px;
    color: #838383;
    position: relative;
}
.header_top1 span{
    font-size: 0.75em;
}
.header_top p{
    float: right;
    color: #959595;
    text-align: center;
    background: url("../image/header_top_bg.jpg") no-repeat;
}
.header_top p a{
    color: #787878;
    margin: 0 27px 0 27px;
    font-size: 0.75em;
    float: left;
}
.header_top p i{
    font-style: normal;
    margin-left: 40px;
    font-size: 0.75em;
    color: #787878;
}
.top_ewm{
    width: 100px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top:30px;
    right: 400px;
    z-index: 20;
    display: none;
}
.top_ewm img{
    width: 100%;
    height: auto;
    display: block;
}
.header_center{
    width:1200px;
    height:auto;
    overflow:hidden;
    margin:0px auto;
}
.logo{
    height:70px;
    float:left;
    margin:40px 0px 20px;
}
.logo img{
    width:520px;
    height:70px;
    display: block;
    float: left;
}
.logo p{
    height: 54px;
    float: left;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 600;
    border-left: 1px solid #AAAAAA;
    padding-left: 15px;
    margin-top: 8px;
}
.logo p span{
    display: block;
    color: #ea8b30;
}

.mune{ display:none;}
.header_tel{
    height:70px;
    overflow:hidden;
    float:right;
    background:url("../image/tel_bg.jpg") no-repeat left 5px;
    margin:45px 0px 0px 0px;
}
.header_tel i{
    font-size: 16px;
    color: #333;
    display: block;
    margin-left: 57px;
    font-style: normal;
}
.header_tel span{
    display: block;
    font-size:1.9em;
    color: #000;
    margin: 0px 0px 0px 57px;
    font-weight: 600;
}
.nav_bg{
    width:100%;
    height:50px;
    overflow:hidden;
    background-color: #00af43;
    border-bottom: 2px solid #D2D3CE;
}
.nav{
    width:1200px;
    height:50px;
    margin: 0px auto;
}
.nav ul{
    width: 100%;
    height: 50px;
    float: right;
}
.nav li{
    width:12.5%;
    float:left;
    text-align:center;
}
.nav li:hover{
    background: #E6AA4A;
}
.nav li:hover + li{

}
.nav li a{
    color:#ffffff;
    font-size:1.125em;
    display:block;
    line-height:50px;
}
.nav li a:hover{
    text-decoration:none;
    color: #fff;
}
.nav .nav_active{
    background: #E6AA4A;
}
.nav .nav_active a{
    color:#fff;
}
.nav .nav_active + li{
    background-image:none;
}
.banner{
    width:100%;
    height:auto;
    overflow:hidden;
}
.sousuo{
    width:100%;
    height:56px;
    float:left;
    overflow:hidden;
}
.suosuo_center{
    width:1200px;
    height:55px;
    margin:0 auto;
}
.suosuo_left{
    width:585px;
    height:55px;
    float:left;
}
.suosuo_left p{
    color:#333333;
    line-height:55px;
    text-align:center;
    overflow:hidden;
    float:left;
}
.suosuo_left p a{
    color:#333333;
    margin-right:1%;
}
.suosuo_right{
    width:280px;
    height:29px;
    float:right;
    margin-top: 10px;
}
.sousuo_kuang{
    width:202px;
    height:29px;
    float:left;
    background:url("../image/sousuo_kuang.jpg") no-repeat;
    background-size: contain;
}
.sousuo_kuang input{
    width:190px;
    height:25px;
    line-height:25px;
    border:0;
    float:left;
    margin:2px 0px 0px 10px;
    background-color: #fff;
}
.sousuo_btn{
    width:75px;
    height:29px;
    float:right;
}
.index_main{
    width: 1920px;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.product{
    width:1200px;
    height:auto;
    overflow:hidden;
    margin: 0.5% auto;
}
.product_l{
    width:290px;
    height:auto;
    float:left;
    overflow: hidden;
    background: #D2D2D2;
}
.product_l_title{
    background-color: #ec6941;
    padding: 11% 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
}
.product_l dl{
    margin: 0 0 20px 0px;
    overflow: hidden;
}
.product_l dl dt{
    width: 100%;
    height: 49px;
    float: left;
    background: url("../image/fl_dt_bg.jpg") no-repeat left center #019946;
    margin-bottom: 8px;
}
.product_l dl dt a{
    line-height: 49px;
    margin-left: 55px;
    color: #ffffff;
    font-size: 1.2em;
}
.product_l dl dt a:hover{
    text-decoration: none;
    color: #8de5b5;
}
.product_l dl dd{
    width: 100%;
    float: left;
    line-height: 28px;
    margin-bottom: 10px;
}
.product_l dl dd:hover{
    background-color: #fff;
}
.product_l dl dd i{
    font-style: normal;
    float: left;
    font-size: 14px;
    color: #ED6942;
    display: block;
    line-height: 28px;
    padding-left: 40px;
    padding-right: 7px;
}
.product_l dl dd a{
    color: #333333;
    font-size: 1em;
    display: block;
    width: 100%;
}
.product_l dl dd a:hover{
    text-decoration: none;

}

.product_r{
    width:895px;
    height:auto;
    overflow: hidden;
    float: right;
    background: url("../image/product_r_title.jpg") no-repeat #E5E5E5;
}
.product_r_list{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top: 100px;
}

.product_r_list ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2%;
}
.product_r_list ul li{
    width: 31.33%;
    height: auto;
    min-height:232px;
    overflow: hidden;
    float: left;
    margin: 1.4% 0 0 1.4%;
    border: 1px solid #ABABAB;
    background-color: #fff;
}
.product_r_list ul li a{
    color: #333333;
}
.product_r_list ul li a:hover{
    text-decoration: none;
}
.product_r_list ul li img{
    width: 94%;
    height: auto;
    padding: 3%;

}
.product_r_list ul li p{
    text-align: center;
    margin-bottom: 15px;
}

.huoban{
    width: 1200px;
    height: auto;
    overflow:hidden;
    margin: 50px auto 35px;
}
.huoban_title img{
    display: block;
    overflow: hidden;
    margin: 0px auto;
}
.huoban_content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0% auto;
}

/* 本例子css */
.picScroll-left{ width:100%;  overflow:hidden; position:relative; }
/*.picScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }*/
/*.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;*/
/*    cursor:pointer; background:url("images/arrow.png") no-repeat;}*/
/*.picScroll-left .hd .next{ background-position:0 -50px;  }*/
/*.picScroll-left .hd .prevStop{ background-position:-60px 0; }*/
/*.picScroll-left .hd .nextStop{ background-position:-60px -50px; }*/
/*.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }*/
/*.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }*/
/*.picScroll-left .hd ul li.on{ background-position:0 0; }*/
.picScroll-left .bd{ margin-top: 40px; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ width: 20%; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:90%; height:auto; display:block; margin: 0 auto;  border:1px solid #ccc; }
.picScroll-left .bd ul li .title{ line-height:50px;   }

.ad1{
    width: 1920px;
    height: 266px;
    overflow: hidden;
    background: url("../image/ad1_img.jpg") no-repeat center;
}
.ad1_1{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}
.ad_tel{
    overflow: hidden;
    color: #FBB90B;
    font-size: 2.38em;
    float: right;
    margin: 103px 50px 0 0;
}
.ad1_1 a{
    width: 90px;
    height: 24px;
    border: 1px solid #fff;
    display: block;
    color: #ffffff;
    font-size: 0.875rem;
    float: left;
    line-height: 24px;
    text-align: center;
    margin: 10px 0px 0 740px;
}

.anli{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}
.anli_title{
    width:100%;
    height:auto;
    overflow: hidden;
    text-align: center;
    margin:70px auto 0px;
    color: #333333;
    font-size: 1.8rem;
}
.anli_title i{
    font-style: normal;
    color: #16a908;
}
.anli_title span{
    font-style: normal;
    color: #b9b9b9;
    font-size: 0.875rem;
}

.anli_content{
    width: 100%;
    height: auto;
    margin: 0px auto 30px;
}
.da-thumbs{
    width:100%;
    height:auto;
    position:relative;
    margin:4% auto 0;
    overflow: hidden;
}
.da-thumbs li{
    width:32.33%;
    height:auto;
    float:left;
    margin: 0 1% 1% 0;
    position: relative;
}
.da-thumbs li a,.da-thumbs li a img{
    width: 100%;
    display:block;
    position:relative;
}
.da-thumbs li a img{
    width: 100%;
}
.da-thumbs li a{
    color:#000000;
    overflow:hidden
}
.da-thumbs li a div{
    position:absolute;
    background:#000;
    background:rgba(0,0,0,0.5);
    *background:#000;
    background:#000\0;
    filter:alpha(Opacity=50);
    width:100%;
    height:100%;
}
.da-thumbs li p{
    width: 90%;
    margin:28% auto 0;
    text-align:center;
    color: #ffffff;
    border: 1px solid #fff;
    padding: 10px 0;
    font-size: 1.125em;
    overflow: hidden;
}

.ad2{
    width: 100%;
    height: 266px;
    overflow: hidden;
    background: url("../image/ad2_img.jpg") no-repeat center;
}

.aboutus{
    width:100%;
    height:auto;
    overflow:hidden;
}
.aboutus1{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}
.aboutus_title{
    overflow: hidden;
    text-align: center;
    margin: 6% auto 3%;
}
.aboutus_title img{
    display: block;
    margin: 0px auto;
}
.aboutus_l{
    width: 555px;
    height: auto;
    overflow: hidden;
    float: right;
}
.aboutus_l h2{
    font-size: 1.7em;
}
.aboutus_l p{
    color: #333333;
    margin-top: 2%;
    line-height: 26px;
    font-size: 1.125em;
}
.aboutus_l > img{
    display: block;
    margin: 2% 0;
    float: left;
}
.about_l_news{
    width: 100%;
    overflow: hidden;
}
.about_l_news li{
    float: left;
    width: 100%;
    font-size: 1.125em;
    margin: 3px 0;
}
.about_l_news li span{
    color: #05B64A;
    float: left;
    margin-right: 20px;
}
.about_l_news li a{
    color: #333;
}

.aboutus_l ._xx{
    background-color: #05B64A;
    width: 80px;
    height: 32px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 32px;
    float: right;
}
.aboutus_l ._xw{
    width: 80px;
    display: block;
    float: right;
    color: #202020;
    text-align: center;
    line-height: 30px;
    border: 1px solid #202020;
    margin-left: 10px;
}
.aboutus_r{
    width: 604px;
    height: auto;
    float: left;
}

.shigong{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 70px auto 50px;
}
.shigong_title{

}
.shigong_title img{
    display: block;
    margin: 0px auto;
}
.shigong_content{
    width: 100%;
    margin-top: 30px;
}
/* 本例子css */
.picMarquee-left{ width:100%;  overflow:hidden; position:relative; }
.picMarquee-left .hd{ overflow:hidden;  height:auto; }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:48px; height:41px; float:right; top: 50%; margin-top:-20px;  overflow:hidden;
    cursor:pointer; z-index: 3; position: absolute; background-color: rgba(0,0,0,0.6); }
.picMarquee-left .hd .prev:hover,.picMarquee-left .hd .next:hover{ background-color: rgba(5,182,74,0.6); }
.picMarquee-left .hd .prev{ left: 0;}
.picMarquee-left .hd .next{ right: 0; }
.picMarquee-left .hd .prev img,.picMarquee-left .hd .next img{ display: block; margin: 10px auto 0;}
/*.picMarquee-left .hd .prevStop{ background-position:-60px 0; }*/
/*.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }*/
.picMarquee-left .bd{ z-index: 1; }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ width: 20%; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:94%; height:auto; display:block;}

.picMarquee-left .bd ul li .title{ line-height:24px;   }


.news{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 0px;
}
.news_content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}
.news_content_l{
    width: 735px;
    float: left;
}
.news_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}
.news_list_title{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #a3a3a3;
}
.news_list_title img{
    width: 129px;
    height: auto;
    float: left;
    display: block;
}
.news_list_title p{
    float: right;
}
.news_list_title p a{
    width: 155px;
    text-align: center;
    line-height: 40px;
    float: left;
    color: #333;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #d2d2d2;
    font-size: 1.125em;
}
.news_list_title p a:hover{
    background-color: #01C82F;
    text-decoration: none;
}
.news_txt{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_txt dl{
    margin: 2% auto 10px;
}
.news_txt dl dt{
    width: 49%;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 4px;
}
.news_txt dl dt img{
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
.news_txt dl dt span{
    font-size: 0.875em;
    color: #333;
    float: right;
    line-height: 44px;
    margin-right: 3px;
}
.news_txt dl dt a{
    width: 270px;
    height:44px;
    line-height: 44px;
    color: #000;
    float: left;
    overflow: hidden;
    font-size: 1.125em;
    margin-left: 3px;
    font-weight: 600;
}
.news_txt dl dt p{
    width: 100%;
    float: right;
    font-size: 1em;
    color: #333;
}
.news_txt dl dd{
    width: 90%;
    overflow: hidden;
    margin: 0px auto;
}
.news_txt dl dd i{
    color: #16a908;
    float: left;
    margin-right: 10px;
    font-size: 4em;
    font-style: normal;
    line-height: 25px;
}
.news_txt dl dd a{
    color: #333333;
    float: left;
    font-size: 1em;
    line-height: 30px;
}
.news_txt dl dd span{
    color: #666666;
    display: block;
    float: right;
    line-height: 25px;
}
.news_content_r{
    width: 398px;
    float: right;
    padding: 20px;
    border: 1px solid #919191;
    margin-top: 10px;
}
.news_content_r_title{
    overflow: hidden;
    margin-bottom: 20px;
}
.news_content_r_title span{
    font-size: 1.5em;
    float: left;
}
.news_content_r_title a{
    color: #333;
    font-size: 1.5em;
    float: right;
}

/* 本例子css */
.txtMarquee-top{overflow:hidden; position:relative; float: left;}
.txtMarquee-top { height: auto;}
.txtMarquee-top .infoList li{ padding:12px;}
.txtMarquee-top .infoList li i{ font-style:normal; margin-right:6px;}
.txtMarquee-top .infoList li  b i{ width:19px; height:19px; line-height:19px; text-align:center; background:#1c9c13; display:block; float:left; color:#fff; margin-top:5px;}
.txtMarquee-top .infoList li  b { line-height:28px; font-size:15px;}
.txtMarquee-top .infoList li  b a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: inline-block;float: left;width: 91%; color: #333;}
.txtMarquee-top .infoList li  p i{width:16px; height:16px; line-height:16px; text-align:center; background:#333;display:block; float:left;color:#fff;margin-top:5px;}
.txtMarquee-top .infoList li  p{clear:both; font-size:14px; color:#666; line-height:26px;}



.link{
    width: 100%;
    height: 94px;
    margin: 20px auto;
    background: url("../image/link_bg.jpg") no-repeat center;
}
.link_content{
    width: 1200px;
    overflow: hidden;
    margin: 0px auto;
}
.link p{
    margin: 50px 0 0 115px;
}
.link a{
    margin-left: 20px;
    color:#333333;
    font-size: 1.125em;
}

.footer{
    width:100%;
    height:auto;
    overflow:hidden;
    position: relative;
    background-color:#535353;
}
.s_logo{
    width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #fff;
}
.s_logo img{
    display: block;
    margin: 15px auto;
}
.footer1{
    width:1200px;
    height:auto;
    margin:35px auto 10px;
    overflow:hidden;
}
.footer1 dl{
    float: left;
    min-height: 260px;
    overflow: hidden;
    border-right: 1px solid #fff;
    margin-right: 80px;
}
.footer1 dl dt{
    width: 100%;
}
.footer1 dl dt p{
    color: #fff;
    font-size: 1.3em;
}
.footer1 dl dt i{
    width: 20px;
    height: 2px;
    background-color: #fff;
    float: left;
    margin: 15px 0 20px 0;
}
.footer1 dl dd{
    width: 100%;
    float: left;
}
.footer1 dl dd p,.footer1 dl dd a{
    color: #fff;
    font-size: 1.1em;
    line-height: 28px;
    display: block;
}

.ewm{
    width:140px;
    height:auto;
    margin: 0px auto 20px;
    float: right;
}
.ewm img{
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
.ewm span{
    display: block;
    width: 100%;
    color: #fff;
    background-color: #818181;
    line-height: 50px;
    text-align: center;
}
.ewm p{

}
.ewm p a{
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin: 7.2px;
}

.copyright{ width: 100%; text-align: center; line-height: 55px; color: #fff; border-top: 1px solid #fff;}
.copyright a{ color:#fff}




.footers{ display:none;}

/*新闻列表*/
.ny_banner{
    width:100%;
    height:auto;
    overflow:hidden;
}
.ny_banner img{
    width:100%;
    height:auto;
}
.ny_main{
    width:1200px;
    height:auto;
    overflow:hidden;
    margin:0px auto 30px;
}
.ny_news{
    width:100%;
    height:auto;
    overflow:hidden;
    margin: 30px auto 0px;
}

.ny_news_l{
    width: 290px;
    height: auto;
    float: left;
}
.ny_news_fl{
    width: 270px;
    height: auto;
    float: left;
    /*background: url("../images/ny_fl_title_bg.jpg") no-repeat top;*/
    -moz-box-shadow: 0px 3px 10px #999999;
    -webkit-box-shadow: 0px 3px 10px #999999;
    box-shadow: 0px 3px 10px #999999;
    margin: 10px;
}
.ny_title{
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 1em;
    overflow: hidden;
    margin: 0px auto 0px;
    background-color: #019946;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    border-bottom: 2px solid #ec6941;
}
.ny_title span{
    font-size: 26px;
    color: #fff;
    display: block;
    margin:0px 0px 5px;
}
.ny_news_fl ul{
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 30px;
}
.ny_news_fl ul li{
    width: 100%;
    height: 42px;
    overflow: hidden;
    margin-bottom: 20px;
    background: url("../image/ny_fl_jt.jpg") no-repeat left #00af43;
}
.ny_news_fl ul li a{
    width: 100%;
    color: #ffffff;
    line-height: 42px;
    font-size: 16px;
    margin-left: 39px;
}
.ny_news_fl ul li:hover a,.ny_news_fl ul .fl_active a{
    color: #FFFB02;
    text-decoration: none;
}
.ny_news_dh{
    width: 86%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    font-size: 14px;
    color: #1e1a17;
    padding: 0 2% 4% 3%;
}
.ny_news_dh p{
    color: #019946;
    font-size: 16px;
    margin-bottom:8px;
    margin-top:3px;
}
.ny_news_r{
    width:890px;
    height:auto;
    overflow:hidden;
    float: right;
    margin-top:10px;
}
.daohang{
    width:100%;
    height:40px;
    line-height:40px;
    margin:0px auto;
    background: #019946;
}
.daohang p{
    float:right;
    line-height:40px;
    margin-right: 10px;
    color: #ffffff;
}
.daohang span{
    float:left;
    line-height:40px;
    margin-left: 20px;
    color: #ffffff;
}
.daohang span a{ color:#fff;}
.daohang p a{
    color:#ffffff;
}
.daohang p font{
    color:#ffffff;
}
.ny_news_top{ width: 99%; height: auto; overflow: hidden; margin:20px auto; }
.ny_news_top img{ width: 238px; height: 158px; border: 1px solid #D6D6D6; float: left;}

.ny_news_top span{ width: 620px; height: 30px; font-size: 1rem; float: right; display: block; line-height: 30px; margin: 0px auto 10px;}
.ny_news_top p{ width: 620px; height: auto; float: right; color: #666666; line-height: 25px;}
.ny_news_top .nynewsmore{ height: 30px; display: block; line-height: 30px; float: left; color: #019946; margin: 10px 0px 0px 30px;}
.ny_news_list{ width:99%; height:auto; overflow:hidden; margin: 30px auto 0px;}
.ny_news_list li{ width:100%; height:auto; line-height: 45px; overflow:hidden; float: left; border-bottom: 1px dashed #999999; background: url("../image/ny_news_sj.jpg") no-repeat left;}
.ny_news_list li a{  color: #333333;  margin-left: 18px;  }
.ny_news_list li i{  font-style: normal;  float: right;  }



.fenye{ width:100%; height:30px; float:right; margin:10px auto;}

/* 新闻详情 */
.ny_newsdetial{ width:96%; height:auto; overflow:hidden; margin: 30px auto; color: #666666;}
.ny_newsdetial .news_name{ width:90%; margin:0px auto; text-align:center; padding-bottom:20px;}
.ny_newsdetial .news_name h2{ font-size:1.5em; color:#333; padding-top:20px;}
.ny_newsdetial .news_name p{ color:#666; line-height:50px; }
.ny_newsdetial p{ font-size:1.1em; line-height:26px;}



/* 产品列表页 */

.ny_pro{
    width:1200px;
    height:auto;
    overflow:hidden;
}
.ny_pro_r{
    width:890px;
    height:auto;
    overflow:hidden;
    float: right;
    margin-top: 10px;
}
.ny_pro_content{ width: 100%; height: auto; margin: 0px auto; overflow: hidden;}
.ny_pro_content ul{ width:102%; overflow:hidden; margin-top:27px;}
.ny_pro_content ul li{ width:31%; height:auto; overflow:hidden; float:left; margin:0 2.2% 0 0.1%;}
.ny_pro_content ul li a{ color:#333; overflow:hidden; line-height:40px; display:block; font-size: 16px;}
.ny_pro_content ul li img{ width:92%; height:auto; padding: 3.6%; border: 1px solid #E5E5E5;}
.ny_pro_content ul li p{ width:100%; height:50px; overflow:hidden; text-align:center; }


.ny_anli{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}
.ny_anli_title{
    width: 100%;
    height: 35px;
    overflow: hidden;
}
.ny_anli_title span{
    line-height: 31px;
    color: #019946;
    font-size: 24px;
    margin: 0px 10px 0px 0px;
}
.ny_anli_title i{
    color: #019946;
    font-size: 20px;
}

.picScroll-left2{ width:100%; height: auto; margin: 0px auto; }
.picScroll-left2 .hd{ width: 196px; overflow:hidden;  height:36px; float: right; margin: -35px auto 0px; position: relative;}
.picScroll-left2 .hd .prev,.picScroll-left2 .hd .next{ display:block;  width:86px; height:32px; float:left;  overflow:hidden;  cursor:pointer; background: url("../image/jiantou.jpg") no-repeat right;}
.picScroll-left2 .hd .next{ background-position:0px 0px; float: left; margin-right: 15px;}

.picScroll-left2 .bd{ width: 100%; height:auto; overflow: hidden; margin: 15px auto 0px; float: right; border-top: 1px solid #E8E8E8;}
.picScroll-left2 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left2 .bd ul li{ margin:30px 7px 0 0px; float:left; _display:inline; overflow:hidden; text-align:center; background: #ffffff;}
.picScroll-left2 .bd ul li a{ color: #333333;}
.picScroll-left2 .bd ul li .pic{ text-align:center; }
.picScroll-left2 .bd ul li .pic img{ width:294px; height:auto; display:block; margin:0 0% 0 0;}
.picScroll-left2 .bd ul li .pic p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 50px;
}



/*产品详细页*/
.ny_prodetail_txt{
    width:100%;
    height:auto;
    margin:30px auto;
    overflow:hidden;
}

/*.ny_prodetail_txt img {*/
/*    width: 425px;*/
/*    height: auto;*/
/*    border: 1px solid #C1C1C1;*/
/*    padding: 4px;*/
/*    float: left;*/
/*}*/

.shuoming {
    width: 420px;
    height: auto;
    float: right;
}

.shuoming span {
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #C1C1C1;
    line-height: 50px;
    float: left;
}

.shuoming p {
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0;
    line-height: 25px;
}

.shuoming i {
    width: 100%;
    display: block;
    font-style: normal;
    line-height: 60px;
    overflow: hidden;
    border: 1px solid #C1C1C1;
    border-left: 0;
    border-right: 0;
    font-size: 18px;
    float: left;
}

.shuoming i font {
    color: #019946;
    font-weight: 600;
}

.ny_prodetail_xq{
    width:98%;
    height:auto;
    margin:30px 1% 50px;
    overflow:hidden;
    color: #666666;
    line-height: 25px;
    padding-top: 50px;
    background: url("../image/ny_prodetail_title_bg.jpg") no-repeat top left;
    float: left;
}

.imgpart{
    vertical-align: top;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 425px;
    height: auto;
}
.imgpart .pic{
    position: relative;
    width: 100%;
    height: 100%;
}
.imgpart .pic .magnify{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    cursor: move;
    background-color: #fff;
    opacity: .3;
    filter:alpha(opacity=30);
}
 .imgpart .pic img{
     width: 98%;
     height: auto;
     border: 1px solid #999;
     padding: 1%;
     display: block;
}
.imgpart .bigpic{
    display: none;
    position: absolute;
    top: 0;
    right: -470px;
    width: 460px;
    height: 460px;
    z-index: 333;
    border: 1px solid #fff;
    overflow: hidden;
}
.imgpart .bigpic>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 920px;
    height: 920px;
}




/*分页样式*/
.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: #2E7E01}
.meneame a:active {border: #333 1px solid; background-image: none; color: #fff; background-color: #0061de}
.flickr span.current {padding:5px 10px; font-weight: bold; background:#2E7E01; 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(http://www.fuyuandb.com/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(../image/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu .btn-ps{background:url(../image/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(../image/r_qq.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../image/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(../image/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(../image/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:10px auto 30px; color:#019946;}
.sx a{ color:#333;}





