body{ width:100%;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
a{text-decoration: none;}
a:hover{text-decoration: none;}
.banner1{
  background: url(../images/banner.jpg) no-repeat 0px 0px #eeece9;
  min-height: 855px;
  background-size: cover;
  position: relative;
}
.banner3{ background: url(../images/banner.jpg) no-repeat 0px 0px #eeece9;
background-size: cover;
    position: relative; 
}
.head-logo{
  float: left;
}
.head-logo a {
  display: block;
  margin-top:1em;margin-left:2em;
}
.top-nav{
  float: right;
  
}
.top-nav ul{
	padding:0;
	margin:0;
}
.top-nav ul  li{
  display: inline-block;
  width: 15%;
  margin-right: .4em;
  float: left;
}
.top-nav ul  li.active{
	background:#b81a21;	
}
.top-nav ul li a{
  color: #FFF;
  font-size: 18px;
  margin-right: .4em;
  float: left;
  padding: 4em 1em 4em;
}
.top-nav ul li a i{
  display: block;
  margin-top: 1em;
  color: #FFF;
  font-size: 11px;
  font-style: italic;
}
.top-nav ul li a:hover{
	text-decoration:none;
}
.about_mb2 p img{
    max-width: 100%; height:auto}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b81a21;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*---*/
.banner-info {
  text-align: center;
  margin: 14em 0 0 0;
}
.banner-info h2{
  color: #FFF;
  margin: 0;
  font-size: 55px;
  font-weight: 300;
  padding-bottom: 1em;
}
.banner-info h2 span{
  font-weight: 700;
  padding-bottom: 0.4em;
  border-bottom: solid 3px #BE4343;
}
.banner-info h2 span.right-border{
  font-weight: 500;
  color: #C2C2C2;
}
.banner-info p{
	color: #FFF;
	font-size: 16px;
	margin: 1em 0 0 0;
	line-height: 1.8em;
}
/*-- banner-bottom --*/
.banner-bottom{
	
}
.banner-bottom-grids{
	margin: 5em 0;
}
.banner-bottom-left{
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0;
}
.banner-bottom-left h3 b{ font-weight:300;color:#b81a21}
.banner-bottom-left h3{ color:#b81a21;
  color: #000;
  font-size: 37px;
  margin: 0;
  line-height: 1.2em;
  font-weight: 300;
}
.banner-bottom-left h5{
  color: #969696;
  font-size: 16px;
  margin: 1em 0;
  line-height: 1.8em;
}
.banner-bottom-left h5 span{
	display:block;
}
.banner-bottom-left p{
color: #333333;
  font-size: 16px;
  margin:1em 0 0 0;
  line-height: 1.8em;
  font-weight: 400;
}
.banner-bottom-right img{
	width:100%;
}
.see-button{
  margin-top: 1em;
}
.see-button a{
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 4em;
  outline: none;
  background: #393939;
  border: none !important
}
/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.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: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 55px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
#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: 0;
  width:100%;
}
.callbacks_tabs{
  list-style: none;
  position: absolute;
  top: 143%;
  z-index: 999;
  left: 45%;
  padding: 0;
  margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
	margin: 0 .5em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:15px;
  width:15px;
  display:inline-block;
  border:2px solid #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border: 2px solid #FFFFFF;
	background: #FFF;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b81a21;
  border-radius:5px;
  -webkit-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.btn.btn-primary.btn-lg.see-button.hvr-shutter-out-horizontal {
    background: #3F3C35;
}
/*-- specialty --*/
.specialty{
  padding: 3em 0;
  background: #FAFAFA;
}
.specialty-info h3{
	color: #b81a21;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.specialty-info h5 {
  color: #969696;
  font-size: 16px;
  margin: 1em 0;
  line-height: 1.8em;
}
.specialty-info h5 span{
	display:block;
}
.specialty-info p {
  color: #333333;
  font-size: 16px;
  margin: 1em 0 0 0;
  line-height: 1.8em;
  font-weight: 400;
}
.specialty-info span img{ padding-top:3em; width:100%}
.specialty-info p  span{
  display: block;
  margin-top: 2em;
}
.service-box {
background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
}
.service-box .icon {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #ebebeb;
  margin: 0 auto;
  text-align: center;
  position: relative;	
}
.service-box .icon img {
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
.service-box .icon:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #b81a21;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.service-box:hover .icon img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.service-box:hover .icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.service-box h5{
color: #000;
  font-size: 17px;
  font-weight: 600;
  margin: 1em 0 1em 0;
}
.service-box p{
color: #333333;
  font-size: 15px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 400;
}
.specialty-grids-top:nth-child(2) {
  margin-top: 3em;
}
.specialty-button{
	margin-top:3em;
}
/*-- testimonial --*/
.testimonials {
  background: url(../images/i5.jpg) no-repeat 0px 0px;
  background-size: cover;
  min-height: 331px;
  padding: 3em 0;
  position: relative;
  text-align: center;
}
.testmonials div.head-section {
  margin-top: 1em;
}
.testimonial-nfo h3 {
  color: #FFF;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.testimonial-nfo h5 {
  color: #FFFFFF;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
  font-weight: 300;
}
.testimonial-nfo h5 span{
	display:block;
}
.testimonial-grid p {
  font-size: 1.3em;
  font-style: italic;
  color: #FFF;
  text-align: center;
  width: 70%;
  margin: 2em auto;
  font-weight: 600;
}
.testimonial-grid p span {
  font-size: 1.2em;
  vertical-align: middle;
}
/*-- news --*/
.news {
  padding: 4em 0;
}
.news-text{ padding-left:1.1%}
.news-text h3 {
  color: #b81a21;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.news-text h5 {
  color: #969696;
  font-size: 15px;
  margin: 1em 0;
  line-height: 1.8em;
}
.news-text h5 span{
	display:block;
}
.news-grids {
  margin-top:2em;
}
.news-grid img{
  width: 100%;
 
}
.news-grid h4{ height:1.3em; line-height:1.3em; overflow:hidden;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 .3em 0;
}
.news-grid a:hover{
	text-decoration:none;
}
.news-grid span {
  color: #b81a21;
  font-size: 14px;
  line-height: 1.7em;
}
.news-info p { height:5.5em; overflow:hidden;
  color: #333333;
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 400;
}
/*-- footer --*/
.footer{
	padding:3em 0;
	background:#292929;
}
.footer-left ul{
	padding:0;
	margin:0;
}
.footer-left ul li{
	display:inline-block;
	margin:0 1em 1em 0;
}
.footer-left ul li:nth-child(1){
	margin-left:0;
}
.footer-left ul li a{
	color:#FFF;
	font-size:14px;
}
.footer-left ul li a:hover{
	color:#b81a21;
	text-decoration:none;
}
.footer-left form{
  margin-top: 3em;
}
.footer-left input[type="text"] {
  width: 100%;
  color: #898888;
  background: none;
  outline: none;
  font-size: 16px;
  padding: .5em;
  margin-bottom: 2em;
  -webkit-appearance: none;
  border-bottom: solid 1px #595959;
  border-top: none;
  border-right: none;
  border-left: none;
}
.footer-left input[type="submit"] {
  border: none;
  outline: none;
  color: #FFF;
  padding: .5em 1.5em;
  font-size: 16px;
  margin: 0.5em 0 0 0;
  -webkit-appearance: none;
  background: #b81a21;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.footer-left input[type="submit"]:hover{
	background:#4D4D4D;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-middle h3{
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}
.footer-right p{
  color: #FFF;
  font-size: 14px;
  margin: 2em 0 0 0;
  line-height: 1.8em;
  font-weight: 400;
}
.address p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.8em;
  padding-left: 3em;
  margin: 2em 0 0 0;
  background: url(../images/location.png) no-repeat 0px 5px;
}
.address p span {
  display: block;
}
.Landline{
	margin-top:1em;
}
.Landline p{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.8em;
	padding-left: 3em;
	margin: 0em 0 0 0;
	background: url(../images/Landline.png) no-repeat 0px 0px;
}
.phone{
	margin-top:1em;
}
.phone p{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.8em;
	padding-left: 3em;
	margin: 0em 0 0 0;
	background: url(../images/phone.png) no-repeat 0px 0px;
}
.website{
	margin-top:1em;
}
.website p{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.8em;
	padding-left: 3em;
	margin: 0em 0 0 0;
	background: url(../images/website.png) no-repeat 0px 0px;
}
.mailbox{
	margin-top:1em;
}
.mailbox p{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.8em;
	padding-left: 3em;
	margin: 0em 0 0 0;
	background: url(../images/mailbox.png) no-repeat 0px 0px;
}
.copyright{
  background: #4D4D4D;
  padding: 1em 0;
}
.copyright-left p{
  color: #FFF;
  font-size: 14px;
  margin: .4em 0 0 0;
}
.copyright-left p a{
	color:#FFF;
}
.copyright-right p{
  color: #FFF;
  font-size: 14px;
  margin: .4em 0 0 0;
}
.copyright-left{
	float:left;
}
.copyright-right{
	float:right;
}
.copyright-right ul{
	padding:0;
	margin:0;
}
.copyright-right ul li{
	display:inline-block;
	margin:0 .5em;
}
.copyright-right ul li a.twitter{
  background: url(../images/icons.png) no-repeat 0px 0px;
  height: 24px;
  display: block;
  width: 24px;
}
.copyright-right ul li a.facebook{
  background: url(../images/icons.png) no-repeat -33px 0px;
}
.copyright-right ul li a.chrome{
  background: url(../images/icons.png) no-repeat -66px 0px;
}
.copyright-right ul li a.pinterest{
  background: url(../images/icons.png) no-repeat -99px 0px;
}
.copyright-right ul li a.linkedin{
  background: url(../images/icons.png) no-repeat -132px 0px;
}
.copyright-right ul li a.dribbble{
  background: url(../images/icons.png) no-repeat -164px 0px;
}
.copyright-right ul li a.twitter:hover {
  opacity: 0.5;
}
/*-- about --*/
.a-banner{
	min-height: 265px;
}
.about-top{
  padding: 4em 0;
}
.about-info h3{
	color: #b81a21;
	font-size: 40px;
	font-weight: 300;
	margin: 0;
}
.about-info h5 {
  color: #969696;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
}
.about-info h5 span {
  display: block;
}
.a-banner-bottom-grids{
  margin: 2em 0 0 0;
}
/*-- about-bottom --*/
.about-bottom{
  background: url(../images/a2.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding:4em 0;
}
.about-bottom h3{
	color: #FFF;
	font-size: 40px;
	font-weight: 300;
	margin: 0;
}
.about-bottom-grids {
  margin-top: 4em;
}
.about-bottom-left {
  padding-left: 0;
}
.about-bottom-left h4{
	color: #FFF;
	font-size: 26px;
	font-weight: 700;
	margin: 0;
}
.about-bottom-left p{
  color: #FFFFFF;
  font-size: 14px;
  margin: 2em 0 0 0;
  line-height: 1.8em;
  font-weight: 400;
}
.about-bottom-left p span{
	display:block;
	margin:2em 0;
}
.about-bottom-right{
	padding-right:0;
}
/*-- team --*/
.team{
  padding: 4em 0;
}
.team-grids {
  margin-top: 3em;
}
.team-info	 h3 {
  color: #b81a21;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.team-grid img{
	width:100%;
}
.team-grid h6 {
  font-size: 1.1em;
  color: #000000;
  margin: 1em 0 1em 0;
  font-weight: 700;
}
.team-grid p {
  color: #333333;
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 400;
}
/*-- products --*/
.products-top{
	padding:4em 0;
}
.products-top-grids {
  margin-top: 3em;
}
.products-top h3 {
  color: #b81a21;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.products-top h5 {
  color: #969696;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
}
.products-top h5 span {
  display: block;
}
.products-number{
float: left;
  width: 10%;
  margin-right: 2em;
}
.products-number p{
  color: #b81a21;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  line-height: .8em;
}
.products-text{
	float:left;
	width:80%;
}
.products-text h4{
  color: #000;
  font-weight: 600;
  margin: 0 0 1em 0;
  font-size: 26px;
}
.products-text p {
  color: #333333;
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 400;
}
/*-- products-bottom --*/
.products-bottom{padding-bottom:2%


}
.products-bottom h3{
	color: #b81a21;
	font-size: 40px;
	font-weight: 300;
	margin: 0;
}


.gallery-grid1{
	float:left;
	width:12.5% !important;
}
.gallery-grids img{
	width:100%;
}
.gallery-grids span{background: #ddd;
color: #666;
    white-space: nowrap;
    transition: 0.3s ease 0s;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    padding: 3%;
    box-sizing: border-box;
    border: none;
}
.products-bottom-grids {
  margin-top: 1em;
}
/*-- 404 --*/
.e-page{
  background: url(../images/p.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 14em 0 0 0;
  min-height: 860px;
  text-align: center;
}
.e-page h3{
font-size: 10em;
  font-weight: 300;
  margin: 0;
  color: #7E7E7E;
}
.e-page h5{
  font-size: 4em;
  font-weight: 300;
  margin: 1em 0;
  color: #b81a21;
}
.e-page p {
color: #7E7E7E;
  font-size: 18px;
  margin: 2em 0 0 0;
  line-height: 1.8em;
}
.e-button{
  text-transform: capitalize !important;
}
/*-- mail --*/

.map iframe {
  width: 100%;
  min-height: 400px;
  border: none;
}
.mail-grids {
  margin-top: 2em;
}
.mail-grid-left h3{
  color: #b81a21;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.mail-grid-left h5 {
  color: #969696;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
}
.mail-grid-left h5 span {
  display: block;
}
.mail-grid-left h4{
	color:#000;
	font-size:18px;
	font-weight:600;
	margin:0;
}
.mail-grid-left p{
  color: #000000;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
}
.mail-grid-left p a{
	color: #000000;
}
.mail-grid-left p span{
	display:block;
}
.contact-form form {
  text-align: right;
}
.contact-form input[type="text"] {
  width: 100%;
  color: #898888;
  background: none;
  outline: none;
  font-size: 16px;
  padding: .5em;
  margin-bottom: 1em;
  border: solid 1px #D5D4D4;
  -webkit-appearance: none;
}
.contact-form textarea {
  resize: none;
  width: 100%;
  color: #898888;
  font-size: 16px;
  outline: none;
  padding: .5em;
  border: solid 1px #D5D4D4;
  min-height: 150px;
  -webkit-appearance: none;
}
.contact-form input[type="submit"] {
  border: none;
  outline: none;
  color: #FFF;
  padding: .5em 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0.5em 0 0 0;
  -webkit-appearance: none;
  background: #b81a21;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.contact-form input[type="submit"]:hover{
	background:#4D4D4D;
	  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
span.menu {
  display: none;
}
/*-- responsive-design starts-here --*/
@media screen and (max-width: 1530px) {.syrp{ margin:1em 0em; overflow: hidden;
		height:165px;}
	.mail{
}
	.abouta_l{display: inline-block;clear: left;width: 74.8737%;}	
	.abouta_l a{display: inline-block;position: relative; padding-left:2%; padding-right:2%;  font-size:16px; line-height:5em;height:5em;}
    .abouta_r{width: 24.1263%;margin-right: 0px;display: inline-block; font-size:14px; text-align:right}
	.gallery-grid{ margin:1% 1% 1% 1%;
	float:left;
	width:31.2%;
}

.gallery-grid a{
	    font-size: 0px;
    overflow: hidden;
    text-align: center;
    background: #FFF;
    width: 100%;
    margin: 0 auto;
    height:20vw;
    display: block;
	}
.gallery-grid a img{ margin:2% 0% 2% 0%;display: inline-block;
    vertical-align: middle;
    transition: 0.5s linear 0s;
    width: auto;
    height: auto;
    max-height:90%;
    max-width:95%;
    margin-left: 0px;
    transform: scale(1);}
	.my_pages {
                    clear: both !important;
                    text-align: center;
                    margin:2% auto;
                    line-height: 30px;
                }

                .my_pages ul { padding:0px;
                    text-align: center;
                    list-style: none;
                }

                .my_pages ul li {
                    list-style: none;
                    text-align: center;
                    height: 24px;
                    display: inline;
                    margin: 0 2px;
                    padding: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    font-size: 13px;
                }

                .my_pages ul li a {
                    background: #fff;
                    color: #555;
                    display: inline;
                    height: 24px;
                    overflow: hidden;
                    padding: 6px 10px;
                    margin: 0;
                    border: #999 1px solid;
                }

                .my_pages ul li a:hover {
                    color: #fff;
                    background: #b81a21;
                    border: #b81a21 1px solid;
                    height: 24px;
                    overflow: hidden;
                    text-decoration: none;
                    cursor: pointer;
                }

                .my_pages ul li.thisclass a {
                    background: #c8957a;
                    border: #c8957a 1px solid;
                    height: 24px;
                    overflow: hidden;
                    color: #fff;
                    font-weight: 700;
                }
				
	/*新闻*/
				.newseries {
   
    margin: 1.8rem auto 0;


}
.newseries-top{
    display: flex;
    flex-wrap: wrap;

    text-align: center;
}
.newseries-bottom{
    display: flex;
    justify-content: space-between;
}
.new-right{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    vertical-align: top;
}
 .ljn {
    width: 100%;
    height: 230px;
    margin-bottom: 50px;
}
.ljnl { border:#CCC solid 1px;
    width: 30%;
    float: left;
	    overflow: hidden;
		height: 232px;
}
.ljnr {
    width: 65%;
    float: right;
}
.ljnzz{height:3em;}
.ljn a:hover{ color:#b81a21}
.ljn a{ color:#333}
.ljnzl { float:left;
    font-size: 20px;
    font-weight: bold;
  
}		
.ljnzr { text-align:right;float: right;
}
.ljnz2 { min-height:144px;
    line-height:28px;
    
}
.ljnz4 { text-align:center; width:13%;background:#9d1218;
    color: #FFF; padding:1.2%;
}


	}
@media screen and (max-width: 1280px) {
	.syrp{ margin:1em 0em; overflow: hidden;
		height:165px;}
	.abouta_l{display: inline-block;clear: left;width: 74.8737%;}	
	.abouta_l a{display: inline-block;position: relative; padding-left:2%; padding-right:2%;  font-size:16px; line-height:5em;height:5em;}
    .abouta_r{width: 24.1263%;margin-right: 0px;display: inline-block; font-size:14px; text-align:right}
	.gallery-grid{ margin:1% 1% 1% 1%;
	float:left;
	width:31.2%;
}

.gallery-grid a{
	    font-size: 0px;
    overflow: hidden;
    text-align: center;
    background: #FFF;
    width: 100%;
    margin: 0 auto;
    height:20vw;
    display: block;
	}
.gallery-grid a img{ margin:2% 0% 2% 0%;display: inline-block;
    vertical-align: middle;
    transition: 0.5s linear 0s;
    width: auto;
    height: auto;
    max-height:90%;
    max-width:95%;
    margin-left: 0px;
    transform: scale(1);}
	
		/*新闻*/
				.newseries {
   
    margin: 1.8rem auto 0;


}
.newseries-top{
    display: flex;
    flex-wrap: wrap;

    text-align: center;
}
.newseries-bottom{
    display: flex;
    justify-content: space-between;
}
.new-right{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    vertical-align: top;
}
 .ljn {
    width: 100%;
    height: 230px;
    margin-bottom: 50px;
}
.ljnl { border:#CCC solid 1px;
    width: 30%;
    float: left;
}
.ljnr {
    width: 65%;
    float: right;
}
.ljnzz{height:3em;}
.ljn a:hover{ color:#b81a21}
.ljn a{ color:#333}
.ljnzl { float:left;
    font-size: 20px;
    font-weight: bold;
  
}		
.ljnzr { text-align:right;float: right;
}
.ljnz2 { min-height:144px;
    line-height:28px;
    
}
.ljnz4 { text-align:center; width:13%;background:#9d1218;
    color: #FFF; padding:1.2%;
}


	}
@media screen and (max-width: 1024px) {
	.syrp{ margin:1em 0em; overflow: hidden;
		height:165px;}
	.abouta_l{display: inline-block;clear: left;width: 74.8737%;}	
	.abouta_l a{display: inline-block;position: relative; padding-left:2%; padding-right:2%;  font-size:16px; line-height:5em;height:5em;}
    .abouta_r{width: 24.1263%;margin-right: 0px;display: inline-block; font-size:14px; text-align:right}
	.gallery-grid{ margin:1% 1% 1% 1%;
	float:left;
	width:31.2%;
}

.gallery-grid a{
	    font-size: 0px;
    overflow: hidden;
    text-align: center;
    background: #FFF;
    width: 100%;
    margin: 0 auto;
    height:20vw;
    display: block;
	}
.gallery-grid a img{ margin:2% 0% 2% 0%;display: inline-block;
    vertical-align: middle;
    transition: 0.5s linear 0s;
    width: auto;
    height: auto;
    max-height:90%;
    max-width:95%;
    margin-left: 0px;
    transform: scale(1);}
	
		/*新闻*/
				.newseries {
   
    margin: 1.8rem auto 0;


}
.newseries-top{
    display: flex;
    flex-wrap: wrap;

    text-align: center;
}
.newseries-bottom{
    display: flex;
    justify-content: space-between;
}
.new-right{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    vertical-align: top;
}
 .ljn {
    width: 100%;
    height: 230px;
    margin-bottom: 50px;
}
.ljnl { border:#CCC solid 1px;
    width: 30%;
    float: left;
	 overflow: hidden;
		height: 232px;
}
.ljnr {
    width: 65%;
    float: right;
}
.ljnzz{height:3em;}
.ljn a:hover{ color:#b81a21}
.ljn a{ color:#333}
.ljnzl { float:left;
    font-size: 20px;
    font-weight: bold;
  
}		
.ljnzr { text-align:right;float: right;
}
.ljnz2 { min-height:144px;
    line-height:28px;
    
}
.ljnz4 { text-align:center; width:13%;background:#9d1218;
    color: #FFF; padding:1.2%;
}


	}
@media screen and (max-width: 768px) {
	.syrp {
    margin: 1em 0em;
    overflow: hidden;
    height: 110px;}
	.newk{ padding-left:3%; padding-right:3%}
	.about_mb2 p img{
    max-width: 100%; height:auto}
	.about_mb img{
    max-width: 100%; height:auto}
	.abouta_l{display: inline-block;clear: left;width:100%;}	
	.abouta_l a{display: inline-block;position: relative; padding-left:2%; padding-right:2%;  font-size:14px; line-height:4em;height:4em;}
    .abouta_r{ display:none}
	.head-logo {
	  width: 15%;
	}
	.head-logo a img{
		width:100%;
	}
	span.menu {
		display: block;
		text-align: right;
		padding-bottom: 1em;
		cursor: pointer;
		color: #E74C3C;
		font-size: 16px;
		font-weight: 700;
		position: relative;
	}
	.top-nav {
		float: right;
		margin-top:11%; margin-right:5%;
		
	}
	ul.nav1 {
		display: none;
	}
	.top-nav ul {
		padding: 0;
		margin: 0;
		z-index: 9999;
		position: absolute;
		width: 100%;
		left:0;
	}
	.top-nav ul.nav1 li.active{
		background: #b81a21;
	}
	.top-nav ul.nav1 li {
	  display: block;
	  text-align: center;
	  background: rgba(181, 181, 181, 1);
	  border-bottom: 1px dashed #0F2031;
	  margin: 0;
	  width: 100%;
	}
	.top-nav ul li a {
	  padding: 1.5em 0;
	  display: block;
	  float: none;
	}	
	.top-nav ul li a i {
		margin-top: .5em;
	}
	.top-nav ul li a {
		padding: 1em 0;
	}
	.banner-info h2 {
		font-size: 41px;
	}
	.banner-info h2 {
		font-size: 41px;
	}
	.banner {
		min-height: 0px;
	}
	.callbacks_tabs {
	  top: 123%;
	  left: 43%;
	}
	.banner-bottom-right {
	  margin-top: 2em;
	}
	.service-box {
	  margin: 2em 0;
	}
	.testimonial-grid p {
		width: 90%;
	}
	.news-grid {
	  margin-top: 2em;
	  float: left;
	  width: 50%;
	}
	.footer-middle {
	  margin: 3em 0;
	}
	.a-banner {
	  min-height: 180px !important;
	}
	.banner-bottom-right {
	  margin-bottom: 2em;
	}
	.about-bottom-right {
	  margin-top: 4em;
	}
	.banner-bottom-grids {
	  margin: 2em 0;
	}
	.team-grid {
	  float: left;
	  width: 50%;
	}
	.team-grid:nth-child(3) {
	  margin-top: 2em;
	}
	.team-grid:nth-child(4) {
	  margin-top: 2em;
	}
	.contact-form {
	  margin-top: 2em;
	}
	.products-grid {
	  margin-bottom: 2em;
	}
	
		
	/*新闻*/
				.newseries {
   
    margin: 1.8rem auto 0;


}
.newseries-top{
    display: flex;
    flex-wrap: wrap;

    text-align: center;
}
.newseries-bottom{
    display: flex;
    justify-content: space-between;
}
.new-right{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    vertical-align: top;
}
 .ljn {
    width: 100%;
    height: 230px;
    margin-bottom:2%;
}
.ljnl { display:none
}
.ljnr {
    width: 100%;
  
}
.ljnzz{ height:auto}
.ljn a:hover{ color:#b81a21}
.ljn a{ color:#333}
.ljnzl { width:100%; margin-top:3%; line-height:3rem;
    font-size: 20px;
    font-weight: bold;
  
}		
.ljnzr { text-align:left; width:100%;height: auto;
}
.ljnz2 { height:auto;
    line-height:22px;
    
}
.ljnz4 { margin-top:10px; text-align:center; width:40%;background:#9d1218;
    color: #FFF; padding:1.2%;
}

}
@media screen and (max-width: 640px) {
	.syrp {
    margin: 1em 0em;
    overflow: hidden;
    height: 110px;}
	.newk{ padding-left:3%; padding-right:3%}
	.about_mb2 p img{
    max-width: 100%; height:auto}
	.about_mb img{
    max-width: 100%; height:auto}
	.abouta_l{display: inline-block;clear: left;width:100%;}	
	.abouta_l a{display: inline-block;position: relative; padding-left:2%; padding-right:2%;  font-size:14px; line-height:4em;height:4em;}
    .abouta_r{ display:none}
	.banner-info h2 {
	  font-size: 35px;
	}
	.banner-info {
		
		margin: 8em 0 0 0;
	}
	.banner {
	  min-height: 0px;
	}
	.banner-bottom-left h3 {
		font-size: 28px;
	}
	.specialty-info h3 {
		font-size: 34px;
	}
	.about-info h3 {
		font-size: 34px;
	}
	.about-bottom h3 {
		font-size: 34px;
	}
	.team-info	h3 {
		font-size: 34px;
	}
	.products-top h3 {
		font-size: 34px;
	}
	.products-text h4 {
		font-size: 22px;
	}
	.products-number p {
		font-size: 34px;
	}
	.products-bottom h3 {
		font-size: 34px;
	}
	.mail-grid-left h3 {
		font-size: 34px;
	}
		
	/*新闻*/
				.newseries {
   
    margin: 1.8rem auto 0;


}
.newseries-top{
    display: flex;
    flex-wrap: wrap;

    text-align: center;
}
.newseries-bottom{
    display: flex;
    justify-content: space-between;
}
.new-right{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    vertical-align: top;
}
 .ljn {
    width: 100%;
    height: 230px;
    margin-bottom:2%;
}
.ljnl { display:none
}
.ljnr {
    width: 100%;
  
}
.ljnzz{ height:auto}
.ljn a:hover{ color:#b81a21}
.ljn a{ color:#333}
.ljnzl {  width:100%; margin-top:3%; line-height:3rem;
    font-size: 20px;
    font-weight: bold;
  
}		
.ljnzr { text-align:left; width:100%;height: auto;
}
.ljnz2 { height:auto;
    line-height:22px;
    
}
.ljnz4 { margin-top:10px; text-align:center; width:40%;background:#9d1218;
    color: #FFF; padding:1.2%;
}
}
@media screen and (max-width: 480px) {
	.syrp {
    margin: 1em 0em;
    overflow: hidden;
    height: 110px;}
	.newk{ padding-left:3%; padding-right:3%}
	.about_mb2 p img{
    max-width: 100%; height:auto}
	.about_mb img{
    max-width: 100%; height:auto}
	.abouta_l{display: inline-block;clear: left;width:100%;}	
	.abouta_l a{display: inline-block;position: relative; padding-left:2%; padding-right:2%;  font-size:14px; line-height:4em;height:4em;}
    .abouta_r{ display:none}
	
	.about_fn {display: none}
	.banner-info h2 span {
		border-bottom: none;
	}
	.banner-info h2 {
	  line-height: 1.5em;
	}
	.banner-info p {
	  font-size: 14px;
	  margin: 0em 0 0 0;
	}
	.callbacks_tabs {
	  top: 119%;
	  left: 36%;
	}
	.head-logo {
	  width: 21%;
	}
	.top-nav {
	  margin-top: 3em;
	  width: 8%;
	}
	.testimonial-grid p {
	  width: 100%;
	}
	.testimonial-grid p {
		font-size: 1em;
	}
	.news-grid {
	  margin-top: 1em;
	  
	}
	.news-grid h4 {
		font-size: 14px;
	}
	.news-grid span {
		font-size: 14px;
	}
	.copyright-left {
	  float: none;
	  text-align: center;
	  margin-bottom: 2em;
	}
	.copyright-right {
	  float: none;
	  text-align: center;
	}
	.a-banner {
	  min-height: 153px !important;
	}
	.about-top {
	  padding: 2em 0;
	}
	.banner-bottom-right {
	  padding: 0;
	}
	.products-top {
	  padding: 2em 0;
	}
	.gallery-grid {display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
	  float: none;
	  width: 45.2%;
	}
	.gallery-grid1 {
	  float: none;
	  width: 100% !important;
	}
	.e-page h5 {
		font-size: 3em;
	}
	
	/*新闻*/
				.newseries {
   
    margin: 1.8rem auto 0;


}
.newseries-top{
    display: flex;
    flex-wrap: wrap;

    text-align: center;
}
.newseries-bottom{
    display: flex;
    justify-content: space-between;
}
.new-right{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    vertical-align: top;
}
 .ljn {
    width: 100%;
    height: 230px;
    margin-bottom:2%;
}
.ljnl { display:none
}
.ljnr {
    width: 100%;
  
}
.ljnzz{ height:auto}
.ljn a:hover{ color:#b81a21}
.ljn a{ color:#333}
.ljnzl {  width:100%; margin-top:3%; line-height:3rem;
    font-size: 20px;
    font-weight: bold;
  
}		
.ljnzr { text-align:left; width:100%;height: auto;
}
.ljnz2 { height:auto;
    line-height:22px;
    
}
.ljnz4 { margin-top:10px; text-align:center; width:40%;background:#9d1218;
    color: #FFF; padding:1.2%;
}

}
@media screen and (max-width: 320px) {
	.syrp {
    margin: 1em 0em;
    overflow: hidden;
    height: 110px;}
	.newk{ padding-left:3%; padding-right:3%}
	.about_mb2 p img{
    max-width: 100%; height:auto}
	.about_mb img{
    max-width: 100%; height:auto}
	.abouta_l{display: inline-block;clear: left;width:100%;}	
	.abouta_l a{display: inline-block;position: relative; padding-left:2%; padding-right:2%;  font-size:14px; line-height:4em;height:4em;}
    .abouta_r{ display:none}
	
	.head-logo {
	  width: 33%;
	}
	.top-nav {
	  width: 12%;
	}	
	.head-logo a {
	  margin-top: 2em; 
	}
	.top-nav ul li a {
	  padding: .5em 0;
	}
	.banner-info h2 {
	    font-size: 25px;
		padding-bottom: .5em;
	}
	.banner-info {
	  margin: 5em 0 0 0;
	}
	.callbacks_tabs {
	  top: 117%;
	  left: 31%;
	}
	.banner {
	  min-height: 500px;
	}
	.banner-bottom-grid-text {
	  padding: 0;
	}
	.banner-bottom-left h3 {
	  font-size: 20px;
	}
	.banner-bottom-right {
	  margin-bottom: 0em;
	}
	.specialty {
		padding: 2em 0;
	}
	.specialty-info h3 {
	  font-size: 26px;
	}
	.specialty-info {
	  padding: 0;
	}
	.specialty-info p {
		margin: 1em 0 0 0;
	}
	.specialty-info p span {
	  margin-top: 1em;
	}
	.service-box h5 {
		margin: 1em 0;
	}
	.testimonials {
		padding: 2em 0;
	}
	.testimonial-nfo h3 {
		font-size: 26px;
	}
	.testimonial-grid p {
	  font-size: .9em;
	}
	.news {
	  padding: 2em 0;
	}
	.news-text h3 {
		font-size: 26px;
	}
	.news-grids {
	  margin-top: 0em;
	}
	.news-grid {
	  margin-top: 1em;
	  float: none;
	  width: 100%;
	  padding: 0;
	}
	.footer-left {
	  padding: 0;
	}
	.footer-left ul {
		text-align: center;
	}
	.footer-left ul li {
		margin: 0.5em 1em 0;
	}
	.footer {
		padding: 2em 0;
	}
	.footer-left form {
	  margin-top: 2em;
	}
	.about-info h3 {
	  font-size: 26px;
	}
	.banner-bottom-left h3 {
	  font-size: 19px;
	}
	.a-banner-bottom-text {
	  margin-top: 1em;
	}
	.banner-bottom-grids {
	    margin: 1em 0;
	}
	.about-bottom {
		padding: 2em 0;
	}
	.about-bottom h3 {
	  font-size: 26px;
	}
	.about-bottom-left h4 {
		font-size: 20px;
	}
	.about-bottom-grids {
	  margin-top: 1em;
	}
	.about-bottom-left p span {
	  margin: 1em 0;
	}
	.about-bottom-right {
	  margin-top: 2em;
	}
	.team {
	  padding: 2em 0;
	}
	.team-info	h3 {
	  font-size: 26px;
	}
	.team-grid {
	  float: none;
	  width: 100%;
	  padding: 0;
	}
	.team-grid:nth-child(2) {
	  margin-top: 2em;
	}
	.a-banner-bottom-text {
	  padding: 0;
	}
	.products-top h3 {
	  font-size: 26px;
	  line-height: 1.4em;
	}
	.products-number {
		margin-right: 1em;
	}
	.products-text h4 {
	  font-size: 20px;
	}
	.products-grid {
	  margin-bottom: 1em;
	  padding: 0;
	}
	.products-number p {
		line-height: .5em;
	}
	.products-top-grids {
	  margin-top: 2em;
	}
	.products-bottom { padding-top:2%;
	}
	.products-bottom h3 {
	  font-size: 26px;
	}
	.products-bottom-grids {
	
	}
	.e-page h3 {
		font-size: 8em;
	}
	.e-page {
	  padding: 9em 0 0 0;
	  min-height: 640px;
	}
	.e-page h5 {
	  font-size: 2em;
	}
	.mail {
	  padding: 1em 0;
	}
	.footer-middle {
	  margin: 0em 0;
	}
	.map iframe {
		min-height: 265px;
	}
	.mail-grid-left h3 {
	  font-size: 26px;
	}
	.mail-grid-left {
	  padding: 0;
	}
	.contact-form {
	  padding: 0;
	}
	.footer-middle {
	  margin: 1em 0;
	}
	
	
	/*新闻*/
				.newseries {
   
    margin: 1.8rem auto 0;


}
.newseries-top{
    display: flex;
    flex-wrap: wrap;

    text-align: center;
}
.newseries-bottom{
    display: flex;
    justify-content: space-between;
}
.new-right{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    vertical-align: top;
}
 .ljn {
    width: 100%;
    height: 230px;
    margin-bottom:2%;
}
.ljnl { display:none
}
.ljnr {
    width: 100%;
  
}
.ljnzz{ height:auto}
.ljn a:hover{ color:#b81a21}
.ljn a{ color:#333}
.ljnzl { width:100%; margin-top:3%;  line-height:3rem;
    font-size: 20px;
    font-weight: bold;
  
}		
.ljnzr { text-align:left; width:100%;height: auto;
}
.ljnz2 { height:auto;
    line-height:22px;
    
}
.ljnz4 { margin-top:10px; text-align:center; width:40%;background:#9d1218;
    color: #FFF; padding:1.2%;
}
}




/*banner1*/
.bannerpanel { position: relative; }
.banner { position: relative; width: 100%; left: 0px; top: 0px; z-index: 1; }
.banneritem { position: relative; width: 100%; height: 100%; overflow: hidden; }
.banneritem .pic { position: absolute; width: 100%; height: 100%; }
.banneritem .imgIn img { visibility: visible !important; -webkit-animation: scaleUpDown 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); animation: scaleUpDown 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); }

@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.1); transform: scale(1.1); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.1); transform: scale(1.1); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

.banneritem .pic img { width: 100%; display: block; }
.banerBtns { height: 11px; bottom:30px; position: absolute; width: 100%; left: 0px; z-index: 99; text-align: center; display: none; }
.banerBtns span { height: 11px; line-height: 11px; width: 11px; margin: 0px 6px; display: inline-block; overflow: hidden; background: url(../images/num_1.png) no-repeat scroll center center; cursor: pointer; opacity: 0; }
.banerBtns span.cur { background: url(../images/num_2.png) no-repeat scroll center center; }
.banerBtns { bottom: 78px; }
.bannerfont { text-align: center; width: 430px; position: absolute; z-index: 1000; left:45%; top: 60%; height: 300px; margin: -150px 0px 0px -340px; transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-in-out 0s; /* Firefox 4 */ -webkit-transition: all 0.2s ease-in-out 0s; /* Safari and Chrome */ -o-transition: all 0.2s ease-in-out 0s; /* Opera */ }
.bannerfont .fone { height: 112px; position: absolute; left: 0px; top: 100px; width: 100%; display: none; }
.bannerfont .ftwo { height: 85px; position: absolute; left: 0px; top:170px; width: 100%; display: none; }

.about_f{position: relative;}
.about_fn{ position: absolute; right:5px}

.qypt h3{ color:#FFF;font-size: 25px;
    font-weight: 600;
    margin: 0;}
	
	
.abouta{ width:100%;}
.abouta_n{ width:90%; margin:auto;}

.active1{ color:#b81a21;height:5em;
    content: '';
    bottom: 0px;
    height: 3px; border-bottom:#b81a21 solid 3px}
	

.abouta_r a{ font-size:14px;}
.abouta_r a:hover{ color:#b81a21;font-size:14px;}
.about_m{ padding-top:3%; padding-bottom:3%;background-color: rgba(242, 244, 246, 1);}
.about_mb{width: 90%; padding:4%; line-height:2em;
  
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-left: auto;
    margin-right: auto;
	
    background: #fff;
	box-shadow: 0px 9px 27px 4px rgb(204 204 204 / 50%);
   }
.about_mb img{ max-width:100%; height:auto}
.about_mb2 h3{ text-align:center; line-height:2em}
.about_mb2 h4{ border-top:#CCC solid 1px; font-size:14px; line-height:3em}
.about_mb2 h5{ font-size:15px; line-height:2.5em; }
.about_mb2 h5 a{ color:#999}
.about_mb2 h5 a:hover{ color:#b81a21}
.about_mb2{width: 90%; padding:2% 4% 4% 4%; line-height:2em;
  
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-left: auto;
    margin-right: auto;
	
    background: #fff;
	box-shadow: 0px 9px 27px 4px rgb(204 204 204 / 50%);
   }
.about_mb1{width: 90%; padding-bottom:1%;
  
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-left: auto;
    margin-right: auto;
	
    background: #fff;
	box-shadow: 0px 9px 27px 4px rgb(204 204 204 / 50%);
   }
.shadow img{ width:100%}

.syeo{ padding-bottom:2em}

