/**************************************/
/*************[公用start]**************/
/**************************************/

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd,table,tr,td{
	margin:0;
	padding: 0;
}

body{
	font-family:"Arial","Microsoft Yahei";
	font-size: 16px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#828386;
	background-color: #efefef;
	min-width: 1000px; /*主要内容区最小尺寸大小，每次制作前更新！！！ */
	overflow-y:scroll; /*防止页面高度过低，滚动条加载时突显引起的页面调动。！！！ */
	


}

input,textarea,select{
	outline: none;
	font-family:"Arial","Microsoft Yahei";
	color:#828386;
	font-size: 12px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}
	
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

a{
	text-decoration: none;
	color:#828386;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1000px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}



.bobox{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	overflow: hidden;
}

.img-box>img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}
.zhuce-top{
	padding: 35px 0;
}
.logo-right{
	font-size: 18px;
	margin-top: 22px;
	color:#4f4f4f;
}
.logo-right a{
	color:#f39801;
}

.zhuce-con{
	padding: 38px;
	border:1px solid #dfdfdf;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px #ddd;

}

.zhuce-con>p img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 7px;

}

.zhuce-title{
	margin: 30px 0;
	border-bottom: 3px solid #efefef;
}
.zhuce-title h1{
	font-size: 22px;
	color:#f39801;
	padding-bottom: 10px;
	

}



.zhuce-input input[type="text"]{
	height: 45px;
	line-height: 45px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 330px;
            border:1px solid #e0e0e0;
            border-radius: 3px;
            padding-left: 10px;
            font-size: 16px;
            color:#4f4f4f;
}
.zhuce-input input[type="password"]{
	height: 45px;
	line-height: 45px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 330px;
            border:1px solid #e0e0e0;
            border-radius: 3px;
            padding-left: 10px;
            font-size: 16px;
            color:#4f4f4f;
}
.zhuce-input span{
	height: 45px;
	line-height: 45px;
	display: inline-block;
	width: 100px;
	padding-right: 11px;
	text-align: right;
	color:#4f4f4f;
}

.zhuce-input-tishi i{
height: 57px;
	line-height: 57px;
	display: inline-block;
	vertical-align: top;
}

.zhuce-input>img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 10px;
}

.zhuce-input-yan input[type="text"]{
	width: 120px;
}


b.yanzhengma img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	margin-left: 5px;
	cursor:pointer; 
}

.zhuce-input-tishi-2 i.span-tishi{
	color:#f43244;
}

.zhuce-input-tex span{
	vertical-align: top;
}

.zhuce-input-tex  textarea{
	border:1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 760px;
            height: 170px;
            padding: 12px 20px;
            line-height: 1.5;
}
.zhuce-input-tex img{
	vertical-align: middle;
	margin-top: -160px;
}

.zhuce-input-tishi-input i.span-tishi{
	font-size: 14px;
}


.zhuce-input-tishi-input i.span-tishi input{
	vertical-align: middle;
	margin-top: -3px;
	margin-right:8px; 
}
.zhuce-input-button span{
	line-height: normal;
	height: auto;
}

.zhuce-input-button input{
	border:0;
	width: 330px;
	height: 46px;
	line-height: 46px;
	background-color: #f2a764;
	color:#fff;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;

}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	
}


.zhuce-footer{
	text-align: center;
	padding: 32px 0;
	font-size: 14px;
}
.zhuce-footer-top a{
	vertical-align: middle;
	margin:0 30px;
	margin-top: -3px;

}

.zhuce-footer-bottom{
	margin-top: 22px;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/







/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/







/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/




/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/











/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/
