/*公共样式表*/
*{
	margin:0;
	padding:0;
}
body{
	font-size:12px;
	font-family:"Microsoft YaHei","Hiragino Sans GB";
	color:#555555;
	background:#ffffff;
}
li{
	list-style:none;
	color:#555555;
}
a{
	text-decoration:none;
	outline-style:none;
	color:#555555;
}
a:hover{
	text-decoration:underline;
	color:#ff9933;
}
img{
	border:0;
	vertical-align:top;
}
input,button,select,textarea,area{
	outline-style:none
}
textarea{
	resize:none
}
em{
	font-style:normal;
}
.col{
	color:#ff9933;
	font-family:"Helvetica Light","SimSun";
}
.col1{
	color:#154798;
	font-family:"Helvetica Light","SimSun";
}
.dn{
	display:none;
}
.clearfix{
	*zoom:1;
}
.clearfix:after{
	content:'\0020';
	display:block;
	height:0;
	clear:both;
}
/*浮动*/

.fl{
	float:left;
}
.fr{
	float:right;
}
/*间距*/
.margintop30{
	margin-top:30px;
}
.margintop20{
	margin-top:20px;
}
.margintop10{
	margin-top:10px;
}
.margintop5{
	margin-top:5px;
}

/*没有信息时的文字样式*/
.no-massage{
	height:150px;
	line-height:150px;
	font-size:14px;
	text-align:center;
}

/*按钮颜色*/
.btnbj{/*蓝色*/
	background:#154798;
	color:#ffffff;
	border:1px solid #154798;
	border-radius:4px;
	text-align:center;
	display:block;
	font-size:14px;
}
.btnbj1{/*蓝色边框*/
	border:1px solid #154798;
	background:#ffffff;
	color:#555555;
	border-radius:4px;
	text-align:center;
	display:block;
	font-size:14px;
}
.btnbj2{/*绿色*/
	background:#2a9c39;
	color:#ffffff;
	border:1px solid #2a9c39;
	border-radius:4px;
	text-align:center;
	display:block;
	font-size:14px;
}
.btnbj:hover,
.btnbj1:hover,
.btnbj2:hover{
    background: #ff9933;
    border: 1px solid #ff9933;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: background ease-in-out 0.2s,border ease-in-out 0.2s,color ease-in-out 0.2s;
    -moz-transition: background ease-in-out 0.2s,border ease-in-out 0.2s,color ease-in-out 0.2s;
    -o-transition: background ease-in-out 0.2s,border ease-in-out 0.2s,color ease-in-out 0.2s;
    transition: background ease-in-out 0.2s,border ease-in-out 0.2s,color ease-in-out 0.2s;
}

/*禁用按钮*/
.btnbj-jy{
	border:1px solid #cccccc;
	background:#ffffff;
	color:#cccccc;
	border-radius:4px;
	text-align:center;
	cursor:text;
	display:block;
	font-size:14px;
}
.btnbj-jy:hover{
	border:1px solid #cccccc;
	background:#ffffff;
	color:#cccccc;
	text-decoration:none;
}
/*表格*/
table{
    background:#cccccc;
    font-size:12px;
}
table th{
    background:#eeeeee;
    color:#555555;
    font-weight:normal;
    padding:10px;
    height:20px;
}
table td{
    background:#ffffff;
    color:#555555;
    padding:10px;
    word-break:break-all;
    height:30px;
}
/*边框圆角*/
.angle{
	border-radius:2px;
}
/*头部开始*/
.head{
	width:100%;
	min-width:1200px;
	background:#555555;
}
.head .inhead{
	width:1200px;
	height:30px;
	margin:0 auto;
	line-height:30px;
}
.inhead_l,.inhead_r a{
	color:#ffffff;
}
.inhead_r a:hover{
	color:#ff9933;
}
.top-x-name li{
    margin-left:10px;
}
.top-x-name li a {
    color:#ffffff;
    text-decoration:none;
}
.top-x-name li a:hover{
    color:#ff9933;
}
/*头部结束*/

/*导航开始*/
.nav{
	width:100%;
	min-width:1200px;
	background:#ffffff;
	box-shadow:1px 1px 5px #CCCCCC;
	border-bottom:1px solid #cccccc\9;
}
.nav .innav{
	width:1200px;
	height:70px;
	margin:0 auto;
}
.nav .innav .logo .in-logo{
    height:60px;
    display:table-cell;
    vertical-align:middle;   
    text-align:center;
}
.nav .innav .logo .in-logo a img{
	height:50px;
    vertical-align:middle;   
}
.nav .innav .logo-txt{
	font-size:18px;
	font-weight:bold;
	line-height:80px;
	margin-left:15px;
	font-family:"KaiTi","Microsoft YaHei";
}
.nav .innav .navs{
	margin-top:20px;
}
.nav .innav .navs ul .allnav a{
    padding:5px 10px;
    display:block;
    color:#555555;
    font-size:14px;
    margin:0 5px;
    border-radius:30px;
    text-decoration:none;
    max-width:150px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;

    -webkit-transition:all 0.2s ease-in-out;
       -moz-transition:all 0.2s ease-in-out;
         -o-transition:all 0.2s ease-in-out;
            transition:all 0.2s ease-in-out;
}
.nav .innav .navs ul .allnav.hover a{
    border-radius:30px;
    background:#eeeeee;
}
.nav .innav .navs ul .allnav a:hover{
    background:#ff9933;
    color:#ffffff;
    border-bottom:none;
    text-decoration:none;
}
.nav .innav .navs ul .allnav a.pitch{
	background:#154798;
    color:#FFFFFF;
}
/*导航结束*/

/*底部开始*/
.foot{
	width:100%;
	min-width:1000px;
	background:#f3f3f3;
	padding:40px 0;
}
.foot .infoot{
	width:660px;
	height:auto;
	margin:0 auto;
	font-size:16px;
}
.foot .infoot ul{
	width:660px;
	margin:0 auto;
}
.foot .infoot li{
	margin-bottom:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.foot .infoot li.one{
	width:360px;
}
.foot .infoot li.two{
	width:290px;
}
.foot .infoot li span{
	display:block;
	width:80px;
	text-align:right;
}
.foot .infoot li.one em{
	display:block;
	width:280px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.foot .infoot .jishu{
	width:660px;
	text-align:center;
}
.foot .infoot .footimg{
	margin:20px auto 0;
	width:300px;
}
/*底部结束*/

/*页面内用到的搜索和按钮部分  开始*/
.body-up .input{
    width:300px;
}
.body-up .input .art-txt {
    width:248px;
    height:33px;
    border:1px solid #154798;
    line-height:33px;
    text-indent:10px;
    color:#999999;
    border-radius:4px 0 0 4px;
}
.body-up .input .art-txt:focus{
    box-shadow:0 0 3px #154798;
    
    -webkit-transition:box-shadow ease-in-out 0.2s;
       -moz-transition:box-shadow ease-in-out 0.2s;
        -ms-transition:box-shadow ease-in-out 0.2s;
         -o-transition:box-shadow ease-in-out 0.2s;
            transition:box-shadow ease-in-out 0.2s;
}
.body-up .input .art-sear {
    width:50px;
    height:35px;
    display:block;
    background:#154798 url(../images/sear.png) no-repeat center center;
    border-radius:0 4px 4px 0;
}
.body-up .art-btn {
    position:relative;
}
.body-up .art-btn > .btnbj1,
.body-up .art-btn > .btnbj {
    display:block;
    width:88px;
    height:33px;
    font-size:14px;
    line-height:33px;
    margin-left:10px;
    text-align:left;
    text-indent:8px;
}
.body-up .art-btn > .btnbj1{
	background:#ffffff url(../images/btn.png) no-repeat 68px center;
}
.body-up .art-btn > .btnbj{
	background:#154798 url(../images/btn1.png) no-repeat 68px center;
}
.body-up .art-btn > .btnbj:hover{
	background:#ff9933 url(../images/btn1.png) no-repeat 68px center;
}
.body-up .art-btn > .btnbj1:hover{
	background:#ff9933 url(../images/btn2.png) no-repeat 68px center;
}
.inart-btn {
    width:200px;
    border:1px solid #cccccc;
    box-shadow:1px 1px 5px #cccccc;
    padding:10px;
    position:absolute;
    background:#ffffff;
    margin-top:10px;
    z-index:1;
    font-weight:normal;
}
.inart-btn .input1 {
    width:200px;
    height:32px;
}
.inart-btn .input1 .art-txt {
    width:158px;
    height:30px;
    border:1px solid #154798;
    line-height:30px;
    text-indent:10px;
    color:#999999;
    border-radius:4px 0 0 4px;
}
.inart-btn .input1 .art-sear {
    width:40px;
    height:32px;
    display:block;
    background:#154798 url(../images/sear.png) no-repeat center center;
    border-radius:0 4px 4px 0;
}
.inart-btn .art-btn-con {
    height:230px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-top:10px;
}
.inart-btn .art-btn-con li {
    width:198px;
    height:32px;
    border:1px solid #cccccc;
    border-radius:4px;
    line-height:32px;
    font-size:13px;
    color:#333333;
    margin-bottom:10px;
}
.inart-btn .art-btn-con li:hover {
    background: #f8f8f8;
}
.inart-btn .art-btn-con .checkbox {
    margin-top:10px;
    margin-left:10px;
}
.inart-btn .art-btn-con li span {
    width:150px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display:block;
    margin-left:10px;
    text-align:left;
}
.inart-btn .art-btn-close{
    width:140px;
    margin:0 auto;
}
.inart-btn .art-btn-close a{
    width:60px;
    height:23px;
    display:block;
    line-height:23px;
    text-align:center;
}
/*页面内用到的搜索和按钮部分  结束*/

/*页面内用到的搜索结果样式 开始*/
.keyword{
	font-size:12px;
	line-height:25px;
	margin-top:15px;
	margin-bottom:15px;
}
.keyword .text{
	height:25px;
	border:1px solid #cccccc;
	background:#f3f3f3;
	padding:0 5px;
	margin-right:10px;
}
.keyword .text .txt{
	display:block;
	max-width:70px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-right:5px;
}
.keyword .close{
	width:12px;
	height:25px;
	background:url(../images/guanbi.png) no-repeat center center;
}
.keyword .all .col1{
	margin:0 3px;
	font-family:"Helvetica Light","SimSun";
	color:#555555;
}
/*页面内用到的搜索结果样式 结束*/
/*文本框*/
.name-input{
	border:0;
	border-bottom:1px solid #cccccc;
	text-indent:10px;
}
select.name-input{
	text-indent:5px;
}
.name-input.select{
	background:url(/images/addcase/select.png) no-repeat right center;
}


/*select下拉框开始*/
dl.layui-anim{
	position:absolute;
	max-height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	background:#f2f2f2;
	border:1px solid #cccccc;
    padding:5px 0;
    z-index:999;
    border-radius:2px;
    box-shadow:1px 1px 5px #cccccc;
    font-size:12px;
}
.layui-anim dt{
    color:#999999;
    padding-left:10px;
    line-height:36px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.layui-anim dd{
    padding-left:20px;
    cursor:pointer;
    line-height:36px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.layui-anim dd:hover{
	background:#e9e9e9;
}
/*select下拉框结束*/

/*弹层遮罩（居中）开始*/
.bulk-layer-div{
	background:rgba(211,211,211,0.4);
	width:100%;
	height:100%;
	z-index:99999;
	position:fixed;
	top:0;
	left:0;
}
.bulk-layer-div>div{
	background:#ffffff;
	border-radius:2px;
    box-shadow:0 0 20px rgba(0,0,0,0.5);
    top:50%;
    left:50%;
    position:absolute;
    
	-webkit-transform:rotateX(0deg);
	   -moz-transform:rotateX(0deg);
	    -ms-transform:rotateX(0deg);
	     -o-transform:rotateX(0deg);
	        transform:rotateX(0deg);
            
    -webkit-animation:layerScale 0.2s ease-in 1;
	   -moz-animation:layerScale 0.2s ease-in 1;
	     -o-animation:layerScale 0.2s ease-in 1;
            animation:layerScale 0.2s ease-in 1;
}
@-webkit-keyframes layerScale{
    from{transform:rotateX(25deg);}
    to{transform:rotateX(0deg);}
}
.bulk-layer-div>div.bulk-layer-div{
    background:rgba(211,211,211,0.4);
	width:100%;
	height:100%;
	z-index:99999;
	position:fixed;
	top:0;
	left:0;
    border-radius:0;
    box-shadow:none;
}
/*弹层遮罩（居中）结束*/