@charset "utf-8";
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,img,div,dl,dt,dd {margin:0;padding:0;border:0;}
body{background:#fff;color:#444;font-size:12px; font-family:"Microsoft YaHei","SimSun","宋体","Arial Narrow";padding: 0; margin: 0;}
input{font-family:"Microsoft YaHei","SimSun","宋体","Arial Narrow";}
h1,h2,h3,h4,h5,h6{font-style: normal;font-weight: normal}
ul,ol{list-style-type:none;}
h1{font-size: 30px;}
h2{font-size: 24px;}
h3{font-size: 18px;}
h4{font-size: 16px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
picture{display:block;}
@font-face
    {
        font-family:"DINCond-MediumRegular.ttf";
        src: url("../font/DINCond-MediumRegular.ttf");
    }

a{text-decoration:none;color:#444}
a:hover { color:#ec0000}
.ysj{width: 1200px;margin:0 auto}
.clear{clear: both}
@font-face {
  font-family: '../font/iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../font/iconfont.woff2') format('woff2'),
      url('../font/iconfont.woff') format('woff'),
      url('../font/iconfont.ttf') format('truetype'),
      url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "../font/iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fl{float:left!important;}
.fr{float:right!important;}
/*效果 */
/*-------------header-----------------*/
#header{position:fixed; z-index:10; left:0; top:0; width:100%; min-width:1200px; margin:auto; background:rgba(0,0,0,0.5); }



#header .header_con{width:1200px; margin:auto;}
#logo{float:left; width:402px; height:44px; padding-top:20px;}
#logo img{width:100%;}
#header:hover{ background:rgba(0,0,0,0.7); -webkit-transition: all 4s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear; transition: all 0.5s linear;}
#header.min{background:rgba(0,0,0,0.7); -webkit-transition: all 4s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear; transition: all 0.5s linear;}
#header.min #top_info{display:none;}
#header.min #logo{width:402px;}
#header.min #nav li{height:80px;}
#header.min #nav li > a{height:80px; line-height:80px;}

#nav{float:left;}
#nav li{float:left; height:80px; margin-left:42px; position:relative;}
#nav li > a{display:block; width:100%; font-size:16px; color:#fff; text-align:center; line-height:80px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; background:url(../images/nav01.png) no-repeat right center;}
#nav li:hover > a{color:#ff0;background:url(../images/jt.png) no-repeat bottom; display:block;}

#nav li div{display:none; position:absolute; top:100%; left:-190px; height:200px; width:430px; background:#fafafa;}
#nav li div figure{width:430px; margin:20px auto; overflow:hidden;}
#nav li div figure img{width:250px; height:250px; float:right; margin-right:20px;}
#nav li div figure dl{ float:left; width:430px; margin-left:20px;}
#nav li div figure dl dt{font-size:18px; font-weight:bold; color:#e67817;}
#nav li div figure dl dd{float:left; min-width:194px; border-bottom:1px solid #f0f0f0;}
#nav li div figure dl dd a{display:block; font-size:14px; background:url(../images/nav04.png) no-repeat 0 center; line-height:40px; padding-left:15px;}
#nav li div figure dl dd a:hover{background:#bd1b21; background-position: 3px center; color:#fff;}

#nav li div figure.navpro dl{width:100%; border-right:0;}
#nav li div figure.navpro dl dd{width:50%;}
#nav li div figure.navpro dl dd span{display:block; padding-bottom:15px;}
#nav li div figure.navpro dl dd span a, #nav li div figure.navpro dl dd span a:hover{margin-right:10px; background:none;}


/* bannercss */
.slideBox{ width:100%; height:860px;overflow:hidden; position:relative;}
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; left:52%;margin-left: -100px;  bottom:50px; z-index:1;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul span li{ width:11px;}
.slideBox .hd ul li{ float:left; margin:0 5px; width:20px; height:6px;filter: Alpha(Opacity=70);opacity: 0.7; background:#fff;-moz-border-radius:8px; -webkit-border-radius: 8px;border-radius:8px;  font-size:0; cursor:pointer;}
.slideBox .hd ul li.on{background:#ea8f00; filter: Alpha(Opacity=100);opacity: 1;width:40px;-webkit-transition: all 4s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear; transition: all 0.5s linear;}
.slideBox .banner{ position:relative; height:100%; z-index:0;}
.slideBox .banner li{ zoom:1; vertical-align:middle; height:860px;}
.slideBox .banner li a{ display:block; width:100%; height:860px;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.absolute{ position:absolute;}
.web_widht{ width:1200px; margin:0 auto; position:absolute; padding-top:20px; text-align:center; left:0; right:0;}
.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: transparent url("../images/slider-arrow.png") no-repeat scroll -110px 5px;
    opacity: 0.5;
}
.slideBox .next{ left:auto; right:1%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;}
.slideBox .prevStop{ display:none;}
.slideBox .nextStop{ display:none;}
.fast_nav{ height:85px; position:relative; margin-top:-85px; z-index:9;}
.fast_nav .back_hei{ width:100%; height:100%; left:0; top:0; background:#000;}
.fast_nav .web_widht{ z-index:10;}





.cpzx{ margin:50px auto;}
.cpzx_t{ text-align:center;}
.cpzx_t p{ font-size:36px; color:#173263; line-height:60px;}
.cpzx_t span{ color:#8e8e8e; font-size:15px; background:url(../images/xi.png) no-repeat center bottom; height:50px; display:block;}
.cpzx_nav{ text-align:center; margin:30px  auto;}
.cpzx_nav a{ text-align:center; font-size:16px; color:#2a2a2a; line-height:54px; margin:0 4px; border:1px solid #d5d5d5;width:154px; display:block; display:inline-block;}
.cpzx_nav a:hover{ color:#fff; background:#feb800; border:1px solid #feb800;}

.foucebox {
	width:1200px;
	height:500px;
	background:#fff;
	margin:50px auto;
	/* Gecko browsers */
-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	/* Webkit browsers */
-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/* W3C syntax */
border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:  3px;
}
.foucebox .bd {
	position:relative;
	float:left;
	width:720px;
	height:500px;
	overflow:hidden;
}
.foucebox .showDiv {
	position:relative;
	width:720px;
	height:500px;
}
.foucebox .showDiv img {
	width:718px;
	height:500px;
	border: 1px #ccc solid;
	/* Gecko browsers */
-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	/* Webkit browsers */
-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/* W3C syntax */
border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:  3px;
}
.foucebox .showDiv p {
	position:absolute;
	left:20px;
	bottom:0;
	padding-right:20px;
	color:#aaa;
	z-index:9;
	height:44px;
}
.foucebox .showDiv h2 {
	position:absolute;
	bottom:0;
	width:80%;
	height:34px;
	padding-left:40px;
	_padding-left:0;
	font-size:18px;
	line-height:34px;
	z-index:9;
	overflow:hidden;
}
.foucebox .showDiv h2 a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}
.foucebox .foucebox_bg {
	position:absolute;
	left:0;
	bottom:0;
	width:720px;
	height:66px;
	background:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index:8;
	overflow:hidden;
}
.foucebox .hd {
	width:470px;
	height:500px;
	float:right;
}
.foucebox .hd ul li {
	width:218px;
	height:150px;
	float:left;
	margin:0 0 23px 14px;
	display:inline;
	position:relative;
	border: 1px solid #ccc;
}
.foucebox .hd ul a {
	display:block;
	width:218px;
	height:150px;
}
.foucebox .hd ul img {
	width:214px;
	height:146px;
	border:2px solid #fff;}
.foucebox .hd ul .txt {
	width:110px;
	height:24px;
	line-height:24px;
	color:#fff;
	position:absolute;
	left:4px;
	bottom:4px;
	z-index:2;
	text-align:right;
	padding-right:5px;
	overflow:hidden;
}
.foucebox .hd ul .mask {
	width:114px;
	height:89px;
	display:block;
	position:absolute;
	left:3px;
	bottom:3px;
	z-index:3;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#66000000',endColorstr='#66000000');
	background:rgba(0,0,0,0.4);
}
.foucebox .hd ul a:hover .mask,.foucebox .hd ul .on .mask {
	display:none;
	position:relative;
}
.foucebox .hd ul a:hover img,.foucebox .hd ul .on img {
	border-color:#feb800;
}
.foucebox .hd ul .on .txt_bg {
	background:#feb800;
}
.foucebox .hd ul a:hover {
	color:#fff;
}
.foucebox .hd ul a:hover .txt_bg {
	background:#feb800;
}

.news_a a{width:180px; height:42px; background:#15233d;-moz-border-radius:20px; -webkit-border-radius:20px;border-radius:20px; text-align:center; line-height:42px; color:#fff; display:block; font-size:16px; margin:0 auto;}
.news_a a::after{ content:""; display:block; width:0; height:100%;;-moz-border-radius:20px; -webkit-border-radius:20px;border-radius:20px; background:#feb800; margin-top:-42px; transition:all 0.3s ease;}
.news_a a:hover{ color:#FFF;}
.news_a a:hover::after{ width:100%; }

.sdys{ height:670px; background:url(../images/ys_bj.jpg) no-repeat center;}
.sdys_lt{width:580px; float:left; padding-top:110px; height:500px; position:relative;}
.sdys_lt .ys3{ position:absolute;left:0; bottom:40px;}
.sdys_lt .ys2{ position:absolute;left:150px; bottom:0;}
.sdys_lt .ys4{ position:absolute;right:20px;bottom:0;}

.sdys_rt{width:600px; float:right; padding-top:100px;}
#cen_right_top{width:600px;margin:40px auto 0 auto;}
#cen_right_top .active{background:url(../images/hk.png) no-repeat;color:#fff;}
#cen_right_top dl{text-align:center;float:left;height:126px; background:url(../images/lk.jpg) no-repeat;width:120px;margin:0 10px;color:#fff;font-weight:lighter;cursor:pointer; padding-top:20px;}
#cen_right_top dl i{ font-size:30px;}
#cen_right_top dl dt{ font-size:16px; font-weight:bold; line-height:30px;}
#cen_right_top div{font-size:14px;display:none;clear:both;height:100px;padding:20px 0px 0px 20px;}
#cen_right_top div p{ background:url(../images/xi4.jpg) no-repeat bottom left; font-size:16px; font-weight:bold; color:#343434; padding-bottom:8px; margin-bottom:20px;}
#cen_right_top div p b{ font-family:"DINCond-MediumRegular.ttf"; color:#f2b600; font-size:60px; font-weight:300;}
#cen_right_top div span{ color:#767676; line-height:28px;}


.xwdt{ margin-top:50px; margin-bottom:50px; overflow:hidden;}
.xwdt_nr{ padding-top:40px;}
.xwdt_nrt{ height:260px;}
.xwdt_nrt_lt{ float:left;width:380px;}
.xwdt_nrt_rt{ float:right;width:780px;}
.xwdt_nrt_rt ul li{ border-bottom:1px solid #d8d8d8; height:120px; padding-top:8px;}
.xwdt_nrt_rt ul li a p{ font-size:16px; color:#141414; line-height:50px;}
.xwdt_nrt_rt ul li a p b{ float:right; font-size:14px; font-weight:300; color:#666;}
.xwdt_nrt_rt ul li a dl{ font-size:14px; color:#999999; line-height:24px;}
.xwdt_nrt_rt ul li a:hover p,.xwdt_nrt_rt ul li a:hover p b{ color:#f00;}
.xwdt_nre{ padding-top:14px;}
.xwdt_nre ul li{ border-bottom:1px solid #d8d8d8;width:375px; float:left; margin-right:34px;}
.xwdt_nre ul li:nth-child(3n){ margin-right:0;}
.xwdt_nre ul li span{ float:right; line-height:60px; color:#909090;}
.xwdt_nre ul li a{ color:#636363; line-height:60px; font-size:14px; background:url(../images/xi3.jpg) no-repeat 5px; padding-left:24px;}
.xwdt_nre ul li a:hover{ color:#f00;}

/* about */
.about{width: 100%;position: relative;height: 640px;background:#f6f6f6; margin-top:70px;}
.about .container{position: relative;height: 640px;}
.about .left_about{width: 680px;overflow: hidden;float: left;}
.about .leftCon .intro{height:385px;overflow: hidden;}
.about .leftCon{height:560px;overflow: hidden;}
.about .leftCon h3{font-size: 30px;font-weight: bold;margin-top:60px; line-height:120px; background:url(../images/abo.png) no-repeat; height:120px;}
.about .leftCon h3 a{color: #fc8b01;text-decoration: none;}
.bbj{ background:url(../images/bbj.png); height:113px; position:absolute;width:730px; z-index:9999; padding-top:30px;}
.bbj ul li{ float:left;width:182px; text-align:center; color:#5d5d5d; font-size:20px; line-height:40px; }
.bbj ul li i{ color:#fc8b01; font-size:60px;}
.about .leftCon span{display: block;}
.about .leftCon .abo_nr{font-size: 14px;line-height:30px;color: #878787;width: 550px;}
.about .leftCon .p1{margin: 34px 0 28px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.about .leftCon .p2{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}

.about .right_about{width: 960px;float: left;height: 640px;position: absolute;left: 600px;top: 0;overflow: hidden;}
.about .rightBox{width: 960px;float: left;position: relative;height: 640px;}
.about .rightCon {width: 960px;overflow: hidden;position: absolute;top: 0;left: 0;height: 640px;}
.about .right_about ul{width: 960px;overflow: hidden;position: absolute;top: 0;left: 0;}
.about .right_about li{float: left;width:960px;}
.about .wang{position: absolute;right: 79px;bottom:-82px;}
.bbj_a a{-moz-border-radius:20px; -webkit-border-radius:20px;border-radius:20px;width:130px; height:40px; text-align:center; border:1px solid #929292; display:block; line-height:40px; font-size:14px; color:#929292;}
.bbj_a a:hover{ background:#f20201; color:#fff; border:1px solid #f20201;}


.zxly{ padding-top:60px; padding-bottom:60px; overflow:hidden;}
.lydt{width:795px; float:left; position:relative;}
.lydt dl{ position:absolute;left:0; bottom:0;width:270px; height:70px; background:#173263; padding:25px 10px; color:#fff; font-size:16px;}
.lydt dl span{ color:#989fac; font-size:14px; line-height:22px !important; margin-top:12px; display:block;}

.lyly{width:320px; float:right; background:#f3f3f3; padding:30px 30px 20px 30px;}
.lyly p{ font-size:22px; color:#15233d; line-height:30px;}
.lyly_inp{ margin-top:12px; padding-left:10px; background:#fff;}
.lyly_inp span{font-size:18px;vertical-align:middle;color: #b2b2b2; float:left; padding-top:10px;}
.lyly_inp span i{ font-size:20px;}
.lyly_inp input{height:42px;border:0;width:270px;  outline:none;-webkit-text-fill-color: initial;}
.lyly_inp1{ margin-top:12px; margin-bottom:20px;}
.lyly_inp1 input{height:34px;border:0;width:100px; margin-right:20px;text-indent:10px; float:left;background:#fff; outline:none;-webkit-text-fill-color: initial;}
input::-webkit-input-placeholder { color:#b2b2b2; font-size:14px;} 
input:-moz-placeholder { color:#b2b2b2; font-size:14px; } 
input::-moz-placeholder { color:#b2b2b2;  font-size:14px;} 
input:-ms-input-placeholder { color:#b2b2b2;  font-size:14px;} 
textarea::-webkit-input-placeholder { color:#b2b2b2; font-size:14px;}
textarea:-moz-placeholder { color:#b2b2b2; font-size:14px; } 
textarea::-moz-placeholder { color:#b2b2b2;  font-size:14px;} 
textarea:-ms-input-placeholder { color:#b2b2b2;  font-size:14px;} 
.lyly_inp textarea{border:0;width:270px; height:95px; line-height:40px; outline:none;font-family:"微软雅黑";}
.lyly button{ background:#f2b600;width:325px; text-align:center; border:none; cursor:pointer; line-height:40px; color:#fff; height:40px; font-size:16px; display:block;}
.regist-ul{ margin-top:20px;}


.end{ height:auto; background:#1e1f23;}
.end_t{ height:290px; padding-top:20px;}
.end_t_lt{ float:left;width:550px; color:#f6f6f6; font-size:14px; line-height:24px; padding-top:30px; border-right:1px solid #353639; height:244px;}
.end_t_lt a{ color:#f6f6f6;}
.end_t_lt img{ float:left;}
.end_t_lt dl{ float:left; margin-left:30px;width:240px;}
.end_t_lt dl strong{ background:url(../images/xi1.png) no-repeat bottom left; margin-bottom:20px; font-size:18px; line-height:40px; display:block; color:#fff; font-weight:bold; height:50px;}
.end_t_rt{ float:right;width:600px;}
.end_t_rt ul{ float:left;width:auto; margin-left:50px;color:#a7a7a7; line-height:28px; font-size:12px;}
.end_t_rt ul p a{ background:url(../images/xi1.png) no-repeat bottom left; font-weight:bold; line-height:50px; font-size:15px; color:#fff; display:block; margin-bottom:15px;}
.end_t_rt ul p a:hover{ color:#ff0;}
.end_t_rt ul li a{ color:#a7a7a7; line-height:28px; font-size:12px;}
.end_t_rt ul a{ color:#a7a7a7; line-height:28px; font-size:12px;}
.end_t_rt ul a:hover{ color:#ff0;}
.end_x{ height:1px; background:#353639;}  
.end_rt_e{ color:#fff; line-height:70px; text-align:center; background:#1e1f23; height:70px; font-size:12px;}


.nyban1{ height:300px; background:url(../images/nyban1.jpg) no-repeat center;}
.nyban2{ height:300px; background:url(../images/nyban2.jpg) no-repeat center;}
.nyban3{ height:300px; background:url(../images/nyban3.jpg) no-repeat center;}
.nyban4{ height:300px; background:url(../images/nyban4.jpg) no-repeat center;}
.nyban5{ height:300px; background:url(../images/nyban5.jpg) no-repeat center;}
.nyban6{ height:300px; background:url(../images/nyban6.jpg) no-repeat center;}
.lmt{ height:auto; overflow:hidden;}
.lmt_wei{ line-height:50px; font-size:15px; background:#f8f8f8; color:#666; border-bottom:1px solid #e5e5e5;}
.ny_nr{ overflow:hidden; margin-bottom:20px; line-height:34px; font-size:14px; padding:20px 0;}

/****************products开始**********************/
.ny_cp{ float:left;width:220px; background:#f5f5f5; margin-top:20px;}
.ny_cp ul dl{ line-height:70px; border-bottom:1px solid #e1e1e1; font-size:18px; text-indent:30px; background:#173363; color:#fff;}
.ny_cp ul dl p{ background:#fff;width:1px; height:24px; margin-top:24px; display:block; float:left; margin-left:30px;}
.ny_cp li{ text-align:center;}
.ny_cp li a{ font-size:16px; line-height:66px; color:#444; border-bottom:1px solid #e1e1e1; display:block;}
.ny_cp li a:hover{ background:#f2b600; color:#fff;}
.ny_cp_rt{width:940px; float:right; margin-top:20px;}
/****************products结束**********************/

.ny_xw{ padding:50px 0;overflow:hidden; margin-bottom:20px; line-height:34px;}
.ny_xw li{ height:160px; border-bottom:1px dotted #d8d8d8;  padding-top:20px;padding-bottom:20px;}
.ny_xw li:hover{ background:#fafafa;}
.ny_xw .ny_xw_lt{ float:left;width:240px; height:160px;}
.ny_xw .ny_xw_lt img{width:240px; height:160px;}
.ny_xw .ny_xw_zh{ float:left; margin-left:30px;width:760px; padding-right:10px;}
.ny_xw .ny_xw_zh p{ font-size:20px; color:#222; line-height:60px;}
.ny_xw .ny_xw_zh p b{ font-size:14px; color:#999; float:right; font-weight:300;}
.ny_xw .ny_xw_zh span{ color:#6a6a6a; line-height:26px; font-size:14px;}
.ny_xw .ny_xw_rt{ float:right; color:#dd2027; padding-top:30px; padding-right:20px; position:relative;}
.ny_xw .ny_xw_rt p{ color:#dd2027; line-height:60px;}
.ny_xw .ny_xw_rt span{width:120px; border:1px solid #f2b600; margin-right:20px; color:#f2b600; line-height:34px; position:absolute; right:0; display:block; text-align:center;}
.ny_xw .ny_xw_rt span:hover{ background:#f2b600; color:#fff;}



/*main css*/
.izl-rmenu{position:fixed; right:0; margin-right:20px; bottom:20px; padding-bottom:20px; 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 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-ww{background:url(../images/r_ww.png) 0px 0px no-repeat; background-color:#c3be40;}
.izl-rmenu .btn-ww:hover{background-color:#b6b13b;}
.izl-rmenu a.btn-ww,.izl-rmenu a.btn-ww:visited{background:url(../images/r_ww.png) 0px 0px no-repeat; background-color:#c3be40; 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;}
