/* 清除浏览器默认间距 */

* {
	margin: 0;
	padding: 0
}


/* 清除b,strong标签的默认样式 */

b,
strong {
	font-weight: normal
}


/* 清除i,em标签的默认样式 */

i,
em {
	font-style: normal;
}


/* 清除a标签的默认下划线 */

a {
	text-decoration: none;
	color: #333333;
	font-family: "微软雅黑";
}


/* 清除li标签的默认样式 */

li {
	list-style: none;
}

.flex {
	display: flex;
}

.column {
	flex-direction: column;
}

.a_c {
	align-items: center;
}

.a_e {
	align-items: flex-end;
}

.j_c {
	justify-content: center;
}

.j_s {
	justify-content: space-between;
}

.j_e {
	justify-content: flex-end;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* 解决高度塌陷 */

.clear-fix::after {
	content: ".";
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clear-fix {
	zoom: 1;
	/* 兼容IE浏览器 */
}

.firstli li a {
	max-width: 83%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bd li a {
	max-width: 83%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



.ma {
	margin: 0 auto;
	width: 1100px;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.cf:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.cf {
	zoom: 1
}

a {
	text-decoration: none;
	color: #333333;
	font-family: "微软雅黑";
}


body{
	background: #F5F5F5;
}
/*头部*/
.top{
	width: 100%;
	/*height: 95px;*/
}


/*中间*/
.zhon{
	width: 1200px;
	height: 675px;
	margin: 0 auto;
	margin-top: 30px;
}


/*中间左侧*/
.zhon_l{
width: 240px;
height: 675px;
background: #FFFFFF;
}

.zhon_l ul{
	margin-top: 24px;
}

.zhon_l ul li{
	line-height: 40px;
	font-weight: 400;
font-size: 16px;
color: #333333;
cursor: pointer;

}
.zhon_l ul li a{
	line-height: 40px;
	padding-left: 10px;
}
.zhon_l img{
	margin-left: 30px;
	margin-bottom: 3px;
}
.zhon_l ul li:nth-child(1){
	background: rgba(81,94,242,0.08);
	border-right: 6px solid #515EF2;
}
.zhon_l ul li:nth-child(1) a{
	color: #515EF2;
	font-weight: 500;
}
/*中间右侧*/
.zhon_r{
width: 936px;
height: 675px;
background: #FFFFFF;
}

.zhon_r_one{
	margin: 30px 30px 0 30px;
	height: 86px;
	border-bottom: 1px dashed #D8D8D8;
}
.zhon_r_one span{
	font-weight: Bold;
font-size: 14px;
line-height: 28px;
}
.zhon_r_one ul li{
	font-size: 14px;
color: #999999;
line-height: 28px;
}
.zhon_r_one ul li a{
	color: #515EF2;
}
.zhon_r_two{
	margin: 24px 30px 0 30px ;
}
.jd li{
	float: left;
	font-size: 16px;
	line-height: 32px;
	color: #999999;

}
.jd li:nth-child(2){
	color: #333333;
	font-weight: 500;
	padding-left: 8px;
}
.jd li:nth-child(3){
	width: 88px;
	height: 2px;
	background-image: linear-gradient(270deg, #EEEEEE 0%, #515EF2 100%);
	line-height: 32px;
	margin-top: 15px;
	margin-left: 16px;
}
.jd li:nth-child(4){
	margin-left: 16px;
}
.jd li:nth-child(5){

	padding-left: 8px;
}
.jd li:nth-child(6){
	width: 120px;
   height: 2px;
   background: #EEEEEE;
   margin-top: 15px;
   margin-left: 16px;
}
.jd li:nth-child(7){
	margin-left: 16px;

}
.jd li:nth-child(8){
	padding-left: 8px;

}
.jd li:nth-child(9){
	width: 84px;
height: 2px;
background: #EEEEEE;
margin-top: 15px;
   margin-left: 16px;
}
.jd li:nth-child(10){
	margin-left: 16px;
}
.jd li:nth-child(11){
	padding-left: 8px;

}

/*下拉*/
.select_1 {
    float: left;
    width: 376px;
    text-indent: 19px;
    line-height: 30px;
    height: 32px;
    font-size: 13px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 8px;
    position: relative;
    cursor: pointer;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select_1 .select_span{
    background:  /*url(xl.png)*/ no-repeat 342px center;
    color: #666666;
    font-size: 16px;
    font-weight: 100;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-right: 10px;
    width: 100%;
}
.select_ul {
	display: none;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 32px;
    width: 100%;
    max-height: 154px;
    overflow-y: auto;
    z-index: 2;
    box-sizing: border-box;
    background: #FFFFFF;
}
.select_li{
	margin-bottom: 0!important;
	float: left!important;
}
.select_li a {
    font-size: 14px;
    color: #000;
    display: block;
    color: inherit;
}
.denlu {
	margin-top: 28px;
	margin-left: 78px;
}
.denlu li{
	height: 32px;
	margin-bottom: 24px;
	float: right;
	margin-right: 175px;
}
.denlu li p{
	font-size: 14px;
color: #333333;
float: left;
line-height: 32px;
}

.denlu input{
	width: 376px;
height: 32px;
border: 1px solid #DDDDDD;
border-radius: 4px;
outline: none;
font-size: 14px;
line-height: 32px;
padding-left: 12px;
float: left;
margin-left: 8px;
}
input:-ms-input-placeholder{
	color: #CCCCCC;
}
input::-webkit-input-placeholder{
	color: #CCCCCC;
}
.denlu li:nth-child(5){
	position: relative;
}
.denlu .yzm{
	position: absolute;
    top: 3px;
    right: 2px;
    cursor: pointer;

}
.yzm{
	border-left: 1px solid #DDDDDD;
}

.denlu .jcaptcha-imagecode-box{
	cursor: pointer;

}

.denlu li:nth-child(6) input{
	width: 274px;
}
.duanxin {
    width: 92px;
    height: 32px;
    background: rgba(81,94,242,0.08);
    border: 1px solid #515EF2;
    border-radius: 4px;
    float: left;
    font-weight: 400;
font-size: 14px;
color: #515EF2;
line-height: 30px;
text-align: center;
cursor: pointer;
margin-left: 10px;
}
.ljcx{
	width: 96px;
height: 40px;
background: #515EF2;
line-height: 40px;
border-radius: 4px;
float: left;
text-align: center;
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
cursor: pointer;
}
.fanhui{
	width: 96px;
height: 40px;
background: #FAFAFA;
border: 1px solid #DDDDDD;
border-radius: 4px;
line-height: 40px;
float: left;
text-align: center;
font-weight: 400;
font-size: 16px;
color: #666666;
cursor: pointer;
margin: 0 10px 0 8px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}


