
/* CSS Document */

/*banner图*/
.contact-banner p {
    color:#ffffff;
}

/*联系方式*/
.contact-con {
    position:relative;
	border: 2px solid #DDE2E9;
	height:auto;
}
.contact-name {
    border-bottom:2px solid #707070;
}
.contact-content {
    position:relative;
	margin-bottom:20px;
}
.contact-content-item {
	width:100%;
}
.contact-item {
    position:relative;
	padding-left:40px;
}
.contact-item i {
    position:absolute;
	left:0;
	top:9px;
}
.contact-whatsapp {
    position:relative;
}
.contact-whatsapp i {
    width: 25px;
    height: 21px;
    display: block;
	background-image: url(../image/public-icon.png);
    background-repeat: no-repeat;
	background-size: 363px 222px;
    background-position: -255px -119px;
}
.contact-whatsapp-ewm {
    display:none;
	position:absolute;
	left:0;
	top:100%;
	width:150px;
	background:#ffffff;
	border: 1px solid #DDE2E9;
	z-index: 999;
}
.contact-mobile i {
    left:3px;
}
.contact-address i {
    left:2px;
}
.contact-form {
    background: url(../image/bg-form.png) no-repeat center center;
	background-size:cover;
}
.contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),.contact-form textarea {
    background: none;
	border: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.progress {
    height: 20px;
    background-color: #f5f5f5;
	border: 0;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	margin-bottom: 20px;
    overflow: hidden;
}
.progress-bar {
    text-align: center;
	float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #40aae2;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-success {
    background-color: #40d6ff;
}
.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-size: 40px 40px;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.scroller_body {
    overflow:hidden;
}
.scroller_body li {
    float:left;
	width:64px;
	margin:0 15px 15px 0;
}
.scroller_body li img {
    width:64px;
    height:64px;
}
.scroller_body .files_show_title_html {
    width: 100%;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.scroller_body .files_show_title_html input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    padding:0;
	font-size: 12px;
	height: 30px;
	line-height:30px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (min-width:992px){

}
@media (max-width:767px){
#fileupload_document .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (max-width:539px){
#fileupload_document .fileupload_uplist1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
#fileupload_document .fileupload_uplist2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.scroller_body li {
	width:40px;
	margin:0 10px 10px 0;
}
.scroller_body li img {
    width:40px;
    height:40px;
}
}
@media (max-width:374px){
#fileupload_document .fileupload_uplist1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
#fileupload_document .fileupload_uplist2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}

/*表单*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
   color:#ffffff;
   font-size:16px;
   font-weight:normal;
}
:-moz-placeholder {
   color:#ffffff;
   font-size:16px;
   font-weight:normal;
}
::-moz-placeholder {
   color:#ffffff;
   font-size:16px;
   font-weight:normal;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
   color:#ffffff;
   font-size:16px;
   font-weight:normal;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
   color:#ffffff;
   font-size:16px;
   font-weight:normal;
}
.single-form {
    margin-bottom: 20px;
	background: rgba(255,255,255,0.4);
}
.single-form-document {
	position: relative;
    overflow: hidden;
}
.single-form-document span {
    display: block;
    padding: 0px 25px;
	line-height: 60px;
	color:#ffffff;
	cursor: pointer;
}
.single-form-document input {
    position: absolute;
	display: block;
	width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
    z-index: 999999;
}
.single-form2 {
	background: none;
	font-size: 30px;
	line-height: 60px;
	position: relative;
    overflow: hidden;
}
.single-form2 span {
	cursor: pointer;
}
.single-form2 input {
    position: absolute;
	display: block;
	width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
    z-index: 999999;
}
.contact-form .form-control {
}
.contact-form textarea.form-control {
    height: 135px;
	padding: 15px 25px;
}
.kingford-btn-c {
    width: 100%;
	background: #1D65B9;
	color:#ffffff;
	line-height: 36px;
	padding: 10px 20px;
	cursor: pointer;
	border:none;
	outline:none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kingford-btn-c:hover {
	background: #40D6FF;
}
@media (min-width:576px){
.kingford-btn-c {
	line-height: 56px;
}
}

/*地图*/
.map-section {
    width:100%;
	height:190px;
}
@media (min-width:576px){
.map-section {
	height:290px;
}
}
@media (min-width:768px){
.map-section {
	height:380px;
}
}
@media (min-width:992px){
.map-section {
	height:500px;
}
}
@media (min-width:1200px){
.map-section {
	height:600px;
}
}