/*公共样式*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
html,
body {
  margin: 0 auto;
}
body {
  overflow-x: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 "微软雅黑";
  color: #333;
}

a {
  text-decoration: none;
  color: black;
}
.clear {
  clear: both;
}
.clear:after {
  display: block;
  content: "";
  clear: both;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

img {
  border: 0;
  display: inline-block;
  vertical-align: middle;
}

/*字体引用*/
@font-face {
  font-family: "AmericanaBT-Roman";
  src: url("AmericanaBT-Roman.eot");
  src: local("fontName Regular"), local("fontName"),
    url("AmericanaBT-Roman.woff") format("woff"),
    url("AmericanaBT-Roman.ttf") format("truetype"),
    url("AmericanaBT-Roman.svg#fontName") format("svg");
}

@font-face {
  font-family: "JosefinSans";
  src: url("JosefinSans.eot");
  src: local("fontName Regular"), local("fontName"),
    url("JosefinSans.woff") format("woff"),
    url("JosefinSans.ttf") format("truetype"),
    url("JosefinSans.svg#fontName") format("svg");
}

/*首页开始*/
.box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 987px;
}
.box .nav {
  position: absolute;
  top: 60px;
  width: 1210px;
  left: 0;
  right: 0;
  height: 120px;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  padding: 0 56px;
}
.nav-left {
  float: left;
}
.box .nav a.logo {
  display: block;
  width: 271px;
  float: left;
  margin-top: 30px;
}
.box .nav .nav-menu {
  color: #fff;
  float: right;
  font-size: 14px;
  padding-left: 80px;
}
.box .nav .nav-menu ul li {
  position: relative;
  float: left;
  padding: 37.5px 0;
  padding-right: 55px;
}
.box .nav .nav-menu ul li a{
    position: relative;
}
.box .nav .nav-menu ul li a img{
    position: absolute;
}
.box .nav .nav-menu ul li:hover a,
.box .nav .nav-menu ul li.on a {
  color: #ff0000;
}
.box .nav .nav-menu ul li .China {
  font-weight: bold;
  font-size: 14px;
}
.box .nav .nav-menu ul li .english {
  font-size: 16px;
  font-family: "JosefinSans";
  font-style: italic;
}
.box .nav .nav-menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
/*.box .nav .nav-menu ul .opx{width: 2px;height: 48px;}*/
.nav-right {
  /* float: right; */
  line-height: 120px;
  margin-left: 10px;
}
/*.nav-right a p{float: right;width: 10px;}*/
.nav-right input {
  display: block;
  float: left;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #9a8f85;
  background: no-repeat;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 54px;
  margin-left: 10px;
  margin-right: 10px;
}
.nav-right input:hover {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.nav-right input:focus {
  outline: none;
}
.nav-right span {
  display: block;
  float: right;
  cursor: pointer;
}
/*.nav-right p{float: right;color: #fff;margin-left: 50px;font-size: 16px;}*/
.box .box-m {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  height: 987px;
}
.box .box-m .bd {
  width: 100%;
  height: 987px;
}
.box .box-m .bd ul li {
  /* width: 100%; */
  max-width: 1920px;
  height: 987px;
  position: relative;
  float: left;
  background: url('banner.jpg') center center / cover no-repeat;
}
.box .box-m .bd ul {
  width: 100%;
  height: 987px;
}
.box .box-m .bd ul li .column-shift {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0;
  bottom: 25%;
  width: 776px;
  height: 281px;
  overflow: hidden;
}
.box .box-m .bd ul li .column-shift .space {
  margin-left: 10%;
  margin-top: 2%;
  margin-bottom: 3%;
  width: 476px;
}
.box .box-m .bd ul li .column-shift .space .title {
  color: #fff;
  margin-top: 30px;
}
.box .box-m .bd ul li .column-shift .space .title .english {
  font-size: 16px;
  font-family: "JosefinSans";
}
.box .box-m .bd ul li .column-shift .space .title .china {
  font-size: 24px;
}
.box .box-m .bd ul li .column-shift .space .text {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  margin-top: 11px;
  height: 100px;
}
.box .box-m .bd ul li .column-shift .space .more {
  font-family: "JosefinSans";
  margin-top: 31px;
}
.box .box-m .bd ul li .column-shift .space .more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ff0000;
  font-size: 14px;
}
/*.box .box-m .bd ul li .column-shift .space .more a:hover{ letter-spacing: .8em;}*/
.box .box-m .hd {
  position: absolute;
  top: 0;
  right: 10%;
  width: 20%;
  bottom: 0;
}
.box .box-m .hd a.next {
  display: block;
  width: 60px;
  height: 60px;
  background: url("fr.png") no-repeat;
  position: absolute;
  top: 390px;
  right: 209px;
}
.box .box-m .hd a.prev {
  display: block;
  width: 60px;
  height: 60px;
  background: url("fl.png") no-repeat;
  position: absolute;
  right: 280px;
  top: 390px;
}
.box .box-m .hd a.next:hover {
  background: url("hfr.png") no-repeat;
  cursor: pointer;
}
.box .box-m .hd a.prev:hover {
  background: url("hfl.png") no-repeat;
  cursor: pointer;
}
.box .box-m .hd .pageState {
  display: block;
  font-size: 64px;
  font-family: "JosefinSans";
  color: #fff;
  position: relative;
  right: -50%;
  font-style: italic;
  height: 100px;
  top: 440px;
}

/*内页头部*/
.header {
  width: 100%;
  height: 108px;
}
.header .head {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.header .head-left {
  float: left;
  width: 1000px;
}
.header .head a.logo {
  display: block;
  width: 271px;
  height: 100%;
  float: left;
  margin-top: 30px;
}
.header .head .head-menu {
  color: #777777;
  float: left;
  font-size: 14px;
  padding-left: 72px;
}
.header .head .head-menu ul li {
  float: left;
  padding: 33px 0px;
  padding-right: 50px;
}
.header .head .head-menu ul li:hover a,
.header .head .head-menu ul li.on a {
  color: #ff0000;
}
.header .head .head-menu ul li a .China {
  font-weight: bold;
  font-size: 14px;
}
.header .head .head-menu ul li a.on {
  color: #ff0000;
}
.header .head .head-menu ul li a .english {
  font-size: 16px;
  font-family: "JosefinSans";
  font-style: italic;
}
.header .head .head-menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #777777;
}
.header .head .head-menu ul li:last-child {
  background: url("opx.png") no-repeat;
}
.header .head-right {
  float: left;
  line-height: 108px;
}
.search a{
  display: inline-block;
  background: url('search.png') no-repeat;
  font-size: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: 20px;
}
.header .head-right span {
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.header .head-right input {
  display: block;
  float: left;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #9a8f85;
  background: no-repeat;
  color: #000000;
  opacity: 0.5;
  margin-top: 50px;
}
.header .head-right input:hover {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.header .head-right input:focus {
  outline: none;
}
.header .head-right span {
  display: block;
  float: right;
  margin-top: 2px;
}
/*.header .head-right p{float: right;color: #777777;margin-left: 30px;font-size: 16px;}*/
/*分享*/

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  margin: 0;
  padding-left: 0;
}

/*首页底部*/
.foot {
  max-width: 1920px;
  width: 100%;
  height: 46px;
  background: rgba(0, 0, 0, 0.7);
  /* position: absolute; */
  bottom: 0px;
  text-align: center;
  line-height: 46px;
}
.foot p {
  color: #fff;
  opacity: 0.6;
  max-height: 100%;
  max-width: 100%;
}
.foot p a {
  color: #fff;
}

/*内页banner*/
.banner-n {
  max-width: 1920px;
  margin: 0 auto;
  height: 260px;
  position: relative;
}
.banner-n img {
  width: 100%;
}

/*侧栏*/
.section {
  width: 100%;
  margin-top: 40px;
}
.section .center {
  width: 1200px;
  margin: 0 auto;
}
.sidebar {
  width: 230px;
  float: left;
}
.sidebar .sideTitle {
  width: 230px;
  height: 120px;
  background: url("column-head.png") no-repeat center;
  color: #fff;
}
.sidebar .sideTitle .china {
  font-size: 24px;
  padding-top: 22px;
  padding-left: 30px;
}
.sidebar .sideTitle .englist {
  font-size: 14px;
  font-family: "AmericanaBT-Roman";
  padding-left: 30px;
  padding-top: 7px;
}
.sidebar .navbar {
  margin-top: 1px;
}
.sidebar .navbar ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background: #f1f1f1;
}
.sidebar .navbar ul li a {
  display: block;
  padding-left: 50px;
  color: #515151;
  background: url("x1.png") no-repeat 20px 20px;
}
.sidebar .navbar ul li a:hover {
  background: url("x2.png") no-repeat 20px 20px #bc372e;
  color: #fff;
}
.sidebar .navbar ul li a.on {
  background: url("x2.png") no-repeat 20px 20px #bc372e;
  color: #fff;
}
.sidebar .Contact {
  width: 100%;
  height: 240px;
}
.sidebar .Contact .title {
  height: 46;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  line-height: 46px;
  font-size: 16px;
  font-family: "AmericanaBT-Roman";
}
.sidebar .Contact .title .contact-english {
  color: #999999;
}
.sidebar .Contact .title strong span {
  border-bottom: 2px solid #bc372e;
  padding-bottom: 14px;
}
.sidebar .Contact .text {
  font-size: 14px;
}
.sidebar .Contact .text .address {
  height: 56px;
  line-height: 28px;
}
.sidebar .Contact .text p.tel {
  line-height: 46px;
  font-family: "AmericanaBT-Roman";
  margin-top: 10px;
}
.addname {
  display: block;
  float: left;
  height: 100%;
  width: 48px;
}
.addtext {
  display: block;
  float: right;
  height: 100%;
  width: 182px;
}
.sidebar .Contact .share {
  height: 40px;
  width: 100%;
  border-radius: 20px;
  background: #bc372e;
  margin-top: 10px;
}
.sidebar .Contact .share a.sharebtn {
  background: url("ico06.png") no-repeat 13px 6px #9a2821;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  padding-left: 45px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
.sidebar .Contact .share a.sina {
  background: url("ico02.png") no-repeat 0px 6px;
  display: inline-block;
  width: 28px;
  height: 40px;
  padding-left: 0;
  margin: 0;
}
.sidebar .Contact .share a.Qzone {
  background: url("ico03.png") no-repeat 4px 6px;
  display: inline-block;
  width: 28px;
  height: 40px;
  padding-left: 0;
  margin: 0;
}
.sidebar .Contact .share a.fetion {
  background: url("ico04.png") no-repeat 4px 6px;
  display: inline-block;
  width: 28px;
  height: 40px;
  padding-left: 0;
  margin: 0;
}
.sidebar .Contact .share a.WeChat {
  background: url("ico05.png") no-repeat -4px 6px;
  display: inline-block;
  width: 28px;
  height: 40px;
  padding-left: 0;
  margin: 0;
}
/*新闻内容*/
.news-content {
  width: 920px;
  float: left;
  margin-left: 50px;
  min-height: 1000px;
}
.news-top {
  height: 34px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  line-height: 34px;
}
.new-navbar {
  font-size: 16px;
  color: #bc372e;
  border-bottom: 2px solid #bc372e;
}
.Current-Position {
  font-size: 14px;
  color: #a1a1a1;
}
.Current-Position a {
  color: #a1a1a1;
}
.Current-Position a:last-child {
  color: #bc372e;
}
.news-text {
  width: 100%;
  height: 264px;
  border-bottom: 1px dashed #e0e0e0;
  margin-top: 1px;
}
.news-text a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-text a:hover .bottom .more {
  color: #bc372e;
}
.news-text .text .title {
  font-size: 16px;
  font-weight: bold;
}
.news-text .text a:hover span.more {
  color: #bc372e;
}
.news-text .text .text-content {
  font-size: 14px;
  color: #727272;
}
.news-text .text span.more {
  display: inline-block;
  font-size: 14px;
  color: #727272;
}
.news-text .text .time {
  font-size: 14px;
  color: #898989;
}
.news-text .pic {
  float: left;
  width: 298px;
  height: 100%;
  position: relative;
}
.news-text .pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-width: 100%;
}
.news-text .text {
  float: left;
  width: 587px;
  margin: 25px 0;
  margin-left: 35px;
}
.news-text .text .title {
  height: 50px;
  line-height: 60px;
}
.news-text .text .text-content {
  line-height: 31px;
  margin-top: 7px;
}
.news-text .text .bottom {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 7px;
}
.news-text .text a.more {
  display: block;
  float: left;
  width: 50%;
}
.news-text .text .time {
  display: block;
  float: right;
  width: 50%;
  text-align: right;
}
.news-cont {
  width: 100%;
  height: 134px;
  border-bottom: 1px dashed #e0e0e0;
  margin-top: 2px;
}
.news-cont .news-title {
  height: 50px;
  line-height: 52px;
  margin-top: 10px;
}
.news-cont .news-title span.title {
  display: block;
  float: left;
  width: 50%;
  font-size: 16px;
  color: #424242;
  font-weight: bold;
}
.news-cont .news-title span.time {
  display: block;
  float: right;
  width: 50%;
  text-align: right;
  font-size: 14px;
  color: #888888;
}
.news-cont .cont {
  font-size: 14px;
  color: #888888;
  line-height: 29px;
}
.news-cont a:hover .news-title .title {
  color: #bc372e;
}

/*底部*/
.footer {
  background: rgba(0, 0, 0, 0.7);
  height: 46px;
  width: 100%;
  line-height: 46px;
  text-align: center;
  margin-top: 54px;
}
.footer p {
  color: #fff;
  opacity: 0.6;
}
.footer p a {
  color: #fff;
}

.teampic {
  width: 100%;
  margin-top: 2px;
}
.teampic .team-introduce {
  width: 287px;
  height: 275px;
  float: left;
  position: relative;
  margin-right: 29px;
  margin-top: 29px;
  overflow: hidden;
}
.teampic .team-introduce > a {
  display: block;
  width: 100%;
  height: 100%;
}
.teampic .team-introduce:nth-child(3) {
  margin-right: 0;
}
.teampic .team-introduce:nth-child(6) {
  margin-right: 0;
}
.teampic .team-introduce:nth-child(9) {
  margin-right: 0;
}
.teampic .team-introduce img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.teampic .team-introduce p.text {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/*.teampic .team-introduce:hover p.text{width: 100%;height: 100%;background: rgba(0,0,0,.5);color: #fff;}*/
.teampic .team-introduce p.text a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.teampic .team-introduce p.text .span-title {
  text-align: center;
}
/*.teampic .team-introduce p.text a .span-content{display: block;padding: 0 44px;text-align: left;line-height: 28px;}*/
/*.teampic .team-introduce:hover p.text a{background: rgba(0,0,0,.5);color: #fff;font-size: 14px;padding-top: 20px;}*/
/*.teampic .team-introduce:hover p.text a .span-title{font-size: 18px;}*/

/*分页*/

.pageClass {
  text-align: center;
  font-size: 14px;
  padding-top: 70px;
  padding-bottom: 50px;
  clear: both;
}
.pageClass span {
  padding: 7px 12px;
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
  background-color: #fff;
  color: #666666;
  border: 1px solid #e3e3e3;
}
.pageClass strong span {
  color: #fff;
  background-color: #da3429;
  border: 1px solid #da3429;
}
.pageClass .next span {
  color: #666666;
  background-color: #fff;
}

/*内容页*/
.content {
  margin: 10px 0 30px;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 20px;
}
.content .article_title {
  margin: 30px 20px 10px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 40px;
}
.content .article_title h3 {
  font-size: 20px;
  color: #333333;
}
.content .article_title .author {
  font-size: 13px;
  color: #c6c5c6;
  margin-top: 10px;
}
.content .article_con {
  padding: 25px 20px 0;
  font-size: 14px;
  color: #333;
  text-align: justify;
  line-height: 33px;
  min-height: 400px;
}
.share-bot {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin: 0px 20px;
}
.content .article_con table {
  margin: auto;
}
.content .article_con img {
  max-width: 100%;
  display: inline-block;
  height: auto !important;
}
.content .up,
.content .down {
  font-size: 14px;
  text-align: left;
  color: #333333;
  font-weight: bold;
  margin: 10px 20px;
}
.content .up a,
.content .down a {
  color: #777777;
  font-weight: normal;
}
.content .up a,
.content .down a,
.content .up span,
.content .down span {
  font-size: 14px;
}
.content .up a:hover,
.content .down a:hover {
  color: #da3429;
}

/*律师详情页*/

.main .case_designer {
  margin-top: 50px;
}
.case_designer .case_designer_head,
.works .works_head {
  font-size: 16px;
  color: #bdbdbd;
  text-transform: uppercase;
}
.case_designer .case_designer_head span,
.works .works_head span {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-right: 5px;
}
.case_designer .pic_intro {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  padding-bottom: 20px;
  moz-box-shadow: 0px 0px 5px 1px rgba(188, 55, 46, 0.1); /*firefox*/
  -webkit-box-shadow: 0px 0px 5px 1px rgba(188, 55, 46, 0.1); /*webkit*/
  box-shadow: 0px 0px 5px 1px rgba(188, 55, 46, 0.1); /*opera或ie9*/
}
.case_designer .pic_intro .designer_pic {
  width: 275px;
  height: 327px;
  position: relative;
}
.case_designer .pic_intro .designer_pic img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.case_designer .designer_intro {
  margin-left: 32px;
  width: 590px;
  text-align: justify;
}
.case_designer .designer_intro .name_position {
  border-bottom: 1px dashed #e1e1e1;
  font-size: 14px;
  color: #e62129;
  margin-top: 25px;
  padding-bottom: 10px;
}
.case_designer .designer_intro .name_position span,
.case_designer .designer_intro .name_position span a.name {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-right: 50px;
}
.case_designer .designer_intro .name,
.case_designer .designer_intro .position,
.case_designer .designer_intro .time,
.case_designer .designer_intro .number,
.case_designer .designer_intro .lazyload {
  font-size: 14px;
  color: #6e6e6e;
  margin-top: 7px;
  line-height: 2rem;
}
.case_designer .designer_intro .name span,
.case_designer .designer_intro .position span,
.case_designer .designer_intro .time span,
.case_designer .designer_intro .number span,
.case_designer .designer_intro .idea span {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
}
.case_designer .designer_intro .idea {
  line-height: 200%;
  float: left;
  margin-top: 10px;
}
/*.case_designer .designer_intro .name{margin-top:30px;}*/

.case_designer .designer_intro .name {
  color: #bc372e;
}

/*.content .up{padding-top: 10px;}*/
/*搜索关键词*/

.search_title {
  margin-top: 17px;
  font-size: 16px;
}
.search_title .search_keyword {
  color: #da3429;
}
.search_content {
  min-height: 500px;
}
/*案例*/
.down-list {
  margin-top: 2px;
}
.down-list ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #cecece;
}
.down-list ul li .title {
  float: left;
}
.down-list ul li .title i {
  display: block;
  float: left;
}
.down-list ul li .time {
  float: right;
}
.down-list ul li .time em {
  font-size: 14px;
  color: #8c8c8c;
  margin-right: 20px;
}
.down-list ul li .time i {
  display: block;
  width: 20px;
  height: 20px;
  background: url("download.png") no-repeat;
  float: right;
  margin-top: 15px;
}
.down-list ul li a {
  color: #3b3b3b;
  font-size: 14px;
}
.down-list ul li .title i {
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  background: url("news_li_ico.png") no-repeat right;
  margin-top: 18px;
  margin-right: 20px;
  transition: all 0.5s;
}
.down-list ul li:hover .title i {
  background: url("news_li_ico.png") no-repeat;
}
.down-list ul li:hover a {
  color: #bc372e;
}
.down-list ul li:hover .title {
  font-weight: bold;
}

/*窗口自适应*/
@media screen and (max-width: 1440px) {
  .box .box-m .bd ul li .column-shift {
    width: 576px;
  }
  .box .box-m .hd a.next {
    right: 40px;
  }
  .box .box-m .hd a.prev {
    right: 109px;
  }
  .box .box-m .hd .pageState {
    left: 270px;
  }
}

/* 页码样式 */
.layui-laypage{
  text-align: center;
  display: block;
  clear: both;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
  background: #bc372e;
}
.layui-laypage a, .layui-laypage span{
  margin-top: 30px;
}















/* 图片路径 */
#SLB-Wrapper,#SLB-Top a{
  background-image: url("/UserData/ryls/Images/Default/buttons.png") !important;
}
#SLB-Right{
  background-image: url("/UserData/ryls/Images/Default/buttons.png") !important;
}
#SLB-BottomRight,#SLB-TopLeft{
  background-image: url("/UserData/ryls/Images/Default/bgSexy.png") !important;
}
.SLB-bbnav{
  background-image: url("/UserData/ryls/Images/Default/bgSexy.png") !important;
}
#SLB-Wrapper{
  background-image: url("/UserData/ryls/Images/Default/buttons.png") !important;
}
#SLB-Contenedor #SLB-Top{
  background-image: url("/UserData/ryls/Images/Default/bgSexy.png") !important;
}