/*公共样式*/
*{-ms-word-break:break-all;word-break:break-all;-ms-word-wrap:break-word;word-wrap:break-word;-webkit-tap-highlight-color:rgba(0,0,0,0)}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,figcaption,figure,fieldset,legend,button,input,textarea,th,td,form{margin:0;padding:0}
body,button,input,select,textarea{font:14px/25px Lucida Grande,'Microsoft YaHei',"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif}
h1{font-size:18px;font-weight:normal}
h2{font-size:16px;font-weight:normal}
h3{font-size:14px;font-weight:normal}
h4,h5,h6{font-size:100%;font-weight:normal}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp,tt{font-family:"Courier New",Courier,monospace}
small{font-size:12px}
ul,ol,li{list-style:none}
abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help}
q:before,q:after{content:''}
legend{color:#000}
fieldset,img{border:0}
table{border-collapse:collapse;border-spacing:0}
hr{border:0;height:1px}

a{ text-decoration:none; color:#333;  }
a:hover{ color:#FF8400;  }

/*容器*/
.container{width:100%; background-image:url(bg.jpg);}
/*头部*/
.container .header{ width:1000px; margin:0px auto;}
/*导航*/
.container .nav
{
     width:1000px;
     margin:0px auto;
     background-color:#FCFCFC;
     border-top: 3px solid #ff8500;
     border-bottom: 1px solid #EDEEF0;
     border-left: 1px solid #EDEEF0;
     border-right: 1px solid #EDEEF0;
}
/*导航-新-开始*/
	.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.topNav{position:relative; z-index:1; height: 40px; line-height:40px;  border-top: 3px solid #ff8500; border-bottom: 1px solid #EDEEF0;border-left: 1px solid #EDEEF0;border-right: 1px solid #EDEEF0; background-color: #FCFCFC;font-family:"Microsoft YaHei",SimSun; font-size:12px;}
	.topNav-width{ width:1000px; margin:0 auto;   }
	.topNav h3{ font-weight:normal; font-size:100%; }
	.topNav dl{ zoom:1; }
	.topNav dd{ float:left; position:relative;  }
	.topNav dd h3{ float:left;  }
	.topNav dd h3 a{ display:inline-block; *display:inline; zoom:1;font-weight: bold; font-size:14px; height:40px; line-height:40px; width:100px; text-align:center;}
	.topNav dd h3 a:hover,.topNav dd.on h3 a{ background:#EDEEF0; color:#FF8400;}
     /*默认隐藏display:none;*/
	.topNav dd ul{ display:none; position:absolute; width:98px;  top:40px; left:0;  border:1px solid #FECC5B; border-top:0;  background:#fff;-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1); -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1); box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);}
	.topNav dd ul li{ line-height: 38px; border-bottom: 1px solid #FECC5B; text-align:center;}
	.topNav dd ul li a{ display: block; color: #333; padding: 0 15px;}
	.topNav dd ul li a:hover{ background:#FFF5DA; color:#E67902;}
	.topNav dd ul li a span{ color:#FF8400; margin-left:5px;}
/*导航-新-结束*/

/*内容*/
.container .content{width:1000px;margin:15px auto 0px auto; background-color:#fcfcfc; overflow:hidden;}
/*面包导航*/
.content .bread{padding-left: 15px; height:40px; line-height:40px;border: 1px solid #EDEEF0; margin-bottom:15px;}
/*左边*/
.container .content .left{ float:left; width:280px;}
.container .content .left .left-warp{border-radius:3px;border:1px solid #EDEEF0; margin-bottom:15px;}
.container .content .left .left-warp .left-title
{
     background: -webkit-linear-gradient(#f3f3f3, #d1d1d1,#f3f3f3); /* Safari 5.1 - 6.0 */
     background: -o-linear-gradient(#f3f3f3, #d1d1d1,#f3f3f3); /* Opera 11.1 - 12.0 */
     background: -moz-linear-gradient(#f3f3f3, #d1d1d1,#f3f3f3); /* Firefox 3.6 - 15 */
     background: linear-gradient(#f3f3f3, #d1d1d1,#f3f3f3); /* 标准的语法 */
     padding-left:15px;
}
.container .content .left .left-warp .left-title span{ height:30px; line-height:30px; font-size:14px; font-weight:bold;display: block;padding-left: 30px;background-image: url(left-title-1.png);background-repeat: no-repeat;background-size: 20px 20px;background-position:0 5px;}
.container .content .left .left-warp .left-content{ padding:15px;}
.container .content .left .left-warp .left-content .txtinput{width: 218px;height: 30px;border: 1px solid #e30316; border-right:0px; text-indent: 14px;color: #000;background: #fff;font-size: 12px;margin-top: 4px;border-radius:3px 0 0 3px;outline:none;}
.container .content .left .left-warp .left-content .btninput{cursor: pointer;width: 30px;height: 30px;border: 1px solid #e30316; border-left:0px;margin-top: 4px;background: url(search.png);background-color: #fff;background-size: 100% 100%;float: right;border-radius:0 3px 3px 0;outline:none;}
.container .content .left .left-warp .left-content td { font-size:14px; height:30px; line-height:30px;}
.container .content .left .left-warp .left-more{ height:25px; line-height:25px; text-align:right; padding-right:15px;}
/*右边*/
.container .content .right{ float:right; width:700px;}
.container .content .right .right-warp{border-radius:3px; border:1px solid #EDEEF0; margin-bottom:15px;}
.container .content .right .r-title
{
    overflow:hidden; 
    padding:0 15px; 
    height:30px;
    background: -webkit-linear-gradient(#f3f3f3, #d1d1d1,#f3f3f3); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f3f3f3, #d1d1d1,#f3f3f3); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f3f3f3, #d1d1d1,#f3f3f3); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f3f3f3, #d1d1d1,#f3f3f3); /* 标准的语法 */
}
.container .content .right .r-title i{ float:left; background-image:url(title.png);background-size: 30px 26px; width:30px; height:26px;}
.container .content .right .r-title span{ float:left; padding-left:15px; font-weight:bold; display:block; height:30px; line-height:30px;}
.container .content .right .r-content{overflow:hidden;}
.container .content .right .r-content td{ font-size:14px; height:34px; line-height:34px;}
.container .content .right .r-page{ height:40px;border-radius: 3px;margin-bottom: 15px;}
.container .content .right .r-page td{ font-size:14px; height:45px; line-height:45px;}
.container .content .right .r-page td label[disabled]{color:#958f8f;;opacity:1;}
.container .content .right .r-page td .c-page{color:Red;}

/*页脚*/
.container .footer{ background-color:#f0ecec;width:1000px;margin:0px auto;height: 100px;padding-top: 25px}
.container .footer td{ font-size:14px; line-height:25px;}
.container .footer .font2{ color:Red;}