@CHARSET "UTF-8";
 

/**1.标题**/
.cu-head {
    min-height: 750px;
    height: 100%;
    width: 100%;
    background-image: url(../../images/contact/lxwmbj.jpg);
    background-size: 100% 100%;
    position: relative;
}
.cu-head h3 {
	position:absolute;
	top:37%; 
	left:50%;
	margin-top:-10px;
	margin-left:-10px;
	-webkit-transform: translate( -50%, -50%);  
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%); 
    color: #fff;
    font-size: 38px;
}
.cu-head h3::before, 
.cu-head h3::after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 50px;
    background-color: #94c51b;
    vertical-align: 7px;
    margin: 0 15px;
}

/**2.表单**/
.cu-form {
    margin-top: -25%;
    z-index: 30;
    position: relative;
}
/**导航链接**/
.cu-form .ce-ct-link {
	margin-bottom: 15px;
    font-size: 14px;
}
.cu-form .ce-ct-link a {}
.cu-form .ce-ct-link span {
	display: inline-block;
    width: 1.5px;
    height: 14px;
    vertical-align: -1px;
    background-color: #fff;
    margin: 0 2px;
}
/**标题**/
.cu-form .ce-contact .ce-header-3 {
	margin-bottom: 35px;
    width: 100%;
    max-width: none;
}
.cu-form .ce-hr3-h3 {
	line-height: 1;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    color: #1682dd;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
}
.cu-form .ce-header-3::after {
    display: none;
}
.cu-form .ce-contact {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 100px 100px 100px;
    box-shadow: 3px 0px 26px #a0a0a0;
    margin-bottom: 70px;
}

.cu-form .ce-head span {
    border-bottom-color: #097fc4;
}
.cu-form .ce-foot-link  {
    color: #097fc4;
}
.cu-form .ce-foot-logo {
    width: auto;
    margin: 0px 0 12px 0;
}
.cu-form .ce-foot-links li {
    border-top: none;
    color: #ababab;
    line-height: 21px;
    font-size: 13px;
}
.cu-form .ce-head span.ce-head-s1 {
	font-size: 18px;
    color: #444;
}
.cu-form .ce-head span.ce-head-s2 {
	font-size: 14px;
	float: right;
}
.cu-form .ce-head span.ce-head-s2 a {
    font-size: 14px;
}
.cu-form .ce-footer {
    background: #016098;
}
.cu-form .ce-head {
	border-bottom: 1px solid #fff;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.cu-form .ce-head span {
    border: none;
}
.cu-form .ce-head-right {
	float: right;
}
.cu-form .ce-foot-ewm li {
	display: inline-block;
    margin-right: 0px;
}
.cu-form .ce-foot-ewm .ce-foot-img {
	display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.cu-form .ce-foot-ewm {
	float: right;
}
.cu-form .ce-foot-ewm li p {
	font-size: 12px;
    text-align: center;
    line-height: 18px;
}
.cu-form .ce-foot-ewm li img {
	font-size: 12px;
    text-align: center;
    line-height: 18px;
}
/**contuct US 图片**/
.cu-img {
    width: 100%;
    margin-bottom: 50px;
}
/**表单**/
.ce-contact .ce-ctm-rows {
    margin-bottom: 15px;
}
.ce-contact .ce-ctm-btn {
    padding: 10px 70px;
    background-color: #1682dd;
}
.ce-contact .generateCheckCode {
    position: absolute;
    right: 16px;
    top: 3px;
    height: 42px;
    border: 1px solid #111;
}
.ce-contact .ce-ctm-rows input,
.ce-contact .ce-ctm-rows select,
.ce-contact .ce-ctm-rows textarea {
    background-color: #e1effa;
}

@media (min-width: 1740px) {
	.cu-form {
	    margin-top: -15%;
	}
	.cu-form .ce-hr3-h3 {
    	font-size: 28px;
	}
}
@media (max-width: 1324px) {
}
@media (max-width: 768px)  {
	.cu-head {
	    min-height: auto;
	    height: 240px;
	}
	.cu-head h3 {
	    top: 110px;
	    font-size: 21px;
	}
	.cu-head h3::before, .cu-head h3::after {
	    content: "";
	    display: inline-block;
	    height: 6px;
	    width: 30px;
	    background-color: #94c51b;
	    vertical-align: 4px;
	    margin: 0 7px;
	}
	
	.cu-img {
	    width: 100%;
	    height: 100px;
	    margin-bottom: 20px;
	}
	
	.cu-form {
	    margin-top: -110px;
	}
	.cu-form .ce-contact {
	    background-color: #fff;
	    border-radius: 4px;
	    padding: 15px 10px 20px 10px;
	    box-shadow: 0px 0px 3px #a0a0a0;
	    margin-bottom: 20px;
	}
	.cu-form .ce-contact .ce-header-3 {
	    margin-bottom: 10px;
	}
	.cu-form .ce-foot-ewm {
	    float: none;
	    margin-right: auto;
	    margin-left: auto;
	    display: block;
	    width: 224px;
	}
	.ce-contact .ce-ctm-btnp {
		margin-bottom: 20px;
	}
}
 