html {
	width:100%;
	height:100%;
	-webkit-font-smoothing:antialiased;
	color: #FFFFFF;
}
body {
	width:100%;
	height:100%;
	font-family:"Microsoft YaHei","黑体","Helvetica Neue",Helvetica,STHeiTi,sans-serif;
}
* {
	margin:0;
	padding:0;
	outline:none;
	list-style:none;
}
i, em, b {
	font-style:normal;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}
table{
	border-collapse:collapse;  
	border-spacing:0;
}
button,input,select,textarea{
	border:none;
	font-size:100%;
	font-family:"Microsoft YaHei","黑体","Helvetica Neue",Helvetica,STHeiTi,sans-serif;
}

a{text-decoration:none;}
a:link{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}

/*基本清除样式*/
.clear{
	clear:both !important;
}
.clearfix:after{
	content: '';
	clear: both !important;
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
.none{
	display:none !important;
}
.hidden{
	visibility:hidden !important;
}

/*页面基础样式*/

/*float 居中 父级元素需要overflow:hidden 否则可能出现横向滚动条*/
.float-center{
	position: relative;
	float: left;
	left: 50%;
}
.float-center:after{
	content: '';
	clear: both !important;
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
.float-center>*{
	position: relative;
	float: left;
	right: 50%;
}

/*通用页面宽度*/
.wrapper{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
/*自适应页面宽度*/
.auto-wrapper{
	width: 100%;
	min-width: 1250px;
}

/*默认图片模糊*/
.img-filter{
	-webkit-filter: blur(10px);
	   -moz-filter: blur(10px);
	    -ms-filter: blur(10px);
	        filter: blur(10px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

.djc-ui-left{
	float: left;
}

.djc-ui-right{
	float: right;
}

.border-box{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/*阴影实现*/
.block-shadow{
	-webkit-box-shadow: 0 2px 3px #CCCCCC;
	-moz-box-shadow: 0 2px 3px #CCCCCC;
	box-shadow:0 2px 3px #CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=135,Color='#CCCCCC');/*IE7-8使用滤镜*/
}

/*超出显示省略号 必须规定宽度 only CSS3*/
.text-ignore{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*使连续文字自动换行*/
.text-normal{
	word-wrap: break-word;
	word-break: break-all;
}

/*弹出层遮罩并且垂直居中显示*/
.pop-wraper{
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9990;
	background: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);/*还是做一下IE8的兼容*/
}
.pop-outer{
	display: table-cell;
	vertical-align: middle;
}

/* 回到顶部 */
.go_top{
	height: 37px;
    width: 37px;
    background: #e75213;
    cursor: pointer;
    position: fixed;
    right: 0px;
    bottom: 72px;
    z-index: 100;
  	display: none;
}
/* 在线表单 弹窗 */
.form_inline{
	position: fixed;
	width: 100%;
	height: 100%;
	background: url('../image/bg.png');
	top: 0;
	left: 0;
	display: none;
}
.form_inline .form_container{
	width: 435px;
    height: 626px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 5px;
}
.form_inline .form_container .close{
	position: absolute;
    width: 30px;
    height: 30px;
    background: url(../image/close.png) center no-repeat;
    top: 30px;
    right: 26px;
    cursor: pointer;
}

.form_inline .form_container .pompTitle{
	padding-top: 20px;
    text-align: center;
}

.form_inline .form_container .pompTitle .p_h{
	font-size: 28px;
    color: #ea5404;
    line-height: 36px;
}

.form_inline .form_container .pompTitle .p_p{
	padding-top: 6px;
    font-size: 22px;
    color: #8c8c8c;
    line-height: 34px;
    font-weight: lighter;
}

.form_inline .form_container .formWrap{
	padding-top: 24px;
    width: 350px;
    margin: 0 auto;
}

.form_inline .form_container .formWrap .group{
	padding-bottom: 18px;
}

.form_inline .form_container .formWrap .group input{
	width: 100%;
    height: 38px;
    line-height: 38px;
    text-indent: 16px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.form_inline .form_container .formWrap .group select{
	width: 100%;
    height: 38px;
    line-height: 38px;
    /* text-indent: 11px; */
    padding-left: 11px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.form_inline .form_container .formWrap .group textarea{
	width: 100%;
    height: 120px;
    line-height: 22px;
    text-indent: 16px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #aaa;
}
/*  */

input.error,textarea.error{
	border-color: red;
}

.success{
	display: none;
	width: 100%;
	text-align: center;
	font-size: 14px;
    line-height: 200%;
    color: red;
    font-weight: bold;
}
.success.on{
	display: block;
}



.form_inline .form_container .formWrap .groupVel .verLeft,
.form_inline .form_container .formWrap .groupVel .verRight{
	float: left;
    width: 48%;
}
.form_inline .form_container .formWrap .groupVel .verRight{
	margin-left: 4%;
}
.form_inline .form_container .formWrap .groupVel .verImg{
	width: 100%;
    height: 38px;
    border: 1px solid #aaa;
    overflow: hidden;
    border-radius: 4px;
}
.form_inline .form_container .formWrap .groupVel .verImg img{
	width: 100%;
    height: 100%;
}
.form_inline .form_container .formWrap .btn{
	width: 100%;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    background: #eb5405;
    border: none;
    outline: 0;
    border-radius: 5px;
    cursor: pointer;
}
.form_inline .form_container .formWrap .group.error input,
.form_inline .form_container .formWrap .group.error select,
.form_inline .form_container .formWrap .group.error textarea {
	border: 1px solid #eb5405;
}
