.content_details{
	padding: 0;
}
.content_details img{
	width: 100%;
}
.case_tab1{
	padding: 40px 0;
}
.case_tab1 .case_p{
	height: 90px;
    padding: 20px;
   background:#1c82d7;
}
.case_tab1 .case_tu .case_p .col-md-3 i{
	font-size: 45px;
    color: #fff;
    line-height: 50px;
}
.case_tab1 .case_tu{
	color: #fff; 
	text-transform: uppercase;
}
.case_tab1 .case_tu p{
	font-weight: bold;
    font-size: 14px;
    background: #1c82d7;
}
.case_tab1 .case_tu .case_ul{
	padding: 0;
}
.case_tab1 .case_tu ul{
	padding: 20px 0 44px 0;
	border: 1px solid #e0e0e4;
	background-color: #f7f7f9;
}
.case_ul .nav-tabs li a:before{
	content: "";
    position: absolute;
    width: 5px;
    height: 41px;
    left: 4px;
    background: #f7f7f9;
    z-index: 99999;
    top: 0px;
}
.case_tab1 .case_ul .nav-tabs  li a:hover,.case_tab1 .case_ul .nav-tabs > li.active > a,.case_tab1 .case_ul .nav-tabs > li.active > a:hover,.case_tab1 .case_ul .nav-tabs > li.active > a:focus {
	color: #fff;
	border-radius: 0;
	border:none;
    width: 100%;
    background-color: #1c82d7;

}
.case_tab1 .case_tu ul li{
	width: 100%;
	color: #000;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e0e0e4;
    font-weight: bold;
    letter-spacing: 2px;
}
.case_tab1 .case_tu ul li a{
	margin-right: 0px;
	border:none;
	margin-top: 1px;
}
.case_title{
	position: relative;
    height:60px;
    padding-top: 15px;
    border-bottom: 1px solid #dde0e2;
}
.case_title h4{
	font-size: 16px;
    border-bottom: 1px solid #1c82d7;
    display: inline-block;
    color: #111111;
    font-weight: bold;
    line-height: 44px;
    margin: 0;
}
.case_title  .case_position {
    position: absolute;
    line-height: 73px;
    height: 73px;
    right: 0px;
    top: 0px;
    color: #8a8c8e;
    padding-left: 15px;
}
.right_des {
    margin-top: 20px;
}
.nopadding {
    padding: 0;
}
.right_des .pro_box {
    padding: 20px 20px 0 20px;
}
.right_des .pro_box>a {
    display: block;
    box-shadow: 0px 0px 1px 1px #ccc;
}
.right_des .pro_box img {
    width: 100%;
    margin: auto;
}
.right_des .pro_box h3 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    color: #333;
    background-color: #f7f7f9;
    text-align: center;
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline-color: #d5d5d5;
    outline-offset: 0px;
    outline-width: 1px;
    outline-style: solid;
}
@media (max-width: 1024px){
	.case_tab1 .case_p {
	    height: 90px;
	    padding: 20px 0px;
	    background: #1c82d7;
	}
}
 @media (max-width: 800px),(max-width: 768px) {
	.case_tab1 .case_p {
	    display: none;
	}
	.case_tab1 .case_tu ul {
	    padding: 20px 0;
	}
	.case_tab1 .case_tu ul li {
	    width: 22%;
	    margin-right: 15px;
	}
}
@media (max-width: 767px){
	.case_tab1 {
	    padding: 15px;
	}
	.case_tab1 .case_tu ul {
	    padding: 15px 0;
	}
	.case_tab1 .case_tu ul li {
	    width: 40%;
	}
}
