a:active {
    outline: 0
}

a:hover {
    outline: 0;
    color: #e13911;
    text-decoration: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.'
}

section {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.in_khal .gund li {
    float: left;
    width: 280px;
    overflow: hidden;
    margin: 10px;
    background: #fbfbfb;
    transition: all .4s
}

.in_khal .gund li .pic {
    display: block;
    overflow: hidden
}

.in_khal .gund li .pic img {
    width: 310px;
    height: 310px;
    transition: all .4s
}

.in_khal .gund li .pic img:hover {
    transform: scale(1.1)
}

.in_khal .gund li .info {
    transition: all .4s;
    padding: 10px 20px;
    overflow: hidden
}

.in_khal .gund li .info .bt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0
}

.in_khal .gund li .info p {
    display: block;
    overflow: hidden;
    color: #666;
    height: 72px
}

.in_khal .gund li:hover {
    background: 0 0;
    box-shadow: 0 0 5px #ddd
}

.in_khal .gund .next, .in_khal .gund .prev {
     width: 45px;
    height: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 65%;
    margin-top: -42px;
    background-color: #fa9507;
	border-radius:50%;
}

.in_khal .gund .next:hover, .in_khal .gund .prev:hover {
    background-color: #777
}

.in_khal .gund .prev {
    left: -65px;
    background-image: url(../images/icon_pn1l.png); top:180px;
}

.in_khal .gund .next {
    right: -65px;
    background-image: url(../images/icon_pn1r.png); top:180px;
}

.in_khal .but {
    width: 100%;
    text-align: center;
    overflow: hidden
}


.in_khal_til {
    text-align: center;
    margin-top: 40px
}

.in_khal_til ul {
    display: inline-block
}

.in_khal_til ul li {
    float: left;
    width: 222px;
    height: 98px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
	background:#fff; margin-left:10px;
}

.in_khal_til ul li.active {

    color: #000;
	border-bottom:#7cc9f1 2px solid;
	background:#fff;

}