/* 在线留言样式 */
.nav-wrap ul {
    border: none;
    border-bottom: 1px solid #dddfdf;
    border-radius: 0;
    background: none;
    text-align: center;
    padding: 0;
}
.nav-wrap ul li {
    float: none;
}
.nav-wrap li a.cp_on, .nav-wrap li a:hover {
    border-bottom: 1px solid #3172ca;
    background: none;
    padding: 0;
    margin: 0 20px;
}
/* banner开始 */
.m-banner {
    display: none;
}
/* banner结束 */
/* 内容开始 */
.zxly {
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 63px;
}
.zxly-main {
    width: 1160px;
    margin: 0 auto;
}
.zxly-main .zxly-title {
    padding-top: 34px;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
	color: #333333;
}
.tx1 p {
    text-align: center;
	text-indent: 28px;
	font-size: 18px;
}
.zxly_content{
	width: 100%;
	height: auto;
	background: #f8f8f8;
	border-radius: 5px;
	padding: 70px;
	box-sizing: border-box;
}
.zxly_content ul{
	width:100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly_content ul li{
	width: 45%;
	margin-bottom: 40px;
	display: flex;
}
.zxly_content ul li:last-child{
	margin-bottom: 0;
}
.zxly_content ul li label{
	width: 25%;
	font-size: 18px;
	color: #333333;
	height: 45px;
	line-height: 45px;
	text-align: justify;
	display: block;
}
.zxly_content ul li input,.zxly_content ul li select{
	width: calc(100% - 25%);
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	background: none;
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
	font-size: 18px;
}
.zxly_content ul li input::placeholder,.zxly_content ul li select{
	color: #666666;
	font-size: 18px;
}
.zxly_content ul li select option{
	color: #666666;
	font-size: 18px;
}
.zxly_content ul li.submit{
	text-align: center;
	width: 100%;
	justify-content: center;
}
.submit button{
	color: #ffffff;
	font-size: 26px;
	line-height: 36px;
	width: 120px;
	height: 42px;
	background: #0f7dbe;
	text-align: center;
	border-radius: 5px;
}
/* 验证码开始 */
#v_container{
	width: 30%;
	height: 45px;
	background-color: #b6ecd7;
}
.zxly_content ul li:nth-last-child(2){
	display: flex;
	justify-content: space-between;
}
.zxly_content ul li:nth-last-child(2) input{
	width: 40%;
	margin-right: 5%;
}
.m-online_message{
	display: none;
}
/* 验证码结束 */
/* 内容结束 */
/* 手机端开始 */
@media (min-width: 320px) and (max-width: 1200px){
	.bannerbox{
		margin-top: 0 !important;
	}
	.banner{
		display: none !important;
	}
	.m-banner{
		display:block;
	}
	.m-banner img{
		width: 100% !important;
		vertical-align: bottom;
	}
	.down_center{
		padding: 0;
	}
	.cp_bottom{
		display: none;
	}
	.m-online_message{
		display: block;
	}
	.m-zxly{
		width: 7rem;
		margin: 0.94rem auto 0;
	}
	.m-zxly-top{
	    width: 7rem;
	    height: 0.4rem;
	    color: #666;
	    line-height: 0.58rem;
	    font-size: 0.24rem;
	    margin: 0 auto;
	    border-bottom: 1px solid #e5e5e5;
	}
	.m-zxly-top .cp1-line {
	    width: 0.05rem;
	    height: 0.4rem;
	    background: #2e68b9;
	    float: left;
	    display: block;
	    margin-top: 0.1rem;
	}
	.m-zxly-top .cp1-title {
	    font-size: 0.38rem;
	    line-height: 0.56rem;
	    color: #333;
	    display: block;
	    float: left;
	    padding-left: 0.21rem;
	    background: #fff;
	    padding-right: 0.2rem;
	}
	.m-zxly-bottom{
		border-radius: 12px;
		padding: 0.62rem 0 0.65rem;
		margin-bottom: 0.45rem;
	}
	.m-zxly-bottom .m-zxly-txt{
	    text-indent: 0.64rem;
	    color: #666666;
	    font-size: 0.3rem;
	    line-height: 0.56rem;
		padding: 0 0.46rem;
	}
	.m-zxly_content{
		width: 100%;
		height: auto;
		background: #f8f8f8;
		border-radius: 5px;
		padding: 0.7rem 0.46rem;
		box-sizing: border-box;
		margin-top: 0.62rem;
	}
	.m-zxly_content ul{
		width: 100%;
		height: auto;
	}
	.m-zxly_content ul li{
		width: 100%;
		margin-bottom: 0.7rem;
		display: flex;
	}
	.m-zxly_content ul li label{
		width: 30%;
		font-size: 16px;
		color: #333333;
		height: 45px;
		line-height: 45px;
		text-align: justify;
		display: block;
		text-indent: -3px;
	}
	.m-zxly_content ul li:last-child{
		margin-bottom: 0;
	}
	.m-zxly_content ul li input,.m-zxly_content ul li select,.m-zxly_content ul li select option{
		width: calc(100% - 30%);
		height: 45px;
		line-height: 45px;
		padding: 0 10px;
		background: none;
		border: 1px solid #c7c7c7;
		box-sizing: border-box;
		font-size: 16px;
	}
	/* 验证码开始 */
	#m_v_container{
		width: 30%;
		height: 45px;
		background-color: #b6ecd7;
	}
	.m-zxly_content ul li:nth-last-child(2){
		display: flex;
		justify-content: space-between;
	}
	.m-zxly_content ul li:nth-last-child(2) input{
		width: 35%;
		margin-right: 5%;
	}
	.m-zxly_content ul li.m-submit{
		text-align: center;
		width: 100%;
		justify-content: center;
	}
	.m-submit button{
		color: #ffffff;
		font-size: 22px;
		line-height: 36px;
		width: 120px;
		height: 42px;
		background: #0f7dbe;
		text-align: center;
		border-radius: 5px;
	}
}
/* 手机端结束 */
