.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.pointer {
  cursor: pointer;
}
html,
body {
  min-width: 1200px;
  background: #212b62;
  position: relative;
}

.logo{
  position: absolute;left: 110px;top: 29px;
}
.wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.silderTab {
  display: none;
  width: 150px;
  height: 515px;
  background: url("../img/slideTab.png") no-repeat;
  background-size: auto 100%;
  background-position: 6px 0;
  position: fixed;
  top: 50%;
  left: 51px;
  z-index: 9999;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.silderTab ul {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 95px;
}
.silderTab ul li {
  cursor: pointer;
  width: 100%;
  padding-right: 5%;
  line-height: 35px;
  -webkit-transform: skew(0deg, -9deg);
  -moz-transform: skew(0deg, -9deg);
  -ms-transform: skew(0deg, -9deg);
  -o-transform: skew(0deg, -9deg);
  transform: skew(0deg, -9deg);
  margin-bottom: 23px;
}
.silderTab ul li.orderBtn {
  height: 80px;
}
.silderTab ul li.active {
  background: url("../img/silderTabA.png") no-repeat;
  background-size: 100%;
  color: #000000;
}
.banner {
  width: 100%;
  height: 996px;
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: auto 100%;
}
.banner .header {
  position: absolute;
  right: 115px;
  top: 26px;
  z-index: 999;
}
.banner .header .headerTabA {
  position: absolute;
  left: 200px;
  top: 42px;
}
.banner .header ul {
  height: 50px;
  padding: 0 40px 0 50px;
  background: url("../img/headerTabBg.png") no-repeat;
  background-size: 100%;
}
.banner .header ul li {
  float: left;
  width: 105px;
  margin: 0 20px;
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -o-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
  position: relative;
}
.banner .header ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.banner .header ul li .img {
  display: none;
  position: absolute;
  top: 55px;
  left: 20px;
  -webkit-transform: skew(15deg, 0);
  -moz-transform: skew(15deg, 0);
  -ms-transform: skew(15deg, 0);
  -o-transform: skew(15deg, 0);
  transform: skew(15deg, 0);
}
.banner .header ul li.active a {
  color: #f9cc00;
}
.banner .order {
  position: absolute;
  top: 255px;
  left: -45px;
}
.banner .order .playVideo {
  width: 120px;
  height: 74px;
  position: absolute;
  top: 284px;
  left: 160px;
}
.banner .order .gzh {
  width: 105px;
  height: 105px;
  position: absolute;
  left: 50px;
  top: 382px;
}
.banner .order .goOrder {
  width: 280px;
  height: 75px;
  position: absolute;
  left: 186px;
  top: 385px;
}
.gameBottom {
  width: 100%;
  height: 490px;
  padding: 152px 0;
  background: #303030;
}
.gameBottom .tp {
  display: inline-block;
  width: 132px;
  margin-right: 45px;
}
.gameBottom .tp img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.gameBottom .tp p {
  color: #ffffff;
  font-size: 14px;
  padding-left: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.gameBottom .aboutMe {
  position: absolute;
  top: 0;
  left: 840px;
}
.gameBottom .aboutMe .container > img {
  width: 202px;
  margin-bottom: 25px;
}
.gameBottom .aboutMe .container .copy p {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.gameBottom .aboutMe .container .copy p a {
  color: #999999;
  font-size: 12px;
}
.gameBottom .aboutMe .container .copy p a img {
  vertical-align: middle;
  width: 20px;
  margin-left: 10px;
  display: inline-block;
}
.newsT {
  position: relative;
  width: 270px;
  padding: 75px 0 140px;
  margin: 0 auto ;
}
.newsCon .newsTab,
.newsdetailsCon .newsTab {
  position: absolute;
  top: 205px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 890px;
}
.newsCon .newsTab li,
.newsdetailsCon .newsTab li {
  width: 95px;
  height: 44px;
  float: left;
  margin: 0 60px;
}
.newsCon .newsTab li a,
.newsdetailsCon .newsTab li a {
  display: block  ;
  width: 100%;
  height: 100%;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  color: #000;
}
.newsCon .newsTab li.active a,
.newsdetailsCon .newsTab li.active a {
  background: #f9cc00;
}
body.index .newsList {
  height: 300px;
  background-color: #232323;
}
body.index .newsList .newsImg-container {
  position: absolute;
  right: 662px;
  top: 0;
  text-align: right;
}
body.index .newsList .newsImg-container img {
  max-width: none !important;
}
body.index .newsList .bj {
  position: absolute;
  right: 662px;
  top: 0;
  height: 100%;
}
body.index .newsList .bj img {
  height: 100%;
}
body.index .newsList .news {
  width: 662px;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 48px;
  padding-top: 22px;
}
body.index .newsList .news .newsTab {
  height: 42px;
  line-height: 40px;
  border-bottom: 2px solid #000000;
  position: relative;
  margin-bottom: 12px;
}
body.index .newsList .news .newsTab li {
  float: left;
  width: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #6d6d6d;
}
body.index .newsList .news .newsTab li.active {
  background: url("../img/newsTabActive.png") no-repeat;
  background-size: 100%;
  color: #1e1e1e;
}
body.index .newsList .news .newsTab .newsMore {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body.index .newsList .news .newsCon {
  display: none;
  width: 100%;
}
body.index .newsList .news .newsCon.newsCon1 {
  display: block;
}
body.index .newsList .news .newsCon li {
  width: 100%;
  height: 40px;
  position: relative;
}
body.index .newsList .news .newsCon li a {
  display: block;
  width: 85%;
  height: 100%;
  line-height: 40px;
  color: #6d6d6d;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body.index .newsList .news .newsCon li a span {
  color: #f9cc00 ;
  font-weight: bold;
}
body.index .newsList .news .newsCon li .time {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #6d6d6d;
  font-size: 14px;
}
body.index .sljs {
  width: 100%;
  height: 821px;
  background-image: url("../img/sljsBg.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: auto 100%;
  position: relative;
}
body.index .sljs .sljsT {
  width: 268px;
  position: absolute;
  left: -16px;
  top: 55px;
  z-index: 9;
}
body.index .sljs .sljs-container {
  position: absolute;
  right: 0;
  top: 70px;
}
body.index .sljs .sljs-container .slI img {
  max-width: none !important;
}
body.index .sljs .sljs-container .sljsImg {
  display: none;
}
body.index .sljs .sljs-container .sljsImg:first-child {
  display: block;
}
body.index .sljs .sljs-container .slD {
  position: absolute;
  top: 110px;
  left: 790px;
  font-size: 14px;
}
body.index .sljs .sljs-container .slD .slC {
  width: 560px;
}
body.index .sljs .sljs-container .slD .slC .cj {
  padding-left: 60px;
  display: inline-block;
}
body.index .sljs .sljs-container .slD .slC .fs {
  display: inline-block;
}
body.index .sljs .sljs-container .slD .slC .fs li {
  display: inline-block;
  padding: 5px;
  margin: 0 6px;
  border: 1px solid #000;
  font-weight: bold;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}
body.index .sljs .sljs-container .slD .slC .js {
  padding: 30px 0;
  line-height: 1.5 ;
  text-indent: 2em;
}
body.index .sljs .sljsIcon {
  position: absolute;
  top: 320px;
  left: 600px;
}
body.index .sljs .sljsIcon ul {
  width: 650px;
}
body.index .sljs .sljsIcon ul li {
  float: left;
  width: 130px;
  height: 130px;
  position: relative;
}
body.index .sljs .sljsIcon ul li img,
body.index .sljs .sljsIcon ul li .pop {
  position: absolute;
  width: 95px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
body.index .sljs .sljsIcon ul li .pop {
  height: 95px;
  background: rgba(0, 0, 0, 0.4);
}
body.index .sljs .sljsIcon ul li.active {
  background: url("../img/sljsActive.png") no-repeat;
  background-size: 100% ;
}
body.index .sljs .sljsIcon ul li.active img {
  width: 114px;
}
body.index .sljs .sljsIcon ul li.active .pop {
  display: none;
}
body.index .hbjs {
  width: 100%;
  height: 1026px;
  background-image: url("../img/hbjsBg.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: auto 100%;
  position: relative;
}
body.index .hbjs .hbjsT {
  width: 268px;
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 9;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
body.index .hbjs .hbjsCon {
  position: absolute;
  width: 100%;
  left: 0;
  top: 200px;
}
body.index .hbjs .hbjsCon ul {
  width: 100%;
}
body.index .hbjs .hbjsCon ul li {
  float: left;
  position: relative;
  margin-right: 20px;
}
body.index .hbjs .hbjsCon ul li .hbjsText {
  position: absolute;
  width: 605px;
  padding: 45px 30px 25px 40px;
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  z-index: 999;
  display: none;
}
body.index .hbjs .hbjsCon ul li .hbjsText .hbT {
  border-left: 15px solid #e3bc0b;
  font-size: 42px;
  padding-left: 20px;
  margin-bottom: 25px;
}
body.index .hbjs .hbjsCon ul li .hbjsText .hbJ {
  padding-top: 11px;
  border-top: 2px solid #ffffff;
  font-size: 20px;
  line-height: 2;
}
body.index .hbjs .hbjsCon ul li.active {
  z-index: 99;
}
body.index .hbjs .hbjsCon ul li.active .hbjsText {
  display: block;
}
body.index .hbjs .hbjsCon ul li:nth-child(1) .hbjsText {
  top: 205px;
  right: -605px;
}
body.index .hbjs .hbjsCon ul li:nth-child(2) .hbjsText {
  top: 205px;
  right: -605px;
}
body.index .hbjs .hbjsCon ul li:nth-child(3) .hbjsText {
  top: 205px;
  right: -605px;
}
body.index .hbjs .hbjsCon ul li:nth-child(4) .hbjsText {
  top: 205px;
  left: -605px;
}
body.index .hbjs .hbjsCon ul li:nth-child(5) .hbjsText {
  top: 205px;
  left: -605px;
}
body.index .jsmp {
  width: 100%;
  height: 1482px;
  background-image: url("../img/jsmpBg.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: auto 100%;
  position: relative;
}
body.index .jsmp .jsmpT {
  width: 268px;
  position: absolute;
  left: -15px;
  top: 65px;
}
body.index .jsmp .jsmpIcon {
  position: absolute;
  left: 0;
  top: 230px;
  z-index: 9;
}
body.index .jsmp .jsmpIcon ul li {
  margin-bottom: -15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  left: 0;
  top: 0;
}
body.index .jsmp .jsmpIcon ul li .pop {
  position: absolute;
  top: 13px;
  left: 0;
  width: 94%;
  height: 79%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: skew(0deg, -9deg);
  -moz-transform: skew(0deg, -9deg);
  -ms-transform: skew(0deg, -9deg);
  -o-transform: skew(0deg, -9deg);
  transform: skew(0deg, -9deg);
}
body.index .jsmp .jsmpIcon ul li.active {
  left: 30px;
}
body.index .jsmp .jsmpIcon ul li.active .pop {
  display: none;
}
body.index .jsmp .jsmp-container {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  overflow: hidden;
}
body.index .jsmp .mpSilder {
  position: absolute;
  right: 138px;
  top: 303px;
  width: 185px;
  z-index: 99;
}
body.index .jsmp .mpSilder .icon {
  position: absolute;
  left: 0;
  top: 0;
}
body.index .jsmp .mpSilder .icon li {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 27px;
  top: 29px;
  width: 72px;
  height: 72px;
}
body.index .jsmp .mpSilder .icon li img {
  display: none;
}
body.index .jsmp .mpSilder .icon li.active img {
  display: block;
}
body.index .jsmp .mpSilder .icon li:nth-child(2) {
  left: 83px;
  top: 84px;
}
body.index .jsmp .mpSilder .icon li:nth-child(3) {
  left: 28px;
  top: 140px;
}
body.index .jsmp .mpSilder .icon li:nth-child(4) {
  left: 83px;
  top: 195px;
}
body.index .jsmp .mpSilder .icon li:nth-child(5) {
  left: 28px;
  top: 251px;
}
body.index .jsmp .mpSilder .icon li:nth-child(6) {
  left: 83px;
  top: 306px;
}
body.index .jsmp .mpSilder .moCon {
  position: absolute;
  top: 4px;
  right: -105px;
}
body.index .jsmp .mpSilder .moCon li {
  display: none;
}
body.index .jsmp .mpSilder .moCon li.active {
  display: block;
}
body.index .jsmp .mpSilder .moCon li p {
  width: 1em;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-right: 15px;
}
body.index .jsmp .mpSilder .moCon li p span {
  display: inline-block;
  width: 1em;
  height: 60px;
  background-image: url(../img/xx.png);
  margin-top: 10px;
}
body.index .jsmp .mpSilder .moCon li:nth-child(2) p span {
  height: 60px;
}
body.index .jsmp .mpSilder .moCon li:nth-child(3) p span {
  height: 120px;
}
body.index .jsmp .mpSilder .moCon li:nth-child(4) p span {
  height: 150px;
}
body.index .jsmp .mpSilder .moCon li:nth-child(5) p span {
  height: 30px;
}
body.index .jsmp .mpSilder .moCon li:nth-child(6) p span {
  height: 30px;
}
body.index .yxts {
  width: 100%;
  height: 892px;
  background-image: url("../img/yxtsBg.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: auto 100%;
  position: relative;
}
body.index .yxts .yxtsT {
  width: 268px;
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 9;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
body.index .yxts .yxts-container {
  position: absolute;
  left: 0;
  top: 188px;
  width: 100%;
  overflow: hidden;
}
body.index .yxts .yxts-container .swiper-slide img {
 
  width: 750px;
  overflow: hidden;
}
body.index .yxts .yxtsN,
body.index .yxts .yxtsP {
  position: absolute;
  top: 365px;
  left: -55px;
  width: 43px;
}
body.index .yxts .yxtsN.yxtsN,
body.index .yxts .yxtsP.yxtsN {
  left: 1210px;
}
body.news {
  background: #ffffff;
}
body.news .newsCon {
  position: relative;
}
body.news .newsListCon {
  margin-bottom: 20px;
}
body.news .newsListCon li {
  height: 235px;
  background: #dfdfdf;
}
body.news .newsListCon li:nth-child(2n) {
  background: #ffffff;
}
body.news .newsListCon li a {
  display: block;
  padding-top: 71px;
}
body.news .newsListCon li a .nr {
  width: 1040px;
  margin: 0 auto;
  position: relative;
}
body.news .newsListCon li a .nr .type {
  width: 97px;
  height: 30px;
  background: url("../img/newsSpan.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.news .newsListCon li a .nr .type span {
  display: block;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #000;
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -o-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}
body.news .newsListCon li a .nr .con {
  padding-left: 140px;
}
body.news .newsListCon li a .nr .con .title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
body.news .newsListCon li a .nr .con .dec {
  color: #8e8e8e;
  font-size: 16px;
  margin-bottom: 35px;
}
body.news .newsListCon li a .nr .con .time {
  position: absolute;
  right: 0;
  top: 5px;
  color: #8e8e8e;
  font-size: 16px;
}
body.news .newsListCon li a .nr .con .click {
  color: #ffa900;
  font-size: 16px;
  text-align: right;
}
body.news .newsListCon li.active {
  background: #394155;
}
body.news .newsListCon li.active .nr {
  margin: 0 ;
}
body.news .newsListCon li.active .nr .con .title {
  color: #f9cc00;
}
body.news .newsListCon li.active .nr .con .dec {
  color: #ffffff;
}
body.newsdetails {
  background: #ffffff;
}
body.newsdetails .newsdetailsCon {
  position: relative;
}
body.newsdetails .Con {
  background: #dfdfdf;
  padding-bottom: 200px;
}
body.newsdetails .Con .title {
  padding-top: 100px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 36px;
  color: #000;
}
body.newsdetails .Con .time {
  font-size: 16px;
  color: #515151;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 70px ;
}
body.newsdetails .Con .con {
  color: #939393;
  font-size: 16px;
  line-height: 1.5;
}
body.newsdetails .Con .con img {
  max-width: 100% !important ;
  height: auto !important;
}
.video-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
.video {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -400px;
  width: 800px !important;
}
.video-layer .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-layer .close {
  position: absolute;
  width: 60px;
  height: 60px;
  display: inline-block;
  right: -100px;
  top: 0;
  background-image: url("../img/order-close.jpg");
  cursor: pointer;
  z-index: 1;
}
.page {
  text-align: center;
  color: #000;
  width: 95%;
  padding: 30px 0;
}
.page a {
  font-size: 0.3rem;
  color: #d8d8d8;
  display: inline-block;
  padding: 4px 8px;
}
.page a:hover {
  background: #fff;
  color: #000;
}
.page li,
.page i {
  color: #d8d8d8;
  display: inline-block;
  margin: 0 5px;
  font-size: 0.3rem;
}
.page li.thisclass {
  display: inline-block;
  padding: 4px 8px;
  background: #ffffff;
  color: #000000;
}
#message {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
#message .pannel {
  width: 475px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 15px;
}
#message .pannel h2 {
  font-size: 22px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#message .pannel p {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
  line-height: 1.6;
}
#message .pannel button {
  border: 0 none;
  outline: 0 none;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  background: #3896e0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


/*FOOTER*/

#footer {
	background: #1b1b1b;
	width: 100%;
	margin-top: 16px;
}

#footer .footer {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.footer div {
	color: #a4a4a4;
	float: none;
}

.footer div p {
	line-height: 26px;
}

.footer div p a {
	color: #fd3f3f
}

.footer div a,
.footer div span {
	color: #a4a4a4;
	margin: 0 14px;
}

.footer div a:hover {
	color: #fd3f3f
}

.footer .logo {
	width: 229px;
	height: 97px;
}

.footer .logo a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px
}

#footer .midthr label {
	display: inline-block;
	padding-left: 40px;
	width:100px;
	height: 40px;
	font-size: 0.875em;
	line-height: 16px;
	padding-top: 10px;
  margin: 0 10px 0 0;
  
}
#footer .midthr label img{
  display: inline-block;
}

#footer .midthr label.lb1 {
	background: url("http://www.ewan.cn/home/201311/img/lb1.jpg") no-repeat left center;
}

#footer .midthr label.lb2 {
	background: url("http://www.ewan.cn/home/201311/img/lb2.jpg") no-repeat left center;
}

#footer .midthr label.lb3 {
	background: url("http://www.ewan.cn/home/201311/img/lb3.jpg") no-repeat left center;
}