#dibunav{
	display: none;
}
@media only screen and (max-width: 750px) {
	#dibunav{
		width: 80%;
		position: fixed;
		display: block;
		bottom: 0%;
		left: 50%;
		transform: translate(-50%,-50%);
		display: flex;
    	justify-content: center;
    	background: rgba(245,245,245,0.9);
    	border-radius: 100px;
    	z-index: 99;
    	box-shadow: 0px 26px 25px -29px #000;
	}
}
#dibunav .dibunav-con{
	width: 95%;
	display: -webkit-flex;
	display: flex;
}
#dibunav .dibunav-con li{
	text-align: center;
	float: left;
	width: 25%;
	padding: 16px 0px;
}
#dibunav .dibunav-con li{
	border-left: 1px solid #fff;
}
#dibunav .dibunav-con li:nth-child(1){
	border-left: none;
}
#dibunav .dibunav-con li a{
	color: #1968d1;
	text-align: center;
}
#dibunav .dibunav-con li a img{
	/*width: 100%;*/
	display: inline-block;
	margin: 0 auto;
}
@media only screen and (max-width: 450px) {
	#dibunav{
		width: 95%;
		height: 63px;
	}
	#dibunav .dibunav-con li a img{
		width: 25px;
	}
	#dibunav .dibunav-con li{
		    padding: 8px 0px 10px 0;
	}
}
@media only screen and (max-width: 320px) {
	#dibunav{
		width: 100%;
		bottom: -3%;
	}
	#dibunav .dibunav-con li a img{
		width: 20px;
	}
}


/*询盘云表单样式*/
.usedComp {
    float: left;
    width: 48%;
    margin-bottom: 15px;
}

.usedComp:nth-child(even) {
    float: right;
}

.usedComp:nth-child(7) {
    width: 100%;
}

.usedComp label {
    font-size: 16px;
    line-height:30px;
    color: #444;
    text-transform: capitalize;
}

.xhl-footer {
    float: left;
}

.usedComp span {
    color: #c4a36d;
    padding-left: 5px;
}

.xhl-input-xlarge {
    width: 100%;
    height: 46px;
    border: 0;
    background: #f5f5f5;
    /* border: 1px solid rgba(232, 236, 239, 1); */
}

.xhl-controls .xhl-textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: none;
    background: #f8f8f8;
    border: 1px solid rgba(232, 236, 239, 1);
}

.xhl-controls .xhl-submit,
.but_pro span {
    background-color: #1488f5;
    color: #fff;
    border: 0;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: bold;
}

.xhl-controls {
    position: relative;
}

.xhl-controls .xhl-form-tip {
    position: absolute;
    right: -10px;
    display: none;
}
.agree-box{
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.agree-box input{
    margin-right: 10px;
    width: 18px;
    height: 18px;
   
    
}
.agree-box input[type=checkbox]::after{
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.agree-box a{
    text-decoration: underline;
    color: #000;
}
.xhl-footer {
    width: 100%;
    margin-bottom: 0 !important;
}

#xhlFormSubmit {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    /* border-radius: 5px; */
    /* vertical-align: middle; */
    background-color: #E94816;
    margin-top: 13px;
    font-size: 24px;
    transition: all 0.4s;
    text-transform: uppercase;
    /* border: 1px solid #20B2BB; */
}

/* #xhlFormSubmit:hover {
    background-color: #fff;
    color: #20B2BB;
    border-color: #20B2BB;
} */
#isMob{
    position: relative;
}
#isMob .error-text{
    position: absolute;
    color: #f00;
    top: 100%;
    left:0px;
    margin-top: 15px;
}
.usedComp input {
    outline: none;
    padding: 0 5%;
    box-sizing: border-box;
}

.usedComp textarea {
    padding: 20px 2.5%;
    outline: none;
    box-sizing: border-box;
}
.usedComp select{
    height: 46px;
    width: 100%;
    /* background-color: #f5f5f5; */
    border:none;
    box-sizing: border-box;
    padding: 0 20px;
     /*将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background:#f5f5f5 url(../images/arrow-area.png) no-repeat  98% center;
    /* border:1px solid rgba(232, 236, 239, 1); */
}
.usedComp select.cur{
    background:#f5f5f5 url(../images/arrow-area2.png) no-repeat  98% center;
}
.xhl_form {
    background-color: transparent;
    padding: 0 !important;
}



.xhl-footer:hover {
    cursor: pointer;
}

.contact-box .xhl-input-xlarge {
    border: 1px solid #e9e9e9;
}

.contact-box .xhl-controls .xhl-textarea {
    border: 1px solid #e9e9e9;
}

.contact-box .usedComp {
    width: 42%;
}

.contact-box .usedComp:nth-child(even) {
    float: right;
}

.contact-box .usedComp:nth-child(5) {
    width: 94%;
}

.contact-box #xhlFormSubmit {
    width: 210px;
    margin: 0;
}

.contact-box .xhl-controls .xhl-textarea {
    height: 82px;
}


@media only screen and (max-width: 1500px) {
    /* .usedComp {
        width: 43%;
    } */

    .usedComp:nth-child(even) {
        float: right;
    }
}


@media only screen and (max-width: 1000px) {
    #xhlFormSubmit {
        width: 100%;
        font-size: 18px;
    }

    .usedComp {
        width: 100%;
        margin-right: 0;
    }

    .contact-box .usedComp:nth-child(5) {
        width: 100%;
    }

    .contact-box #xhlFormSubmit {
        margin: 0 auto;
    }

    .usedComp input {
        padding: 0 5%;
    }

    /* .xhl-input-xlarge {
    width: 90%;
} */

    /* .xhl-controls .xhl-textarea {
        width: 90%;
    } */
    .usedComp textarea {
        padding: 20px 5%;
    }

    .usedComp:nth-child(5) {
        width: 100%;
    }

    .contact-box .usedComp {
        width: 100%;
    }

    .xhl-footer {
        width: 100%;
    }
}