/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*周期服务*/
.e-serv{
width:1100px;
margin:0 auto;
}
.imgjs-t{
	margin:0 auto;
	display:block;
	padding-top:50px;
}
p.js-t{
	font-size: 18px;
	text-align:center;
	padding:20px 0px 80px;
}
.e-one img{
  margin:0 auto;
  display:block;
  padding-bottom:10px;
}
.e-one{
    text-align:center;
	font-size:16px;
	margin-bottom: 100px;
}
.e-one li{
   width:140px;
   padding-right: 0px;
   padding-left: 0px;
   padding-top: 25px;
   padding-bottom: 25px;
}
.e-one li:hover{
   background:#676182;
   cursor:pointer;
   color:#fff;
}

.e-one-two{
   width:100%;
   margin:20px 0px;
   text-align:center;
}
.e-one-two ul li{
   float:left;
   width:340px;
   box-shadow: 0 2px 5px rgba(11,3,6,0.1);
   border-radius:5px;
   margin:0px 10px;
} 
.e-one-two ul li:hover{
  box-shadow: 0 2px 5px rgba(11,3,6,0.2);
  }
.e-one-two ul li a img{
   margin:0 auto;
   padding-top:30px;
   height:140px;
   margin-bottom:30px;  
   transition: height 0.5s ease-in-out;
}
.e-one-two ul li a:hover img{
   height:160px;
}
.e-one-two ul li p{
   font-size:18px;
   color:#c83820
}
.e-one-two ul li span{
   width:80%;
   display:block;
   margin:0 auto;
   overflow:hidden;
   color: #333;
   font-size: 14px;
   margin-bottom: 20px;
}
.wenti{
    margin:80px 0px 60px;
    overflow: hidden;
   	background-image:url(../images/wenti-bg.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-size:100% 100%;

}


   /*标题*/
        h3.bt-title {
            color: #F2AE11;
            font-size: 1.3em;
            margin-bottom: 2em;
            text-align: center;
            font-weight: 500;
            line-height: 1.1;
        }
        h3.bt-title span {
            display: block;     /*设置为块级元素会独占一行形成上下居中的效果*/
            font-size: 1.6em;
            color: #212121;
			padding-top: 3px;
            position: relative;   /*定位横线（当横线的父元素）*/
        }
        h3.bt-title span:before, h3.bt-title span:after {
            content: '';                 /*CSS伪类用法*/
            position: absolute;         /*定位背景横线的位置*/
            top: 52%;        
            background: #0061b3;/*宽和高做出来的背景横线*/
            width: 17%;
            height: 2px;
        }
        h3.bt-title span:before{
            left: 22%;        /*调整背景横线的左右距离*/
        }
        h3.bt-title span:after {
            right: 22%;
        }

/*案例*/
    .e-case-con{
		width:1100px;
		margin:0 auto;
		text-align:center;
	}
#e-myTab{
	border-bottom: 1px solid #f2f2f2;
    background: #f2f2f2;
	margin-bottom: 15px;
}
#e-myTab > li {
    padding-top: 0px;
    padding-bottom: 0px;
	}
#e-myTab > li.active > a, #e-myTab > li.active > a:hover, #e-myTab > li.active > a:focus{
	color: #fff;
cursor: pointer;
background-color: #0364ff;
border: 1px solid #0364ff;
padding-left: 10px;
}	
#e-myTab > li > a {
    border-radius:  0;
	color:#333;
	font-size:16px;
}	
#e-myTab > li:hover, #e-myTab > li:focus{
	border-bottom: 0px solid #fff;
    background: #0364ff;
	color:#fff;
}	
#e-myTab > li > a:hover, #e-myTab > li > a:focus{
    background: #0364ff;
	color:#fff
}
#e-myTab > li > a:hover{
	border-color: #0364ff;
}	

.pro-list {
   width:340px;
   float:left;
   margin:10px 13px;
   background:#fff;
   text-align:center;
   transition: all 0.5s ease-in-out;
   position: relative;
}
.pro-list img{
   transition: all 0.5s ease-in-out;
   position: relative;
}
.pro-img{
   overflow:hidden
}
.pro-list:hover img{
   transform: scale(1.2);
    -webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
}	
.pro-list h4{
	
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	background:rgba(0,0,0,0.6);
	margin-top: 0px;
    margin-bottom: 0px;
	padding:10px 0px;
}	
.pro-list:hover h4{
		background:rgba(0,0,0,0.9);
		color:#0364ff
}
.pro-geng {
    float: right;
	color:#333;
    padding: 10px 15px;
    font-size: 16px;
}
.jifang-bg{
	overflow: hidden;
	margin:50px 0px 0px;
}
