body{
	background: #fff;
}
.baoj{
	overflow: hidden;
	width: 100%;
	height: 675px;
	background: url(/static/home/images/baoj-banner.jpg);
	background-size: cover;
	margin-bottom: 45px;
}

.baoj h3{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #ff6000;
	margin-top: 40px;
}

.baoj .content{
	width: 1150px;
	margin: 30px auto 0;
	background: rgba(255,255,255);
	border-radius: 5px;

}
.baoj .content>div{
	width: 50%;
}
.baoj .content .form {
	width: 50%;
	border-right: 1px solid #f2f2f2;
	padding: 30px 100px 35px 40px;
	box-sizing: border-box;
	position: relative;
}

.baoj .content .form p.tit {
	font-size: 30px;
	color: #ff6000;
	text-align: center;
}

.baoj .content .form span.tit {
	font-size: 14px;
	color: #666666;
	display: block;
	text-align: center;
	margin-top: 5px;
}

.baoj .content .form span.tit label {
	color: #ff6000;
}

.baoj .content .right {
	width: 50%;
}

.baoj .content .form .item {
	margin-top: 20px;
}

.baoj .content label {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	line-height: 43px;
}

.baoj .content label span {
	color: #ff0000;
	display: inline-block;
	margin-right: 5px;
}

.baoj .content .form input[type="text"] {
	width: 295px;
	height: 43px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	margin-left: 5px;
	color: #b7b7b7;
}
.baoj .content .form .mianji{
	position: relative;
}
.baoj .content .form .mianji span{
	position: absolute;
	top: 13px;
	right: 20px;
	font-size: 14px;
	color: #999;
}
.baoj .content .form .item p {
	font-size: 14px;
	color: #b9b9b9;
}

.baoj .content .form .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 94px;
	height: 94px;
	right: -47px;
}

.baoj .content .form .btn img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.baoj .content .form .btn span {
	position: absolute;
	opacity: .5;
	top: -7px;
	right: -7px;
	width: 108px;
	height: 108px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fdcc9a;
	z-index: 2;
	-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
	}
}

@-webkit-keyframes scale-three2 {
	0% {
		-webkit-transform: scale(1);
		opacity: .7
	}

	100% {
		-webkit-transform: scale(1.3);
		opacity: 0
	}
}

@-moz-keyframes scale-three2 {
	0% {
		-moz-transform: scale(1);
		opacity: .7
	}

	100% {
		-moz-transform: scale(1.3);
		opacity: 0
	}
}

@-o-keyframes scale-three2 {
	0% {
		-o-transform: scale(1);
		opacity: .7
	}

	100% {
		-o-transform: scale(1.3);
		opacity: 0
	}
}



.baoj .content .form .item .select {
	width: 295px;
	height: 43px;
	margin-left: 5px;
	margin-right: 0;
}

.baoj .content .form .item .select select {
	width: 140px;
	height: 43px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #b7b7b7;
	appearance: auto;
}
.baoj .content .form .item .select select option{
	color: #b7b7b7;
}

.baoj  .content .form .btn{
	width: 94px;
	height: 94px;
}


.baoj .right{
	box-sizing: border-box;
	padding: 50px 70px 0 115px;
}
.baoj .right .jisuan span{
	font-size: 18px;
	display: inline-block;
	line-height: 40px;
	color: #333333;
}

.computed {
	width: 206px;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
	background: url(/static/home/images/baoj_m.png) no-repeat;
	background-size: 206px;
	background-position: 20px 0;
}

.computed .yuan {
	float: right;
	font-size: 14px;
	color: #333;
	margin-top: 12px;
	margin-right: 5px;
	margin-left: 5px;
}

.computed ul {
	overflow: hidden;
	width: 180px;
	float: right;
}

.computed ul li {
	float: right;
	margin: 11px 0;
}

.computed ul li em {
	float: left;
	margin-left: 5px;
	width: 14px;
	display: none;
	height: 21px;
	background: url(/static/home/images/baoj-num.png) no-repeat left center;
	background-size: 150px;
}

.computed ul li .one {
	background-position: 0 0;
}

.computed ul li .two {
	background-position: -15px 0;
}

.computed ul li .three {
	background-position: -30px 0;
}

.computed ul li .four {
	background-position: -44px 0;
}

.computed ul li .five {
	background-position: -60px 0;
}

.computed ul li .six {
	background-position: -75px 0;
}

.computed ul li .seven {
	background-position: -91px 0;
}

.computed ul li .eight {
	background-position: -105px 0;
}

.computed ul li .nine {
	background-position: -121px 0;
}
.computed ul li .ten {
	background-position: -137px 0;
}


.baoj .right .yous>p{
	font-size: 16px;
	color: #ff6000;
	text-align: center;
	margin-top: 15px;
}
.baoj .right .yous .con .item{
	width: 100%;
	align-items: center;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.baoj .right .yous .con .item p{
	font-size: 18px;
	color: #ff6000;
	margin-bottom: 5px;
}
.baoj .right .yous .con .item span{
	font-size: 14px;
	color: #333;
}
.baoj .right .yous .con .item .img{
	width: 85px;
}