.banner {
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 303px;
    background: url("../images/bannerBg.jpg") center center no-repeat;
    overflow: hidden;
}

.banner .banner-list {
    position: relative;
    left: 0;
    top: 0;
    height: 303px;
    overflow: hidden;
}

.banner-list .banner-arrow-btn {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99;
    margin-top: -25px;
    display: block;
    background: url("./img/arrow_left.png") center center no-repeat;
    width: 50px;
    height: 50px;
}

.banner-list a.right{ background: url("./img/arrow_right.png") center center no-repeat;}

#next {
    left: auto;
    right: 0;
}

.banner-list ul {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.banner-list ul:after,.select-btn ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.banner-list ul li {
    width: 1000px;
    float: left;
}

.banner-list ul li img { width: 100%;}

#banner-btn {
    position: absolute;
    left: 62%;
    bottom: 20px;
    z-index: 9;
    padding: 4px 5px;
    border-radius: 10px;
    background-color: #e3f8ff;
    background-color: rgba(255,255,255,.4)!important;
    *background-color: #e3f8ff;
    filter: alpha(opacity: 65);
}

#banner-btn li {
    float: left;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border: 1px solid #c3c3c3;
    background-color: #e3f8ff;
    background-color: rgba(255,255,255,.3)!important;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    cursor: pointer;
}

#banner-btn li.on {
    background-color: #ff9780 !important;
}

.select-btn {
    background-color: #fff;
    padding: 20px 0;
}

.select-btn ul {}

.select-btn ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.select-btn ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #757a7a;
}

.select-btn ul li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
	transform: scale(.8);
    -ms-transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
}

.select-btn ul li img:hover {
	transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
}

.content { background-color: #fff;}

.content-left {
    width: 510px;
    float: left;
    background-color: #eaebeb;
}

.content-left img {
    display: block;
    margin-bottom: 8px;
}

.content-left .why-left {
    padding-left: 8px;
    padding-top: 8px;
    float: left;
}

.content-left .why-right {
    float: right;
    padding-top: 8px;
    padding-right: 8px;
}

.pos-rel span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 98%;
    height: 28px;
    line-height: 28px;
    text-align: left;
    padding-left: 2%;
    background: url("./img/bg.png") center center no-repeat;
    color: #fff;
}

.pos-rel span.bg2 { background: url("./img/bg2.png") center center no-repeat;}

.content-right {
    width: 470px;
    float: right;
}

.content-right ul {
    padding: 10px;
    line-height: 28px;
}

.content-right ul li {
    border-bottom: 1px dashed #666666;
    padding: 5px 0;
}

.content-right ul li a {
    display: block;
    color: #757a7a;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .title {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #e3f8ff;
    color: #888;
    font-size: 16px;
}

.title a {
	display: inline-block;
	line-height: 30px;
	float: right;
	margin-right: 10px;
	color: #169bd5;
}

.common_question { margin-top: 10px;}

.question_list { padding: 0 15px 20px;}

.question_list li{
    line-height: 38px;
    border-bottom: 1px dashed #ccc;
}

.question_list li a{ color: #757a7a;}