﻿@charset "utf-8";
/* CSS Document */
* { margin:0px; padding:0px; list-style-type:none;font-family: "微软雅黑";}
body { font-family: "微软雅黑"; font-size:14px; }
body, h1, h2, h3, h4,  ul, ol, dd, dl, form { margin: 0; font-family: "微软雅黑";}
ul, li,img { list-style:none; margin:0; padding:0; }

.wrap { max-width: 1200px; margin-right: auto; margin-left: auto; *width: 1200px;font-family: '微软雅黑';}
a { text-decoration:none; color:#333; }
a,img{border:0;}
*, *:before, *:after { -moz-box-sizing: border-box;/*盒子的宽高将自动减去padding和border的宽度*/ -webkit-box-sizing:border-box; box-sizing: border-box; }

/*首页头部*/
.header_bg{ width: 100%; height: 85px; background-color:#fff;}

.logo{float: left;height: 85px;}
.logo img{width: 220px; height: 85px; }
/*头部导航*/
nav{   float:  right; width:916px;  }
.nav *{
		text-decoration:none;
		font-size:16px;
		
	}


	.nav{
		list-style:none;
		height:85px;
		width:916px;
		
		
	}
	.nav li{
		float:left;
     
		position:relative;
	}
	.nav li a{
		color:#333;
		height:85px;
		line-height:85px;
		font-weight:lighter;
		padding:0 20px;
		
		display:inline-block;
	}

.nav li a:hover{
	color:#fff;
	height:85px;
	line-height:85px;
	display:block;
	
}
.nav li:hover a{display:block;background-color:rgba(34,119,218,1);color:#fff;}
	.nav li a:focus{ 
		-moz-outline-style: none; 
	}
	.nav li .sub-nav{
		position:absolute;
		top:85px;
		left:0px;
		list-style:none;
		background-color:rgba(0,0,0,0.3);
		display:none;
		z-index: 10;
		font-size:14px;
		
	}
	.nav li .sub-nav li{
		text-align:center;
		clear:left;
		width:140px;
		height:35px;
		line-height:35px;
		position:relative;
		z-index: 10;
		
	}
	.nav li .sub-nav li a{
		height:35px;
		line-height:35px;
		width:140px;
		padding:0;
		display:inline-block;
		color:#fff;
		position:relative;
		z-index: 10;
		
	}
	.nav li .sub-nav li a:hover{
		color:#333;
		background-color:#fff;
		
		
	}

/*首页banner */
.flexslider{ clear: both; position:relative;height:690px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat; }
.slides{position:relative;z-index:1;}
.slides li{height:690px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:40px;height:104px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/index_ban_left1.png) center center no-repeat;}
.flex-direction-nav li a.flex-prev:hover{left:40px;background:url(../images/index_ban_left2.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/index_ban_right_h1.png) center center no-repeat;}
.flex-direction-nav li a.flex-next:hover{right:40px;background:url(../images/index_ban_right_h2.png) center center no-repeat;}
/*首页banner  第二张图sc商家图标左右飞进*/


/*首页banner  end*/






/*首页公司新闻*/
.c-b{clear: both;}
.news{ width: 100%; height: 849px; background: url(../images/indexnews_bg.jpg) 50%  no-repeat;padding: 66px 0 115px 0;}
.newsContent{ margin:0 auto; width:1200px;}
.news .publictop{ height:150px;color:#fff;background: url(../images/publicline2.png) bottom no-repeat;text-align: center; }
.news .publictop h2{ font-size: 30px;font-weight: 200;}
.news .publictop p{ font-size: 16px;font-weight: 300; margin: 30px 0; }
.pic_news_List{ float:left; width:790px; padding:10px;}/* 首页公司新闻*/
.picnewsTittles{ height:40px; margin:30px 0 0 0; border-bottom:1px solid rgba(255, 255, 255, 0.4); }
.picnewsTittles span{ display:block; float:left; height:40px; line-height:40px; padding:0 20px; margin:0 20px 0 0; color:#fff; font-size:14px; cursor:pointer; }
.picnewsTittles span:hover,.picnewsTittles span.act{background:rgba(255,255,255,0.4);}
.slideBox{display:none; position:relative;}
.slideBox a.moreTitle{ font-size:12px; position:absolute; right:10px; top:-35px;  display:block; float:right; width:70px; height:20px; text-align:center; line-height:20px; border-radius:25px 25px 25px 25px; background:#448aca; color:#fff;}
.picnews{ float:left; width:374px; margin:30px 0 0 0; position:relative;}/* 首页新闻左边*/
.picnews .picture{display:none; margin:0 0 20px 0; position:relative;}
.picnews .picture img{ width:372px; height:215px;border:5px solid #dcdcdc }
.picnews  ul.clickBtn{ position:absolute; top:190px; right:29px;}
.picnews  ul.clickBtn li{ float:left; width:14px; height:14px; margin:5px; line-height:14px; text-align:center; background:#9e9488; color:#fff; cursor:pointer;}
.picnews  ul.clickBtn li.act{ background:#2277da;}
.picnews .picture p{ color:#fff; line-height:22px; text-indent:2em; padding:0 5px 0 5px; margin:10px 0px;}
.picnews .picture .more{ font-size:12px;}
.picnews a.more{color:#fdda36; position:absolute; right:10px;}
ul.textlist{ float:left; margin:30px 0 0 20px; width:366px;}/* 首页新闻右边*/
ul.textlist li{ line-height:40px; height:40px;overflow:hidden;background: url(../images/on.png)2% 50% no-repeat;}
ul.textlist li span.time{float:right;color:#fff;}
ul.textlist li a{ display:block;  line-height:40px;color:#fff; font-size:14px; padding:0 0 0 30px;background:url(../images/newsjt1.png) 10px 18px no-repeat; }
ul.textlist li a:hover{ text-decoration: underline;}

/* 首页最新通知*/
.noticeTittle{width:380px;height:40px; margin:30px 0 0 0; border-bottom:1px solid rgba(255,255,255,0.4); position:relative;right: 0;top:20px;}
.noticeTittle span{ display:block; float:left; padding:0 0 0 40px; line-height:40px; color:#fff; font-size:18px; font-weight:bold; background:url(../images/laba.png) left center no-repeat;}
.noticeTittle a.more{display:block;font-size: 12px; float:right; width:70px; height:20px; margin:10px 10px 0 0; text-align:center; line-height:20px; border-radius:25px 25px 25px 25px; background:#448aca; color:#fff;}
.noticelist{ float:left; width:400px; padding:0px 10px 10px 10px; margin-top: -10px;}
.noticelist ul{ padding:30px 0 0 0; }
.noticelist ul li{ height:95px; padding:10px 0; }
.noticelist ul li a{ color:#fff;}
.noticelist ul li dl{color:#fff; float:left; width:60px; height:70px; margin:0 10px 0 0; text-align:center;}
.noticelist ul li dl dt{ height:60%; line-height:40px;  padding-bottom:-50px; border:#fff solid 1px;}
.noticelist ul li dl dd{ height:40%;line-height:25px; border:#fff solid 1px;}
.noticelist ul li span{ display:block; float:left; line-height:30px; margin:0 ; font-size:15px;}
.noticelist ul li p{font-size:12px; float:left; width:300px; line-height:20px;height:40px;overflow: hidden; } 
.noticelist ul li a:hover span{ text-decoration: underline;}
.noticelist ul li a:hover p{ text-decoration: underline;}


/* 首页公司文化 */
.wenhua{height:848px; padding: 66px 0 115px 0;}
.wenhua .wenhua_left {float: left;width:50%; position: relative; margin: 119px 0; padding:0 40px;}
.wenhua .wenhua_right { float: right;width:50%;height:428px; background: url(../images/wenhua01.png) 50% no-repeat; margin-top: 70px;}
.wenhua_left a.moreTitle{ font-size:12px; position:absolute; left:35px; top:350px;  display:block;  width:80px; height:25px; text-align:center; line-height:25px; border-radius:25px 25px 25px 25px;background:#2277da; color:#fff;}
.wenhua_left p{line-height:40px; font-size: 16px;}
.wenhua_left p span{font-weight: bold;}
.wenhua_left h2{line-height:70px; font-weight: 200;}
.wenhua_left a:hover{background:#4ea0ff; }


/* 首页公司合作伙伴 */
.hezuo{ width: 100%; height: 889px; background: url(../images/indexhezuo_bg.png) 50%  no-repeat;padding: 66px 0 115px 0;}
.hezuo .publictop{ height:150px;color:#fff;background: url(../images/publicline2.png) bottom no-repeat;text-align: center; }
.hezuo .publictop h2{ font-size: 30px;font-weight: 200;}
.hezuo .publictop p{ font-size: 16px;font-weight: 300; margin: 30px 0; }
.jiantou{ margin: 70px auto;}
.jiantou p{text-align: center;}

.product_name{}
.product_name ul:nth-child(1) li{width:300px;height:141px; float: left; border:#e1e1e1 solid 1px; margin-top: 50px;}
.product_name ul:nth-child(1) li{width:300px;height:141px; float: left; border:#e1e1e1 solid 1px;}
.product_name ul:nth-child(2) li{width:300px;height:141px;float: right;border:#e1e1e1 solid 1px;}
.product_name ul:nth-child(3) li{width:300px;height:141px; float: left; border:#e1e1e1 solid 1px;}
.product_name ul:nth-child(3) li{width:300px;height:141px; float: left; border:#e1e1e1 solid 1px;}
.product_name ul:nth-child(4) li{width:300px;height:141px;float: right;border:#e1e1e1 solid 1px;}

/* 首页公司视频 */
.shipin{padding: 66px 0 115px 0;}

/*i_video*/
.i_video{width:1200px;height:580px;float: left;position: relative;margin: 50px 0;}
.video_img{width: 1200px;height: 580px;position: absolute;top: 0px;cursor: pointer; background:url(../images/shipin.jpg) no-repeat;z-index: 98; }
.i_video_f{position:relative; width:100%; height:100%;}
.i_video_t{background:url(http://1.rc.xiniu.com/rc/Contents/18932/Images/icpsp1_index_combg.png?d=20170316154243914) no-repeat; width:280px; height:27px;display: none; padding-left:20px; color:#b20600; text-align:left;}
.i_video_t1{ float:left;}
.i_video_t2{ float:left; margin:0 5px; }
.i_video_t3{ float:left;}
.i_video_cnt{ width:1200px; height: 580px;}
#EIMS_C_56_1_Paras {width:1200px; height: 580px;}
.i_video_more{display:none;}
.i_video_more a{/*background:url(http://1.rc.xiniu.com/rc/Contents/18932/Images/icpsp1_index_commore1.png?d=20170316154243914) no-repeat;*/ width:44px; height:11px; display: block;}
.i_video_more a:hover{/*background:url(http://1.rc.xiniu.com/rc/Contents/18932/Images/icpsp1_index_commore2.png?d=20170316154243914) no-repeat;*/ width:44px; height:11px;}
/*end_i_video*/



/* 公司新闻 */
.news_banner{ clear: both;width:100%;height:280px;position:relative;background: url(../images/news_banner.jpg) 50% no-repeat;}/* 公司新闻banner */
.inMenu{ height:70px;}
.inMenu .menu{ width:1200px; margin:0 auto; height:85px;line-height:100px; position:relative;  margin-bottom: 5px;}
.inMenu .menu img{ margin:85px 0px 0px 260px;  }
.fastMenu{width:230px;}
.currentlocation{ position:absolute;right:0px; top:9px;color:#999;background:url(../images/home.png) 10px 40px no-repeat; padding-left:30px;}
.currentlocation a{color:#999;}
.rt{ width:1200px; }
.fastMenu{width:230px;}

.fastMenu span.cn{ display:block; width:230px; height:50px; padding:0 0 0 30px; line-height:50px;  background:url(../images/201606170947149291.png) center center no-repeat; font-size:18px; color:#fff;}
.left_nav{ float: left; width:230px;  margin:-50px 0 100px 0;}
.left_nav ul{}
.left_nav ul li{height:50px;border-bottom:1px solid #cbcbcb;background:#f7f7f7 url(../images/201606170947143452.png) 80% center no-repeat;}
.left_nav ul li a{ display:block;height:50px;border-bottom:1px solid #cbcbcb; padding:0 0 0 30px;  line-height:50px; color:#0051c6; font-size:14px;}
.left_nav ul li a:hover{line-height:50px; height:50px;background:#e4ebf1 url(../images/201606170947143453.png) 80% center no-repeat; border-bottom:1px solid #3671cf;}
.left_nav p{ margin: 15px 0 0 0; background: url(../images/telicon.png) 10% 50% no-repeat;line-height:50px; padding-left: 60px; border:1px solid #cbcbcb;}
.left_nav p:last-child{background: url(../images/emailicon.png) 10% 50% no-repeat;}
/*公司新闻中心*/
.right_txt{ float: right;width:948px; padding:0px 15px 0 20px;  margin:20px 0 50px -10px; }
.base_textlist ul{width:100%;margin:0 auto;padding-top:-20px;}
.base_textlist ul li{ height:50px;border-bottom:1px #ccc dashed; }
.base_textlist ul li:first-child{ margin-top: -20px;}
.base_textlist ul li a{float:left;line-height:50px;font-size:14px;color:#555;padding-left:20px; background: url( ../images/ul_second.png) left center no-repeat; }
.base_textlist ul li a:hover{color:#0051c6;background: url( ../images/ul_second2.png) left center no-repeat;}
.base_textlist ul li span{float:right;width:100px;line-height:50px;color:#646464;}
.classid{ position:absolute;left:260px; top:9px;color:#333;font-size:18px;}

/*foot */
.foot { clear: both;  background-color: #2277da; height: 346px; margin: 0 auto;}
.foot a:hover { text-decoration: underline;}
.foot_top { width:1200px; height:212px; padding:60px 0; }
.foot_top p { margin-bottom:10px; color:#666666; }
.foot_logo { background:url(../images/foot_logo.png) 0% 50% no-repeat; width:363px; height:81px; float:left; }
.foot_logop{ margin-top:25%; background:url(../images/erweima.png) 0% 50% no-repeat;}
.foot_logop p{ color:#fff;font-size: 14px;line-height:30px;  margin: 0 0px 0 120px;}
.foot_img {  width:1px; height:175px; float:left; margin:0px 5px; }

.foot_list { float:left; width:150px; }
.foot_list p { color:#fff; font-size:16px;font-weight:lighter;text-align: center;}
.foot_list p a{ color:#fff;}
.foot_list ul li { color:#fff; line-height:26px;  font-size:13px;text-align: center;}
.foot_list ul li a{ color:#fff;}

.foot_list2 { float:left; width:150px;}
.foot_list2 p { color:#fff; font-size:16px; font-weight: lighter;text-align: center;}
.foot_list2 p a{ color:#fff; }
.foot_list2 ul li { color:#fff; line-height:26px;font-size:13px; text-align: center;}
.foot_list2 ul li a{ color:#fff;}

.foot_list3 { float:left; width:150px;text-align: center; margin-right: 0px;}
.foot_list3 p { color:#fff; font-size:16px; font-weight:lighter;text-align: center;}
.foot_list3 p a{ color:#fff;}
.foot_list3 ul li { color:#fff; line-height:26px; font-size:13px;}
.foot_list3 ul li a{ color:#fff;}

.foot_bottom { background-color: #165eb1;  height:45px;margin-top:60px; }
.foot_bottom p { line-height:45px; height:45px; /*text-align:left;*/ color:#fff;font-size: 12px;margin:90px 0 0 0px; }
/*.foot_bottom p img{ width:10px; height:10px;  }*/
.foot_bottom p span{margin-left: 580px;}
/* 底部footer  */

/*新闻分页*/
.epages {
	 clear: both;
	 width:100%;
	 
	text-align: center;
	 padding-bottom: 40px;
	 padding-top:20px;
	
	}
.epages{margin:30px 0 0 0;font:11px/12px Tahoma}
.epages *{vertical-align:middle;}
.epages a{padding:5px 8px 5px 8px;border:1px solid #e1e1e1;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px 微软雅黑;}
.epages a:hover{border:#75944f 1px solid;text-decoration:none;color:#75944f;}
.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}

/*新闻单页分页*/
.base_textlist .gramleft h2{ font-size: 24px;margin-bottom: 25px;margin-top: 10px;text-align:center;color:#333; }
.base_textlist .gramleft .gramtime p{width:100%;  font-size: 12px; background: #f1f1f1; line-height: 30px;margin-bottom: 25px; color:#aaaaaa;text-align:center;}
.base_textlist .gramleft .gramtxt p{text-indent: 2em; font-size: 14px; line-height: 30px; margin-top: 20px; text-align: left;}
.base_textlist .gramleft .xxldtxt p{ font-size: 14px; line-height: 30px; margin-top: 10px; text-align: left;}
.content .ctbox{font-size:14px; color:#333;}
.ctbox img{margin:8px 0;}
/*上一篇下一篇*/
.up{ text-align: left;line-height: 30px; padding-top: 20px;margin-bottom: 10px;font-size: 14px; border-top: #e1e1e1 solid 1px; margin-top: 30px;  width:943px; margin-left: -16px;}/*上一篇*/
.down{ text-align: left; line-height: 30px; margin-bottom: 40px;font-size: 14px;margin-left: -16px;}/*下一篇*/

/*公司图文列表 荣誉*/
.com_banner{ clear: both;width:100%;height:280px;position:relative;background: url(../images/com_banner.jpg) 50% no-repeat;}/* 公司简介banner */
.companyright_txt{ float: right;width:948px; }
.company_List{ margin-left:10px;}
.company_List dl{ float:left; width:215px; height:277px; margin:15px 9px 15px 9px; }

.company_List dl a:hover dd.dd2{background:#759450; color:#fff;} 
.company_List dl dd a img{ width:215px; height: 231px;}

.company_List dl dd.dd1{width:215px; height:230px; overflow:hidden;}
.company_List dl dd.dd1 img{ width:215px; height:230px;}
.company_List dl dd.dd2{ height:43px; line-height:43px; text-align:center; background:#e4ebf1;}

.company_List dl dd.dd2:hover{ background:#759450; color:#fff;}
.company_List dl dd.dd2 a{ display: block;}
.company_List dl dd.dd2 a:hover{ color:#fff;}


/*公司视频列表 */
.comvideo_List{ }
.comvideo_List dl{ float:left; width:299px; height:277px; margin:20px 0px 15px 14px;}


.comvideo_List dl dd a img{ width:299px; height: 231px;}

.comvideo_List dl dd.dd1{width:299px; height:230px; overflow:hidden;}
.comvideo_List dl dd.dd1 img{ width:299px; height:230px;}
.comvideo_List dl dd.dd2{ height:43px; line-height:35px; text-align:center; background:#e4ebf1;}
.comvideo_List dl dd.dd2 font{ color:#eb6100; margin:0 4px;}



.comvideo_List dl a:hover dd.dd2{background:#3671cf;color:#fff; }

/*解决方案 */
.jishu_banner{ clear: both;width:100%;height:280px;position:relative;background: url(../images/jiejue_banner.jpg) 50% no-repeat;}/* 解决方案banner*/


/*客户案例 */
.kehu_banner{ clear: both;width:100%;height:280px;position:relative;background: url(../images/kehu_banner.jpg) 50% no-repeat;}/* 客户案例banner*/

/*技术解决方案图文列表 */
.techright_txt{ float: right;width:948px; padding:20px 0px 0 22px;}
.tech_List dl{ float:left; width:280px; height:245px; margin:12px; border: #e1e1e1 solid 1px;}

.tech_List dl a:hover dd.dd2{ color:#2277da;} 
.tech_List dl dd img{ width:265px; height: 180px;}

.tech_List dl dd.dd1{width:265px; height: 180px; overflow:hidden;}
.tech_List dl dd.dd1 img{ width:265px; height: 180px; margin: 15px 11px 10px 12px;}
.tech_List dl dd.dd2{ height:65px; line-height:65px;text-align:center;  }

.tech_List dl dd.dd2:hover{ color:#2277da;}
.tech_List dl dd.dd2 a{ display: block;}

/*公司合作伙伴列表 */
.hezuo_List dl{ float:left; width:280px; height:245px; margin:12px; border: #e1e1e1 solid 1px;}

.hezuo_List dl a:hover dd.dd2{ color:#2277da;} 
.hezuo_List dl dd img{ width:265px; height: 180px;}

.hezuo_List dl dd.dd1{width:265px; height: 180px; overflow:hidden;}
.hezuo_List dl dd.dd1 img{ width:265px; height: 180px; margin: 15px 11px 10px 12px;}
.hezuo_List dl dd.dd2{ height:65px; line-height:65px;text-align:center;  }

.hezuo_List dl dd.dd2:hover{ color:#2277da;}
.hezuo_List dl dd.dd2 a{ display: block;}

/*公司合作伙伴单页 */
.xxldtxt dl{ float:left; width:298px; height:139px; margin:15px 0px 15px 5px;}

.xxldtxt dl dd.dd1{width:298px; height:139px; }
.xxldtxt dl dd.dd1 img{ width:298px; height:139px;border:#e1e1e1 solid 1px;}

/*人才招聘 */
.concact_banner{ clear: both;width:100%;height:280px;position:relative;background: url(../images/rencai_banner.jpg) 50% no-repeat;}/* 人才招聘 banner*/

/*在线留言 */
.zaixian_banner{ clear: both;width:100%;height:280px;position:relative;background: url(../images/zaixian_banner.jpg) 50% no-repeat;}/* 人才招聘 banner*/

/*联系我们*/
.lianxiwomen_banner{ clear: both;width:100%;height:280px;position:relative;background: url(../images/lianxi_banner.jpg) 50% no-repeat;}/* 联系我们
banner*/

/*申浪学院*/
.school_banner{ clear: both;width:100%;height:280px;position:relative;background: url(../images/lianxi_banner.jpg) 50% no-repeat;}/* 联系我们
banner*/
.con_txt{ float: right;width:948px; padding:0px 0px 0 0px;  margin:20px 0 50px -10px; }
.shou{  padding:0px 15px 0 20px;}
.con_main p { text-align: center; color: #333333; font-size: 24px; font-weight:500; margin: 0px 0 0 0; }
.con_main .shou{ width:100%; height: 115px;}

.con_main .shouqian{ float: left; width:50%; height: 115px; }
.con_main .shouqian p:nth-child(2){width:329px; margin-top: -85px; margin-left: 80px;font-size: 18px; text-align: center;}
.con_main .shouqian p:nth-child(3){margin-left: 70px; color:#2277da;margin-top: 5px;}
.con_main .shouhou{float: left; width:50%; height: 115px; }
.con_main .shouhou p:nth-child(2){width:329px; margin-top: -85px; margin-left: 80px;font-size: 18px; text-align: center;}
.con_main .shouhou p:nth-child(3){margin-left: 70px; color:#2277da;margin-top: 5px;}
.con_main .conline img{ clear: both;  margin-left: 8px;margin-top: 26px;}
.con_main .add{ margin: 0 auto;margin-top: 20px;margin-left: 20px; background: url(../images/kefu.png) no-repeat; padding-left:180px;}
.con_main .add p{font-size: 14px; line-height: 40px; text-align: left;}


/*公共客服*/
.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{ margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;width:72px; height:73px;}
.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-shiyong{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;width:72px; height:73px;}
.izl-rmenu .btn-shiyong:hover{background-color:#488bc7;}
.izl-rmenu a.btn-shiyong,.izl-rmenu a.btn-qq:visited{background:url(../images/r_shiyong.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu .btn-phone{background:url(../images/r_phone1.png) 0px 0px no-repeat; background-color:#fbb01f;width:72px; height:73px;}
.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-phone1{background:url(../images/r_phone2.png) 0px 0px no-repeat; background-color:#6da9de;width:72px; height:73px;}
.izl-rmenu .btn-phone1:hover{background-color:#488bc7;}
.izl-rmenu .btn-phone1 .phone1{background-color:#488bc7; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#78c340;width:72px; height:73px;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:-87px; display:none;width:160px;height:160px;}

.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;width:72px; height:73px;}
.izl-rmenu .btn-top:hover{background-color:#444;}