﻿ 


 

.layouts {
	width:1200px;
	margin:0 auto;
	position:relative;
}


.radio_a {
    position: relative;
    display: inline-block;
    width:auto;
    margin-right:10px;
	margin-bottom:10px;
}
.radio_a input {
    z-index: 2;
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    opacity: 0; 
    cursor: pointer;
}
.radio_a label {
	position: relative;
	display:block;
    height:28px;
    padding:0 8px;
    line-height:28px;
    cursor: pointer;
    white-space:nowrap;
    border:1px solid #eee;
}
.radio_a input:checked + label:after {
    content: '';
    width:100%;
    height:28px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/bgcolor_03.png) no-repeat right bottom;
    border:1px solid #0068b7;
}

/* 获取价格和方案 */
.jia_ge {
	padding:20px 0 20px;
}
.jia_tab .tab {
	float:left;
	display:inline-block;
	width:150px;
	height:50px;
	margin-right:1px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	line-height:50px;
	text-align:center;
	background-color:#c8c8c8;
}
.jia_tab .tab.on {background-color:#0068b7;}
.jia_ge .title {
	padding:0 0 20px;
	font-size:20px;
	color:#333;
	border-bottom:1px solid #eee;
}
.jia_ge .form {
	padding:20px 0 20px;
}
.jia_ge .left_s {
	float:left;
	width:840px;
	padding:20px 0 0 80px;
	background-color:#fff;
	margin-bottom:20px;
}
.jia_ge .left_s .each {
	margin-bottom:16px;
}
.jia_ge .left_s .label {
	float:left;
	width:100px;
	font-size:16px;
	color:#0068b7;
	line-height:40px;
	text-align:right;
}
.jia_ge .left_s .h30 .label {
	line-height:30px;
}
.jia_ge .left_s .input_w {
	margin-left:135px;
	line-height:40px;
}
.jia_ge .left_s .h30 .input_w {
	line-height:30px;
}
.jia_ge .left_s .input_text {
	width:300px;
	height:44px;
	padding:0 10px;
	border:1px solid #ebebeb;
}
.jia_ge .left_s .tips {
	font-size:14px;
	color:#999;
}
.jia_ge .left_s .submit_w {
	padding-left:135px;
}
.jia_ge .left_s .input_submit {
	width:130px;
	height:45px;
	font-size:14px;
	color:#fff;
	line-height:45px;
	text-align:center;
	background-color:#0068b7;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.jia_ge .right_s {
   float:right;
   width:325px;
   padding:20px;
   background-color:#fff;
}
.jia_ge .right_s .each {
	margin-bottom:20px;
	line-height:1.8;
}
.jia_ge .right_s .label {
   float:left;
   width:100px;
   font-size:16px;
   color:#999;
   text-align:right;
}
.jia_ge .right_s .r_con {
	margin-left:120px;
	margin-bottom:20px;
}