
/*--首页标题--*/
.hometitle{position: relative; padding-left:50px; }
.hometitle:before{ width:45px; height:75px; background-image: linear-gradient(to left,#faa4a6,#ffd2cb);   position: absolute;left:0 ;top:0px;display: inline-block; content:"";}

.titleen{ font-size:48px; color:#444; position: relative;z-index:5; font-family:"Dutch801 RmBT"!important; line-height:40px; font-weight:bold;}
.titleen:after{ width:15px; height:15px;  background-image: linear-gradient(to left,#faa4a6,#ffd2cb);  position: absolute;left:225px;bottom:0px;display: inline-block; content:""; z-index:-2;}
.titleen:before{position: absolute;
    content: "";
    top: 15%;
    left: -1%;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #faa4a6;}

.titlecn{ font-size:22px; color:#444;  }





@media screen and (max-width: 769px){
.hometitle{ padding-left:30px; }
.hometitle:before{ width:25px; height:60px; left:0 ;}
  
.titleen{ font-size:28px; line-height:30px; }
.titleen:after{left:125px;}
.titleen:before{left: -3%;}
  
}



