html, body{
    font-size: 100%;
	background:	#fff;
	font-family:'Microsoft YaHei','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top:0px;
    padding-top :0px;        
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.baidutidu img{
    max-width:100px;
    height:auto;
    display: block; 
    float:left;   
    margin-left: auto;
    margin-right:10px;
    border-radius:8px; /*Ô²½Ç´¦Àí*/
}
.pic {
    margin-top:5px;    
    width:50%;
    height:auto;
    border-radius:8px;
    float:right;
}
.picmove {
    overflow:hidden;
    height:300px;
    width:100%;
    color:#ff0000;   
}
.picmove img {
    width:300px;
    height:300px;
    margin-right :10px;
    margin-left :10px;
    border-radius:10px; /*Ô²½Ç´¦Àí*/
    -webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms; 
    -ms-transform: scale(1, 1);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 250ms;
    -o-transform: scale(1,1);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 250ms; 
}
.picmove img:hover {
	-webkit-transform: scale(1.20) rotate(-1deg);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.20);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
    -ms-transform: scale(1.20);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 750ms;
    -o-transform: scale(1.20);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 750ms;
	overflow: hidden;
}
/*-- Header Part Starts Here --*/
.header {
	padding: 0.3em 0 1.5em 3em;
	background: rgba(0, 0, 0, 0);
	margin: 0 auto;
	position: absolute;
	width: 80%;
	left: 10%;
	top:0;
	z-index:9;
}
.navigation {
	width: 50%;
	float: right;
	text-align: center;
}
ul.navig {
	padding: 0;
	margin-top: 4.5%;
}
ul.navig li span {
	color: #19a92b;
	margin: 0 15px;
	font-size: 16px;
}
ul.navig li{
	display: inline-block;
	margin: 0 0px;
	position:relative;
}
ul.navig li a {
	font-size: 1em;
	color:#19a92b;
	font-weight: 100;
	text-decoration: none;
}
ul.navig li a:hover {
	color: skyblue;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.navig li a:hover ul.navig li a:after{
	display: block;
}
ul.navig li a:after{
	width:15px;
	height:15px;
	background:red;
	display: none;
	content:"";
	position:absolute;
	top:0;
	
}
.head_grid{
	text-align:center;
	width: 26.3%;
}
.head_grid_center{
	margin: 0 7em;
}

.stars {
	margin: 7em 0 2em 0;
	text-align: center;
	position: relative;
}
.stars:before {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	left: 9%;
}
.stars:after {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	right: 9%;
}
.dituContent {
    width:100%;
    border:#e55353 solid 2px;
    border-radius:8px;
    margin-top:20px;
}
.footer1 {
    background-color:#19a92b;
    background-image:url(../img/bg-1.jpg);
    background-repeat:repeat-x;
    text-align:center;
    margin:auto;
    width :100%;    
    padding-top :15px;
    font-size:12px;
    padding-bottom:10px;
    color:white;
}
.banner {
	position: relative;
    margin-top:70px;
    padding-top :0px;
}
.banner-1{
	background:url(../img/banner1.jpg) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height: 384px;
}
.banner-2{
	background:url(../img/banner2.jpg) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height: 384px;
}
.banner-3{
	background:url(../img/banner3.jpg) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height: 384px;
}
.banner-4{
	background:url(../img/banner.jpg) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height: 384px;
}
.banner-5{
	background:url(../img/banner5.jpg) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height: 384px;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 10%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 68px;
	width: 14px;
	background: transparent url("../img/side-arrows.png") no-repeat left top;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 10%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border-radius:200px;
  -webkit-border-radius:200px;
  -moz-border-radius:200px;
  -o-border-radius:200px;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 143%;
	z-index: 999;
	left: 47%;
	padding: 0;
	margin: 0;
	display: block;
}
.slider-top{
	text-align: center;
	margin-bottom:2.5em;
}
.slider-top p.below{
	font-size: 14px;
	color: #fff;
	font-weight: 100;
}
.slider-top h3{
	font-size:20px;
	font-weight:400;
	margin:10px 0px;
	color:#fff;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
.callbacks_tabs li{
	display:inline-block;
}

/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:10px;
  width:10px;
  display:inline-block;
  border:2px solid #5a686b;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  background:#5a686b;
  display:none;
}
.callbacks_here a:after{
	border:2px solid #fff;
	background:#fff;
}
ul.callbacks_tabs.callbacks2_tabs {
	display: none;
}
/*--Slider-Part-Ends-Here--*/
.banner-bottom ul{
	padding:0;
}
.banner-bottom ul li{
	display:inline-block;
	list-style:none;
	margin: 0 2em;
}
.banner-bottom ul li a span{
	background:url(../img/social-sprit.png) no-repeat;
	width:67px;
	height:66px;
	display:block;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.banner-bottom ul li a span.twt{
	background-position:0px 0px;
}
.banner-bottom ul li a span.t{
	background-position:-67px 0px;
}
.banner-bottom ul li a span.g{
	background-position:-134px 0px;
}
.banner-bottom ul li a span.twt:hover{
	background-position:0px -66px;
}
.banner-bottom ul li a span.t:hover{
	background-position:-67px -66px;
}
.banner-bottom ul li a span.g:hover{
	background-position:-134px -66px;
}
.banner-bottom {
	background: rgba(60, 50, 73, 0.55);
	width: 100%;
	padding: 3em 0px;
	text-align: center;
	position: absolute;
	z-index: 9;
	top: 78.5%;
}
/*--Banner-Part-Ends-Here --*/
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
   }
.row:after,
.clearfix:after {
  clear: both;
   }
.row,
.clearfix {
  zoom: 1;
   }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*--ends-contact--*/
.contact {
	padding: 4em 0px 6em 0px;
}
.contact-left h3{
	color:#434a54;
	font-size:1.4em;
	font-weight:200;
	margin:0;
}
.contact-left p{
	color:#434a54;
	font-size:13px;
	font-weight:200;
	margin-top:1em;
}
.contact-left ul {
	padding: 0;
	margin-top: 4%;
}
.contact-left ul li {
	list-style: none;
	display: inline-block;
	margin-right: 23px;
}
.contact-left ul li:nth-child(3){
	margin-right: 0px;
}
.contact-left ul li p a{
	color:#434a54;
	font-size:13px;
}
.contact-left ul li p a:hover{
	color:#e55353;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.contact-left input[type="text"] {
	width: 48.5%;
	color: #fff;
    background-color:skyblue;	 
	outline: none;
	font-size: 14px;
	padding: 12px 1.3em;
	margin-bottom: 1em;
	border: none;
	-webkit-appearance: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.contact-left input[type="text"]:nth-child(1){
	margin-right:11px;
}
.contact-textarea textarea {
	resize: none;
	width: 100%;
	color: #fff;
	font-size: 14px;
	background:skyblue;
	outline: none;
	padding: 10px 10px;
	border: none;
	min-height: 25em;
	-webkit-appearance: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.contact-but input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	background: #e55353;
	padding: 6px 60px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 600;
	-webkit-appearance: none;
	border-radius: 0.3em;
	border-bottom: 3px solid rgba(30, 30, 30, 0.65);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.contact-but input[type="submit"]:hover {
	background:#1e1e1e;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.contact-but {
	margin-top: 3%;
	text-align: right;
}
/*--end-contact--*/
/*--start-footer--*/
@media (max-width:1920px){
.dituContent {
    height:800px;
}
.picmove { 
    height:300px;      
}
.picmove img {
    width:480px;
    height:300px;   
}
.banner-bottom {
	top: 77.2%;
}
.b-from-left ul {
	margin-top: 28%;
}
.banner-2, .banner-1,.banner-3, .banner-4,.banner-5{
	min-height: 640px;
}
.logo {
	width: 30%;
	float: left;
}
.logo a{
	width: 40%;
    font-size:30px;
    color:#19a92b;
}
.logo a img {
	width: 40%;
    height:auto;
}
}
@media (max-width:1440px){
.dituContent {
    height:600px;
}
.banner-bottom {
	top: 77.2%;
}
.b-from-left ul {
	margin-top: 28%;
}
.banner-2, .banner-1,.banner-3, .banner-4,.banner-5{
	min-height: 500px;
}
.logo {
	width: 40%;
	float: left;
}
.logo a{
	width: 45%;
    font-size:30px;
    color:#19a92b;
}
.logo a img {
	width: 45%;
    height:auto;
}
}
@media (max-width:1366px){
 .dituContent {
    height:600px;
}
 .picmove { 
    height:250px;      
}
.picmove img {
    width:400px;
    height:250px;   
}
.banner-2, .banner-1,.banner-3, .banner-4,.banner-5{
	min-height: 450px;
}
.banner-bottom {
	top: 76%;
}
.navigation {
	width: 54%;
}	
}
@media (max-width:1280px){
.dituContent {
    height:600px;
}
.banner-2, .banner-1,.banner-3, .banner-4,.banner-5{
	min-height: 420px;
}
.banner-bottom {
	top: 73%;
}
.banner-bottom ul {
	margin-top: 10px;
}	
.logo a img {
	width: 50%;
    height:auto;
}
.logo {
	width:40%;
}
.logo a {
        font-size: 22px;     
    }
}
@media (max-width:1024px){
    .banner {	
    margin-top:70px;   
}
    .footer1 {
    display:none;
}
.dituContent {
    height:500px;
}
.logo a img {
	width: 50%;
    height:auto;
}
.logo {
	width: 40%;
}
.logo a {
        font-size: 22px;     
    }
ul.navig li span:nth-child(1){
	margin:0 15px;
}
ul.navig li {
	margin: 0 0px;
}
ul.navig li span {
	margin: 0 18px;
}	
.header {
	padding-bottom: 1.5em;
}
.banner-2, .banner-1,.banner-3, .banner-4,.banner-5{
	min-height: 350px;
}
.banner-bottom ul li a span {
	width: 60px;
	height: 60px;
	background-size: 180px;
}
.banner-bottom ul li a span.twt:hover {
	background-position: 0px -59px;
}
.banner-bottom ul li a span.t {
	background-position: -60px 0px;
}
.banner-bottom ul li a span.t:hover {
	background-position: -60px -59px;
}
.banner-bottom ul li a span.g {
	background-position: -120px 0px;
}
.banner-bottom ul li a span.g:hover{
	background-position: -120px -59px;
}
.banner-bottom ul li {
	margin: 0 1.3em;
}
.banner-bottom {
	top: 73.5%;
	padding: 1em 0px;
}
.callbacks_nav {
	top: 40%;
}
.contact-left input[type="text"]:nth-child(1) {
	margin-right: 8px;
}
.contact {
	padding: 3em 0px 5em 0px;
}
}
@media (max-width:768px){
 .banner {	
    margin-top:40px;   
}
.dituContent {
    height:500px;
}
.picmove { 
    height:250px;      
}
.picmove img {
    width:320px;
    height:200px;   
}
.banner-2, .banner-1,.banner-3, .banner-4,.banner-5{
	min-height: 256px;
}
.banner-bottom {
	padding: 1.2em 0px;
	top: 76.7%;
}
.logo a img {
	width: 25%;
    height:auto;
}
.logo {
	width: 60%;
}
.logo a {
        font-size: 20px;     
    }
.navigation {
    width:25%;
}

.header {
	padding: 0px 0px;
}
ul.navig li span {
	margin: 0;
	display: none;
}
.banner-bottom ul li a span {
	width: 55px;
	height: 54px;
	background-size: 165px;
}
.banner-bottom ul li a span.twt:hover {
	background-position: 0px -54px;
}
.banner-bottom ul li a span.t {
	background-position: -55px 0px;
}
.banner-bottom ul li a span.t:hover {
	background-position: -55px -54px;
}
.banner-bottom ul li a span.g {
	background-position: -110px 0px;
}
.banner-bottom ul li a span.g:hover{
	background-position: -110px -54px;
}
.contact-main {
	text-align: center;
}
.contact-left ul {
	margin-top: 1%;
}
.contact-left {
	margin-top: 5%;
}
.contact {
	padding: 0em 0px 3.5em 0px;
}
.contact-but {
	margin-top: 2.5%;
	text-align: center;
}
.contact-left input[type="text"] {
	width: 49%;
}
span.menu:before {
	content: url(../img/nav-icon1.png);
	cursor: pointer;	
	height:32px;
}
ul.navig {
    display:none;
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 100%;
	left: 0%;
	padding: 10px 0px;
	background: rgba(90, 88, 107, 0.84);
}
ul.navig li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
	margin:0;
}
ul.navig li a {
	padding: 7px;
	font-size: 14px;
	width: 100%;
	font-weight:600;
	display:block;
	color: #fff;
}
ul.navig li a:hover{
	color:#de5749;
}
span.menu {
	display: block;
	float: right;
	margin: 8px 15px 0 0;
}

.navigation {
	height: 34px;
	padding: 0px 16px 0em;
	margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
	margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
	margin: 0 0em 0 0px;
}  
}
@media (max-width:640px){
.dituContent {
    height:400px;
}
span.menu {
	margin: 7px 2px 0 0;
}
.navigation {
	height: 29px;
}
.banner-2, .banner-1,.banner-3, .banner-4,.banner-5{
	min-height: 210px;
}
.banner-bottom ul li a span {
	width: 50px;
	height: 49px;
	background-size: 149px;
}
.banner-bottom ul li a span.t{
	background-position:-50px 0px;
}
.banner-bottom ul li a span.g{
	background-position:-100px 0px;
}
.banner-bottom ul li a span.twt:hover{
	background-position:0px -49px;
}
.banner-bottom ul li a span.t:hover{
	background-position:-50px -49px;
}
.banner-bottom ul li a span.g:hover{
	background-position:-100px -49px;
}
.banner-bottom ul li {
	margin: 0 11px;
}
.banner-bottom {
	padding: 1em 0px;
	top: 74.8%;
}
.load {
	left: 38%;
}
.contact-left input[type="text"]:nth-child(1) {
	margin-right: 6px;
}
.contact-left input[type="text"] {
	padding: 10px 1em;
	margin-bottom: 10px;
}
.contact-textarea textarea {
	min-height: 10em;
}
.contact-but input[type="submit"] {
	padding: 6px 48px;
	font-size: 17px;
}
.contact-but {
	margin-top: 2%;
}
.contact-left:nth-child(1){
	margin-top: 0%;
}
.contact {
	padding: 10px 0px 2.5em 0px;
}
}
@media (max-width:480px){
 .banner {	
    margin-top:30px;   
}
.dituContent {
    height:300px;
}
.picmove { 
    height:100px;      
}
.picmove img {
    width:160px;
    height:100px;   
}
.logo a img {
	width: 30%;
    height:auto;
}
.logo {
	width: 60%;
}
.logo a {
        font-size: 18px;     
    }
.logo a{
	width: 39%;
    font-size:14px;
    color:#19a92b;
}
span.menu {
	margin: 6px 1px 0 0;
}
.navigation {
	height: 27px;
}
.header {
	padding: 0px 0px;
}
ul.navig {
	width: 100%;
	left: 0%;
}
.banner-2, .banner-1,.banner-3, .banner-4,.banner-5{
	min-height: 160px;
}	
.banner-bottom {
	top: 71.7%;
}
.banner-bottom ul li a span {
	width: 45px;
	height: 44px;
	background-size: 135px;
}
.banner-bottom ul li a span.t{
	background-position:-45px 0px;
}
.banner-bottom ul li a span.g{
	background-position:-90px 0px;
}
.banner-bottom ul li a span.twt:hover{
	background-position:0px -44px;
}
.banner-bottom ul li a span.t:hover{
	background-position:-45px -44px;
}
.banner-bottom ul li a span.g:hover{
	background-position:-90px -44px;
}
.banner-bottom ul li {
	margin: 0 8px;
}
.callbacks_nav {
	top: 37%;
}
.contact-left p {
	font-size: 13px;
	margin-top: 10px;
}
.contact-left ul li {
	display: block;
	margin-right: 0px;
}
.contact-left input[type="text"]:nth-child(1) {
	margin-right: 3px;
}
.contact-but input[type="submit"] {
	padding: 5px 43px;
	font-size: 16px;
}
}
@media (max-width:400px) {
.banner-2, .banner-1,.banner-3, .banner-4,.banner-5{
	min-height: 140px;
}
}
@media (max-width:360px) {
.banner-2, .banner-1,.banner-3, .banner-4,.banner-5{
	min-height: 120px;
}
}
@media (max-width:320px){
.dituContent {
    height:110px;
}

.logo {
	width: 40%;
}
.navigation {
	height: 26px;
	width: 39%;
}
span.menu {
	margin: 3px 0px 0 0;
}
.banner-2, .banner-1,.banner-3, .banner-4,.banner-5{
	min-height: 160px;
}
.banner-bottom {
	padding: 10px 0px;
}
.banner-bottom {
	top: 72%;
}
.banner-bottom ul {
	margin-top: 6px;
}
.banner-bottom ul li a span {
	width: 40px;
	height: 39px;
	background-size: 120px;
}
.banner-bottom ul li a span.t{
	background-position:-40px 0px;
}
.banner-bottom ul li a span.g{
	background-position:-80px 0px;
}
.banner-bottom ul li a span.twt:hover{
	background-position:0px -39px;
}
.banner-bottom ul li a span.t:hover{
	background-position:-40px -39px;
}
.banner-bottom ul li a span.g:hover{
	background-position:-80px -39px;
}
.banner-bottom ul li {
	margin: 0 6px;
}
.callbacks_nav {
	top: 39%;
	height: 45px;
	width: 8px;
}
.contact-left p:nth-child(2),.contact-left p:nth-child(3){
	overflow: hidden;
	height: 38px;
}
.contact-left h3 {
	font-size: 1.3em;
}
.contact-left p {
	font-size: 14px;
	margin-top: 9px;
}
.contact-left {
	margin-top: 7%;
}
.contact-left input[type="text"]:nth-child(1) {
	margin-right: 0px;
}
.contact-left input[type="text"] {
	padding: 8px 1em;
	margin-bottom: 8px;
	width: 100%;
}
.contact-but input[type="submit"] {
	padding: 4px 36px;
	font-size: 15px;
}
.contact {
	padding: 0px 0px 1.8em 0px;
}
.blog {
	padding: 1em 0px;
}
}
/*--media-quaries-end-here--*/