.contant{
	padding: 0 100px;
	min-width: 800px;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 16px;
}
.li{
	padding: 10px 30px;
	border-left: 2px solid #7188d7;
	line-height: 32px;
	position: relative;
}
.li i{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: -9px;
	background: url(../img/point.png);
}
.li span{
	color: #7188d7;
	font-weight: bold;
}
.indent{
	text-indent: 2em;
	font-size: 14px;
	color: #666
}
.line32 p{
	line-height: 32px;
}
.contant .title{
	border-left: 2px solid #6f86d6;
	padding: 0 20px; 
	color: #bac5e9;
	font-size: 12px;
}
.contant .h{
	font-size: 16px;
	font-weight: bold;
	color: #6f86d6
}
.head .img{
	margin-top: 30px;
	height: 80px;
	background: url(../img/title.png) center no-repeat;
	background-size: auto 100%
}
.contant .c{
	font-size: 14px;
	color: #333;
	padding: 0 20px;
	background: url(../img/bold.png) no-repeat;
	line-height: 24px;
}
.contant .e{
	padding: 0 20px;
	font-size: 12px;
	color: #aaa;
	line-height: 20px;
}
.contant textarea{
	resize: none;
    height: 180px;
    border: 1px solid #dcdcdc;
    width: 920px;
    margin: 20px;
}
.contant input{
	border: 1px solid #dcdcdc;
	width: 920px;
	height:30px;
	margin: 20px;
}
.contant .btn {
    background: #315dc0;
    width: 196px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 20px auto 0;
}

