﻿@charset "utf-8";

.bg{
	width: 100%;
	margin: 0 auto;
	background: url(../images/table.jpg) no-repeat;
	padding-bottom: 4%;
	
}
.Detail-main {
    background-color: #f8f8f8;
    padding: 40px 0 25px 0px !important;
}
.bg h1{
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding: 3% 0 2% 0;
}
.ATitle{
color:#000;
}
.bg table{
	width: 50%;
	margin: 0 auto;
	border: none;
}
.bg table td{
	padding-bottom: 30px;
border: none;
}
.style1{
	width: 100%;
	height: 40px;
	background-color: #fff;
	opacity: 0.6;
border: 1px solid #ddd;
}
.style2{
	width: 100%;
	height: 200px;
	background-color: #fff;
	opacity: 0.6;
	border: none;
border: 1px solid #ddd;
}
.style5{
	width: 90%;
	height: 40px;
	background-color: #fff;
	opacity: 0.6;
border: none;
}
.style6{
width: 80%;
	height: 40px;
border: none;
}
.style7{
width:20%;
	height: 40px;
border: none;
}
.style7 img{height: 40px;}
.style3{
	width: 200px;
	height: 40px;
    line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #0085fe;
	padding-bottom: 40px;
border: none;
}
.bg table input::-webkit-input-placeholder {
        /* placeholder颜色  */
        color: #000;
         /* placeholder字体大小  */
	text-indent: 20px;

 font-size:16px;
}
.bg table textarea::-webkit-input-placeholder {
        /* placeholder颜色  */
        color: #000;
         /* placeholder字体大小  */
	text-indent: 18px;

 font-size: 16px;
}
@media (max-width: 1024px){
	.bg table{
		width: 80%;
		margin: 0 auto;
		border: 0;
	}
}
@media (max-width: 768px){
.ATitle{
display:block;
}
.CaseInfo .Detail-more p img{
	width: 100% !important;
	height: auto !important;
}
}
@media (max-width: 480px){
	.bg table{
		width: 90%;
		margin: 0 auto;
		border: 0;
	}
}