.configure-container{
	background:#f5f5f5;
}
.subheader{

    		width:1120px;
    		margin:0 auto;
    		margin-bottom:80px;
    		
    	}
    		.subheadercont{
    			float:right;
    			
    		}
    		.subheadercont li{
    			float:right;
    			margin-left:40px;
    			padding-top:20px;
    		padding-bottom:15px;
    		}
    		.subheadercont li:last-child{
    			margin-left:0px !important;
    		}
    		
    		
    		.subnavItem a {
    			padding:4px 10px;
    			border:1px solid #f5f5f5;
    			font-size:14px;
    			color:#333;
    		}
    		.subnavItem a:hover{
    			 color: #008EC7;
    			 transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
    		}
    		
    		.subnavItem.on a {
			    color: #008EC7;
			    border:1px solid #ccc;
			    -webkit-border-radius:20px;
				-moz-border-radius: 20px;
				-ms-border-radius: 20px;
				-o-border-radius: 20px;
				 border-radius: 20px;
			}
			
			.subnavItemtb a {
    			padding:10px 0;
    			font-size:14px;
    			color:#333;
    		}
    		.subnavItemtb a:hover{
    			 color: #008EC7;
    			 transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
    		}
    		
    		.subnavItemtb.on a {
			    color: #1552de;
	
			}
			
			.rightitems{
				padding-bottom:16px;
				border-bottom:1px solid #ccc;
				margin-bottom:20px;
			}
			#content{
				width:1120px;
				margin:0 auto;
				
			}
			.content-left1{
			   width:100%; 
				float:left;
				position:relative;
				float:none;
			}
			.content-left{
				width:770px;
				/* width:100%; */
				float:left;
				position:relative;
			}
			.content-right{
				width:240px;
				float:right;
				position:relative;
			}
			.content-right .content-right-title{
				margin-bottom:10px;
				border-left:3px solid #333;
				padding-left:8px;
				color:#333;
				font-size:16px;
			
			}
			.content-right .content-right-title1{
				margin-bottom:10px;
				border-left:3px solid #333;
				padding-left:8px;
				color:#333;
				font-size:16px;
				position:relative;top:30px;
			
			}
			.content-right-txt{
				color:#333;
				font-size:14px;
			}
			.content-right-more a{
				font-size:14px;
				color:#1552de;
			}
			.content-right-more a:hover{
				color:#0579A7;
			}
			.selectdown{
    			float:left;
    			margin-top:10px;
    		}
/******下拉选框*******/
#dropdown p, ul, li {
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#dropdown {
	font: 12px/18px "Microsoft Yahei", Tahoma, Helvetica, Arial, Verdana,
		"\5b8b\4f53", sans-serif;
	color: #333;
	position: relative;
}

#dropdown p {
	z-index: 100;
	border: 1px solid #999;
	background: #f5f5f5 url(../images/select2.png) no-repeat right 0px;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	background-size: 33px 31px;
}

#dropdown ul {
	list-style: none;
	overflow: auto;
	background: #fff;
	margin-top: 2px;
	border: 1px solid #a9a9a9;
	position: absolute;
	display: none
}

#dropdown ul li {
	height: 35px;
	line-height: 35px;
	text-indent: 10px
}

#dropdown ul li a {
	display: block;
	height: 35px;
	color: #4d4d4d;
	text-decoration: none;
	font-size: 14px;
}

#dropdown ul li a.on {
	background: #e9eef5;
	color: #4d4d4d;
}

#dropdown ul li a:hover {
	background: #e9eef5;
	color: #4d4d4d;
	cursor: pointer;
}

.J_options ul {
	z-index: 300;
}