﻿@charset "utf-8";
/************************清除浏览器默认样式****************************/
*{
  margin: 0;
  padding: 0;
}
ul, ol, li { list-style: none; }
.clb{clear:both;}
.fl{float:left;}
.fr{float:right;}
img{border:0;
    vertical-align:middle;
}
.red{color:#d20201;
}
.bold{font-weight:bold;
}
a{font-size:12px;
   color:#000000;
   text-decoration:none;
}
a:hover{color:#FF0000;
        text-decoration:underline;
}
body{ font-family:"微软雅黑"; font-weight:normal;font-size:12px;}


#introduction_container{
	                    width:100%;
						background-color:#ededed;
						overflow:hidden;
						padding-bottom:15px;
}
/*当前位置*/
#introduction_01{width:1000px;
                 margin:0 auto;
				 text-align:left;
				 overflow:hidden;
}
#introduction_01 li{
	                float:left;
					margin-right:15px;
					height:60px;
					line-height:60px;
					font-size:14px;
}

#introduction_02{width:1000px;
                 margin:8px auto;
}
/*左侧导航*/
#introduction_02_left{width:226px;
                      height:520px;
					  float:left;
					  margin-top:4px;
					  background:url(../images/introduction_02_left_bg.png) no-repeat;
}
#introduction_02_left h3{
	                        width:200px;
							height:50px;
							line-height:50px;
							display:block;
							text-indent:50px;
							font-size:18px;
							font-weight:normal;
							color:#000000;
}
#introduction_02_left ul{
	                     width:180px;
						 margin:0 auto;
}
#introduction_02_left ul li{
	                        width:180px;
							height:31px;
							margin:8px 0px;
}
#introduction_02_left ul li a{
	                          text-decoration:none;
							  display:block;
							  width:180px;
							  height:31px;
							  line-height:31px;
							  font-size:14px;
							  color:#000000;
							  font-weight:normal;
							  text-indent:58px;
							  letter-spacing:2px;
							  background:url(../images/introduction_02_left_ul_li_a_bg.jpg) 0px 31px;
}
#introduction_02_left ul li a.select,
#introduction_02_left ul li a:hover{
	                                background:url(../images/introduction_02_left_ul_li_a_bg.jpg);
									color:#ffffff;
									text-decoration:none;
}

/*右侧内容*/							
#introduction_02_right{ width:766px;
                        float:right;
						background:url(../images/introduction_02_right_bg03.jpg) repeat-y;
						overflow: hidden;
}
#introduction_02_right_01{
	                      width:766px;
						  height:41px;
						  background:url(../images/introduction_02_right_bg01.jpg) no-repeat;
}
#introduction_02_right_01 h3{
	                         font-size:18px;
							 font-weight:bold;
							 color:#444444;
							 text-indent:30px;
							 line-height:41px;
							 letter-spacing:2px;
}
#introduction_02_right_02{
	                      width:766px;
						  height:20px;
						  background:url(../images/introduction_02_right_bg02.jpg) repeat-y;
}
#introduction_02_right_02 h4{font-size:12px;
                              color:#ffffff;
							  font-weight:normal;
							  line-height:20px;
							  text-indent:30px;
}
#introduction_02_right_03{
	                      width:766px;
						  min-height:400px;
						  overflow: hidden;
}
.box01{width:706px;
       margin:0 auto;
	   padding-top:30px;
}
p{
  font-size:12px;
  color:#444444;
  font-weight:normal;
  line-height:26px;
  text-indent:2em;
}
#introduction_02_right_04{
	                      width:766px;
						  height:45px;
						  background:url(../images/introduction_02_right_bg04.jpg) no-repeat;
}

/****************************以上部分为公司简介****************************/



/*电力监控产品列表*/
.box_electric{width:716px;
       padding-top:20px;
	   margin:0 auto;
}
.electric{
	      width:716px;
		  padding:12px 0 12px 0;
		  border-bottom:#dedede 1px dotted;
		  overflow:hidden;
}
.electric_left{
	           width:160px;
			   float:left;
}
.electric_left img{
	               border:#ffffff 1px solid;
				   width:160px;
				   height:100px;
				   border-radius:6px;
}
.electric_right{
	            width:530px;
				float:right;
}
.electric_right h4 a{
	                 text-decoration:none;
					 font-size:14px;
					 color:#333333;
					 font-weight:bold;
}
.electric_right h4 a:hover{
	                       text-decoration:none;
						   color:#ff0000;
}
.electric_right p{
	              font-size:12px;
				  padding-top:8px;
				  font-weight:normal;
				  color:#333333;
				  line-height:25px;
				  text-indent:2em;
}
.electric_right span{
	                 display:block;
					 font-size:13px;
				     font-weight:normal;
				     color:#ff0000;
				     line-height:26px;
}


/*电力监控成功案例*/

.box_case{width:750px;
       padding-top:20px;
	   margin:0 auto;
}
.case{ 
    width:750px; 
    margin:0 auto;
	overflow:hidden;
	padding:0 0 0 15px;
}
.case li { 
    width:365px;
    float:left; 
    margin:30px 10px 0px 0px; 
    list-style-type:none;
	display:inline-block;
	overflow:hidden;
}
.case li img { 
    width:99px; 
    height:68px;
	float:left;
	margin-right:5px;
	border:0;
}
.case li span { 
    display:block; 
    width:260px;
	height:68px; 
	float:right;
    line-height:24px; 
    font-size:12px; 
    color:#333; 
    overflow:hidden;
}

/*电力监控详细内容页面class*/
.class_title{
	     width:706px;
		 text-align:center;
		 padding-bottom:12px;
		 border-bottom:#dedede 1px solid;
}
.class_title h1{
	        font-size:18px;
			font-weight:bold;
			color:#333333;
			letter-spacing:2px;
}

.class_infor{
	         width:706px;
			 text-align:left;
			 padding:16px 10px 12px 10px;
}
.class_infor span{
	              display:block;
				  height:40px;
				  line-height:40px;
				  letter-spacing:2px;
				  font-size:14px;
}
.class_infor p{
	           font-size:14px;
			   font-weight:normal;
			   color:#333333;
			   text-indent:2em;
			   line-height:26px;
}
.class_infor p img{
				   padding-top:25px;
				   padding-bottom:25px;
}