*{
	margin: 0;
	padding: 0;
}
body{
	font: 14px/1.5  "microsoft yahei", tahoma, arial;
	color: #333;
}
html,body{
	height: 100%;
	overflow: hidden;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family: couriernew, courier, monospace;
}
small {
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,textarea,select{
	outline: none;
	font:14px/1.5 "microsoft yahei",tahoma,arial;
}
input{
	font-size: 14px;
}
textarea{
	resize: none;
}	
iframe{
	border: 0;
}
input[type=radio],input[type=checkbox]{
	width: 14px;
	height: 14px;
	margin: 3px;
}


/** common **/
.left{
	float: left;
}
.right{
	float: right;
}
.p{
	position: relative;
	width: 100%;
	height: auto;
	line-height: 30px;
	overflow: hidden;
}
.p input,.p a,.p select,.p span{
	margin-bottom: 15px;
	float:left;
}

.h4{
	font-weight: 500;
}
.select{
	height:30px !important;
	min-width: 60px;
	border: #d4ddea solid 1px;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0;
	cursor: pointer;
}
.select1{
	width:100%;
	height:30px !important;
	border: #d4ddea solid 1px;
	background-color: #fff;
	text-indent: 5px;
	border-radius: 0;
	cursor: pointer;
}

.select2{
	width:45%;
	height:30px !important;
	border: #d4ddea solid 1px;
	background-color: #fff;
	text-indent: 5px;
	border-radius: 0;
	cursor: pointer;
}
.textarea{
	width: 368px;
	height: 60px;
	line-height: 20px;
	padding: 5px;
	border: #d4ddea solid 1px;
}
.textarea1{
	width: 100%;
	height: 60px;
	line-height: 20px;
	padding: 5px;
	border: #d4ddea solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	*width: 98%;
	*padding-left: 0;
	*padding-right: 0;
	*text-indent: 5px;
}
.input{
	width: 100%;
	height: 30px;
	line-height: 30px;
	min-width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	border: #d4ddea solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	*width: 98%;
	*padding-left: 0;
	*height: 28px;
	*line-height: 28px;
	*padding-right: 0;
	*text-indent: 5px;
}

.input1 {
	width: 95%;
	height: 30px;
	line-height: 30px;
	min-width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right:10px;
	border: #d4ddea solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.input2{
	width: 368px;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	border: #d4ddea solid 1px;
}
.input3{
	width: 80%;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right:10px;
	border: #d4ddea solid 1px;
}
.arrow-up { 
	position: relative; 
    width: 0;   
    height: 0;
    top: 48%;
    margin-left: 5px;    
    border-left: 5px solid transparent;  /* 宸﹁竟妗嗙殑瀹�*/  
    border-right: 5px solid transparent; /* 鍙宠竟妗嗙殑瀹�*/  
    border-bottom: 5px solid #fff; /* 涓嬭竟妗嗙殑闀垮害|楂�浠ュ強鑳屾櫙鑹�*/  
    font-size: 0;  
    line-height: 0;  
}
.arrow-down {  
	position: relative; 
    width: 0;   
    height: 0;
    top: 48%;
    margin-left: 5px;  
    border-left: 5px solid transparent;  
    border-right: 5px solid transparent;  
    border-top: 5px solid #fff;  
    font-size: 0;  
    line-height: 0;  
}
.arrow-right {  
    width: 0;   
    height: 0;
    margin-top: 5px;  
    border-top: 5px solid transparent;  
    border-bottom: 5px solid transparent;  
    border-left: 5px solid #fff;  
    font-size: 0;  
    line-height: 0;  
}
.arrow-left {  
    width: 0;   
    height: 0;
    margin-top: 5px;  
    border-top: 5px solid transparent;  
    border-bottom: 5px solid transparent;  
    border-right: 5px solid #fff; 
    font-size: 0;  
    line-height: 0;  
}
.arrow-transform{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 
    -moz-transform:rotate(90deg); 
    -webkit-transform:rotate(90deg); 
    -o-transform:rotate(90deg);
}
.box-shadow{
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-ms-box-shadow: 0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
}
.close{
	display: none;
}
.box{
	position: relative;
	width: 100%;
	top: 50px;
}
.telescopic{
	position: absolute;
	top: 49%;
	left: 0;
	width: 25px;
	height: 40px;
	border-radius: 5px;
	background: url(../images/icon/icon-left.png) no-repeat center #ccc;	
}

.telescopic-active{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 
    -moz-transform:rotate(180deg); 
    -webkit-transform:rotate(180deg); 
    -o-transform:rotate(180deg);	
}
.aCss{
	display: block;
	width: auto;
	height: 100%;
	overflow: hidden;
}
.img-radius{
	border-radius: 50%;
}
.t-center{
	text-align: center;
}
.t-left{
	text-align: left;
}
.t-right{
	text-align: right;
}
.mg-t5{
	margin-top: 5px;
}
.mg-t10{
	margin-top: 10px;
}
.mg-t15{
	margin-top: 15px;
}
.mg-t50{
	margin-top: 50px;
}
.mg-r10{
	margin-right: 10px;
}
.mg-l10{
	margin-left: 10px;
}
.mg-l20{
	margin-left: 20px;
}
.mg-b15{
	margin-bottom: 15px !important;
}
.mg-t50{
	margin-top: 50px;
}
.pd-l10{
	padding-left: 10px;
}
.pd-b10{
	padding-bottom: 10px;
}
.pd-lr10{
	padding-left: 10px;
	padding-right: 10px;
}
.bgColor-molv{
	background-color: #28a79c;
}
.bgColor-zise{
	background-color: #9566e8;
}
.bgColor-shenhui{
	background-color: #546e7a;
}
.bgColor-yinhui{
	background-color: #efefef;
}
.bgColor-yinhui2{
	background-color: #b7b7b7;
}
.bgColor-lanse{
	background-color: #0099cc;
}
.color-fff{
	color: #fff;
}
.color-7f{
	color: #7f7f7f;
}
.color-999{
	color: #999;
}
.color-lanse{
	color: #0099cc;
}
.color-red{
	color: #FF0000;
}
.color-molv{
	color: #28a79c;
}
.color-zise{
	color: #9566e8;
}
.color-shenhui{
	color: #546e7a;
}
.icons{
	position: absolute;
	display: block;
	left: 0;
	width: 50px;
	height: 40px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
.icons-path{
	background: url(../images/icon/icon-path.png) no-repeat left center;
	padding-left: 30px;
}
.icons-out{
	background: url(../images/icon/icon-map.png) no-repeat -5px -60px;
	padding-left: 35px;
}
.icons-shouye{
	background: url(../images/icon/icon-map.png) no-repeat -145px -1px;
}
.icons-index{
	background: url(../images/icon/icon-map.png) no-repeat -190px -25px;
}

.icons-huodong-1{
	background: url(../images/icon/icon-map.png) no-repeat -232px -30px;
}
.icons-order1{
	background: url(../images/icon/icon-map.png) no-repeat 12px -97px #009b8e;
}
.icons-order2{
	background: url(../images/icon/icon-map.png) no-repeat -57px -97px #855bcf;
}
.icons-order3{
	background: url(../images/icon/icon-map.png) no-repeat -125px -97px #3d5d6c;
}
.icons-left1{
	background: url(../images/icon/icon-map.png) no-repeat -37px 1px;
}
.icons-left2{
	background: url(../images/icon/icon-map.png) no-repeat -77px 1px;
}
.icons-left3{
	background: url(../images/icon/icon-map.png) no-repeat -112px 1px;
}
.icons-close{
	margin-top: 14px;
	background: url(../images/icon/icon-map.png) no-repeat -158px -4px;
	padding: 11px;
}
.col-1{
	width:120px;
}

.icons-up{
	position: absolute;
	top: -6px;
	display: inline-block;
	width: 14px;
	height: 6px;
	background: url(../images/icon/icon-up.png) no-repeat center;
}
.icons-pass{
	top: 5px;
	left: 10px;
	width: 20px;
	height: 20px;
	border: 0;
	background: url(../images/icon/icon-map.png) no-repeat -9px -6px;
}
.iconstyle{
	position: relative;
	display: inline-block;	
	overflow: hidden;
}

.h25{
	height: 25px;
	line-height: 25px;
}
.h35{
	height: 28px;
	line-height: 28px;
}
.h45{
	height: 45px !important;
	line-height: 45px;
}
.h55{
	height: 55px;
	line-height: 55px;
}
.row{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.font-20{
	font-size: 20px;
}
.border-b{
	border-bottom: #d4ddea solid 1px;
}
.border-t{
	border-top: #d4ddea solid 1px;
}
.border-l{
	border-left: #d4ddea solid 1px;
}
.border-r{
	border-right: #d4ddea solid 1px;
}
.border{
	border: #d4ddea solid 1px;
}

.a-btn1{
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
}
.a-btn2{
	display: inline-block;
	width: 64px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #d4ddea;
	color: #666;
}
.a-btn3{
	display: inline-block;
	width: 56px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-right:10px;
}
.a-btn4{
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.a-btn2:hover{
	background-color: #394555;
	color: #fff;
}

/* login */
.loginbox{
	width: 100%;
	height: 525px; 
	background-color: #a8ba64;
	background: url(../images/common/login-bg.jpg) no-repeat center;
}
.loginbox-div{
	width:1000px;
	height: 525px;
	text-align: right;
	margin: 0 auto;
	
}
.loginbox-form{
	position: relative;
	display: inline-block;
	width: 300px;
	height: 360px;
	margin-top: 50px;
}
.loginbox-form-ul{
	position: absolute;
	display: block;
	width: 250px;
	height: 260px;
	padding: 40px 25px 30px 25px;
}
.loginbox-form-ul li{
	width:100%;
	height: 35px;
	margin-bottom: 20px;
}
.loginbox-form-ul li input{
	background-color: #fff;
}
.login-logo{
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
.login-logo div{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.icons-username{
	border: #e6e5e5 solid 1px;
	height:35px !important;
	line-height: 35px !important; 
	padding-left:35px !important;
	-webkit-box-shadow: 0 0 0 5px #e6e5e5;
	-moz-box-shadow: 0 0 0 5px #e6e5e5;
	-ms-box-shadow: 0 0 5px #e6e5e5;
	box-shadow: 0 0 5px #e6e5e5;
	border-radius: 5px;
	background: url(../images/icon/icon-map.png) no-repeat -5px -160px;
}

.icons-password{
	border: #e6e5e5 solid 1px;
	height:35px !important;
	line-height: 35px !important; 
	padding-left:35px !important;	
	-webkit-box-shadow: 0 0 0 5px #e6e5e5;
	-moz-box-shadow: 0 0 0 5px #e6e5e5;
	-ms-box-shadow: 0 0 5px #e6e5e5;
	box-shadow: 0 0 5px #e6e5e5;
	border-radius: 5px;
	background: url(../images/icon/icon-map.png) no-repeat -5px -195px;
}
.yzm{
	border: #e6e5e5 solid 1px;
	-webkit-box-shadow: 0 0 0 5px #e6e5e5;
	-moz-box-shadow: 0 0 0 5px #e6e5e5;
	-ms-box-shadow: 0 0 5px #e6e5e5;
	box-shadow: 0 0 5px #e6e5e5;
	border-radius: 5px;
	text-indent: 15px;			
}
.a-login{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-color: #1368c8;
	border-radius: 5px;
}


/** page 鍒嗛〉 **/

.pagination{
	padding: 5px 15px 5px 15px;
	width: auto;
	float: right;
	height: auto;
	line-height: 1.5;
	background-color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}
.pagination .ellipse_text{
	position: relative;
	float: left;
	padding: 5px 15px 5px 15px;
	margin: 5px 5px 5px 5px;
	border: #d4ddea solid 1px;
}


.pagination .recodeinfo{
	position: relative;
	float: left;
	font-size: 14px;
	color: #7f7f7f;
	padding: 5px 15px 5px 15px;
	margin: 5px 5px 5px 5px;
}
.pagination a{
	position: relative;
	float: left;
	padding: 4px 10px 4px 10px;
	color: #7f7f7f;
	margin: 5px 5px 5px 5px;
	border: #d4ddea solid 1px;
}

.pagination .prev{
	position: relative;
	float: left;
	padding: 4px 10px 4px 10px;
	margin: 5px 5px 5px 5px;
	border: #d4ddea solid 1px;
}

.pagination .current{
	position: relative;
	float: left;
	color: #fff !important;
	background-color: #0099cc !important;
	padding: 4px 10px 4px 10px;
	margin: 5px 5px 5px 5px;
	border: #d4ddea solid 1px;
}

.pagination .next{
	position: relative;
	float: left;
	cursor: pointer;
	padding: 4px 10px 4px 10px;
	margin: 5px 5px 5px 5px;
	border: #d4ddea solid 1px;
}

.pagination #select_page{
	position: relative;
	float: left;
	padding: 4px 10px 2px 10px;
	color: #7f7f7f;
	margin: 5px 5px 5px 5px;
	width: 50px;
}

.pagination #go_select_page{
	position: relative;
	float: left;
	padding: 4px 10px 6px 10px;
	color: #7f7f7f;
	margin: 5px 5px 5px 5px;
}

.nolist {
	text-align:center
}

/* file */
.file{
	position: relative;
	display: inline-block;
	/*float: left;*/
	width: 75px;
	height: 30px;
	background-color: #0099cc;
	cursor: pointer;	
}
.file-text{
	text-align:center;
	padding-top:0;
	line-height: 30px;
	font-size:14px;
	font-weight:800;
	color: #fff;
	cursor: pointer;	
}
.file-input{
    width: 75px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    outline: medium none;
    position: absolute;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0; 
    left:0px;
    top: 0px;
    cursor: pointer;	
}


/* popup */
.popup{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: center;
	vertical-align: middle;
}
.popup-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;	
}
.popup-main{
	position: relative;
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow:0 0 10px #333;
	-moz-box-shadow:0 0 10px #333;
	box-shadow:0 0 10px #333;
	overflow: hidden;	
}
.popup-main-title{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 49px;
	line-height: 49px;
	background-color: #0099cc;
	border-bottom: #087397 solid 1px;
}
.popup-main-content{
	position: relative;
	left: 0;
	width: 100%;	
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: auto;
}
.popup-main-footer{
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #e5e5e5;
	text-align: center;
}


/** header **/
.header{
	position: fixed;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	background-color: #09c;
	z-index: 1;
}
.smallbox{
	position: relative;
	width: auto;
	height: 50px;
	border-left: #008fbf solid 1px;
}
.smallbox li{
	position: relative;
	float: left;
	width: auto;
	height: 50px;
	line-height: 50px;
	border-right: #008fbf solid 1px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.smallbox li span{
	padding-right: 15px;	
}
.smallbox li:hover{
	background-color: #0087b4;
}
.user-item{
	position: absolute;
	width: 120px;
	height: auto;
	top: 40px;
	left: 65px;
	background-color: #fff;
	border: #D0D1D4 solid 1px;
	border-radius: 5px;
	z-index: 2;
}


/** tables **/
.tableDiv{
	position: relative;
	overflow: auto;
	width: 100%;
	padding-bottom: 10px;
}
.tables{
	position:relative;
	margin: 0 auto;
	color: #7D7D7D;
	clear: both;
}
.tables th{
	border: #e1e1e1 solid 1px;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	padding:0 10px;
}
.tables thead tr{
	height: 35px;		
	background-color: #f4f4f4;
}	
.tables td{
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	border: #e1e1e1 solid 1px;
	overflow: hidden;
	padding: 5px;
	word-wrap: break-word;
	word-break: keep-all;
	white-space: nowrap;
}
.tables td.break-line{
	word-break: break-all;
	white-space: normal;
}

.tables2{
	position:relative;
	margin: 0 auto;
	color: #7D7D7D;
}
.tables2 th{
	border: 0;
	overflow: hidden;				
}
.tables2 thead tr{
	height: 35px;		
	background-color: #f4f4f4;
}	
.tables2 tbody tr{
	height: 40px;
}
.tables2 td{
	position: relative;
	border: 0;
	padding: 0 0 20px 0;
	word-wrap: break-word;
	word-break:break-all;
}
.tables2 .formtips{
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: 3px;
	right: 0;
	line-height: 15px;
	text-align: left;
}

.tables3{
	position:relative;
	color: #7D7D7D;
	margin: 0 auto;
	clear: both;
}
.tables3 th{
	border: #e1e1e1 solid 1px;
	overflow: hidden;
}
.tables3 thead tr{
	height: 35px;
	background-color: #f4f4f4;
}
.tables3 tbody tr{
	height: 40px;
}
.tables3 td{
	border: #e1e1e1 solid 1px;
	padding: 5px;
	word-wrap: break-word;
	word-break:break-all;
}

.nowarpcol{
	white-space:nowrap; 
	width:auto;
	padding:10px;
}

/** side**/
.side{
	position: relative;
	float: left;
	height: 100%;
	background-color: #121b26;
	overflow-y: auto;
	overflow-x: hidden;
}
.side[data-type="on"]{
	width: 180px;
}
.side[data-type="off"]{
	width: 0;
}
.index{
	border-bottom: #293038 solid 1px;
	background-color: #394555;
}
.side-switch{
	position: relative;
	width: 100%;
	height: 30px;
	cursor: pointer;
	background: url(../images/icon/icon-switch.png) no-repeat center #4e5e74;
}
.side-list{
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 35px;
}
.side-list div{
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: #293038 solid 1px;
}
.side-list-ul{
	position: relative;
	width: 100%;
	height: auto;
}
.side-list-ul li{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.side-list-ul li:not(.li-active):hover{
	background-color: #37424f;
}
.side-list-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #394555;
	cursor: pointer;
}
.side-list-title:hover{
	background-color: #37424f;
}
.li-active{
	background-color: #0099cc;
}
.title-name{
	position: absolute;
	width: 110px;
	height: 40px;
	left: 60px;
	color: #fff;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.posi{
	position: absolute;
	width: 50px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
}

/** mian **/
.main{
	position: relative;
	float: left;
	height: 100%;
	overflow: hidden;
}
.tree{
	position: relative;
	float: left;
	height: 100%;
	background-color: #eaedf1;	
}
.tree[data-type='on']{
	width: 180px;
}
.tree[data-type='off']{
	width: 0;
}

.tree-name{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-indent: 20px;
	background-color: #d9dee4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tree-ul{
	width: 100%;
	height: 100%;
	overflow: auto;		
}
.tree-list{
	width: 100%;
	padding-bottom: 120px;
	overflow: hidden;	
}
.tree-list li{
	width: 100%;
	height: 40px;
	background-color: #eaedf1;
}
.tree-list li:hover{
	background-color: #f4f6f8;
}
.tree-li-active{
	background-color: #ffffff !important;
}
.tree-a{
	display: block;
	width: 100%;
	height: 40px;
}
.tree-icon{
	float: left;
	width: 30px;
	height: 100%;
}
.tree-title{
	float: left;
	width: 130px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.content{
	position: relative;
	float: left;
	height: 100%;
	padding: 0 30px 0 30px;
	overflow: auto;
}
.content-box{
	width: 100%;
	height: 100%;
	overflow: auto;
}

.ul-infos{
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px auto 60px auto;
	overflow: hidden;
	clear: both;
}
.li-1{
	position: relative;
	width: 133px;
	height: 123px; 
	line-height: 123px;
	text-align: center;
}
.li-2{
	position: relative;
	width: 730px;
	height: 123px;
	background-color: #efefef;
}
.li-2 div{
	float: left;
	width: 33.33%;
	text-indent: 15px;
	height: 41.5px;
	padding-top: 20px;
	line-height: 20px;
}
.img-div{
	position: relative;
	display: inline-block;
	width: 100px;
	height:100px;
	top:12.5px;
	line-height: 100px;
	text-align: center;
	border: #dad9d9;
	border-radius: 6px;	
}
.img-head{
	position:relative;
	width: 88px;
	height: 88px;
	top: 6px;
}
.li-3{
	position: relative;
	width: 233px;
	height: 358px;
	overflow: hidden;
	border: #ededed solid 1px;
	border-radius: 5px 5px 0 0;
	margin-right: 20px;
	margin-bottom: 20px;
}
.li-3-title{
	width: 100%;
	height: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	overflow: hidden;
}
.title-img{
	display: block;
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.title-info{
	display: block;
	width: 130px;
	height: 70px;
	overflow: hidden;
}
.ik{
	display: inline-block;
}
.li-3-list{
	width: 233px;
	height: 258px;
	overflow: auto;
}
.li-3-list p{
	position: relative;
	height: 35px;
	line-height: 35px;
	padding-right: 8px;
	border-top: #ededed solid 1px;
}
.li-3-list p i{
	display: block;
	float: left;
	width: 40px;
	height: 35px;
}
.li-3-list p span{
	position: absolute;
	float: left;
	width: 120px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.li-3-list p strong{
	display: block;
	float: right;
	min-width: 10px;
	max-width: 62.5px;
	height: 35px;
	text-align: center;
	overflow: hidden;
}
.down-div{
	width: 450px;
	height: 700px; 
	overflow: hidden;
}
.infos{
	position: relative;
	width: 100%;
	height: auto;
}
.infos div{
	float: left;
	width: 50%;
	height: auto;
	overflow: hidden;
}
.infos div span{
	float: left;
}
.iform{
	position: relative;
	width: 1500px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.iform .col-4{
	position: relative;
	float: left;
	width: 500px;
	height: auto;
	min-height: 30px;
	padding-bottom: 25px;
}
.iform .col-4 .t-l{
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.iform .col-4 .t-r{
	float: left;
	width: 380px;
	height: auto;
}
.iform-formtips .formtips{
	position: absolute;
	width: 380px;
	height: 15px;
	bottom: 10px;
	right: 0;
	line-height: 15px;
	text-align: left;
}
.login-tips{
	height:30px;
	line-height:30px;
	border:#ff0000 solid 1px;
	color: #e4393c;
	background-color: #ffebeb;
	overflow:hidden;
}

.service-tree{
	border-top: #d9d9d9 solid 1px;
	border-left: #d9d9d9 solid 1px;
	border-right: #d9d9d9 solid 1px;
	margin-right:30px;
}

.service-tree li{
	height: 35px;
	width: 110%;
	line-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: #d9d9d9 solid 1px;
}
.service-tree-active{
	background-color: #d9d9d9;
}


.imgDiv{
	cursor: pointer;
	width:110px; 
	height:110px; 
	position:relative;	
	margin: 10px 20px 10px 20px;
	float:left;
}

.img-border{
	border:4px solid #0099ee;
	margin: 6px 16px 6px 16px;
}

.img-default{
    background: #f45555;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 28px;
    line-height: 28px;
    width: 100%;
    z-index: 100;
    text-align: center;
}

.btn-bottom-div{
	margin: 20px 0px 50px 0px
}

.mg-r100{
	margin-right:100px;
}

.checkmark{
	color: #3CD20E;
	font-weight: bold;
}

.openImg{
	cursor: pointer;
}

.isselectstate{
	background-color: #eaeaea;
}


.tec-table {
	width: 100%;
	border: 1px solid #d2d2d2;
	margin: 0 auto;
}
.tec-table thead {
	color:#09c;
	height:30px;
}
.tec-table thead th{
	border: 1px solid #d2d2d2;
}
.tec-table tbody td {
	height:30px;
	border: 1px solid #d2d2d2;
}


.wareupdate{
	position: relative;
	display: inline-block;
}
.wareupdate input{
	height:26px;
}
.search_suggest{
	position:absolute;
	top:30px;
}
.search_suggest ul{
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	width:155px;
	max-height:100px;
	overflow: auto;
}
.search_suggest ul li{
	width:100%;
	height:25px;
	line-height:25px;
}
.search_suggest ul li:hover{
	background:rgba(0,153,204,0.6);
	color:#fff;
}
.bg-blue{
	background-color:#0099cc;
	color:#fff;
}
.vehicleInfo .vehicleInfo-tit{
	display: block;
	padding:10px 20px;
	border:#e1e1e1 solid 1px;
	border-bottom: none;
	background: #f4f4f4;
	font-weight: bold;
	color:#7D7D7D;
}
.vehicleInfo .vehicleInfo-con{
	padding:10px 20px 20px 20px;
	border:#e1e1e1 solid 1px;
	margin-top:-1px;
	clear: both;
	overflow: hidden;
}
.vehicleInfo .vehicleInfo-con .vehicleInfo-con-item{
	width:300px;
	height:328px;
	border:#e1e1e1 solid 1px;
	padding:10px;
/*	background: #f4f4f4;*/
}
.updateImage-con{
	position: relative;
}
.vehicleInfo-btn{
	position: absolute;
	top:-10px;
	right:0;
}
.updateImage-con .updateImage{
	width:150px;
	height:150px;
	padding:10px;
	border:#e1e1e1 solid 1px;
}
.item-name{
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.updateImage img{
	width:150px;
	height:auto;
	overflow: hidden;
}
.updateImage{
	position: relative;
}
.updateImage span{
	position: absolute;
	left:0;
	bottom:0;
	display: block;
	width:170px;
	height:30px;
	line-height:30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: rgba(0, 0, 0, 0.2);
 	color:#fff;
}
.vehicleContent .vehicleImg{
	width:140px;
	height:140px;
	overflow: hidden;
	padding:5px;
	border:#e1e1e1 solid 1px;
}
.vehicleContent .vehicleImg img{
	width: 100%;
	height: auto;
}
.vehicleContent .vehicleName{
	width:880px;
	padding-bottom: 40px;
}
.vehicleContent .vehiclenameList{
	padding: 0 10px;
}
.vehicleContent .tableDiv td{
	position: relative;
}
.vehicleContent .tableDiv td .vehicleBtn{
	position: absolute;
	bottom: 5px;
	right:10px;
}
.vehicleContent .vehicleTitle{
	position: absolute;
	left:5px;
	bottom: 5px;
}
.carParts{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/*----------------适用车品弹窗----------------*/

.top_detail {
	position: relative;
	overflow: hidden;
	width:100%;
}
.leftspeace{
	float: left;
	width:30%;
	margin-left:5%;
}
.leftspeace img{
	width:100%;
}
.rightprice{
	width:60%;
	float:left;
	margin-left:3%;
}
.rightprice p{
	text-align: left;
}
.aline{
	width:100%;
	height:2px;
	background:#1E82D2 ;
}
.cate_ul{
	width: 90%;
	float: left;
	margin-left: 5%;
}
.cate_ul ul {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.cate_ul ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.cate_ul ul li:nth-child(3n+3){
	margin-right: 0;

}
.cate_ul ul li a {
	display: block;
	text-align: center;
	height: 30px;
	background: #f0f2f5;
	line-height: 30px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.8rem;
	color:#333;
	border:1px solid #f0f2f5;
}
.current3{
	border: solid 1px #1E82D2!important;
	color: #1E82D2!important;
}
.product_area {
	width: 96%;
	padding:2%;
	float: left;

}
.product_area .product_area_search input{
	width:70%;
	height:26px;
}
.product_area ul li {
	float: left;
	margin-top: 10px;
	width: 100%;
	position: relative;
}
.js_datelist li img {
	width: 25%;
	height: auto;
	max-height: 189px;
	cursor: pointer;
}
.js_searchdatelist li img{
	width: 25%;
	height: auto;
	max-height: 189px;
	cursor: pointer;
}
.cate_ul ul li a.js_showmoreclass,.cate_ul ul li a.js_addware{
	background-color: #0099cc;
	color:#fff;
}
.p_right {
	width: 62%;
	float: right;
	margin-left: 10px;
	position: relative;
	border-bottom: solid 2px #f0f1f3;
	margin-right: 5%;
	text-align: left;
}
.p_right p.title {
	font-size: 1rem;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p_right p {
	color: #aeaeae;
	line-height: 20px;
}
.p_right span {
	color: #1E82D2;
	float: left;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 3px;
	margin-bottom: 16px;
}
.p_right span.fuhao {
	padding-top: 1px;
	font-size: 12px;
}
.p_right span.money {
	font-size: 14px;
}
.p_right span.ml {
	margin-left: 6px;
	padding-top: 1px;
	font-size: 12px;
}

/*--------同步对比--------*/
.simultaneousContrast{
	width:100%;
	overflow: hidden;
}
.simultaneousContrast .Contrast-item{
	width:45%;
	float:left;
	margin-right:20px;
	overflow: hidden;
}
.simultaneousContrast .leftpart{
	padding:10px;
	border:#e1e1e1 solid 1px;
	margin-top:3px;
}
.simultaneousContrast .leftpart div{
	overflow: hidden;
	padding:5px;
}
.simultaneousContrast .down-div{
	width: auto;
}