﻿.subtitle{
width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;	
}
.subtitle span.catname {
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
}
.subtitle span.xian {
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #183883;
    left: 0;
    bottom: 0;
}
.caselist .btn {
	overflow: hidden;
	width: 85%;
	height: 35px;
	bottom: 26px;
	left: 32px;
	margin: 0 auto;
	border-radius: 35px;
	border: 1px solid #E2E2E2;
	font-size: 14px;
	margin-bottom: 15px;
}

.caselist .btn a {
	width: 50%;
	display: block;
	float: left;
	line-height: 35px;
	text-align: center;
	box-sizing: border-box;
	color: #666;
}

.caselist .btn a:nth-child(1) {
	border-right: 1px solid #e2e2e2;
}
.caselist:hover .btn a:nth-child(1){
    background: #EB6100;
    color: #fff;
}

/*报价开始*/
/****定制报价工具***/	
	.baojia_box{
		background: url(../image/baojia.jpg) center center;
		width: 100%;
		height: 770px;
		background-color:#000;
		overflow: hidden;
	}
	.baojia_gongju{
		width: 1200px;
		height: 520px;
		margin: 0 auto;
		margin-top: 160px;
		background: rgba(255, 255, 255, 0.97);
	}
	.con_bj_cal {
		position: relative;
		width: 677px;
		/*padding: 15px 40px 30px;*/
		border-right: 1px solid #eee;
		float: left;
	}
	.con_bj_cal h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.calputer_tit span {
		margin-left: 10px;
		color: #e0661f;
		font-size: 14px;
		font-weight: normal;
	}
	
	.bj_form {
	    margin-left:30px;
		width: 600px;
		font-size: 14px;
		overflow: hidden;
		margin-bottom: 20px;
		position: relative
	}
	.mod_form .form_line {
		zoom: 1;
		overflow: hidden;
	}
	.bj_form .label {
		font-size: 16px;
		color: #333;
		text-align: left;
		margin-left: 0;
	}
	.mod_form .label {
		width: 100px;
		padding-right: 8px;
		float: left;
		text-align: left;
		line-height: 34px;
	}
	.label_start {
		float: right;
		font-size: 24px;
		color: #fe5f00;
		font-family: Arial;
		margin-top: 5px;
	}
	.bj_form .element {
		width: 265px;
		position: relative;
	}
	.bj_form .area_text {
		width: 223px;
		padding: 7px 20px 7px 10px;
	}
	.mod_form .element {
		width: 75.4%;
		float: left;
		margin-left: 20px;
	}
	
	.mod_form .unit{
		color: black;
		position: absolute;
		top: 6px;
		left: 350px;
	}
	
	/****单选框****/
	.elements input {
		border: 0;
		width: auto;
		height: 100%;
		padding-left: 40px;
		box-sizing: border-box;
		background: transparent;
		display: none;
	}
	
	
	.elements label input[type="radio"]:checked + i {
		background: #EB6100;
		color: #fff;
	}
	
	.elements label i {
		font-size: 18px;
		font-style: normal;
		display: inline-block;
		width: 21px;
		height: 21px;
		text-align: center;
		line-height: 21px;
		color: #dcdcdc;
		vertical-align: middle;
		margin: -2px 2px 1px 0px;
		border: #a5a5a5 1px solid;
		margin-right: 10px;
		border-radius: 6px;
	}
	.elements{
		margin-left: 8px;
		overflow: hidden;
		float: left;
		width: 80%;
		padding-top: 10px;
	}
	.elements label{
		float: left;
		margin-right: 25px;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.elements label:nth-child(4){
		margin-right: 0px;
	}
	.bj_form:nth-child(5){
		margin-bottom: 10px;
	}
	.bj_form .tip{
		color: #666;
		font-size: 14px;
	}
	
	
	/***按钮***/
	.ico-line-btn {
		background: url(/skin/images/ico-line-btn.png) no-repeat;
		top: 180px;
		z-index: 9;
	}
	
	.calc-btn {
		position: absolute;
		top: 205px;
		right: -46px;
		display: block;
		width: 90px;
		height: 90px;
		background: #ff6d15;
		-webkit-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 45px;
		z-index: 15;
	}
	
	.calc-btn em {
		display: block;
		font-size: 16px;
		color: #fff;
		width: 44px;
		height: 44px;
		margin: 20px auto 0;
		text-align: center;
		font-style: normal;
	}
	
	.ico-line-btn {
		width: 140px;
		height: 140px;
		right: -71px;
		display: block;
		position: absolute;
	}
	
	.circle-animate {
		position: absolute;
		top: 195px;
		right: -56px;
		width: 110px;
		height: 110px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #fdcc9a;
		z-index: 12;
		-webkit-animation: scale-three2 1.5s ease infinite;
		-moz-animation: scale-three2 1.5s ease infinite;
		-o-animation: scale-three2 1.5s ease infinite;
		animation: scale-three2 1.5s ease infinite;
		animation-fill-mode: both;
	}
	
	@keyframes scale-three2 {
		0% {
			transform: scale(1);
			opacity: .8
		}

		100% {
			transform: scale(1.3);
			opacity: 0
		}
	}
/***右侧价格***/
.con_bj_res {
    width: 340px;
    padding: 70px 50px 0 0;
    color: #333;
    font-size: 14px;
	float: right;
}
.bj_res_t {
    line-height: 35px;
    font-size: 20px;
	text-align: center;
	height: 75px;
}
.bj_res_t b {
    font-size: 28px;
    margin: 0 12px;
    display: inline-block;
    font-weight: 400;
    color: #f36f20;
	text-align: center;
}
.bj_res_ul {
    padding: 22px 0;
    margin: 26px auto 0;
    border: 1px solid #ddd;
}
.bj_res_ul li{
    height: 40px;
    line-height: 40px;
}
.bj_res_ul li span {
    float: left;
    width: 45%;
    height: 40px;
    text-align: right;
    font-size: 14px;
}
.bj_res_ul li strong {
    float: left;
    width: 50%;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
}
.bj_res_ul li strong em {
    display: inline-block;
    width: 55px;
    font-style: normal;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
	text-align: center;
}
.clear:after {
    display: block;
    clear: both;
    content: "\0020";
    visibility: hidden;
    height: 0;
}
.bj_res_con .tip {
    margin-top: 20px;
}
.bj_res_con .tip p{
    line-height: 27px;
    color: #999;
}		
/***播放按钮处理***/
.pausecenterchlyuufiqfqt{
    left: 355px!important;
    top: 225px!important;
}

/*手机报价*/
.baojia_shenqi {
    background: url(/skin/images/baojia_bj.webp) no-repeat center top;
    background-size: 100%;
    margin-bottom: 0.3rem;
    overflow: -webkit-paged-x;
    padding-top: 0.8rem;
}

.baojia_shenqi .baojia_c {
	border-radius: 0.5rem;
	background: #fff;
	width: 93%;
	margin: 0 auto;
	margin-top: 0.5rem;
	box-shadow: 0px 0px 10px #999999;
}

.baojia_shenqi .youshi_title h2,
.baojia_shenqi .youshi_title span {
	color: #fff !important;
}

.baojia_c table {
	width: 95%;
	margin: 0 auto;
	margin: 0.5rem auto;
}

.baojia_c table tr {
	display: inline-block;
	margin-bottom: 0.3rem;
	width: 100%;
}

.baojia_c table tr td {
	float: left;
}

.baojia_c table tr td:nth-child(1) {
	text-align: center;
	width: 25%;
	line-height: 0.65rem;
	font-weight: bold;
	color: #333;
}

.baojia_c table tr td:nth-child(2) {
	width: 75%;
	color: #666;
}

.baojia_c table tr td:nth-child(2) label {
	width: 33.33333333%;
	display: block;
	float: left;
	padding: 0.1rem 0;
}

.baojia_c table tr td:nth-child(2) #dr_xuqiumianji {
	height: 1rem;
	border-radius: 0.3rem;
	border: 1px solid #dedede;
	padding: 0 0.2rem;
	width: 55%;
}

.baojia_c table tr td:nth-child(2) #dr_shoujihaoma {
	height: 1rem;
	border-radius: 0.3rem;
	border: 1px solid #dedede;
	padding: 0 0.2rem;
	width: 93%;
}

.baojia_c table tr:nth-child(4) td:nth-child(1),
.baojia_c table tr:nth-child(5) td:nth-child(1) {
	line-height: 1rem;
}

.baojia_c table tr td #callBtns {
	width: 95%;
	height: 1.1rem;
	border: 0;
	background: #EB6100;
	color: #fff;
	font-size: 0.4rem;
	border-radius: 0.6rem;
	margin: 0 auto;
	margin-top: 0.2rem;
	display: block;
	line-height: 1.1rem;
}

.baojia_c label i {
	/*font-size: 0.35rem;
	font-style: normal;
	display: inline-block;*/
	width: 0.35rem;
	height: 0.35rem;
	text-align: center;
	line-height: 0.35rem;
	color: #FFF;
	vertical-align: middle;
	margin: -2px 2px 1px 0px;
	border: #E8B830 1px solid;
	margin-right: 0.1rem;
}

.baojia_c input[type="radio"] {
	display: none;
}

.baojia_c input[type="radio"]:checked+i {
	background: #EB6100;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*报价结束*/	