/*----------------strat产品介绍----------------------*/
#myCarousel .carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 10px;
    border: 1px solid #1c82d7;
    border-radius: 10px;
}
#myCarousel .carousel-indicators .active {
    width: 30px;
    height: 12px;
    margin: 0;
    background-color: #1c82d7;
}
.tab1{
    margin: 30px 0 15px 0;
    color: #666;
}
.wisdom_tradition {
    text-align: center;
    margin: auto;
    padding-bottom: 2em;
}
.tradition_content {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.wisdom_tradition .tradition_content h3 {
    text-align: center;
    font-size: 18px;
    color: #4e4a4a;
    font-weight: normal;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    font-weight: 600;
}
.wisdom_tradition .tradition_content p{
	line-height: 25px;
}
.wisdom_tradition .tradition_content .index_xuan .fa{
    width: 82px;
    height: 82px;
    border: 1px solid #1c82d7;
    margin: 0 auto 30px auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 55px;
    -webkit-border-radius: 55px;
    text-align: center;
    font-size: 45px;
    line-height: 82px;
    color: #1c82d7;
}
.wisdom_tradition .tradition_content .index_xuan:hover .fa{
    border: 1px solid #000;
    transform:rotateY(180deg);
    color: #000;
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
}
/*----------------产品介绍end----------------------*/

/*-----------------新闻动态-------------------------*/
.tab2{
	background-color: #f8fcff;
	padding: 30px 0;
}
.tab2 .tab2_offset1,.tab3 .tab2_offset1{
	margin-left: 4%;
	margin-bottom: 5px;
}
.do_news{
    font-size: 17px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.do_new a{
	color: #333;	
}
.do_new a:hover{
	color: #337ab7;
}
.do_con{
    font-size: 14px;
    line-height: 1.47em;
    text-align: left;
    color: rgb(153, 153, 153);
}
.do_content{
    font-size: 14px;
    width: 100%;
    color: #666666;
    text-align: left;
    line-height: 30px;
    height: 120px;
}
.do_new .do_con .news_one_btn{
    text-align: right;
    padding-bottom: 20px;
}
.do_new .do_con .news_one_btn a{
    width: 120px;
    height:35px;
    color: #ed6100;
    font-size: 15px;
    border: 1px solid #ed6100;
    background-color: #fff;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
}
.news_one_btn{
	color: rgb(237, 97, 0);
}
.do_new .do_con .news_one_btn a:hover{
	background:#ed6100;
	color: #fff; 
}
.do_new{
    padding-top: 5%;
}
.new{
    overflow: hidden;
}
.new img{
    display: block;
    transition: all 1s;
}
.new img:hover{
    visibility: visible;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
    transform: scale(1.2);
}
/*----------------工程案例----------------------------*/
.tab3{
	margin: 30px 0;
}

.tab3 .media .media-heading{
	margin-bottom: 1em;
    color: #333333;
}
.tab3 .media span{
	font-size: 15px;
    line-height: 40px;
    color: #666666;
    height: 288px;
}
.tab3 .media .media-object{
	width: 100%;
}
#myCarouse2 .carousel-indicators li{
	border: 1px solid #2695ff;
}
#myCarouse2 .carousel-indicators .active{
	background: #2695ff;
}
.tab3 .container .media .carousel-indicators{
	    position: absolute;
	    bottom: -15px;
	    margin-left: -33%;
	}
/*-----------多媒体查询--------------------------*/
@media screen and (max-width: 1024px) {
	.tab2 .tab2_offset1,.tab3 .tab2_offset1{
		margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.tab2 .tab2_offset1,.tab3 .tab2_offset1{
		margin-left: 0;
	}
    .do_content{
        height: 100px;
    }
    .new img {
        width: 100%;
    }
	.tab1 .wisdom_tradition .tradition_content h3 {
	    font-size: 16px;
	    margin: 0 0 10px 0;
	}
	.tab1 .wisdom_tradition .tradition_content p{
		font-size: 13px;
	}
	.navbar-default .navbar-nav > li > a {
	    padding: 0 25px;
	}
	.tab3 .media span{
		font-size: 15px;
	    line-height: 40px;
	    color: #666666;
	    height: 155px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	.tab3 .container .media .carousel-indicators {
	    bottom: -5px;
	}
}
@media screen and (max-width: 767px) {
    .do_new .do_con .news_one_btn a{
        margin-top: 0;
    }
}