.tab-img:after,
.tab-img:before,
.tab-img,
.tab-img h5{
    -webkit-transition:all 0.25s linear;
    -moz-transition:all 0.25s linear;
    -ms-transition:all 0.25s linear;
    -o-transition:all 0.25s linear;
    transition:all 0.25s linear;
}



.list {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 50%;
}
.list > li {
    color: #014fa0;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    width: 100%;
}
.list > li:last-child{margin:0}
.list > li:before{
    content:"\f0a9";
    color:#014fa0;
    font-family: fontawesome;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

.proh6{
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; 
    font-weight: 400; 
    font-size: 16px; 
    line-height: 28px;
    font-weight: 500; 
    
}

.tabs {
    display: table;
    float: left;  
} 
.tabs .nav.nav-tabs {
    border: 0 none;
    vertical-align: middle;
}
.tabs .tab-content {
    padding-left: 20px;
}
.tabs .nav.nav-tabs li {
    margin: 0 0 30px;
    padding: 0 15px;
    width: 46%;
}

.tabs .nav.nav-tabs li a {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.tab-img {
    float: left;
    position: relative;
    width: 100%;    
}
.tab-img > img{width:100%}
.tab-img h5 {
    color: #fff;
    font-family: montserrat;
    font-size: 22px;
    font-weight: 700;
    left: 0;
    margin: 0;
    padding:0 20px 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;    
    opacity:1;
}
.active .tab-img h5{
    opacity:1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tab-img h5:before{
    background: rgba(0, 0, 0, 0) url("../images/icon16.png") no-repeat scroll center center;
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity:0;    
}
.tab-img:before {
    background: black none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.active .tab-img:before{
    opacity:0.5;
    background-color:#075ead;
}
.active .tab-img h5:before{
    opacity:1;
}
.tab-img:after{
    border: 1px dashed #fff;
    content: "";
    height: 100%;
    width: 100%;
    opacity:0.5;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
}
.active .tab-img:after{opacity:1}
.active .tab-img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}

.tab-detail {
    float: left;
    width: 100%;
}
.tab-detail > span {
    float: left;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
    text-align: center;
    width: 80px;
    border-radius: 50%;
    background-color:#075ead;
}
.tab-detail > h5 {
    color: #313131;
    float: left;
    font-family: montserrat;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}
.tab-detail > p {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.tab-detail .dotted-btn {
    float: left;
    margin-top: 20px;
}