@charset "utf-8";
/*index*/
.index_public{
    width: 1200px;
    margin:0 auto;
}
.index_header{
    width: 100%;
	text-align:center;
    margin:0 auto;
    padding:0;
	background:#FFF;
}
.index_header_l{
    float: left;
}
.index_header_l2{
    float: left;
    margin-top: 17px;
    margin-left: 15px;
    color: #888;
}
.index_header_l2 li{
    float: left;
    margin-right: 8px;
}
.index_header_r{
    float: right;
}
.index_header_r dt img{
    float: left;
}
.index_header_r dt span{
    float: left;
    color:#2F59B0;
    font-size:26px;
    font-weight: 900;
    margin:6px 0 0 10px;
    font-style: italic;
    font-family: "微软黑体";
}
.index_header_r dd{
    color:#555;
    font-style:italic;
    margin-top: 5px;
}
/*nav*/
.index_nav{
    height: 60px;
    width: 100%;
	min-width:1200px;
    background: #1869d7;
}
.index_nav_ul li{
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-family: "微软雅黑";
	display:block;
    
    width: 200px;
    text-align: center;
    cursor:pointer;
}
.index_nav_ul li a{
    color:#fff;
	display:block;
}
.index_nav_ul_on{
    background: #1659b4;
}
/*banner*/
        .slideBox{ width:100%; overflow:hidden; position:relative; min-width:1200px; }
        .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
        .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
        .slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
        .slideBox .hd ul li.on{ background:#f00; color:#fff; }
        .slideBox .bd{ position:relative; height:100%; z-index:0;   }
        .slideBox .bd li{ zoom:1; vertical-align:middle; }
        .slideBox .bd img{ width:100%; height:auto; display:block; }

        .slideBox .prev,
        .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px;  filter:alpha(opacity=50);opacity:0.5;   }
        .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
        .slideBox .prev:hover,
        .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
        .slideBox .prevStop{ display:none;  }
        .slideBox .nextStop{ display:none;  }
		
.index_styll1{
    background: #DBEEF8;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    height: 130px;
    padding-top: 30px;
}
.index_styll1_box{  
    
}        
.index_styll1_1{
    float: left;
    width:230px;
    margin-right: 10px;
    cursor: pointer;
}
.index_styll1_1 img{
    float: left;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}
.index_styll1_1 img:hover{
    margin-top: -10px;
}
.index_styll1_1 dl{
    float: left;
    width: 145px;
    padding-left:10px;
    margin-top: 10px;
}
.index_styll1_1 dl dt{
    font-weight: bold;
}
.index_styll1_1 dl dd{
    font-size: 12px;
    margin-top: 8px;
}

/*index_style2*/
.index_style2{
    
}
.index_style2_top{
    height: 30px;
    padding-top:20px;
    background: #189AE2;
}
.index_style2_top1{
    font-size: 18px;
    color:#fff;
    margin-left: 10px;
    font-weight: bold;
}
.index_style2_top2{
    color:#eee;
}
a.index_style2_top3{
    float:right;
    margin-right: 20px;
    color:#fff;
}
/*产品展示*/
.index_style2_bottom{
    padding:30px;
}

.slideGroup{ width:930px;height:140px;text-align:left;  }
.slideGroup .parHd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 20px; border-bottom:1px solid #ddd;  position:relative;  }
.slideGroup .parHd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
.slideGroup .parHd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.slideGroup .parHd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative;   }

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:10px; display:block; width:30px; height:94px;}
.slideGroup .sNext{ left:auto; right:82px; background:url(../images/index_46.png) center center no-repeat #f4f4f4;  }
.slideGroup .sPrev{ left:auto; left:14px; background:url(../images/index_43.png) center center no-repeat #f4f4f4;  }
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }

.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0 22px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li .pic{ text-align:center;border-radius: 50%;}
.slideGroup .parBd ul li .pic img{ width:88px; height:92px; display:block;  padding:2px; }
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup .parBd ul li .title{ line-height:24px;   }

/*product*/
.index_style2_product{
    padding:35px 50px 0 50px;
    background: #ECF5F9;
}
.index_style2_product dl{
    width:180px;
    height: 215px;
    text-align: center;
    float: left;
    margin-right: 50px;

}
.index_style2_product dl:nth-child(4n){
    margin-right: 0;
}
.index_style2_product dl dt{
    background: #fff;
    padding:10px 0;
    height: 145px;
    line-height: 145px;
    border:1px solid #ddd;
}
.index_style2_product dl dt a{
    display: block;
    width: 100%;
    height: 145px;
    line-height: 154px;
}
.index_style2_product dl dt a img{
    max-width: 80%;
     max-width: 97px;
     vertical-align: middle;
}
.index_style2_product dl dd{
    margin:15px 0;
}

.index_style3{
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.index_style3_l{
    float: left;
    width: 780px;
    
}
.box_r{ float:right; width:400px; height:321px; padding:10px; font-size:14px; line-height:2.25em;
}
.box_r_span{ color:#377ddc;}
.box_r h2{ padding: 6px 0px 20px 0px; font-size:18px;}
.index_style3_l>ul{
    border-bottom: 1px solid #C9CACA;
    height: 48px;
}
a.index_style3_l_r{
    display: block;
    float: right;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    color:#777;
}
.index_style3_l>ul>li{
    font-size: 18px;
    float: left;
    height: 45px;
    line-height: 45px;
    cursor:pointer;
    font-weight: bold;
    padding:0 0px;
	color:#aeaaaa;
}
.index_style3_l ul .index_style3_l_on{
    color:#1459b7;
    border-bottom: 3px solid #518ee1;
	font-size: 18px;
}
.index_style3_l_on {
	padding:12px 0px;
    color:#1459b7;
    border-bottom: 3px solid #518ee1;
	font-size: 18px;
}
.index_style3_2_on {
	padding:8px 0px;
    border-bottom: 3px solid #518ee1;
	font-size: 18px;
}

.index_style3_l_box{
    margin-top: 30px;
    width: 100%;
}
.index_style3_l_box1 img{
    width: 341px;
    height: 321px;
    float: left;
}

.index_style3_r{
    float: right;
    width: 400px;
}
.index_style3_r_top{
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
    font-weight: bold;
    padding:0 8px;
    border-bottom:1px solid #C9CACA;
}
.h3{ width:100%; line-height:45px; height:45px; border-bottom:1px solid #CCC; margin:0px 0px; color:#777; }
.h3 span{ color:#518ee1;}
.index_style2_top3 a{
    float:right;
    margin-right: 30px;
    color:#1869d7;
}

.index_style3_r_top>span{
    float: left;
    color:#333;
}
.index_style3_r_top>a{
    float: right;
    color:#777;
}
.index_style3_r_dl{
    padding-left: 10px;
}
.index_style3_r_dl dt{
    font-size: 12px;
    font-weight: bold;
    line-height: 45px;
}
/*.index_style3_r_dl dt:before{
    content: url(../images/index_69.png);
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}*/
.index_style3_r_dl dt img{
    float: left;
    margin-top: 12px;
    margin-right: 10px;
}
.index_style3_r_dl dd span{
    line-height: 25px;
    font-size: 12px;
    color:#777;
}
.index_style3_r_dl dd img{
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.list_1{ width:100%;}
.list_1 li{ float:left; width:100px; padding:10px 10px 0px 10px; margin-left:10px;}
.list_1 li dt{ height:28px; line-height:28px;}

.list_2{ width:100%;}
.list_2 li{ float:left; width:480px; padding:10px 10px 0px 2px; margin-left:16px; height:28px; line-height:28px; list-style: outside;}
.list_2 li a:hover{ color:#1869d7;}
.list_2 span{ float:right;}

/*案例展示*/
.slideGroup1{ width:930px;height:140px;text-align:left;  }
.slideGroup1 .parHd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 20px; border-bottom:1px solid #ddd;  position:relative;  }
.slideGroup1 .parHd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
.slideGroup1 .parHd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.slideGroup1 .parHd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }
.slideGroup1 .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative;   }

.slideGroup1 .sPrev,.slideGroup1 .sNext{ position:absolute; left:5px; top:26px; display:block; width:30px; height:94px;}
.slideGroup1 .sNext{ left:auto; right:39px; background:url(../images/index_46.png) center center no-repeat #f4f4f4; top:30px;}
.slideGroup1 .sPrev{ left:auto; left:5px; background:url(../images/index_43.png) center center no-repeat #f4f4f4;  }
.slideGroup1 .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }

.slideGroup1 .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup1 .parBd ul li{ margin:0 18px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup1 .parBd ul li .pic{ text-align:center;}
.slideGroup1 .parBd ul li .pic img{ width:175px; height:124px; display:block;  padding:2px; }
.slideGroup1 .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup1 .parBd ul li .title{ line-height:24px;   }

.index_case{
    padding-bottom: 30px;
}
.index_case1{
    background: none;
    border-bottom:1px solid #ccc;
}
.index_case .index_style2_top1{
    color:#1C65B1;
}
.index_case .index_style2_top2{
    color:#555;
}
.index_case .index_style2_top3{
    color:#555;
}
.index_style2_bottom1{
    padding:30px 10px;
}

/*footer*/
.index_footer{
    background: #707070;
    width: 100%;
	min-width:1200px;
    height: 240px;
	border-top:5px solid #3d3d3d;
    padding-top: 20px;
}
.index_footer_box{
    padding:0 20px;
    width: 1200px;
}
.index_footer_l{
    float: left;
    margin-top: 0px
}
.index_footer_c{
    float: left;
}
.index_footer_c div{
    margin-left: 30px;
    margin-top: 40px;
    line-height: 30px;
    color: #FFF;
    text-align: left;
    font-size: 14px;
	

}
.index_footer_c div br{ height:40px; line-height:40px;}
.index_footer_c ul{
    margin-left: 60px;
}
.index_footer_c ul li{
    float: left;
    font-size: 12px;
    color: #eee;
    margin-left: 7px;
}
.index_footer_c ul li a{
    color:#eee;
}
.index_footer_r{
	padding:35px 40px 0px 0px;
    float: right;
}

/*case*/
.index_case_banner img{
    width: 1200px;
    height: 300px;
}
.case_main{
    margin-top:2px;
    padding:2px 10px 30px;
    border:0px solid #ccc;
    width: 1200px;
    margin-bottom: 50px;
}
.case_left{
    float: left;
    width: 280px;
    border:0px solid #ccc;

}
.case_left_t{
    height: 45px;
    line-height: 45px;
    background: #1C65B1;
}
.case_left_t1{
    font-size: 18px;
    font-weight: bold;;
    color: #fff;
    padding-left:25px;
}
.case_left_t2{
    color:#fff;
    font-style: italic;
}
.case_left_ul1{
    padding-left: 5px;
}
.case_left_ul1 li{
	display:block;
	text-align:center;
	width:100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f5f5f5;
	background:#fff;
	color: #000;
	font-size:18px;
	
}
.case_left_ul1 li a:hover{background:#1869d7;
	color: #fff;padding:15px 102px;}


 
	
	
.case_left_ul12{
    padding-left: 5px;
}
.case_left_ul12 li{
	display:block;
	text-align:center;
	width:100%;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #f5f5f5;
	background:#fff;
	color: #000;
	font-size:18px;
	
}
.case_left_ul12 a:hover{
	display:block;
	text-align:center;
	width:100%;
	background:#1869d7;
	color:#FFF;
	 }


a.case_left_li_on{
    color:#1C65B1;
}
.case_left_b{
    height: 40px;
    line-height: 40px;
    background: #C9CACA;
    margin-top: 40px;
}
.case_left_b1{
    font-size: 18px;
    font-weight: bold;;
    color: #383838;
    padding-left:25px;
}
.case_left_b2{

    float: right;
    margin-right: 20px;
    font-size: 16px;
}
.case_left_ul2{
    padding-left: 15px;
}
.case_left_ul2 li{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color:#555;
}
.case_left_b2 a{
    color:#777;
}
.case_left_ul2  li:before{
    content:url(../images/case1_18.png);
    margin-right: 10px;
}

.case_right{
    float: right;
    width: 897px;
	background:#FFF;
}
.case_right_f{
    height: 30px;
	line-height:30px;
    padding:0 10px;
}
.case_right_f_l{
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #1C65B1;
    margin-left: 10px;
    border-left: 5px solid #1C65B1;
    padding-left: 10px;
}
.case_right_f_r{
    float: right;
    margin-top: 2px;
}
.case_right_f_r a{
 
}
.case_right_f_r a:last-child{

    
}

.case_right_box{
    padding:10px 30px;
	width:837px;
	min-height:300px;
}
.case_right_dl{
    float: left;
    text-align: center;
    margin-right: 28px;
    margin-bottom: 15px;
}

.case_right_dl dt img{
    width: 138px;
    height: 97px;
}
.case_right_box dd{
    line-height: 28px;
    font-size: 12px;
}
.case_right_dl:nth-child(4n){
    margin-right: 0px;
}
.page{
    text-align: center;
    margin:20px 0;
}
.page a{
    padding:5px 10px;
    border:1px solid #ccc;
}
/*case_show*/
.case_show dt{
    font-weight: bold;
    text-align: center; 
}
.case_show_dd1{
    border-bottom:1px solid #ccc;
    color:#999;
    text-align: center;
    padding:6px 0;
}
.case_show_dd1 span{
    margin-right: 10px;
}
.case_show_dd2{
    padding-top: 15px;
}
.page_show{
    margin-top: 80px;
}
.page_show p{
    height: 35px;
    line-height: 35px;
}

/*product*/

.case_right_box>.product_dl{
    width:140px;
    height: 215px;
    text-align: center;
    float: left;
    margin-right: 25px;

}
.case_right_box>.product_dl:nth-child(4n){
    margin-right: 0;
}
.case_right_box>.product_dl dt{
    background: #fff;
    padding:10px 0;
    height: 145px;
    line-height: 145px;
    border:1px solid #ddd;
}
.case_right_box>.product_dl dt a{
    display: block;
    width: 100%;
    height: 145px;
    line-height: 154px;
}
.case_right_box>.product_dl dt a img{
    max-width: 80%;
     max-width: 97px;
     vertical-align: middle;
}
.case_right_box>.product_dl dl dd{
    margin:15px 0;
}

/*product_show*/
/* 本例子css */
.producmt1_l{
    float: left;
}
    .game163{ position: relative; border: 1px solid #dcdddd; padding: 4px; overflow: hidden; width: 240px; }
    .game163 .bigImg{ height: 258px; position: relative;}
    .game163 .bigImg li{text-align: center;}
    .game163 .bigImg li img{ vertical-align:middle; width:129px; height:227px;   }
    .game163 .bigImg  h4{ font-size: 14px; font-weight: bold; line-height: 33px; height: 33px; padding-right: 30px; overflow: hidden; text-align: left; }

    .game163 .smallScroll{ height: 47px; margin-bottom: 6px;}
    .game163 .sPrev,.game163 .sNext{ float: left; display: block; width: 14px; height: 47px; text-indent: -9999px; background: url(../images/sprites1008.png) no-repeat 0 -3046px; }
    .game163 .sNext{ background-position: 0 -2698px;}
    .game163 .sPrev:hover{ background-position: 0 -3133px;}
    .game163 .sNext:hover{ background-position: 0 -2785px;}

    .game163 .smallImg{ float:left;  margin: 0 6px; display:inline; width:195px; overflow: hidden;}
    .game163 .smallImg ul{ height:54px;  width: 9999px; overflow: hidden; }
    .game163 .smallImg li{ float: left; padding: 0 6px 0 0; width:44px; cursor:pointer;  display: inline;  }
    .game163 .smallImg img{ border: 1px solid #dcdddd; width:42px; height:45px;  }
    .game163 .smallImg .on img{ border-color: #1e50a2;}

    .game163 .pageState{ position: absolute; top: 235px; right: 5px; font-family: "微软雅黑", serif; letter-spacing: 1px;}
    .game163 .pageState span{ color: #f00; font-size: 16px;}


  .producmt1{
        border:1px solid #ccc;
    }

  .producmt1_r{
    width: 370px;
    float: right;
  }
  .producmt1_r_h{
    font-size: 18px;
    color:#1C65B1;
    font-weight: bold;
  }
  #producmt1_r_t{
    width: 100%;
    margin-top: 20px;
  }
  #producmt1_r_t tr{
    height: 28px;
  }
  .producmt1_r_t1{
    color:#1C65B1;
  }
  .producmt1_r_t2_box{
    margin-top: 10px;
    padding:20px;
    background: #F3F3F3;
  }
  #producmt1_r_t2{
    width: 100%; 
  }
  .producmt1_r_t2_d1{
    width: 60px;
  }
  #producmt1_r_t2 tr{
    height: 35px;
  }
  #producmt1_r_t2 input[type="text"]{
    height: 22px;
    width: 90%;
  }
  #producmt1_r_t2 textarea{
    height: 90px;
    width: 90%;
  }
  .producmt1_r_t2_d12 input{
    padding:5px 10px;
    color:#fff;
    background: #1C65B1;
    cursor: pointer;
  }
  .producmt1_r_t2_d12 a{
    padding:5px 10px;
    color:#fff;
    background: #1C65B1;
  }

.product_show_dl{
    border:1px solid #aaa;
}
.product_show_dl>dt{
    height:35px;
    line-height: 35px;
    padding-left: 10px;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
}
.product_show_dl dd{

}
.product_show_dl dd img{
    width: 100%;
}
.product_show_dl2>.product_dl{
    width: 143px;
    margin-right: 15px;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.product_show_dl2>.product_dl:last-child{
    margin-right: 0;
}
.product_show_dl2>.product_dl dt a{
    display: block;
    width: 100%;
    height: 180px;
    line-height:180px
    
}
.product_show_dl2>.product_dl dt a img{
    max-width: 80%;
    max-height: 80%;
    line-height: 180px;
    vertical-align: middle;

}
.product_show_dl2>.product_dl dt{
    border:none;
}

/*aboat*/
.case_right_box .about_img{
    width: 100%;
}
.aboat_text{
    font-size: 14px;
    line-height: 28px;
}
.aboat_text h1{
    font-size: 24px;
    line-height: 35px;
	font-weight:bold;
	text-align:center;
	padding:15px 0px;
}
.about_img1{
    text-align: center;
    margin-top: 20px;
}
.about_img1>img{
    width: 600px;
    height: 450px;
}
.ryzz .product_dl{
    width: 194px;
    height: 160px;
}
.ryzz .product_dl:nth-child(3n){
    margin-right: 0;
}
.ryzz .product_dl:nth-child(4n){
    margin-right: 25px;
}
.ryzz .product_dl dt{
    border:0;
    height: 120px;
}
.ryzz .product_dl dd{
    line-height: 16px;
}
.ryzz .product_dl dt img{
    max-width: 168px;
    height: 120px;
}

/*contact*/
.map_dl dt{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}
.contact_dl{
    width: 270px;
    float: left;
}
.contact_dl dt{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}
.contact_r{
    float: right;
    width: 230px;
    margin-right: 20px;
}
.contact_r p img{
    width: 230px;
    height: 360px;
}
/*news*/
.news-list{
    padding:20px 0;
    border-bottom: 1px solid #ccc;
}
.news-list>a{
    float: left;
}
.news-list>a>img{
    
    width: 148px;
    height: 113px;
}
.news-list dl{
    float: right;
    width: 473px;
}
.news-list dl dt{
    font-weight: bold;
}
.news-list_dd1{
    height: 28px;
    line-height: 28px;
    color:#777;
}
.news-list_dd1 img,.news-list_dd1 span{
    float: left;
    
}
.news-list_dd1 span{
    margin-right: 20px;
}
.news-list_dd1 img{
    margin-top: 8px; 
}
a.news-list_dd2_a{
    color:#FE5725;
}
.news_show_dd img{
    width: 637px;
    height: 478px;
}
/*answer*/
.answer-list{
    margin-bottom: 30px;
}
.answer-list>dt{
    font-weight: bold;
    line-height: 30px;
}

.answer-list>dt>img{
    margin-right: 10px;
}
.answer-list>dd>img{
    float: left;
}
.answer-list>dd>p{
    width: 600px;
    float: right;
}
.join_show{
    line-height: 28px;
}
.jmys img{
    max-width: 100%;
}

.messge{
    background: #F3F3F3;
    padding: 40px;
}
#messge_table{
    width: 100%;
}
#messge_table tr{
    height: 35px;
}
#messge_table input[type="text"]{
    height: 22px;
    width: 200px
}
#messge_table textarea{
    height: 150px;
    width: 300px;
}
#messge_table input[type="submit"]{
    background: #195093;
    cursor: pointer;
    color: #fff;
    padding:5px 10px;
}

/*reset css*/
*{margin:0;padding:0;list-style:none;border:none;}
body{background:0;font-family:'microsoft yahei';}
/*main css*/
.izl-rmenu{position:fixed; left:95%;  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 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:150px;height:145px;}
.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;}

.jp_con_eleven{background-color:#f9f9f9;box-shadow:3px 3px 3px #e9e9e9;-moz-box-shadow:3px 3px 3px #e9e9e9;width:600px;margin-top:20px;}
.jp_title_serven{font-size:18px;color:#444;padding:15px;border-bottom:1px solid #d1d1d1;}
.jp_info_two{overflow:hidden;width:610px;height:213px;}
.jp_info_two ul{overflow:hidden;width:610px;}
.jp_info_two li{width:260px;height:66px;border-right:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;padding:20px;float:left;}
.jp_info_two li.last0 {border-right:0px; }
.jp_info_two p{line-height:18px;height:36px;overflow:hidden;width:259px;margin-top:10px;}
.jp_info_two h3 a{color:#444;}.jp_info_two a{color:#999;}.jp_info_two a:hover{color:#b01221;}