/* CSS Document */
body { font-family: "Microsoft Yahei"; font-size: 0.875rem; color: #333333; padding: 0; margin: 0; background-color: #fff; overflow-x: hidden;}
input, textarea, select, button { font-family: "Microsoft Yahei"; color: #333333; font-size: 0.875rem;}
a:focus, :focus, input[type=button], input[type=submit] { outline: none; blr: expression(this.onFocus=this.blur());}

/*首页*/
.header {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("/images/header_bg.jpg") repeat-x;
}
.header_top {
    width: 1200px;
    height: 35px;
    margin: 0px auto;
    overflow: hidden;
}
.header_top span{
    color: #fff;
    line-height: 35px;
    font-size: 0.78rem;
    float: left;
}
.header_top p {
    height: 35px;
    line-height: 35px;
    float: right;
    color: #fff;
    text-align: center;
}
.header_top p a {
    color: #fff;
    font-size: 12px;
}

.header_center {
    width: 1215px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.logo {
    width: 340px;
    height: 60px;
    float: left;
    margin: 0px 0 0px;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
}

.mune {
    display: none;
}

.header_tel {
    height: 63px;
    overflow: hidden;
    float: right;
    background: url("/images/tel_bg.png") no-repeat left;
    margin-top: 14px;
}

.header_tel p {
    color: #282828;
    margin: 10px 0px 0px 55px;
}

.header_tel span {
    color: #F7AC01;
    margin-left: 55px;
    font-size: 22px;
    float: left;
    line-height:24px;
    font-weight: 600;
}
.nav {
    width: 700px;
    height: auto;
    float: right;
    overflow: hidden;
}
.nav li {
    width: 14.28%;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
}
.nav li:hover,.nav .nav_active{
    background-color: #000;
}
.nav li a {
    display: inline-block;
    color: #fff;
}
.nav li a:hover {
    text-decoration: none;
}

.nav .nav_active + li,.nav li:hover + li {
    background-image: none;
}
.nav li:hover a,.nav .nav_active > a{
    color: #fff;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sy_title{
    height: auto;
    overflow: hidden;
    margin: 50px auto 0px;
    text-align: center;
    border-bottom: 1px solid #AF0204;
    display:table;
    padding-bottom: 5px;
}
.sy_title span{
    font-size: 30px;
    color: #000;
    display: block;
    float: left;
}
.sy_title i{
    font-style: normal;
    font-size: 18px;
    color: #5c5c5c;
    display: block;
    float: left;
    margin: 15px 0 0 5px;
}

.abouts{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #F6F6F6;
    padding: 10px 0 40px;
}
.abouts1{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 0px;
}
.abouts1 img{
    width: 74%;
    display: block;
    margin: 30px auto;
}
.abouts1 p{
    line-height: 27px;
    color: #000;
    margin: 0px 0 20px;
    overflow: hidden;
    text-indent: 2em;
}
.abouts1 a{
    width: 100px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #000;
    border: 1px solid #AF0204;
    margin: 10px auto;
}

.news{
    width:1200px;
    height:auto;
    overflow:hidden;
    margin: 0px auto 65px;
}
.news_content{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:30px auto 0;
}
.news_l{
    width: 720px;
    height: auto;
    float: left;
    overflow: hidden;
}
.slideBox{ width:100%; height:auto; overflow:hidden; position:relative;}
.slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:2px; bottom:11px; z-index:2; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px;  width:20px; height:20px; line-height:20px; text-align:center; color: #fff; background:#333; cursor:pointer; }
.slideBox .hd ul li.on{ background:#AF0204; }
.slideBox .bd{ position:relative; height:100%; z-index:0; }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li a{ color: #fff;}
.slideBox .bd li img{ width:100%; height:auto; display:block;  }
.slideBox .bd li p{ padding-left: 20px; height: 43px; background:rgba(0,0,0,0.5); position: relative; z-index: 2; margin-top: -43px; line-height: 43px;}

.news_r{
    width: 440px;
    float: right;
    border-top: 1px solid #AF0204;
}
/* 本例子css */
.slideGroup{ width:100%;}
.slideGroup .parHd{ height:39px; line-height:39px; position:relative;  }
.slideGroup .parHd ul{ float:left; width: 100%; height:39px; }
.slideGroup .parHd ul li{ width: 33.33%; float:left; line-height: 39px; color:#AF0204; cursor:pointer;  text-align: center; font-size: 16px;}
.slideGroup .parHd ul li.on{ background:#AF0204; color: #fff; }

.txtScroll-top{ width:100%;  overflow:hidden; position:relative; margin-top: 35px; }
.txtScroll-top .bd{ list-style: circle; }
.slideGroup .txtScroll-top .infoList li{ height:35px; line-height:35px;}
.txtScroll-top .infoList li a{ color: #333; }
.txtScroll-top .infoList li i{ font-style: normal; font-size: 20px; padding-right: 5px; line-height: 35px; display: inline-block; }
.txtScroll-top .infoList li .date{ float:right; color:#333;  }


.product_bg{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #F6F6F6;
}
.product {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 50px;
}

.product_l{
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}
.product_l dl{
    text-align: center;
    margin: 0px auto;
}
.product_l dl dd{
    padding: 6px 20px;
    text-align: center;
    display: inline-table;
    border: 1px solid #333;
    margin: 10px 15px;

}
.product_l dl dd a{
    font-size: 14px;
    color: #333;
}
.product_l dl dd:hover a,.product_l dl .fl_active a{
    text-decoration: none;
    color: #AF0204;
}


.product_r {
    width: 100%;
    height: auto;
    float: right;
    overflow: hidden;
    margin-top: 30px;
}
/* 本例子css */
.picMarquee-left{ width:100%;  overflow:hidden; position:relative;}
.picMarquee-left .bd{ }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ width: 25%;  float:left; overflow:hidden; }
.picMarquee-left .bd ul li .pic{ width: 89%; padding: 2.5%; border: 1px solid #333; overflow: hidden;}
.picMarquee-left .bd ul li .pic a{ display: block; overflow: hidden;}
.picMarquee-left .bd ul li .pic img{ width:100%; height:auto; display:block;}
.picMarquee-left .bd ul li .pic h3{ font-size: 17px; margin: 15px 0 5px; }
.picMarquee-left .bd ul li .pic p{}
.picMarquee-left .bd ul li .pic .Pmore{ width: 85px; height: 20px; text-align: center; margin: 10px 0 1px; line-height: 20px; color: #333; border: 1px solid #333; float: right;}


.anli{
    width: 1200px;
    height:auto;
    overflow: hidden;
    margin: 0px auto 0;
}
.anli_content{ width:100%; height:auto; margin:50px auto 40px; overflow:hidden;}
.anli_t{ width: 50%; float: left;}
.anli_t p{font-size: 16px; text-indent: 2em; margin: 45px 0;}
.Hidden{display:none;}
.Clearer{display:block;clear:both;font-size:1px;line-height:1px;margin:0;padding:0;}
.FlLeft{float:left;}
.FlRight{float:right;}
/*幻灯片区域背景*/
.MainBg{width:100%;margin:0 auto;}

/*大图展示区域*/
.OriginalPicBorder{ width: 49.5%; float: left;}
#OriginalPic{width:100%;overflow:hidden;position:relative;font-size:14px;}
#OriginalPic img{display:block;margin:0 auto; width: 100%;}
.SliderPicBorder{width:100%;height:auto;overflow:hidden;}
.Summary{line-height:40px;display:block; text-align: center; width:100%;color:#fff; position: absolute; bottom: 0; overflow:hidden;background-color:rgba(0,0,0,0.6);}
/*鼠标手势*/
.CursorL{position:absolute;z-index:999;width:20%;height:359px;color:#FFF;left:0px;cursor:url(/images/CurL.cur), auto;background:url(/images/space.png) repeat scroll 0 0 transparent;}
.CursorR{position:absolute;z-index:999;width:20%;height:359px;color:#FFF;right:0;cursor:url(/images/CurR.cur), auto;background:url(/images/space.png) repeat scroll 0 0 transparent;}

/*小图预览和滑动*/
.ThumbPicBorder { width: 598px; float: left; border: 1px solid #AF0204; padding: 35px 0;}
.ThumbPicBorder > img{  margin-top: 22px;}
#ThumbPic{}
#ThumbPic img{ width: 161px; height: 98px; border:1px solid #999;cursor:pointer; margin:0 2px;  display:block;}
#ThumbPic img.active{border:1px solid #AF0204;}


.youshi {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #F6F6F6;
}
.youshi h4{
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin:15px 0;
}
.youshi1{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 50px;
}

.youshi_content{
    width: 100%;
    height: auto;
    overflow: hidden;
    float: right;
    margin-top: 30px;
}
.youshi_1 {
    width: 264px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0 18px;
}
.youshi_1_txt{
    width: 100%;
    height: auto;
    overflow: hidden;
    float: right;
}
.youshi_1_txt span{
    color: #c21214;
    font-size: 24px;
    margin: 20px 0px 0px 0px;
    display: block;
    text-align: center;
}
.youshi_1_txt i{
    text-align: center;
    font-style: normal;
    color: #373737;
    display: block;
}
.youshi_1_txt p{
    margin: 15px 0px 0px 0px;
    color: #333;
    line-height: 25px;
    font-size: 16px;
}



.huoban{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.huoban_content{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 40px auto 40px;
}
/* 本例子css */
.picScroll-left{ width:100%;  overflow:hidden; position:relative; }
.picScroll-left .bd{   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ width: 14.28%; 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:85%; height:auto; display:block; border:1px solid #c21214; margin: 0px auto; }

.link{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.link1{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}
.link1 span{
    float: left;
    width: 100%;
    height: auto;
}
.link1 p{
    float: left;
    line-height: 65px;
}
.link1 p a{
    color:#333;
    margin-right: 15px;
}
.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5px auto 0;
    background: #C21215;
    border-top: 6px solid #000;
}
.footer1 {
    width: 1200px;
    height: auto;
    margin: 0px auto 50px;
    overflow: hidden;
}
.s_logo{
    text-align: center;
}
.s_logo img{
    display: block;
    margin: 16px auto 32px;
}
.bot_nav {
    width: 1198px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #000;

}
.bot_nav1{
    width: 900px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}
.bot_nav a {
    width: 14.28%;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #ffffff;
    float: left;
    text-align: center;
}

.ewm{
    float: left;
    margin: 50px 0 0px 160px;
}
.ewm p{
    width: 126px;
    float: left;
    margin-left: 30px;
}
.ewm p img{
    width: 100%;
    height: auto;
}
.ewm p span{
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
}

.bot_txt {
    width: 420px;
    height: auto;
    overflow: hidden;
    float: right;
    color: #ffffff;
    line-height: 30px;
    margin: 40px 80px 0 0;
}
.bot_txt p{
    float: left;
}




.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;
    /*-moz-box-shadow:0px 6px 11px rgba(194,18,21,0.5);*/
    /*-webkit-box-shadow:0px 6px 11px rgba(194,18,21,0.5);*/
    /*box-shadow:0px 6px 11px rgba(194,18,21,0.5);*/
}

.daohang {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
    background: #f6f6f6;
    border-bottom: 1px solid #C21215;
}
.daohang1{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.daohang span {
    width: 180px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    background: #C21215;
    display: block;
}

.daohang p {
    float: right;
    line-height: 50px;
    color: #000;
    margin-right: 10px;
}

.daohang p a {
    color: #000;
}

.daohang p font {
    color: #C21215;
}

.ny_news {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0;
}

.ny_news_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: right;
}

.ny_news_content ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0px;
}

.ny_news_content ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 20px;
}

.ny_news_content ul li img {
    width: 15%;
    height: auto;
    float: left;
    display: block;
}

.news_txt2 {
    width: 83%;
    height: auto;
    float: right;
}

.news_txt2 a {
    color: #C21215;
    font-size: 16px;
    margin: 10px 0 10px;
    float: left;
}

.news_txt2 p {
    width: 100%;
    color: #666666;
    float: left;
    line-height: 22px;
}
.news_txt2 > span{
    width: 145px;
    height: 20px;
    display: block;
    background: #CBCBCB;
    float: right;
    padding-left: 8px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 16px;
}
.news_txt2 > span > a{
    width: 70px;
    height: 20px;
    display: block;
    color: #ffffff;
    font-size: 12px;
    background: #C21215;
    text-align: center;
    line-height: 20px;
    float: right;
    margin: 0;
}


.fenye {
    width: 100%;
    height: 30px;
    float: right;
    margin: 10px auto;
}

/* 新闻详情 */
.ny_newsdetial {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.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: #C21215;
    padding-top: 20px;
}

.ny_news_content .news_name p {
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #C21215;
}

.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;
    margin: 30px auto 0;
}
.ny_fl{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
.ny_fl_content{
    overflow: hidden;
    margin: 0px auto 0px;
    text-align: center;
}
.ny_fl_content li{
    display: inline-table;
    text-align: center;
    border: 1px solid #333;
    margin: 0 15px 10px;
}
.ny_fl_content li a{
    color: #333;
    padding: 7px 30px;
    display: block;
}
.ny_fl_content .ny_fl_active,.ny_fl_content li:hover{
    border: 1px solid #C21215;
}
.ny_fl_content .ny_fl_active a,.ny_fl_content li:hover a{
    color: #C21215;
    text-decoration: none;
}

.ny_pro_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: right;
    margin: 0px auto;
}

.ny_pro_content ul {
    width: 101%;
    overflow: hidden;
    margin-top: 30px;
}

.ny_pro_content ul li {
    width: 32.33%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0px 1% 1% 0%;
    position: relative;
    background: #fff;
}
.ny_pro_content ul li div{
    width: 100%;
    overflow: hidden;
}
.ny_pro_content ul li a {
    color: #333;
    overflow: hidden;
    line-height: 47px;
    display: block;
    font-size: 16px;
}

.ny_pro_content ul li img {
    width: 96.5%;
    height: auto;
    display: block;
    border: 1px solid #D5D5D5;
    padding: 1.5%;
}

.ny_pro_content ul li p {
    width: 100%;
    height: 47px;
    overflow: hidden;
    text-align: center;
}

/*.ny_pro_content ul li:hover p{*/
    /*background: #DDAB38;*/
    /*-webkit-transition: all .8s ease .2s;*/
    /*-moz-transition: all .8s ease .2s;*/
    /*-ms-transition: all .8s ease .2s;*/
    /*-o-transition: all .8s ease .2s;*/
    /*transition: all .8s ease .2s;*/
/*}*/
/*.ny_pro_content ul li:hover a{*/
    /*color: #ffffff;*/

    /*-webkit-transition: all .8s ease .2s;*/
    /*-moz-transition: all .8s ease .2s;*/
    /*-ms-transition: all .8s ease .2s;*/
    /*-o-transition: all .8s ease .2s;*/
    /*transition: all .8s ease .2s;*/
/*}*/
/*.ny_pro_content ul li:hover span{*/
    /*opacity: 100;*/
    /*filter:Alpha(opacity=100);*/

    /*-webkit-transition: all .8s ease .2s;*/
    /*-moz-transition: all .8s ease .2s;*/
    /*-ms-transition: all .8s ease .2s;*/
    /*-o-transition: all .8s ease .2s;*/
    /*transition: all .8s ease .2s;*/
/*}*/

/*产品详细页*/
.ny_prodetail_txt {
    width: 100%;
    height: auto;
    margin: 25px auto;
    overflow: hidden;
}

.ny_prodetail_txt img {
    width: 550px;
    height: auto;
    float: left;
}

.shuoming {
    width: 590px;
    height: auto;
    float: right;
}

.shuoming span {
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    float: left;
    border-bottom: 1px dashed #333;
    color: #C21215;
}

.shuoming p {
    width: 100%;
    height: 100px;
    float: left;
    margin-top: 30px;
    line-height: 25px;
    color: #747474;
    overflow: hidden;
}

.shuoming i {
    font-style: normal;
    color: #C21215;
    font-size: 24px;
    float: left;
    display: block;
    width: 95%;
    height: 55px;
    border: 1px solid #BFBFBF;
    background: #fff;
    padding: 0 2%;
    line-height: 55px;
    margin-top: 80px;
}
.shuoming i font{
    font-size: 20px;
    color: #333;
    line-height: 55px;
}

.ny_prodetail_txt2 {
    width: 100%;
    height: auto;
    margin: 35px auto 0;
    overflow: hidden;
}

.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: auto;
    float: left;
    border-bottom: 1px solid #C21215;
    margin-bottom: 20px;
}
.ny_detailtxt_i p{
    width: 125px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #C21215;
}

.pro_tj {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 30px;
}
.pro_tj_title{
    width: 200px;
    height: 70px;
    overflow: hidden;
    margin: 0px auto 40px;
}
.pro_tj_title img{
    width: 100%;
    height: auto;
}

.pro_tj_content {
    width: 100%;
    height: auto;
    float: right;
    overflow: hidden;
    margin: 20px auto 0px;
}

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
}

#demo img {
    width: 367px;
    height: 234px;
    border: 2px solid #F9D801;
}

#indemo {
    float: left;
    width: 10000%;
}

#demo1 {
    float: left;
}

#demo1 a {
    width: 371px;
    height: 308px;
    float: left;
    margin-right: 30px;
    color: #666;
}

#demo1 a p {
    color: #030303;
    line-height: 60px;
    border-bottom: 1px solid #C7C7C7;
    margin-left: 3px;
    background: url("/images/anli_tj_jt.jpg") no-repeat right center;
}

#demo2 {
    float: left;
}

#demo2 a {
    width: 371px;
    height: 308px;
    float: left;
    margin-right: 30px;
    color: #666;
}

#demo2 a p {
    color: #030303;
    line-height: 60px;
    border-bottom: 1px solid #C7C7C7;
    margin-left: 3px;
    background: url("/images/anli_tj_jt.jpg") no-repeat right center;
}

/*分页样式*/
.fenye{ width:98%; height:auto; margin:20px auto 30px; overflow:hidden;}
.fenye a{ color:#DDAB38;}
.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: #c21214}
.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:#c21214; 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:#DDAB38;}
.sx a{ color:#333;}



