.cms-t {
	width: 45%;
    margin: 2%;
    box-shadow: 0 0 5px #ddd;
    padding: 20px;
    float: left;
}

.form-title{
	text-align: center;
    font-size: 20px;
	
	
}
.contact-form{
	
	
    width: 100%;
    margin: 0 auto;
    border: 1px solid #888888;
    overflow: hidden;
}



/*.contact-form-content{
		
	width: 60%;
	margin: 50px auto;
	
	
}*/




.contact-form-content span{
	
	
	display: block;

}

.form-cotent input{

	width: 90%;
	height: 30px;
	margin: 15px 0px;
	padding-left:5px
	
	
}

.form-c-em input{
	
		width: 100%;
	
}


.form-content textarea{
		width: 100%;

	margin: 10px 0px;

	
}
.form-sub{
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background: white;
    color: #000;
    line-height: 2.8;
        clear: initial;
    border: 1px solid #000;
}

.agree_text_right .form-sub:hover{

    background:rgb(182, 146, 46);
	    color: #fff;

}
.input-click{
	transform: scale(.75) translateY(-39px) !important;
	-wekit-transform: scale(.75) translateY(-39px) !important;
	-moz-transform: scale(.75) translateY(-39px) !important;
	-ms-transform: scale(.75) translateY(-39px) !important;
	-o-transform: scale(.75) translateY(-39px) !important;
}


.input-click-r{
	transform: scale(.75) translateY(-39px) !important;
	-wekit-transform: scale(.75) translateY(-39px) !important;
	-moz-transform: scale(.75) translateY(-39px) !important;
	-ms-transform: scale(.75) translateY(-39px) !important;
	-o-transform: scale(.75) translateY(-39px) !important;
	opacity: 0;
}


.input-p{
    transform-origin: top left;
    -webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
    transition: all .2s ease-in-out;
	-wekit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transform: scale(1);
	-wekit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    pointer-events: none;
    position: absolute;
      bottom: 16px;
    left: 5px;
    width: 100%;
	

}

.form-cotent{
	
    float: left;
    position: relative;
    width: 38%;
    margin: 15px 0;
}



.form-input{
	
	    border: 0!important;
    outline: none!important;
    border-bottom: 1px solid #0a2350 !important;
	
	
}

.form-c-em{
	
	
	width: 100%;
	margin-top: 5px;
}

.form-c-tel{
	
	
	width: 60%;

}

.form-c-ta{
	
	
	
	
	width: 100%;
	margin-top: 15px;
	
	
	
}

.form-c-ta span{

    display: block;



}

.form-c-ta textarea{
	width: 100%;
	border: 1px solid #000;
	    margin-top: 10px;
	
}

.agree_text_right{
    overflow: hidden;
    width: 100%;
	}
#check-code{
	    font-size: 16px;
    color: #636569;
    margin-bottom: 10px;
	}
#check-code .captch{
	    color: #636569;
    border: 1px solid #636569;
    border-right: 0;
    font-size: 16px;
	height:40px;
	}
	
.agree_text_right .code{
	font-family: Arial;
    font-style: italic;
    font-size: 19px;
    border: 0;
    padding: 2px 3px;
    letter-spacing: 3px;
    font-weight: bolder;
    float: left;
    cursor: pointer;
    width: 150px;
    height: 40px;
    line-height: 36px;
    margin: 20px 0 10px 0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #6D6D72;
	}	
.agree_text_right .form-sub{
	    font-size: 16px !important;
    background: transparent;
    border: 1px solid #636569;
    color: #636569;
    font-size: 16px;
    float: right;
    margin-top: 20px;
    cursor: pointer;
    width: 100px;
    height: 40px;
	line-height:40px;
    margin: 20px 0 10px 0;
    text-align: center;
    vertical-align: middle;
	}	
#check-code{
	float:left;
	}	
	
	

@media only screen and (max-width: 480px){
	.cms-t{
	   width:100%;	
	   margin: 30px 0;
		}
	.form-title{
		font-size:16px;
		}
	#check-code .captch,.agree_text_right .code{
		width:50%!important;
		}
	.agree_text_right .form-sub{
		    width: 100%;
		}		
	}

@media only screen and (max-width: 415px){
	
.input-p{
		font-size: 10px !important;
		
		
	}
	.contact-r {
    float: none;
    width: 100%;
    height: 400px;
    padding-bottom: 20px;
}
	
}

