.container>.container3{
	width:1000px;
	height:auto;
	margin:30px auto 0;
	padding-top: 20px;
	padding-bottom: 90px;
	margin-bottom:90px;
	box-shadow: 5px 8px 30px #fde8e9;
	background-image:url(../images/bg-small.jpg);
}
.container3>h1{
    margin-left: auto;
    margin-right:auto;
	background-color: #ef7175;
	width:950px;	
	font-size:26px;
	line-height: 50px;
	color:#fff;
	text-align:center;
	font-weight: normal;
}
.container3>p{   
   text-align: left;
   padding:14px 60px 10px;
   font-size:18px;
   line-height: 40px; 

}
.container3>h2{
   margin-top:20px;
   text-align: center;
   background: url(../images/bm.png) no-repeat;
   background-position-x:30px; 
    /*background-position-y:60px; */
   width:206px;
   height:41px;
   line-height:41px;
   font-size: 20px;
   color:#bd0074;
   letter-spacing: 1px;
   padding-left:15px;
}
.container3>h2:nth-child(2){
	background: url(../images/bm2.png) no-repeat;
	background-position-x:30px;
  /*background-position-y:12px; */
	color:#0f21dc;
}
.container3>a{
	position: relative;	 
   text-align: center;
   padding:6px 0px 3px  30px;
   font-size:20px;
   line-height: 30px;  
   background-color: #bd0074;
   display: block;
   border-radius: 50px;
   width:426px;
   margin-left:auto;
   margin-right:auto;
   color:#fff;
}
.container3>a>span{
	position: absolute;	 
    width:26px;
    height:26px;
    display: inline-block;
    background:url(../images/icon.png)  no-repeat center;
    left:26px;
}
  @media screen and (max-width: 999px) {
       .banner{height:442px;position: relative;z-index: 20;background:url(../images/banner1.jpg)  no-repeat center;}
    }
  @media screen and (min-width: 1000px) {
       .banner{position: relative;z-index: 20;background:url(../images/banner.jpg)  no-repeat center;height:441px;}
    }