.detail .right .p1 {
	text-indent: 30px;
	line-height: 1.8;
}

.detail .right .p1 span {
	color: #0576B1;
	font-weight: bold;
}

.detail .right .img1 {
	width: 100%;
}

.detail .right .p2 {
	color: #FFFFFF;
	background: #0683C3;
	line-height: 35px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 35px;
}

.detail .right .p3 {
	line-height: 1.7;
	margin-left: 10px;
}

.detail .right .bg {
	background: url(../images/pic16.jpg)no-repeat;
	background-size: 100% 100%;
	width: 100%;
	padding: 20px 20px;
}

.detail .right .bg .p3{
	margin-bottom: 5px;
	text-indent: 30px;
	color: #444;
	margin-left: 17px;
}

.detail .right .bg .p4{
	margin-bottom: 5px;
	font-weight: bold;
	color: #444;
	font-size: 15px;
	margin-left: 17px;
	margin-top: 10px;
}

.detail .right .out {
	background: rgba(0, 0, 0, 0.6);
	width: 95%;
	margin-left: 2.5%;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.detail .right .box {
	margin-top: 20px;
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 30px;
}

.detail .right .box input {
	height: 35px;
	width: 80%;
	border: 1px solid #848484;
	outline: none;
	color: #CCCCCC;
	padding-left: 10px;
	background: none;
	font-size: 13px;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input:-moz-placeholder {
	color: #ccc;
}

.detail .right .box select {
	height: 35px;
	width: 80%;
	border: 1px solid #848484;
	outline: none;
	color: #CCCCCC;
	padding-left: 7px;
	background: none;
	font-size: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/icon08.png) no-repeat scroll right center transparent;
	background-position: 97%;
}

.detail .right .box textarea {
	height: 150px;
	width: 80%;
	color: #CCCCCC;
	padding-left: 10px;
	background: none;
	font-size: 13px;
	outline: none;
	border: 1px solid #848484;
}

.detail .right .box span {
	vertical-align: top;
}

.detail .right button {
	width: 76%;
	height: 35px;
	margin-left: 13.5%;
	margin-top: 15px;
	text-align: center;
	background: #0576B1;
	color: #FFFFFF;
	font-size: 16px;
	border: none;
}

.detail .right .all li {
	float: left;
	width: 29%;
	margin-left: 20px;
	margin-top: 15px;
}

.detail .right .all li img {
	width: 100%;
	height: 121px;
	padding: 0 10px;
	border: 1px solid #E3E3E3;
}

.detail .right .all li p {
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
}