@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family:'微软雅黑', 'Open Sans', sans-serif;
  font-size: 15px;
  color: #272727;
  overflow-x: hidden;
}
a,a:hover{color:#272727; text-decoration:none;}
.clear{clear:both}
.clearfix{clear:both}
.mb-15{margin-bottom:15px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
ul,li{ list-style:none;}
.sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cl{clear:both;}

/* ==========================================================================
button
========================================================================== */
.btn-zd{    
	color: #fff;
    background-color: #005bac;
    border-color: #005bac;
}
.btn-zd:hover{color: #fff;}
.btn-2e{
	padding:3px 20px;
	border-radius:20px;
	font-size:18px;
	color: #fff;
	background-color: #2e3353;
    border-color: #2e3353;}
.btn-2e:hover{color: #fff;}
/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.16em;
}

h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: transparent;
  border:0;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}


.btn-light {
  background: #transparent;
  border: 0;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0d0d0d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}


.btn-block {
  background: #24242a;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #24242a;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

    /* ==========================================================================
Navigation Style
========================================================================== */
.navbar-toggle {
    padding: 9px 0px;
    margin-right: 0px;
}

.navbar-default {
  background: rgba(255, 255, 255, 0);
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  width: 28%;
  padding-right: 15px;
}
.navbar-default .nav-wrap {
  width: 72%;

}
.navbar-brand {
    
    padding: 20px 15px 5px 15px;
   
}
.navbar-default .navbar-nav{ float:right;}
.navbar-default .nav > li > a {
  font-size: 16px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #005bac;
}
.navbar-default .nav > li  > a:hover span,
.navbar-default .nav > li  > a:focus span,
.navbar-default .nav > li  > a:active span {
    padding-bottom: 5px;
    border-bottom: 1px solid #005bac;
}
.navbar-default .social-media {
  float: right;
  padding: 0 15px;
}
.navbar-default .social-media i {
  font-size: 22px;
}

.navbar-default .navbar-nav > .active > a ,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #005bac;
}
.navbar-default .navbar-nav > .active > a span,
.navbar-default .navbar-nav > .active > a:focus span,
.navbar-default .navbar-nav > .active > a:hover span{
   padding-bottom: 5px;
   border-bottom: 1px solid #005bac;
}

.top-nav-collapse {
  background: #fff;
}
.top-nav-collapse .navbar-brand {
  height: auto;
}
.top-nav-collapse .navbar-brand img {
  /*width: 52px;
  height: 52px;*/
}
.top-nav-collapse .nav > li > a {
  padding: 30px 15px;
}

    /* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
	height:922px;
  overflow: hidden;
}
#owl-hero .item {
  height:922px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero .item .caption h1 span {
  font-weight: 700;
}
#owl-hero .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
  left: -5px;
}

#owl-hero:hover .owl-next {
  right: -5px;
}

/**==========================================================================
  首页标题
==========================================================================**/
.indextitle{ text-align:center;font-size:20px; text-transform:uppercase; color:#464646}
.indextitle h3{ font-size:30px;color:#464646}
.indextitle span.line {
    text-decoration:line-through; 
}

/**==========================================================================
  首页关于我们
==========================================================================**/
.indexabbg{margin-top:20px; background-color:#efefef;}
.iabout{ padding:20px 20px 20px 0; line-height:180%;}

/**==========================================================================
  首页产品系列
==========================================================================**/
.tab-content{padding-top:10px;}
.tab-content img{border:1px solid #999999;}
.itab-title{ margin:10px 0; font-size:18px;}
.itab-title a{padding:0px 10px;}
.itab-title a.active{ color:#005ca1;}
.team-grids a {
    overflow: hidden;
    position: relative;
    display: block;
}
.team-grids a .captn {
    display: none;
    height: 50px;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    /*background-color: #005ca1;*/
	background-color: rgba(0, 92, 161, 0.88);
    line-height:50px;
    text-align: center;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-grids a:hover .captn{display: inline-block;}
.team-grids a .captn h4{color:#fff;}
/**==========================================================================
  首页案例展示
==========================================================================**/
.index-case-bg{margin-top:45px; background:url(../images/icasebg.png) repeat-x left bottom;height:345px;}

/**==========================================================================
  首页企业资讯
==========================================================================**/
.blogpost {
	/*background-color: #fafafa;*/
	
	margin: 0 0 20px;
	position: relative;
}
.blog-line{border-bottom: 1px dashed #999999;}
.tmar{margin-top:20px;}
.lmar{margin-left:50px;}
.rmar{margin-right:50px;}
.blogpost .blogpost-body {
	padding: 20px 20px 0 20px;
	min-height: 140px;
	
}
.blogpost h5.title {
	font-size:20px;
	margin-bottom: 0;
	margin-top: 0;
}
.blogpost .submitted {
	margin: 10px 0;
}
.blogpost .side {
	float: left;
	width: 80px;
}
.blogpost .post-info {
	float: left;
	top: 0;
	left: 25px;
	width: 90px;
	height: 90px;
	padding: 18px 15px;
	background-color: #005ca1;
	border: 1px solid #005ca1;
	border-radius:100%;
	color: #fff;
	text-align: center;
	z-index: 3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.blogpost:hover .post-info{
	background-color: #005bac;
	border: 1px solid #005bac;
}
.blogpost:hover .submitted a{color:#005bac}

.blogpost .side .post-info {
	float: none;
}
.blogpost .post-info .day {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.blogpost .post-info .month {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
}
.blogpost .blogpost-content {
	padding: 0 0 10px;
	margin-left: 100px;
}
.blogpost .blogpost-content .content{
	line-height:180%;
	text-indent:20px;
}

/**==========================================================================
  首页联系我们
==========================================================================**/
.index-contact-bg{padding-top:25px; background:url(../images/index-contact-bg.jpg) repeat-x left bottom;height:530px;}
.index-contact-bg .indextitle{  color:#fff}
.index-contact-bg .indextitle h3{  color:#fff}
.box-style-1 {
	text-align: center;
	padding: 20px;
	margin: 20px 0;
}
.box-style-1 p{padding-top:20px; color:#fff; font-size:20px;}
.box-style-1 i {
	width:125px;
	height:125px;
	font-size: 80px;
	line-height:120px;
	text-align: center;
	border:2px solid #fff;
	border-radius:100%;
	color:#fff;
}
.box-style-1:not(.team-member):hover i {
	color: #005ca1;
	border:2px solid #005ca1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-style-1:hover  p{ color:#005ca1;}
.box-style-1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
	color: inherit;
}


.intro{margin:15px 0; line-height:180%;}
/**==========================================================================
  关于正大
==========================================================================**/
.indextitle hr{ position:absolute; width:100%;z-index:-10;  top:35px;border-top: 1px solid #999;}
.banner{margin-top:90px;background:url(../images/ibanner.jpg) repeat-x center; height:350px;}

.content-slider-with-controls {
	margin-bottom: 20px;
}
.content-slider-with-controls .owl-controls,
.content-slider-with-controls-autoplay .owl-controls {
	margin-bottom: 0;
}
.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
	top: 50%;
	margin-top: -15px;
	background-color: #e84c3d;
	color: #f1f1f1;
}
.content-slider-with-controls .owl-buttons div.owl-next,
.content-slider-with-controls-autoplay .owl-buttons div.owl-next {
	left: auto;
	right: 0;
}
.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
	background-color: #f1f1f1;
	color: #e84c3d;
}
.content-slider-with-controls-bottom .owl-controls .owl-pagination {
	bottom: -30px;
}
.content-slider-with-controls-bottom .owl-controls .owl-page span {
	background: #acacac;
}
.owl-controls .owl-pagination {
	position: absolute;
	bottom: 25px;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}
.owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: #ffffff;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	background: #e84c3d;
}

.about-ys-bg{color:#464646;background:url(../images/about-bg.jpg) repeat-x center;height:660px;}
.about-ys-bg .indextitle{padding-top:40px;}
.about-ys-bg  p{padding:10px; color:#464646; line-height:160%}


/*==========================================================================
左边
==========================================================================*/
.p-title{color:#fff; background:url(../images/ptitle.jpg) repeat-x; padding:30px 0;font-size:36px; text-align:center}
ul.portfolio-categ{
	margin:0;
	padding:0;
	list-style:none;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

ul.portfolio-categ li{
	position:relative;
margin: 0; 
list-style: none;
font-weight: 600;
border-bottom: 1px solid #eeeeee;

}
.ptitel{margin:0px;padding:8px;}

ul.portfolio-categ li a{
	display:block;
	padding: 10px 20px;
	color: #3e3e3c;
}
ul.portfolio-categ li  span{ position:absolute; right:15px;}
ul.portfolio-categ li a:hover{
	background-color:#d1dbe7;
}
ul.portfolio-categ li.active{
	/*color:#fff;*/
	background-color:#d1dbe7;
}
ul.portfolio-categ li.active a{
	/*color:#fff;*/
}
ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {

	text-decoration:none;
	outline:0; 
}
.ontel{padding:20px 0px; text-align:center;font-size:30px; color:#FFF; background-color:#2180c0;}

/*==========================================================================
左边
==========================================================================*/
.current{ border-bottom:1px solid #999; line-height:35px;}

/*==========================================================================
右边
==========================================================================*/
.pro-title{padding-top:15px;/*border-bottom:1px dashed #999;*/}

/*产品详细**/
.imgnav{  position:relative; margin:20px auto; width:100%;}
#img{ z-index:10; width:100%; position:relative; text-align:center;}
#img img{ /*height:428px;*/ display:none; }
#front{ position:absolute; left:0px; top:0px; z-index:10; cursor:pointer;  width:50%; height:428px; background:url(../images/ico/blank.gif); }
#front a{  position:absolute; left:20px; top:40%;display:block; background:url(../images/ico/imgSlideRight.png) no-repeat; width:50px; height:50px; line-height:50px; color:#fff; display:none; font-size:35px;}
#next{  position:absolute; right:0px; top:0px; z-index:10;cursor:pointer; width:50%; height:428px;  background:url(../images/ico/blank.gif);}
#next a{  position:absolute; right:20px; top:40%; display:block;width:50px;background:url(../images/ico/imgSlideRight.png) no-repeat; height:50px; line-height:50px; color:#fff; display:none; font-size:35px; }

#cbtn{ position:relative;  margin-top:0; }
#cbtn ul{position:relative; width:10000px; }
#cbtn ul li{ float:left; padding:0; width:118px; height:60px; border:1px solid #999; cursor:pointer; text-align:center; margin-right:10px; position:relative;}
#cbtn ul li img{ width:116px; height:55px;  display:block;}
#cbtn ul li tt{ background:#000; color:#FFF; position:absolute; right:4px; bottom:4px; z-index:20; font-family:"宋体" ;font-size:12px; line-height:16px; padding:0 5px;}
#cbtn li.hov{/* background:url(../images/ico/imgHoverBg.gif) no-repeat;*/border:1px solid #2180c0; width:122px;height:60px;}
.ctrl div{ clear:both;}
#cSlideUl{width:700px; height:60px;overflow:hidden; position:relative; top:10px; margin:0 auto;}
.picSildeLeft{cursor:pointer; position:absolute; top:12px; left:10px; z-index:9;}
.picSildeRight{cursor:pointer; position:absolute; top:12px; right:10px; z-index:9;}

.xqbg{margin-top:25px; background:url(../images/xqbg.png) no-repeat left #ff8e14; color:#fff; font-size:18px; line-height:40px; text-indent:20px;}


/*Pegination*/
.pagination ul {
	box-shadow:none;
}
.pagination li a {
	color:#777;
	padding:5px 15px;
	border-radius:0 !important;
}


/* ==========================================================================
Footer Map Style
========================================================================== */
.footer{padding:15px 0; border-top:1px solid #999999;}
.footnav{margin-bottom:15px;}
.footnav a{font-size:16px;}
.footer p{padding-left:5px;border-left:#999 solid 1px}
footer {
  background: #333333;
  text-align: left;
}

footer h6 {
	margin:0;
	padding: 20px 0;
	font-size:15px;
    color: #fff;
}

footer a,footer a:hover{ color:#fff;}


.caselist a.img {
    width: 165px;
    height: 115px;
    /*margin: 0 0 0 10px;*/
    /*padding: 1px;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden;
}

.prolist a.img {
    width: 260px;
    height: 235px;
    /*margin: 0 0 0 10px;*/
    /*padding: 1px;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden;
}
.indexcase a.img{
	width: 320px;
	height:190px;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    overflow: hidden;
	}
.indexcase a.img:after{
	 border-right: none;
	}
.tab-content h4{font-size:16px}

    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 1024px) {
 #front,#next{height:320px;}
  #cSlideUl {
    width: 89%;
}
.team-grids a .captn {
    height:35px;

    line-height:40px;
}
.team-grids a:hover .captn{display: inline-block;}
.team-grids a .captn h4{font-size:15px;}
}
@media (max-width: 992px) {
  /*-- Navigation --*/
  .navbar-default {
    background: #fff;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
   
    height: 32px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 15px;
    padding-bottom: 0px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #272727;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
  .navbar-default .nav > li > a{padding:15px}

  /*-- Sliders --*/
  #owl-hero{height:500px;}
  #owl-hero .item {
     height:500px;
  }
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }

  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
  .index-case-bg{height:200px;}
   .index-contact-bg{padding-top:15px; height:300px;}
  .box-style-1 {
	text-align: center;
	padding: 10px;
	margin: 10px 0;
}
.box-style-1 p{padding-top:10px;  font-size:16px;}
.box-style-1 i {
	width:100px;
	height:100px;
	font-size: 60px;
	line-height:100px;
	text-align: center;
	border:2px solid #fff;
	border-radius:100%;
	color:#fff;
}

}

@media (max-width: 886px) {
	#owl-hero{height:280px;}
	#owl-hero .item {
     height:280px;
  }
  .iabout{ padding:20px; line-height:180%;}
  .index-case-bg{margin-top:0px;height:100px;}
  .indextitle{ font-size:15px; }
  .indextitle h3{ font-size:20px;}
  .itab-title{font-size:15px;}
  .blogpost {
	margin: 0 0 20px;
	position: relative;
}
.blog-line1{border-bottom: 1px dashed #999999;}
.tmar{margin-top:10px;}
.lmar{margin-left:0px;}
.rmar{margin-right:0px;}
.blogpost .blogpost-body {
	padding: 20px 0px 0 0px;
}
.blogpost h5.title {
	font-size:18px;
	
}

.blogpost .side {
	float: left;
	width: 90px;
}
.blogpost .post-info {

	width: 80px;
	height: 80px;
	padding: 18px 15px;
	
	
}

.blogpost .post-info .day {
	font-size: 14px;
}
.blogpost .post-info .month {
	font-size: 13px;
}
.blogpost .blogpost-content {
	padding: 0 0 10px;
	margin-left: 90px;
}

.index-contact-bg{padding-top:15px; height:320px;}
.box-style-1 {
	text-align: center;
	padding: 10px;
	margin: 10px 0;
}
.box-style-1 p{padding-top:10px;  font-size:16px;}
.box-style-1 i {
	width:80px;
	height:80px;
	font-size: 40px;
	line-height:80px;
	text-align: center;
	border:2px solid #fff;
	border-radius:100%;
	color:#fff;
}
.banner {
    margin-top: 50px;
    height: 150px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}
.about-ys-bg{color:#464646;background:none;height:auto;}
.about-ys-bg .indextitle{padding-top:0px;}
.about-ys-bg h3{margin-top:0;}
#front,#next{height:240px;}
#cSlideUl {
    width: 600px;
}
.xqbg {
    font-size: 16px;
    line-height: 30px;
}
.mlr{/*margin-left:-15px;*/ margin-right:-15px;}

}
@media (max-width: 500px) {
	
	.index-contact-bg{padding-top:15px; height:450px;}
	.box-style-1 {
    margin: 0px 0;
}
.banner {
	background-image:url(../images/ibanner1.jpg);
    margin-top: 62px;
    height: 85px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#front a{ left:10px;  width:25px; height:25px; line-height:25px; font-size:16px;}
#next a{  left:10px;  width:25px; height:25px; line-height:25px; font-size:25px; }

#front,#next{height:168px;}
#cSlideUl {
    width: 300px;
}

.prolist a.img {
    width: 150px;
    height: 136px;
   
}

.indexcase a.img {
    width: 100%;
    height: 120px;
}
.clllll{clear:both;}
.cl{ clear:none;}
}

@media (max-width: 350px) {
	body {
  font-size: 13px;}
  .navbar-brand {
    padding: 10px 15px;}
	.navbar-default .navbar-toggle {
    padding-top: 10px;}
	#owl-hero{height:200px;}
  #owl-hero .item {
     height:200px;
  }
  .indextitle{ font-size:14px; }
  .indextitle h3{ font-size:18px;}
.blogpost .blogpost-body {
	padding: 10px 0px 0 0px;
}
.blogpost h5.title {
	font-size:14px;
	
}

.blogpost .side {
	float: left;
	width: 90px;
}
.blogpost .post-info {

	width: 60px;
	height: 60px;
	padding: 16px 10px;
	
	
}

.blogpost .post-info .day {
	font-size: 13px;
}
.blogpost .post-info .month {
	font-size: 12px;
}
.blogpost .blogpost-content {
	padding: 0 0 10px;
	margin-left: 70px;
	font-size:12px;
}

.box-style-1 p{padding-top:10px;  font-size:12px;}
.box-style-1 i {
	width:80px;
	height:80px;
	font-size: 40px;
	line-height:80px;
	text-align: center;
	border:2px solid #fff;
	border-radius:100%;
	color:#fff;
}
#front,#next{height:140px;}
#cSlideUl {
	
    width: 300px;
}

#cbtn img{width:15px;}
#cbtn ul li img{width:90px; height:43px;}
#cbtn li.hov{width:92px; height:45px;}
}