.col {
  padding: 30px 0;
  background: #fff;
}

.col-title {
  text-align: center;
  letter-spacing: 2px;
}

.col-title .h2 {
  color: #333333;
  font-size: 36px;
  line-height: 70px;
  font-weight: 700;
}

.col-title .h2 .span {}

.col-title .p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
}

.col-title .p .span {}

.col-content {}

.banner {
  position: relative;
  height: 520px;
}

.banner .pj-Carousel {
  width: 100%;
  height: 520px;
  margin: 0 auto;
  overflow: hidden;
  position: relative
}

.banner .pj-Carousel-box {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.banner .pj-Carousel-item {
  float: left;
  height: 100%;
  background-color: #E3E3E3;
  z-index: 10
}

.banner .pj-Carousel-item a {
  display: block;
  width: 100%;
  height: 100%
}

.banner .pj-Carousel-item img {
  height: 100%
}

.banner .pj-Carousel-nav {
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 90px;
  z-index: 10;
}

.banner .pj-Carousel-active {
  width: 120px;
  height: 14px;
  margin: 0 auto;
  text-align: center
}

.banner .pj-Carousel-color {
  background-color: #fff;
  width: 14px;
  height: 14px;
  display: inline-block;
  color: #fff;
  border-radius: 14px;
  opacity: .5;
  margin: 0 4px;
  cursor: pointer;
  transition: all .3s ease-in-out
}

.banner .pj-Carousel-color p {
  font-size: 16px;
  line-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  cursor: default;
  display: none
}

.banner .pj-Carousel .active {
  background-color: #fff;
  color: #fff;
  width: 24px;
  opacity: 1
}

.banner-foot {
  position: absolute;
  height: 75px;
  width: 100%;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .3)
}

.banner-foot .banner-foot-list {
  height: 100%
}

.banner-foot .banner-foot-list li {
  float: left;
  width: 20%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, .1);
  overflow: hidden;
  box-sizing: border-box
}

.banner-foot .banner-foot-list li:hover {
  background: rgba(0, 0, 0, .1)
}

.banner-foot .banner-foot-list li:first-child {
  border-left: 1px solid rgba(255, 255, 255, .1)
}

.banner-foot .banner-foot-list li .img {
  float: left;
  width: 75px;
  height: 75px;
  margin-left: 5px;
}

.banner-foot .banner-foot-list li .img .icon {
  margin: 18px auto
}

.banner-foot .banner-foot-list li .text {
  padding: 15px 6px 15px
}

.banner-foot .banner-foot-list li h3 {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px
}

.banner-foot .banner-foot-list li p {
  color: #d4d2d3;
  line-height: 18px
}

.banner .inner {
  position: relative;
  height: 100%;
}

.banner .banner-btn {
  position: absolute;
  z-index: 99;
  height: 54px
}

.banner .banner-btn.mf-banner-btn {
  left: 50%;
  bottom: 160px;
  /* width: 400px; */
  height: 54px;
  margin-left: -100px;
}

.banner .banner-btn.dds-banner-btn {
  left: 164px;
  bottom: 150px;
  /* width: 400px; */
  height: 54px;
}

.banner .banner-btn.fx-banner-btn {
  left: 76px;
  bottom: 172px
}
.banner .banner-btn.sj-banner-btn {
  left: 180px;
  bottom: 160px;
}
.banner .banner-btn .btn {
  float: left;
  width: 152px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  border-radius: 4px;
  border: 1px solid;
  margin: 0 20px
}

.banner .banner-btn .btn:hover {
  opacity: .9
}

.banner .banner-btn.mf-banner-btn .btn.resUrl {
  background: #fff;
  border-color: #2c63eb;
  color: #2c63eb;
}

.banner .banner-btn.dds-banner-btn .btn.resUrl {
  background: #FF4748;
  border-color: #FF4748;
}

.banner .banner-btn.fx-banner-btn .btn.resUrl {
  background: #DA1227;
  border-color: #DA1227
}
.banner .banner-btn.sj-banner-btn .btn {
  background: #fff;
  border-color: #0d2eb7;
  color: #0d2eb7;
}

.banner .banner-btn .btn.kfUrl {
  background: transparent;
  border-color: #fff;
}

.col-pt {}

.col-pt .col-title .h2 {}

.col-pt .col-title .h2 .span {
  color: #4362fe;
}

.col-pt .col-title .p {}

.col-pt .col-title .p .span {
  color: #ff9000;
}
.col-pt{}
.col-pt .col-pt-left{
    float: left;
    width: 656px;
}
.col-pt .col-pt-left .list{}
.col-pt .col-pt-left .list .item{
    overflow: hidden;
    width: 50%;
    float: left;
}
.col-pt .box{
    border-radius: 14px;
    background: #f6f8f9;
    padding: 15px;
    text-align: center;
    margin: 8px;
    width: 282px;
    height: 201px;
    color: #fff;
}
.col-pt .box .h3{
    font-weight: 800;
    font-size: 28px;
    margin: 20px 0;
}
.col-pt .box .p{
    font-size: 16px;
    line-height: 1.8;
    margin: 20px 0;
}
.col-pt .box .btn-group{}
.col-pt .box .btn-group .btn{
    display: inline-block;
    border-radius: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    width: 98px;
    text-align: center;
    color: #fff;
    margin: 8px 10px;
}
.col-pt .box .btn-group .btn.btn-xq{
  background: #fff;
}
.col-pt .box.box-1{
    background: linear-gradient(141deg,#feb85a,#ff9400 100%);
}
.col-pt .box.box-2{
    background: linear-gradient(141deg,#82abfa,#3e71e6 100%);
}
.col-pt .box.box-3{
    background: linear-gradient(141deg,#19e2d3,#00bdfb 100%);
}
.col-pt .box.box-4{
    background: linear-gradient(141deg,#a896fa,#735cea 100%);
}
.col-pt .box.box-5{
    width: 448px;
    height: 448px;
}
.col-pt .btn:hover{
  opacity: .95;
}
.col-pt .box.box-1 .btn-group .btn.btn-xq{
  color: #ff9400;
}
.col-pt .box.box-2 .btn-group .btn.btn-xq{
  color: #3e71e6;
}
.col-pt .box.box-3 .btn-group .btn.btn-xq{
  color: #00bdfb;
}
.col-pt .box.box-4 .btn-group .btn.btn-xq{
  color: #735cea;
}
.col-pt .box.box-5 .btn-group .btn.btn-xq{
  color:  #fff;
}
.col-pt .col-pt-right{
    float: right;
}
.col-pt .col-pt-right .box{
    background: linear-gradient(141deg,#fd8865,#f91f28 100%);
}
.col-pt .col-pt-right .box .h3{
    line-height: 2.5;
}
.col-pt .col-pt-right .box .p{
    padding: 0 20px;
    margin: 20px 0;
}
.col-pt .col-pt-right .box .span{
    font-weight: 800;
    font-size: 35px;
    color: #FFEB3B;
}
.col-pt .col-pt-right .box .btn{
    border-radius: 60px;
    line-height: 50px;
    border: 1px solid #fff;
    width: 160px;
    text-align: center;
    color: #f91f28;
    display: inline-block;
    background: #fff;
}
.col-pt .col-pt-right .box .icon{
    display: block;
    width: 80px;
    height: 50px;
    margin: 20px auto;
}

.col-cp {
  background: #f5f5f5;
}

.col-cp .col-title .h2 {}

.col-cp .col-title .h2 .span {
  color: #4362fe;
}

.col-cp .col-title .p {}

.col-cp .col-title .p .span {}

.col-cp .list {}

.col-cp .list .item {
  float: left;
  width: 25%;
}

.col-cp .list .item .box {
  text-align: center;
  margin: 10px;
  border-radius: 4px;
  border: 1px solid #fff;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  transition: .3s;
  display: block;
}

.col-cp .list .item .box:hover {

  border: 1px solid #dddddd;

  box-shadow: 0 0 20px 0px rgba(0, 0, 0, .1);
}

.col-cp .list .item .box .icon {
  margin: 2px auto;
}

.col-cp .list .item .box .h3 {
  color: #333;
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.6;
}

.col-cp .list .item .box .p {
  color: #666;
  line-height: 1.6;
  margin: 10px 0;
}

.col-cp .list .item .box .btn {
  background: #4362fe;
  color: #fff;
  display: inline-block;
  width: 94px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
}

.col-sj .col-title .span{
  color: #4362fe;
}
.col-sj .img{
  text-align: center;
  padding: 40px 0;
}
.col-gn {}

.col-gn .col-title .h2 {}

.col-gn .col-title .h2 .span {
  color: #2370fd;
}

.col-gn .col-title .p {}

.col-gn .col-title .p .span {}

.col-gn .list {
  position: relative;
  height: 590px;
  margin-top: 20px;
}

.col-gn .list .items {
  float: left;
  width: 20%;
}

.col-gn .list .items::before {
  content: ''
}

.col-gn .list .items::after {
  content: ''
}

.col-gn .list .items .tab {}

.col-gn .list .items .tab .tab-btn {
  width: 190px;
  height: 56px;
  border-radius: 4px;
  background: #f6f8fb;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}

.col-gn .list .items .tab .tab-btn .icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.col-gn .list .items .tab .tab-btn .txt {
  overflow: hidden;
  font-size:16px;
  /* padding: 0 4px; */
}

.col-gn .list .items .tab .tab-content {
  background: #f6f8fb;
  display: none;
  width: 1150px;
  position: absolute;
  padding: 40px;
  border-radius: 8px;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  transition: .3s;
}

.col-gn .list .items .tab .tab-content .img {
  float: left;
}

.col-gn .list .items .tab .tab-content .img img {}

.col-gn .list .items .tab .tab-content .text {
  float: right;
  width: 400px;
}

.col-gn .list .items .tab .tab-content .text .item {
  float: left;
  width: 50%;
}

.col-gn .list .items .tab .tab-content .text .box {
  width: 160px;
  height: 60px;
  margin: 5px auto;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 15px;
  cursor: pointer;
  color: #999;
}

.col-gn .list .items .tab .tab-content .text .box .icon {
  display: inline-block;
  vertical-align: middle;
}

.col-gn .list .items .tab .tab-content .text .box .txt {
  vertical-align: middle;
  padding: 0 4px;
}

.col-gn .list .items .tab.active .tab-btn {
  background: linear-gradient(to right, #0b57e1, #4362fe);
  color: #fff;
}



.col-gn .list .items .tab.active .tab-btn .icon {

  background-position-y: -53px;
}

.col-gn .list .items .tab.active .tab-content {
  display: block;
}

.col-gn .list .items .tab.active .tab-btn::after {
  content: '';
  width: 0;
  position: absolute;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent #f6f8fb transparent;
  top: 60px;
  left: 50%;
  margin-left: -10px;
}

.col-gn .list .items .tab .tab-content .text .item.active .box {
  background: #fff;
  color: #2370fd;
  border-radius: 4px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, .1);
}

.col-gn .list .items .tab .tab-content .text .item.active .box .icon {
  background-position-y: -10px;
}

.col-yx {
  background: #f5f5f5;
}

.col-yx .col-title .h2 {}

.col-yx .col-title .h2 .span {
  color: #ff5d5d;
}

.col-yx .col-title .p {}

.col-yx .col-title .p .span {}

.col-yx .list {}

.col-yx .list .item {
  float: left;
  width: 20%;
}

.col-yx .list .item .box {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  margin: 10px;
  padding: 20px 10px;
  display: block;
}

.col-yx .list .item .box .icon {
  margin: 10px auto 10px;
  width: 84px;
  height: 84px;
}

.col-yx .list .item .box .h3 {
  color: #333;
  font-size: 20px;
  margin: 10px 0;
}

.col-yx .list .item .box .p {
  color: #666;
  line-height: 2;
  margin: 10px 0;
  height: 28px;
}

.col-yx .list .item .box .btn {
  border: 1px solid #ff0202;
  color: #ff0202;
  display: inline-block;
  width: 92px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  margin: 10px 0;
}

.col-fn {
  height: 540px;
  background: url('/statics/home/images/fn-bg.png') no-repeat center center
}

.col-fn .col-title {}

.col-fn .col-title .h2 {
  color: #fff
}

.col-fn .col-title .p {
  color: #ccc;
}

.col-fn .list {
  position: relative
}

.col-fn .list .items {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto
}

.col-fn .list .items .item-left {
  width: 200px;
  float: left;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.col-fn .list .items:last-child .item-left {
  border-bottom: none
}

.col-fn .list .items .item-left .icon {
  display: inline-block;
  vertical-align: middle;
}

.col-fn .list .items .item-left span {
  line-height: 60px;
  vertical-align: middle;
  padding: 0 4px;
}

.col-fn .list .items .item-right {
  opacity: 0;
  color: #fff;
  position: absolute;
  left: 355px;
  top: 30px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  width: 720px;
  height: 360px;
}

.col-fn .list .items .item-right .h3 {
  font-size: 24px;
  padding: 10px 0;
  position: relative;
}

.col-fn .list .items .item-right .h3::after {
  content: '';
  display: block;
  height: 4px;
  background: #f91f28;
  width: 80px;
  position: absolute;
  bottom: -4px;
}

.col-fn .list .items .item-right .p {
  line-height: 1.8;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #ccc;
  margin: 60px 0;
}

.col-fn .list .items .item-right .btn-group {
  margin: 30px -10px;
}

.col-fn .list .items .item-right .btn-group .btn {
  color: #fff;
  width: 102px;
  height: 38px;
  display: inline-block;
  margin: 0 10px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
}

.col-fn .list .items .item-right .btn-group .btn.btn-ty {
  background: #ff6800;
}

.col-fn .list .items .item-right .btn-group .btn.btn-zx {
  background: #ff9901;
}

.col-fn .list .items .item-right .foot-list {
  overflow: hidden;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  padding: 15px 0;
}

.col-fn .list .items .item-right .foot-list .item {
  float: left;
  width: 118px;
}

.col-fn .list .items .item-right .foot-list .item .box {
  text-align: center;
}

.col-fn .list .items .item-right .foot-list .item .box .icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

.col-fn .list .items .item-right .foot-list .item .box .txt {}

.col-fn .list .items.active .item-left {
  background: linear-gradient(to right, #f91f28, #fe4d2d);
}

.col-fn .list .items.active .item-right {
  opacity: 1;
  z-index: 10;
}

.col-qw {}

.col-qw .img {
  text-align: center;
  padding: 40px 0;
}

.col-qw .img img {}

.col-qw .text {
  padding: 20px 40px;
  color: #666;
  font-size: 16px;
  border-radius: 10px;
  border: 1px dashed #838484;
  margin: 20px 0;
}

.col-qw .text .p {
  overflow: hidden;
  line-height: 2.2;
}

.col-qw .col-title .span{
    color: #4362fe;
}

.col-qw .text .span {
  font-weight: 800;
  float: left;
  line-height: 1.6;
  font-size: 20px;
}

.col-ms {
}

.col-ms .col-title .h2 .span {
  color: #3d70f4;
}

.col-ms .img {
  text-align: center;
  padding: 40px 0;
}

.col-lc {
    background: url(../images/lc-bg.jpg?);
    height: 640px;
}
.col-lc .col-title .h2 ,.col-lc .col-title .p {
  color: #fff;
}
.col-lc .col-title .h2 .span {
  color: #0e9757;
}

.col-lc .img {
  text-align: center;
  padding: 20px 0;
}

.col-hx {}

.col-hx .col-title .h2 {}

.col-hx .col-title .h2 .span {
  color: #f64930;
}

.col-hx .col-title .p {}

.col-hx .col-title .p .span {}

.col-hx .list {}

.col-hx .list .item {
  float: left;
  width: 25%;
}

.col-hx .list .item .box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin: 10px;
  padding: 20px 10px;
  transition: .3s;
}

.col-hx .list .item .box:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.col-hx .list .item .box .icon {
  margin: 10px auto 10px;
  width: 90px;
  height: 90px;
}

.col-hx .list .item .box .h3 {
  color: #333;
  font-size: 20px;
  margin: 12px 0;
}

.col-hx .list .item .box .p {
  color: #666;
  line-height: 1.6;
  margin: 20px 0 0;
  height: 40px;
}

.col-zx {
  background: #f5f5f5;
}

.col-zx .col-content {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.col-zx .head {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.col-zx .head h2 {
  color: #4f5b6c;
  font-size: 32px;
  line-height: 56px;
}

.col-zx .head p {
  color: #666;
  font-size: 16px;
}

.col-zx .content {
  padding: 0 20px;
}

.col-zx .list {
  width: 340px;
  float: left;
  margin: 15px;
}

.col-zx .list .adv-img {
  display: block;
  width: 340px;
  height: 120px;
}

.col-zx .list:last-child {
  /* margin-right: 0; */
}

.col-zx .list h3 {
  font-size: 22px;
  color: #333;
  line-height: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
}

.col-zx .list h3 .text {
  font-size: 18px;
  padding-left: 10px;
  position: relative;
}

.col-zx .list h3 .text:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 18px;
  background: #3bbc6b;
  left: 0;
  top: 1px;
}

.col-zx .list h3 .more {
  display: inline-block;
  float: right;
  width: 65px;
  height: 20px;
  margin-top: 6px;
  font-size: 12px;
  text-align: right;
  line-height: 22px;
  color: #f30000;
}

.col-zx .list .first-item {
  padding: 10px 0;
  display: none;
}

.col-zx .list .first-item .img {
  width: 130px;
  height: 100px;
  float: left;
}

.col-zx .list .first-item .img img {
  width: 100%;
  height: 100%;
}


.tg-col2{}
.tg-col2 .tg-bg{
    display: block;
    width: 100%;
    height: 150px;
    background: url('../images/tg-bg.png') no-repeat center center;
}

.col-zx .list .first-item .text {
  overflow: hidden;
  padding-left: 10px;
  height: 100px;
}

.col-zx .list .first-item .text .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 6px;
  letter-spacing: 1px;
}

.col-zx .list .first-item .text .title a:hover {
  color: #52bf56;
}

.col-zx .list .first-item .text .summary {
  color: #999;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 20px;
  letter-spacing: 2px;
}

.col-zx .list .items {
  padding-left: 26px;
  margin: 8px 0;
}

.col-zx .list .items li {
  letter-spacing: 1px;
  list-style: decimal;
  font-size: 14px;
  line-height: 30px;
  color: #303030;
  height: 30px;
}

.col-zx .list .items li a {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 270px;
  float: left;
}

.col-zx .list .items li a:hover {
  color: #029bdb;
}

.col-zx .list .items li .time {
  color: #999;
  float: right;
  font-size: 12px;
}


.col-foot-zx {
  height: 183px;
  background: url('/skin/lk/images/last-col-bg.png') no-repeat center center;
}

.col-foot-zx .h2 {
  color: #fff;
  margin: 30px 0;
}

.col-foot-zx .content {
}

.col-foot-zx .box {
  display: block;
  width: 500px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  position: relative;
  float: left;
}

.col-foot-zx .box .inp {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  height: 50px;
  padding-right: 130px;
  font-size: 18px;
  color: #666;
  border-radius: 4px;
}

.col-foot-zx .box .btn {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 120px;
  height: 46px;
  color: #fff;
  background: #0060ff;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.col-foot-zx .btn-zx {
  float: left;
  width: 120px;
  height: 46px;
  text-align: center;
  color: #fff;
  background: #1c9733;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  line-height: 46px;
  border: 2px solid #fff;
  margin-left: 30px;
  position: relative;
}

.col-foot-zx .btn-zx:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 44px;
  background: #fff;
  left: -17px;
  top: 2px;
}

.bg-b_f_01 {
    width: 40px; height: 40px;
    background: url('/statics/home/images/sprites-icon.png?t=') -230px -480px;
}
.bg-b_f_02 {
    width: 40px; height: 40px;
    background: url('/statics/home/images/sprites-icon.png?t=') -280px -480px;
}
.bg-b_f_03 {
    width: 40px; height: 40px;
    background: url('/statics/home/images/sprites-icon.png?t=') -80px -480px;
}
.bg-b_f_04 {
    width: 40px; height: 40px;
    background: url('/statics/home/images/sprites-icon.png?t=') -130px -480px;
}
.bg-b_f_05 {
    width: 40px; height: 40px;
    background: url('/statics/home/images/sprites-icon.png?t=') -180px -480px;
}
.bg-cp_01 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -426px -172px;
}
.bg-cp_02 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -426px -242px;
}
.bg-cp_03 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -426px -312px;
}
.bg-cp_04 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -106px -403px;
}
.bg-cp_05 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -176px -403px;
}
.bg-cp_06 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -246px -403px;
}
.bg-cp_07 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -316px -403px;
}
.bg-cp_08 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -386px -403px;
}
.bg-cp_10 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -515px -10px;
}
.bg-cp_11 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -515px -80px;
}
.bg-cp_12 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -515px -150px;
}
.bg-cp_13 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -515px -220px;
}
.bg-cp_14 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -515px -290px;
}
.bg-cp_09 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -515px -360px;
}
.bg-cp_15 {
    width: 50px; height: 53px;
    background: url('/statics/home/images/sprites-icon.png?t=') -426px -99px;
}
.bg-cp_16 {
    width: 50px; height: 50px;
    background: url('/statics/home/images/sprites-icon.png?t=') -10px -482px;
}
.bg-fn_01 {
    width: 20px; height: 20px;
    background: url('/statics/home/images/sprites-icon.png?t=') -340px -490px;
}
.bg-fn_02 {
    width: 20px; height: 20px;
    background: url('/statics/home/images/sprites-icon.png?t=') -460px -490px;
}
.bg-fn_03 {
    width: 20px; height: 20px;
    background: url('/statics/home/images/sprites-icon.png?t=') -430px -490px;
}
.bg-fn_04 {
    width: 20px; height: 20px;
    background: url('/statics/home/images/sprites-icon.png?t=') -400px -490px;
}
.bg-fn_05 {
    width: 20px; height: 20px;
    background: url('/statics/home/images/sprites-icon.png?t=') -370px -490px;
}
.bg-fn_06 {
    width: 20px; height: 20px;
    background: url('/statics/home/images/sprites-icon.png?t=') -490px -490px;
}
.bg-fn_07 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -10px -540px;
}
.bg-fn_08 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -70px -540px;
}
.bg-fn_09 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -130px -540px;
}
.bg-fn_10 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -190px -540px;
}
.bg-fn_11 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -250px -540px;
}
.bg-fn_12 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -310px -540px;
}
.bg-fn_13 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -10px -610px;
}
.bg-fn_14 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -70px -610px;
}
.bg-fn_15 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -130px -610px;
}
.bg-fn_16 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -190px -610px;
}
.bg-fn_17 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -250px -610px;
}
.bg-fn_18 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -310px -610px;
}
.bg-fn_19 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -370px -540px;
}
.bg-fn_20 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -430px -540px;
}
.bg-fn_21 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -490px -540px;
}
.bg-fn_22 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -550px -540px;
}
.bg-fn_23 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -610px -540px;
}
.bg-fn_24 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -670px -540px;
}
.bg-fn_25 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -370px -610px;
}
.bg-fn_26 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -430px -610px;
}
.bg-fn_27 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -490px -610px;
}
.bg-fn_28 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -550px -610px;
}
.bg-fn_29 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -610px -610px;
}
.bg-fn_30 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -670px -610px;
}
.bg-fn_31 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -570px -10px;
}
.bg-fn_32 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -570px -70px;
}
.bg-fn_33 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -570px -130px;
}
.bg-fn_34 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -570px -190px;
}
.bg-fn_35 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -570px -250px;
}
.bg-fn_36 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -570px -310px;
}
.bg-fn_37 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -630px -10px;
}
.bg-fn_38 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -630px -70px;
}
.bg-fn_39 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -630px -130px;
}
.bg-fn_40 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -630px -190px;
}
.bg-fn_41 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -630px -250px;
}
.bg-fn_42 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -630px -310px;
}
.bg-fn_43 {
    width: 20px; height: 20px;
    background: url('/statics/home/images/sprites-icon.png?t=') -520px -490px;
}
.bg-fn_44 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -690px -10px;
}
.bg-fn_45{
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -690px -70px;
}
.bg-fn_46 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -690px -130px;
}
.bg-fn_47 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -690px -190px;
}
.bg-fn_48 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -690px -250px;
}
.bg-fn_49 {
    width: 60px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -690px -310px;
}


.bg-hx_01 {
    width: 82px;
    height: 79px;
    background: url('/statics/home/images/sprites-icon.png?t=') -5px -206px;
}
.bg-hx_02 {
    width: 90px;
    height: 78px;
    background: url('/statics/home/images/sprites-icon.png?t=') -10px -110px;
}
.bg-hx_03 {
    width: 77px;
    height: 87px;
    background: url('/statics/home/images/sprites-icon.png?t=') -226px -10px;
}
.bg-hx_04 {
    width: 76px;
    height: 74px;
    background: url('/statics/home/images/sprites-icon.png?t=') -227px -110px;
}
.bg-hx_05 {
    width: 93px; height: 86px;
    background: url('/statics/home/images/sprites-icon.png?t=') -10px -10px;
}
.bg-hx_06 {
    width: 90px;
    height: 81px;
    background: url('/statics/home/images/sprites-icon.png?t=') -123px -6px;
}
.bg-hx_07 {
    width: 89px;
    height: 77px;
    background: url('/statics/home/images/sprites-icon.png?t=') -120px -109px;
}
.bg-hx_08 {
    width: 69px;
    height: 69px;
    background: url('/statics/home/images/sprites-icon.png?t=') -416px 0px;
}
.bg-yx_01 {
    width: 76px;
    height: 63px;
    background: url('/statics/home/images/sprites-icon.png?t=') -100px -300px;
}
.bg-yx_02 {
    width: 76px;
    height: 77px;
    background: url('/statics/home/images/sprites-icon.png?t=') -330px -110px;
}
.bg-yx_03 {
    width: 76px;
    height: 76px;
    background: url('/statics/home/images/sprites-icon.png?t=') -330px -200px;
}
.bg-yx_04 {
    width: 76px;
    height: 59px;
    background: url('/statics/home/images/sprites-icon.png?t=') -10px -390px;
}
.bg-yx_05 {
    width: 76px;
    height: 73px;
    background: url('/statics/home/images/sprites-icon.png?t=') -210px -200px;
}
.bg-yx_06 {
    width: 76px;
    height: 83px;
    background: url('/statics/home/images/sprites-icon.png?t=') -330px -10px;
}
.bg-yx_07 {
    width: 76px;
    height: 74px;
    background: url('/statics/home/images/sprites-icon.png?t=') -100px -200px;
}
.bg-yx_08 {
    width: 76px;
    height: 70px;
    background: url('/statics/home/images/sprites-icon.png?t=') -10px -300px;
}
.bg-yx_09 {
    width: 76px;
    height: 60px;
    background: url('/statics/home/images/sprites-icon.png?t=') -300px -300px;
}
.bg-yx_10 {
    width: 76px;
    height: 61px;
    background: url('/statics/home/images/sprites-icon.png?t=') -200px -300px;
}

.bg-gn_01 {
  width: 22px;
  height: 22px;
  background: url('/statics/home/images/sprites-gn.png') -45px -6px;
}

.bg-gn_02 {
  width: 22px;
  height: 22px;
  background: url('/statics/home/images/sprites-gn.png') -88px -6px;
}

.bg-gn_03 {
  width: 27px;
  height: 23px;
  background: url('/statics/home/images/sprites-gn.png') -222px -6px;
}

.bg-gn_04 {
  width: 26px;
  height: 26px;
  background: url('/statics/home/images/sprites-gn.png') -176px -6px;
}

.bg-gn_05 {
  width: 24px;
  height: 24px;
  background: url('/statics/home/images/sprites-gn.png') -131px -6px;
}

.bg-gn_d_o {
  width: 20px;
  height: 20px;
  background: url('/statics/home/images/sprites-gn.png') -10px -10px;
}

.bg-gn_01_o {
  width: 22px;
  height: 22px;
  background: url('/statics/home/images/sprites-gn.png') -50px -10px;
}

.bg-gn_02_o {
  width: 22px;
  height: 22px;
  background: url('/statics/home/images/sprites-gn.png') -92px -10px;
}

.bg-gn_03_o {
  width: 27px;
  height: 23px;
  background: url('/statics/home/images/sprites-gn.png') -224px -10px;
}

.bg-gn_04_o {
  width: 26px;
  height: 26px;
  background: url('/statics/home/images/sprites-gn.png') -178px -10px;
}

.bg-gn_05_o {
  width: 24px;
  height: 24px;
  background: url('/statics/home/images/sprites-gn.png') -134px -10px;
}

.bg-gn_d {
  width: 20px;
  height: 20px;
  background: url('/statics/home/images/sprites-gn.png') -10px -56px;
}

.bg-pt_01 {
  width: 230px;
  height: 170px;
  background: url('/statics/home/images/sprites-pt.png') -10px -10px;
}

.bg-pt_02 {
  width: 230px;
  height: 170px;
  background: url('/statics/home/images/sprites-pt.png') -260px -10px;
}

.bg-pt_03 {
  width: 230px;
  height: 170px;
  background: url('/statics/home/images/sprites-pt.png') -510px -10px;
}

.bg-pt_04 {
  width: 230px;
  height: 170px;
  background: url('/statics/home/images/sprites-pt.png') -760px -10px;
}

.ys{
    background: #fff;
}
.ys-col .col-title .h2 .span{
  color: #4381ff;
}
.ys ul{width: 340px;}
.ys ul li{
    transition: .3s;
    padding: 10px 20px;
    margin: 20px 0;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.ys ul li:hover {
    background: #feedf0;
}

.ys ul li:after{
    
}
.ys ul li .sj{
    float: left;
    margin-left: -20px;
}
.ys .ys-img{

float: left;

width: 470px;

text-align: center;
}
.ys .ys-img img{

}
.ys ul li .box{
    
}
.ys ul li .h3{
    
font-weight: 600;
    
font-size: 20px;
    
letter-spacing: 1px;
    
margin-bottom: 10px;
}
.ys ul li .text{
    
line-height: 1.4;
    
color: #666;
    
height: 38px;
}
.ys ul li .tag{
    position: absolute;
    left: -4px;
    top: 9px;
    font-size: 40px;
    color: #fff;
}
.ys .boxF{
    width: 80px;
    height: 96px;
    overflow: hidden;
}
.ys .boxS{
    width: 80px;
    height: 96px;
    overflow: hidden;
}
.ys .boxT{
    width: 80px;
    height: 96px;
    overflow: hidden;
}
.ys .boxF, .boxS{
    visibility: hidden;
}
.ys .boxF{
    transform: rotate(90deg);
    margin-top: -8px;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.ys .boxS{
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}
.ys .boxT{
    transform: rotate(-60deg);
    background: no-repeat 50% center;
    background-size: 125% auto;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
    background: #5abbc6;
}
.ys ul.ys-l{
    float: left;
}
.ys ul.ys-r{
    float: right;
}
.ys ul.ys-r li .sj{
    position: absolute;
    right: -20px;
    top: 0px;
}
.ys ul.ys-r li .tag{
    left: initial;
    right: -4px;
}
.ys ul.ys-r li:after{
    left: -30px;
    right: initial;
    border-width: 40px 30px 40px 0;
    border-color: transparent #f1f1f1 transparent transparent;
}
.ys ul.ys-r .boxT{
        background: #fc8852;
}
.ys ul.ys-r li:hover{
}
.ys .foot{
    color: #555;
    text-align: center;
    font-size: 20px;
    margin: 50px auto 50px;
    line-height: 33px;
}
.ys .foot .c1{
    color: #fc8852;
}
.ys .foot .c2{
    color: #0a6dee;
}


.zc-col{
  height: 410px;
  background: url('/statics/home/images/zc-bg.png') center center;
  overflow: initial;
  margin-bottom: 470px;
}
.zc-col .col-title{margin: 30px 0;}
.zc-col .col-title p,.zc-col .col-title span{color: #fff;}
.zc-col .list{}
.zc-col .list .item{
  float: left;
  width: 25%;
  text-align: center;
}
.zc-col .list .item .h3{color: #fff;font-size: 45px;margin: 20px 0;}
.zc-col .list .item .p{color: #fff;}
.zc-col .btn-group{
  text-align: center;
  margin-top: 60px;
}
.zc-col .btn-group .btn{
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 10px;
}
.zc-col .al-box{
    
padding: 40px 0;
    
position: relative;
}
.zc-col .al-box .pj-Carousel{
    margin: 0 -10px;
    width: 1170px;
    height: 570px;
}
.zc-col .al-box .item{
    
background: transparent;
}
.zc-col .al-box .item img{
    
width: auto;
    
height: auto;
}
.zc-col .al-box .al-nav{bottom: 5px;}
.zc-col .al-box .al-nav-item .pj-Carousel-color{
    background: #b7cdf4;
    color: #b7cdf4;
}
.zc-col .al-box .al-nav-item .pj-Carousel-color.active{
    background: #f91f28;
    color: #1159dc;
}


.zc-col{
  height: 390px;
  background: url('/statics/home/images/zc-bg.png?') center center;
  overflow: initial;
  margin-bottom: 470px;
}
.zc-col .title{margin: 30px 0;}
.zc-col .title p,.zc-col .title span{color: #fff;}
.zc-col .list{}
.zc-col .list .item{
  float: left;
  width: 25%;
  text-align: center;
}
.zc-col .list .item .h3{color: #fff;font-size: 45px;margin: 20px 0;}
.zc-col .list .item .p{color: #fff;}
.zc-col .btn-group{
  text-align: center;
  margin-top: 60px;
}
.zc-col .btn-group .btn{
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 10px;
}
.zc-col .al-box{
    
padding: 40px 0;
    
position: relative;
    
margin-top: 200px;
}
.zc-col .al-box .pj-Carousel{
    margin: 0 -10px;
    width: 1170px;
    height: 570px;
}
.zc-col .al-box .item{
    
background: transparent;
}
.zc-col .al-box .item img{
    
width: auto;
    
height: auto;
}
.zc-col .al-box .al-nav{bottom: 5px;}
.zc-col .al-box .al-nav-item .pj-Carousel-color{
    background: #ffb7ab;
    color: #ffb7ab;
}
.zc-col .al-box .al-nav-item .pj-Carousel-color.active{
    background: #f91f28;
    color: #f91f28;
}
.pj-Carousel {
    width: 100%;
    height: 520px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.pj-Carousel-box {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pj-Carousel-item {
    float: left;
    height: 100%;
    background-color: #E3E3E3;
    z-index: 10;
}
.pj-Carousel-item a{
    display:block;
    width:100%;
    height:100%;
}

.pj-Carousel-item img {
    height: 100%;
}

.pj-Carousel-nav {
    width: 100%;
    height: 14px;
    position: absolute;
    bottom: 90px;
    z-index: 10;
}

.pj-Carousel-active {
    width: 170px;
    height: 14px;
    margin: 0 auto;
    text-align: center;
}

.pj-Carousel-color {
    background-color: #dadada;
    width: 14px;
    height: 14px;
    display: inline-block;
    color: #dadada;
    border-radius: 14px;
    opacity: .5;
    margin: 0 4px;
    cursor:  pointer;
    transition: all 0.3s ease-in-out;
}

.pj-Carousel-color p {
    font-size: 16px;
    line-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    cursor: default;
    display:  none;
}

.pj-Carousel .active {
    background-color: #fff;
    color: #fff;
    width:  24px;
    opacity: 1;
}

.pj-Carousel-btn{
}
.pj-Carousel-btn a{
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 60px;
    /* background: rgba(0,0,0,.3); */
    z-index: 99;
    margin-top: -50px;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.pj-Carousel-btn a.prev{left: -54px;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}
.pj-Carousel-btn a.next{right: -54px;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}

.col-sjgn{
    background: #f5f5f5;
}
.col-sjgn .col-title .span{
    color: #4362fe;
}
.col-sjgn .content{}
.col-sjgn .content .bg{
    width: 260px;
    height: 531px;
    background: url(/skin/lk/images/index/sj-gn/bg.png) center center;
    float: left;
    margin: 0 15px;
}
.col-sjgn .content .bg img{
    padding: 13px 13px;
}
.col-sjgn .list{
    width: 430px;
    margin: 8px 0;
}
.col-sjgn .list .item{overflow: hidden;width: 50%;float: left;}
.col-sjgn .list .item .box{
    margin: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}
.col-sjgn .list .item .box .i{
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    margin: 0px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-sjgn .list .item .box .icon{
    display: inline-block;
}
.col-sjgn .list .item .box .h3{
    margin: 10px 0;
}
.col-sjgn .list .item .box .p{
    line-height: 1.2;
    font-size: 13px;
    padding: 0;
    color: inherit;
    height: 30px;
    overflow: hidden;
}
.col-sjgn .list .item.on .box{
    background: linear-gradient(141deg,#fe4d2d,#f91f28 100%);
    color: #fff;
}
.col-sjgn .list .item.on .box .icon{
    background-position-y: -78px;
}

.bg-sj_gn_01 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -830px -10px;
}
.bg-sj_gn_02 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -170px -10px;
}
.bg-sj_gn_03 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -225px -10px;
}
.bg-sj_gn_04 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -775px -10px;
}
.bg-sj_gn_05 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -335px -10px;
}
.bg-sj_gn_06 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -720px -10px;
}
.bg-sj_gn_07 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -390px -10px;
}
.bg-sj_gn_08 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -665px -10px;
}
.bg-sj_gn_09 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -500px -10px;
}
.bg-sj_gn_10 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -60px -10px;
}
.bg-sj_gn_12 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -115px -10px;
}
.bg-sj_gn_13 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -555px -10px;
}
.bg-sj_gn_14 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -610px -10px;
}
.bg-sj_gn_15 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -280px -10px;
}
.bg-sj_gn_16 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -5px -10px;
}
.bg-sj_gn_11 {
    width: 52px; height: 48px;
    background: url('/statics/home/images/sj-gn-sprites.png?') -445px -10px;
}