/* CSS Document */
.form-yj .fyj-z{
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap:wrap;
}
.form-yj .fyj-l{
	width: 41.66%;
	position: relative;
	padding: 0px 45px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
    align-items: center;
}
.form-yj .fyj-r{
	width: 58.34%;
	background-color: #F7F7F7;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
	position: relative;
}
.form-yj p{color: #5c727d;}
/* 标题样式 */
.fyj-l .form-title{
	margin: auto auto auto 0;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}
.fyj-l .form-title h5{
	margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}
.fyj-l .form-title h2{
	font-size: 55px;
	font-weight:bold;
    line-height: 1.2;
}
.fyj-l .form-title p{
	width: 100%;
	padding-top:15px;
}
/* 联系方式样式 */
.fyj-l .form-cont{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.fyj-l .cont-box{
	width:100%;
	display:flex;
	align-items:center;
	padding-bottom: 5px;
}
.fyj-l .cont-box:not(:last-child) {
    margin-bottom: 20px;
}
.fyj-l .cont-icon{
	padding-right: 15px;
}
.fyj-l .cont-icon i{
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60px;
    line-height: 60px;
    height: 60px;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
    border-radius: 50%;
	transition: 0.3s;
}
.fyj-l .cont-t h2{
	font-size: 20px;
    font-weight: bold;
    padding-bottom: 7px;
}
/* 表单样式 */
.form-yj form{
	display: flex;
    flex-wrap: wrap;
}
.form-yj .form_item{
	margin:0 auto;
	padding-bottom:18px;
	position:relative;
}
.form-yj .form_item input , .form-yj .form_item textarea{
	width: 100%;
	font-size: 16px;
	padding: 6px 20px;
	height: 54px;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}
.form-yj .form_item textarea{height: 190px;}
.form-yj .form_item input:focus , .form-yj .form_item textarea:focus{
	outline: 0;
}
.form-yj .form_btn input{
	width: auto;
	background: #14212B;
    border: 0;
    display: inline-block;
    text-align: left;
    padding: 14px 39px;
    border-radius: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}
.form-yj .asd_alert{position: absolute;right: 5px;top: auto; bottom: 0;}

@media (max-width: 1259px){
	.form-yj .fyj-z{width:100%;}
}
@media (max-width: 991px){
}
@media (max-width: 767px){
	.form-yj .fyj-z{padding: 0 30px; justify-content:center;}
	.form-yj .fyj-r{width:100%; padding: 20px 0;}
	.form-yj .fyj-l{width:100%; margin-bottom:40px; padding-right:0;}
	.form-yj .form_item{
		width:100%;
	}
	.fyj-l .cont-t h2{
		font-size: 16px;
	}
}

.form_yj-select {
    position: relative;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background-color: #fff;
}

.form_yj-select-header {
    padding: 6px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    line-height: 40px;
}

.form_yj-select-placeholder {
    flex-grow: 1;
    font-size: 16px;
    color: #333;
}
.form_yj-select-placeholder.placeholder{
	color: #999;
}

.form_yj-select-toggle,
.form_yj-select-clear {
    display: flex;
	justify-content: center;
    align-items: center;
	width: 40px;
	height: 40px;
	color: #333;
	background: none;
	border: none;
}

.form_yj-select-placeholder.placeholder + .form_yj-select-clear{
	display: none;
}

.form_yj-select-header svg {
	width: 20px;
	height: 20px;
	stroke-width: 2px;
	transition: .3s all;
}

.form_yj-select-header.active .form_yj-select-toggle svg {
    transform: rotateX(180deg);
}

.form_yj-select-options {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #e6e6e6;
    border-top: none;
    background-color: #fff;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.form_yj-select-option-item {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
}

.form_yj-select-option-item:hover {
    background-color: #f5f5f5;
}

.form_yj-select-option-item:last-child {
    border-bottom: none;
}
