@charset "utf-8";
/* CSS Document */

section.counts{
    background-color: #3b3b3b;
}
section.counts .list{
    text-align:center;
}
section.counts .list .item{
    display: inline-block;
    vertical-align: middle;
    height: 59px;
    margin:0px auto;
}
section.counts .list .item:last-child{
    float:right;
	padding-right:70px;
}
section.counts .list .item:first-child{
    float:left;
	padding-left:70px;
}
section.counts .list .item p{
    color: #808080;
    line-height: 45px;
    font-size: 30px;
    margin: 0px;
}
section.counts .list .item p .numb{
    color: #4ebd4a;
    line-height: 59px;
    font-size: 30px;
}
section.pluses{
    padding: 10px 0px;
}
section.pluses .row{}
section.pluses .row > div{
    padding-left: 80px;
    position: relative;
    margin: 27px 0px;
    margin-top: 32px;
    margin-bottom: 22px;
}
section.pluses .row > div > span{
    position: absolute;
	font-size: 55px;
    width: 55px;
    height: 55px;
    left: 15px;
    top: 0px;
}
section.pluses .row > div:hover > span span,
section.pluses .row > div:hover p.cap{
    color: #4EBD4A;
}
section.pluses .row > div > span span{
    position: absolute;
    left: 0px;
}
section.pluses .row > div p{
    font-size: 13px;
}
section.pluses .row > div p.cap{
	color: #337ab7;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
section.pluses .row > div:hover{}
section.pluses .row > div:hover p.cap{}
section.pluses .row > div:hover span{
}

.indxSelect{
	width: 160px;
	height: 25px;
	padding: 2px;
}
.indxSelectSmall{
	width: 70px;
	height: 25px;
	padding: 2px;
}
.line_cars{
    background-color: #f6f6f6;
    text-align: left;
}

.line_cars .container{}
.line_cars .container .list{
    height: 106px;
    overflow: hidden;
    position: relative;
}
.line_cars .container .list .show_more{
    font-size: 10px;
    line-height: 44px;
    margin-top: 16px;
}
.line_cars .container .list.open .show_more{
    /* font-size: 10px; */
    /* top: 53px; */
    /* bottom: inherit; */
    /* height: 20px; */
    /* right:15px; */
    /* height: auto; */
    /* line-height: 16px; */
}
.line_cars .container .list .item{
    display: inline-block;
    vertical-align: middle;
    margin: 0px -3px;
    text-align: center;
    cursor: pointer;
    padding: 22px 11.5px;
    vertical-align: bottom;
}
.line_cars .container .list .item:hover{
    background-color:#fff;
}
.line_cars .container .list .item span[class^="icon-"],
.line_cars .container .list .item span[class*=" icon-"],
.line_cars .container .list .item img{
    font-size: 20px;
    display: block;
    color: #3e3e3e;
    /*height: 18px;*/
    width:40px;
    margin:0 auto;
    text-align: center;
    margin-bottom: 10px;
}
.line_cars .container .list .item span.cap{
    margin-top: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #3e3e3e;
    height: inherit;
}
.line_cars .container .list .item span.cost{
    font-size: 11px;
    display: block;
    color: #8f8f8f;
    line-height: 16px;
    margin-top: -4px;
    height: inherit;
}
.line_cars .container .list .item:hover span,
.line_cars .container .list .item:hover span.cap,
.line_cars .container .list .item:hover span.cost{
    color: #ff5252;
}	
.pcap{
	color: #337ab7;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.selectFOV{
    text-align:center;
    padding:10px;
    background-color:#B5B5B5;
    border: 2px #929292 solid;
    font-weight:bold;
    cursor: pointer;
}
.selectFOV:hover{
    text-align:center;
    padding:10px;
    background-color: #20b523;
    border: 2px #929292 solid;
    font-weight:bold;
    cursor: pointer;
}
.selectFOV:active{
    text-align:center;
    padding:10px;
    background-color: #b50024;
    border: 2px #929292 solid;
    font-weight:bold;
    cursor: pointer;
}
.indxLabelSearch{
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
}

section.counts{
    background-color: #3b3b3b;
}
section.counts .list{
    text-align:center;
}
section.counts .list .item{
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    margin:0px auto;
}
section.counts .list .item:last-child{
    float:right;
}
section.counts .list .item:first-child{
    float:left;
}
section.counts .list .item p{
    color: #808080;
    line-height: 70px;
    font-size: 24px;
    margin: 0px;
}
section.counts .list .item p .numb{
    color: #4ebd4a;
    line-height: 50px;
    font-size: 34px;
}