.header .nav a {
    color: #0f6bb0;
}
.header .nav span {
    background: #0f6bb0;
}
.flexslider {
	height: 400px;
	margin-top: 83px;
}
.slides li {
	height: 400px;
}
.content {
	margin-top: 90px;
	margin-bottom: 90px;
}
.content img {
	max-width: 100%;
}
.content .banner h1{
	margin-top:226px;
	line-height: 48px;
	font-size: 48px;
	color: #fff;
	margin-bottom:10px;
}
.content .banner p {
	line-height: 38px;
	font-size: 18px;
	color: #fff;
}
.content .container {
	min-width: 1170px;
}
.content .container .content_left{
	float: left;
	width: 850px;
	height: 580px;
}
.content .container .content_right{
	float: right;
	width: 320px;
	background: #F7F7F7;
}
.content_right ul li {
	position: relative;
	height: 90px;
	padding-left: 20px;
	padding-right: 20px;
}
.content_right ul li.select {
	border-right: 6px solid #0F6BB0;
}
.content_right ul li.select h1 {
	color: #0060D8;
}
.content_right ul li h1{
	padding-top: 11px;
	padding-bottom: 1px;
	line-height: 26px;
	font-weight: bold;
	font-size: 16px;
	color: #5D5D5D;
}
.content_right ul li button {
	background: transparent;
	outline: none;
	border: none;
	text-align: left;
}
.content_right ul li span {
	line-height: 12px;
	font-size: 12px;
	color: #828282;
}
.content_right ul li span + span {
	position: absolute;
    right: 26px;
    line-height: 17px;
}
.content .buttons {
	width: 320px;
	height: 40px;
	font-size: 0;
	color: #5D5D5D;
	text-align: center;
}
.content .buttons .btn_left {
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #CECECE;
	background: #FFFFFF;
}
.content .buttons .btn_right {
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #CECECE;
	background: #FFFFFF;
}
.content .buttons .btn_left a, .content .buttons .btn_right a{
	display: block;
	width: 550px;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 750px) {
	
}