@charset "utf-8";
.selete_color a{
	color: #E0027D!important;
}
html,body{
	font: 16px "微软雅黑"; "\5b8b\4f53",Arial,sans-serif,Helvetica;
	color: #333;
}
.container {
	width: 1310px !important;
	max-width: none !important;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; 
}
.list-group-item:first-child {
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
}
.list-group-item {
	background-color: #fcfcfc;
    border: 0; 
}
.container a{
	text-decoration: none;
}
.img-effect{
	overflow: hidden;
}
.img-effect img{
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	margin-top: 0;
}
.img-effect img:hover{
    -moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.form-control:focus {
    border-color: #786e91;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(121, 109, 145);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(121, 109, 145);
}
.nav > li.qxn_lg > a:focus, .nav > li.qxn_lg > a:hover {
    text-decoration: none;
    background-color: #fff;
}
