﻿@charset "utf-8";

/* CSS reset */
html {
 color: #000;
 background: #FFF;
 font-family: "微软雅黑";
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, td, strong {
 padding: 0;
 margin: 0;
 font-family:  "微软雅黑";
}
table {
border:none;
}
fieldset, img {
 border: 0;
}
a {
 text-decoration: none;
 color: #000;
 outline: none;
}/*此处待添加默认链接颜色*/
var, em, strong {
 font-style: normal;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
 font-style: inherit;
 font-weight: inherit;
}
.CaseInfo .Detail-more p img{
	height: auto !important;
}
del, ins {
 text-decoration: none;
}
li {
 list-style: none;
}
caption, th {
 text-align: left;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 font-weight: normal;
}
q:before, q:after {
 content: '';
}
abbr, acronym {
 border: 0;
 font-variant: normal;
}
sup {
 vertical-align: baseline;
}
sub {
 vertical-align: baseline;
}
legend {
 color: #000;
}
input, button, textarea, select, optgroup, option {
 font-family: inherit;
 font-size: inherit;
 font-style: inherit;
 font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input {
 border: none;
 outline: none;
}
abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
 display: block;
}
.clearfix:after {
 content: "\200B";
 display: block;
 height: 0;
 clear: both;
}
.clearfix {
*zoom:1;
}
input, textarea {
    
    color: #000;
    border: none;
    
}
.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:#fff;
}
.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: none;
    border: 1px solid #b3b3b3;
}
.style2{
	width: 100%;
	height: 200px;
	background-color: #fff;
	opacity: 0.6;
	border: none;
border: none;
    border: 1px solid #b3b3b3;
}
.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: #025aa1;
	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;
	}
}