@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}
#w_img-1524121216689 img:hover{  transition:transform 1s ease 0s;
  transform:scale(1.1);}
#w_wbox-1524121115000 .p_wbox {
    background: url(/img/wexbg_0S5.jpg) center center no-repeat;;
   
  background-size: cover;
animation: breatheBg 6s ease-in-out infinite alternate;
-moz-animation: breatheBg 6s ease-in-out infinite alternate;
-webkit-animation: breatheBg 6s ease-in-out infinite alternate;
-o-animation: breatheBg 6s ease-in-out infinite alternate;
-ms-animation: breatheBg 6s ease-in-out infinite alternate;
}
  @keyframes breatheBg {
    0% { opacity: 1; background-size:100% 100%;}
    100% { opacity: 1; background-size:110% 110%;}
}
@-moz-keyframes breatheBg {
    0% { opacity: 1; background-size:100% 100%;}
    100% { opacity: 1; background-size:110% 110%;}
}
@-webkit-keyframes breatheBg {
    0% { opacity: 1; background-size:100% 100%;}
    100% { opacity: 1; background-size:110% 110%;}
}
@-o-keyframes breatheBg {
    0% { opacity: 1; background-size:100% 100%;}
    100% { opacity: 1; background-size:110% 110%;}
}
