

/*liuyan*/


.banner-2{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	/*height: 332px;*/
}
.banner-2 img{
	display: none;
	width: 100%;
}
.erji-nav1{
	/*border-bottom: 1px solid #eee;*/
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji1.jpg);
}
.erji-nav1 ul{
	margin:0;
}

.erji-nav1 li{
	float: left;
	margin-left: 15px;
}
.erji-nav1 li:first-child{
	margin-left: 0;
}
.erji-nav1 li>a{
	display: block;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color:#666;
	padding: 0	12px;
}
.erji-nav1 li>a:hover{
	color:#0083e1;
}
.erji-nav1 li.cur>a{
	background-color: #0083e1;
	color:#fff;
}

.erji-content{
	padding: 35px 0 50px;
}

.mianbaoxie{
	font-size: 12px;
	color:#666;
	text-align: right;
	padding-bottom: 20px;
}

.mianbaoxie img{
	margin-top: -3px;
	margin-right: 10px;
}

.liuyan-title{
	font-size: 18px;
	font-weight: bold;
	color:#333;
}

.liuyan-form-wp{
	padding-right: 478px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-position: right 42%;
	background-image: url(../images/liuyan.jpg);
}

.input-box{
	border:1px solid #cecece;
}

.input-box span{
	width: 55px;
	border-right:1px solid #cecece;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 15px;
	color:#666;
}

.input-box-con{
	overflow: hidden;
	/*padding: 5px;*/
}
.input-box-con input:focus,.input-box-con select:focus,.input-box-con textarea:focus{
	outline: none;
}
.input-box-con input[type="text"]{
	display: block;
	width: 100%;
	height: 46px;
	border:0;
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.input-box-con select{
	display: block;
	width: 100%;
	height: 46px;
	border:0;
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.input-box-con textarea{
	display: block;
	width: 100%;
	height: 46px;
	border:0;
	padding:  12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    height: 200px;
    resize: none;
}

.liuyan-form .col-sm-6,.liuyan-form .col-sm-12{
	margin-top: 22px;
}


.input-box-con input[type="button"]{
	display: block;
	width: 100%;
	height: 46px;
	border:0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #0083e1;
}

