.contact_box {
	margin: 50px 0px 50px 0px;
}

.cont_lr h3 {
	font-size: 36px;
	padding-top: 43px;
	line-height: 1;
	color: #333;
	padding-bottom: 44px;
	border-bottom: 1px solid #aaaaaa;
}

.cont_flex {
	padding-top: 55px;
	display: flex;
	justify-content: space-between;
}

.cont_left {
	width: 44%;
}

.cont_right {
	width: 50%;
}

.cont_left h4 {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	padding-left: 90px;
	background: url(../images/ctdh.png) no-repeat left 15px;
	padding-bottom: 42px;
	border-bottom: 1px dashed #979797;
	margin-bottom: 60px;
}

.cont_left h4 span {
	font-size: 48px;
	color: #19a8fa;
	display: block;
	line-height: 60px;
}

.cont_left p {
	font-size: 18px;
	color: #333;
	height: 30px;
	line-height: 30px;
	margin-bottom: 35px;
	padding-left: 45px;
	transition: 0.3s;
}

.contact_p1 {
	background: url(../images/c_dz.png) no-repeat 5px center;
}

.contact_p2 {
	background: url(../images/c_lxr.png) no-repeat 5px center;
}

.contact_p4 {
	background: url(../images/c_dh.png) no-repeat 5px center;
}

.contact_p6 {
	background: url(../images/c_qq.png) no-repeat 5px center;
}

.contact_p3 {
	background: url(../images/c_yx.png) no-repeat 5px center;
}

.contact_p5 {
	background: url(../images/c_lj.png) no-repeat 5px center;
}

.from_box {
	margin: 50px 0px 50px 0px;
}

.form-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-wrap .list {
	width: 100%;
	padding: 10px 10px 20px;
}

.form-wrap .ltwo {
	width: 50%;
}

.list input {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	background: #f4f4f4;
	border: 1px solid #e6e6e6;
	outline: 0;
	color: inherit;
	font-family: inherit;
}

.list textarea {
	width: 100%;
	padding: 10px;
	min-height: 190px;
	resize: vertical;
	background: #f4f4f4;
	border: 1px solid #e6e6e6;
	outline: 0;
	color: inherit;
	font-family: inherit;
}

.u-btn input {
	height: 45px;
	width: 120px;
	margin-right: 20px;
	cursor: pointer;
	border-color: #19a8fa;
	transition: all 0.4s;
}

.btn-submit {
	color: #fff !important;
	background: #19a8fa !important;
}

.btn-reset{
	background-color: #fff;
	border-color: #19a8fa;
	color: #19a8fa;
}

.btn-reset:hover{
	
	color: #fff !important;
	background: #19a8fa !important;
}


@media screen and (max-width: 1200px){
	.contact_box {
		margin: 25px 0px 40px 0px;
	}
	.cont_lr h3{
		padding-top: 0px;  font-size: 24px; padding-bottom: 24px;
	}

  .cont_flex{
	flex-direction: column;
	padding-top: 20px;
  }

  .cont_left{
	width: 100%;
  }
  .cont_left h4{
	font-size: 14px;
    color: #333;
    line-height: 35px;
    padding-left: 45px;
    padding-bottom: 20px;
	background-size: 30px 30px;
	margin-bottom: 30px;
  }
  .cont_left h4 span {
    font-size: 30px;
    color: #19a8fa;
    display: block;
    line-height: 30px;
}
.cont_left p{
	margin-bottom: 24px;
	font-size: 16px;
}

  .cont_right{
	width: 100%;
  }
}


@media screen and (max-width: 769px){
	.cont_left p {
		font-size: 14px;
		margin-bottom: 15px;
	}	
	.from_box {
		margin: 20px 0px 30px 0px;
	}
	.u-btn input {
		height: 40px;
	}
	
}