/*12-16 add by zhangjing for fix background*/
.bg_section {
    min-height: 800px;
    background: #333 url(../img/background/fix-bgimg.jpg) 50% 0 fixed no-repeat;
    background-size: cover;
    z-index: 10;
    margin: 0 auto;
    width: 100%;
}
.with-bg-01{
	min-height: auto;
	width: 100%;
    background: url(../img/background/Aboutbanner.png) ;
    background-size: cover;
    margin: 0px;
}
.with-bg-02{
	min-height: auto;
	width: 100%;
    background: url(../img/background/Newsbanner.png) ;
    background-size: cover;
    margin: 0px;
}
.with-bg-03{
	min-height: auto;
	width: 100%;
    background: url(../img/background/Productsbanner.png) ;
    background-size: cover;
    margin: 0px;
}
.with-bg-04{
	min-height: auto;
	width: 100%;
    background: url(../img/background/Servicebanner.png) ;
    background-size: cover;
    margin: 0px;
}
.with-bg-05{
	min-height: auto;
	width: 100%;
    background: url(../img/background/Contactbanner.png) ;
    background-size: cover;
    margin: 0px;
}
.chunlan-banners-style, .chunlan-banners-white{
    margin-top: 38px;
    margin-bottom: 130px;
}
.chunlan-banners-style h2{
    font-size: 45px;
    font-family: arial;
    color: #000;
	text-transform: uppercase;
}
.chunlan-banners-white h2{
  font-size: 45px;
    font-family: arial;
    color: #fff;
	text-transform: uppercase;
}
.chunlan-banners-style p{
  font-size: 18px;
  font-family: arial;
  color: #000;
  text-transform: uppercase;
}
.chunlan-banners-white p{
  font-size: 18px;
  font-family: arial;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px){
 .chunlan-banners-style, .chunlan-banners-white{
   text-align:center;
 }
}
@media (max-width: 480px){
  .chunlan-banners-style h2, .chunlan-banners-white h2{
    font-size: 35px;
 }
.chunlan-banners-style p, .chunlan-banners-white p{
  font-size: 16px;
  }
}
