 
.wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1393px;
	position: relative;
}

.page_tit h3 {
    display: inline-block;
    background: #f3f5f7;
    padding-right: 20px;
    font-size: 28px;
    font-weight: normal;
    color: #444;
}
 
  .page_tit {
    height: 20px;
    border-bottom: 1px solid #363636;
    margin-bottom: 50px;
}
  .page_tit h3 span {
    font-size: 14px;
    color: #9b9b9b;
    text-transform: uppercase;
    margin-left: 10px;
    display: inline-block;
}
/*----------footer----------*/
.footer {
 
}
.contact { margin-bottom: 30px; }
.contact h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}
 
.div_input {
	line-height: 38px;
	padding: 0 15px;
	background: #ececec;
	border:1px solid #fff;
}
.div_input input {
	width: 100%;
	border: 0;
	background: none;
	color: #000;
}
.verify{position:relative;}
.verify img{position:absolute;top:10px;right:10px;}
.contact .list_lt {
	float: left;
	width:100%;
	margin-bottom: 0px;
	background: #fff;
    padding: 20px;
}
.contact .list_lt li {
	margin-bottom: 10px;
}
.contact .list_rt {
	float: right;
	width: 58.5%;
}
.div_input textarea {
	height: 162px;
	padding: 10px 0;
	width: 100%;
	display: block;
	border: 0;
	background: none;
	resize: none;
	color: #000;
}

.btn  {
	    display: inline-block;
    width: 200px;
    line-height: 50px;
    color: #fff;
    background: #126ace;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
}

.article-content img {
    display: inline-block;
    max-width: 80%;
    height: auto!important;
    margin-top: 141px;
}

.contacts-page{ margin-right: 0 }
.verify img{ width: 100px }
 
 @media only screen and (max-width: 1000px) {
 
.page {
	padding: 30px 0;
}
 
}
  
 
 @media only screen and (max-width: 550px) {
 
.contact .list_rt, .contact .list_lt {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

.article-content img {display: none;
}
 
}

 