body {
  font-size: 12px;
  color: #737373;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll
}
img {
  border: 0
}
input, a, label, select {
  outline: none;
}
body, input, textarea, select, code {
  font-family: "microsoft yahei", Helvetica, Tahoma, Arial, sans-serif;
  color: #232323;
}
ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: inherit
}
a, label, select {
  outline: none;
  *blr: expression(this.onFocus=this.blur());
}
a {
  color: #636466;
  cursor: pointer;
  text-decoration: none
}
a:hover {
  color: #000
}
a.none {
  cursor: default
}
p {
  margin: 0;
  padding: 0
}
h1, h2 {
  margin: 0;
  padding: 0
}
input[type="checkbox"], input[type="radio"], label {
  cursor: pointer;
  margin: 0;
  background: transparent
}
.left {
  float: left
}
.right {
  float: right
}
.clear {
  clear: both
}
form {
  margin: 0;
  padding: 0
}
@font-face {
  font-family: ITCAvantGardeStd-Bk;
  src: url('../../Fonts/ITCAvantGardeStd-Bk.otf');
}
#empty {
  text-align: center;
  font-size: 18px;
  padding: 100px 0
}

/* header */

#header {
  width: 1010px;
  height: 125px;
  margin: 0 auto;
}
#header a.logo {
  display: block;
  margin-top: 20px;
  float: left;
  line-height: 91px;
  width: 276px;
  height: 91px;
  background: url("../images/logo.png") left center no-repeat;
  padding-left: 60px;
  font-size: 20px;
}
#header a.logo span {
    -webkit-animation-duration: 18s;
    -o-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-transition-timing-function: cubic-bezier(0,1,1,0);
    -o-transition-timing-function: cubic-bezier(0,1,1,0);
    transition-timing-function: cubic-bezier(0,1,1,0);
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    font-size: 18px;
}

#header .banner {
  position: relative;
  z-index: 999;
  float: right
}
#header .banner .plugin {
  position: relative;
  float: right;
  width: 250px;
  height: 31px;
  margin: 30px 0 20px 0;
  background: url("../images/phone.png") left center no-repeat
}
#header .banner .plugin a {
  position: absolute;
  right: 10px;
  display: block;
  width: 31px;
  height: 31px;
  background: url("../images/icon/search.png")
}
#header .banner ul.nav {
  float: right
}
#header .banner ul.nav li {
  position: relative;
  float: left;
  padding-left: 32px
}
#header .banner ul.nav li {
  padding-left: 20px
}
#header .banner ul.nav li a {
  position: relative;
  z-index: 99999;
  font-size: 14px;
  display: block;
  width: 56px;
  text-align: center
}
#header .banner ul.nav li a {
  display: block;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#header .banner ul.nav li a:before {
  content: '';
  position: absolute;
  top: 3px;
  left: -24px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #939496;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .banner ul.nav li a:before {
  top: 7px;
  left: -18px
}
#header .banner ul.nav li.home a {
  width: auto
}
#header .banner ul.nav li.home a:hover,#header .banner ul.nav li a:hover, #header .banner ul.nav li.plus a:hover, #header .banner ul.nav li.contact a:hover {
  background: #efd200;
  color: #fff;
}
#header .banner ul.nav li.home a:before {
  display: none
}
#header .banner ul.nav li.cur a {
  background: #efd200;
  color: #fff!important;
}
#header .banner .submenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 999
}
#header .banner .submenu {
  top: 65px
}
#header .banner .submenu .title {
  position: relative;
  top: 5px;
  width: 78px;
  background: #fff;
  padding: 10px 15px 33px;
  border: 1px solid #f6f6f6;
  border-bottom: none;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#header .banner .submenu .title a {
  display: block;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  background: #efd200;
  color: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#header .banner .submenu ul {
  background: #fff;
  padding: 15px 14px 10px;
  border: 1px solid #f6f6f6;
  -moz-border-radius: 0 5px 5px;
  -webkit-border-radius: 0 5px 5px;
  border-radius: 0 5px 5px;
}
#header .banner .submenu ul li {
  margin: 0 0 8px
}
#header .banner .submenu ul li a {
  display: block;
  min-width: 58px;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  color: #a0a0a0;
  border: 1px solid #a0a0a0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#header .banner .submenu ul li a:hover {
  background: #38393a;
  color: #fff;
  border-color: #38393a
}
#header .banner .submenu.about {
  left: 71px;
  *left: 161px
}
#header .banner .submenu.case {
  left: 167px;
  top: 65px;
  width: 300px;
  background: #fff;
}
#header .banner .submenu.case .title {
    /*display:none;*/
}
#header .banner .submenu.case li {
    display: inline-block;
    padding-left: 10px;
}
#header .banner .submenu.service {
  left: 263px;
  *left: 353px
}
#header .banner .submenu.plus {
  left: 359px;
  *left: 449px
}
#header .banner .submenu.professional {
  left: 455px;
  *left: 545px
}
#header .banner .submenu.contact {
  left: 551px;
  *left: 651px
}
#header .banner .search-bar {
  opacity: 0;
  display: none;
  position: absolute;
  right: 0;
  bottom: -81px;
  background: #fff;
  width: 305px;
  height: 43px;
  border: 1px solid #efd200;
  border-bottom: 2px solid #efd200;
  -moz-border-radius: 2px 2px 5px 5px;
  -webkit-border-radius: 2px 2px 5px 5px;
  border-radius: 2px 2px 5px 5px;
}
#header .banner .search-bar input {
  padding: 3px;
  margin: 9px 0 0 7px;
  width: 250px;
  border: 1px solid #fff
}
#header .banner .search-bar a {
  position: absolute;
  right: 10px;
  top: 6px;
  display: block;
  width: 31px;
  height: 31px;
  background: url('../images/icon/search.png')
}
.line {
  position: relative;
  z-index: 99;
  width: 50%;
  height: 6px;
}
.line span {
  display: block;
  position: absolute;
  width: 8px;
  height: 6px
}
.line.black {
  float: left;
  background: #262729
}
.line.black span {
  right: -8px;
  background: url("../images/compatible/banner_black.png") center center no-repeat
}
.line.yellow {
  position: relative;
  top: 6px;
  float: right;
  background: #efd200
}
.line.yellow span {
  left: -8px;
  background: url("../images/compatible/banner_yellow.png") center center no-repeat
}

/* common */

ul.navigation {
  height: 32px
}
ul.navigation li {
  float: left;
  margin: 0 5px
}
ul.navigation li a {
  display: block;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  color: #a0a0a0;
  border: 1px solid #a0a0a0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
ul.navigation li a.cur, ul.navigation li a:hover {
  background: #38393a;
  color: #fff;
  border-color: #38393a
}
#banner {
  width: 1010px;
  margin: 25px auto
}
#banner h1 {
  font-size: 18px;
  font-weight: normal;
  background: url('../images/icon/back.png') left center no-repeat;
  text-indent: 28px
}
#banner a.nav {
  display: block;
  font-size: 14px;
  background: url('../images/icon/back.png') left center no-repeat;
  text-indent: 25px
}
#banner ul.navigation.casedetails {
  margin-top: 20px;
  overflow: hidden
}
#main {
  position: relative;
  background: #f7f7f7;
      overflow: hidden;
}
#main .content {
  position: relative;
  width: 1010px;
  min-height: 370px;
  margin: 0 auto;
  padding: 30px 0;
  color: #737373;
  line-height: 2
}

/* index */

#flash {
  position: relative;
  width: 100%;
  height: 504px;
  overflow: hidden
}
#flash a.btn {
  position: absolute;
  z-index: 999;
  display: block;
  width: 57px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  background: url('../images/flash_arrow.png') no-repeat
}
#flash a.btn.prev {
  left: 40px;
  background-position: 0 0
}
#flash a.btn.next {
  right: 40px;
  background-position: -57px 0
}
#flash a.btn.none {
  display: none
}
#flash ul.nav {
  width: 20000px
}
#flash ul.nav li {
  float: left;
  position: relative;
  z-index: 1
}
#flash ul.pager {
  position: absolute;
  z-index: 999;
  top: 290px;
  right: 57px;
}
#flash ul.pager li {}
#flash ul.pager li a {
  display: block;
  width: 25px;
  height: 25px;
  background: url('../images/compatible/flash_point.png') center center no-repeat
}
#flash ul.pager li a.cur {
  background: url('../images/compatible/flash_point_hover.png') center center no-repeat
}
.board.center {
  width: 1010px;
  margin: 40px auto
}
.board {
  position: relative;
  margin: 40px 0
}
.board h1 {
  position: relative;
  width: 375px;
  margin: 0 auto;
  padding-bottom: 8px;
  color: #212121;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6
}
.board h1 span {
  position: absolute;
  top: 28px;
  left: 0;
  width: 375px;
  font-size: 12px;
  color: #b4b4b4;
  display: block;
}
.board h1 span.orange {
  background: url('../images/compatible/point_orange.png') center top no-repeat
}
.board h1 span.yellow {
  background: url('../images/compatible/point_yellow.png') center top no-repeat
}
.board h1 span i {
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  top: 15px
}
.board ul.core {
  width: 1010px;
  height: 141px;
  margin: 50px auto 0
}
.board ul.core li {
  position: relative;
  float: left;
  margin: 0 25px
}
.board ul.core li a {
  display: block;
  width: 150px;
  height: 141px;
  text-align: center
}
.board ul.core li.slash {
  margin: 0;
  width: 59px;
  height: 141px;
  background: url('../images/compatible/slash.png') center center no-repeat
}
.board ul.core li a.space {
  background: url('../images/icon/diamond.png') center 15px no-repeat
}
.board ul.core li a.space:before {
  display: none
}
.board ul.core li a.luxury {
  background: url('../images/icon/wineglass.png') center 15px no-repeat
}
.board ul.core li a.renderings {
  background: url('../images/icon/renderings.png') center 15px no-repeat
}
.board ul.core li a.design {
  background: url('../images/icon/design.png') center 15px no-repeat
}
.board ul.core li a.resources {
  background: url('../images/icon/resources.png') center 15px no-repeat
}
.board ul.core li a.graduate {
  background: url('../images/icon/graduate.png') center 15px no-repeat
}
.board ul.core li a span {
  font-size: 14px;
  position: relative;
  top: 105px
}
.board ul.navigation {
  margin: 50px auto 0
}
.board .showcase {
  position: relative;
  width: 1372px;
  height: 258px;
  margin: 40px auto;
  overflow: hidden
}
.board .showcase.loading {
  background: url('../images/loading.gif') center center no-repeat
}
.board .showcase ul.list {
  width: 20000px;
  height: 213px
}
.board .showcase ul.list li {
  position: relative;
  float: left;
  width: 343px;
  height: 213px
}
.board .showcase ul.list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff
}
.board .showcase ul.list li a .mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 181, 55, .76);
  overflow: hidden
}
.board .showcase ul.list li a .mask i {
  opacity: 0;
  position: absolute;
  top: -83px;
  left: 50%;
  margin: 0 0 0 -41px;
  width: 83px;
  height: 83px;
  background: url('../images/case_hover.png')
}
.board .showcase ul.list li a .mask span {
  opacity: 0;
  display: block;
  position: absolute;
  bottom: -24px;
  width: 100%;
  text-align: center;
  font-size: 18px
}
.board .showcase ul.list li a .mask span s {
  display: block;
  text-decoration: none;
  font-size: 12px;
  margin-top: 10px
}
.board .showcase ul.list li a:hover .mask {
  opacity: 1;
}
.board .showcase ul.list li a:hover .mask i {
  opacity: 1;
  top: 35px
}
.board .showcase ul.list li a:hover .mask span {
  opacity: 1;
  bottom: 15px;
}
.board .showcase ul.list li a .mask, .board .showcase ul.list li a .mask i, .board .showcase ul.list li a .mask span {
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.board .showcase ul.pager {
  margin: 20px auto
}
.board .showcase ul.pager li {
  float: left
}
.board .showcase ul.pager li a {
  display: block;
  width: 25px;
  height: 25px;
  background: url('../images/compatible/case_point.png') center center no-repeat
}
.board .showcase ul.pager li a.cur {
  background: url('../images/compatible/case_point_hover.png') center center no-repeat
}
.board .shakehands {
  width: 803px;
  height: 151px;
  margin: 0 auto;
  background: url('../images/shakehands.png') center center no-repeat;
  text-indent: -9999px
}
.board .latest-news {
  width: 510px;
  float: left
}
.board .latest-news h2 {
  position: relative;
  font-size: 20px;
  font-weight: normal
}
.board .latest-news h2 span {
  font-size: 12px;
  color: #b4b4b4;
  text-transform: uppercase;
  margin-left: 10px
}
.board .latest-news h2 span:after {
  content: '';
  position: absolute;
  left: 3px;
  bottom: -5px;
  width: 42px;
  height: 2px;
  background: #f06021
}
.board .latest-news ul {}
.board .latest-news ul li {
  margin-top: 20px
}
.board .latest-news ul li .time {
  width: 70px;
  height: 117px;
  float: left;
  font-family: ITCAvantGardeStd-Bk;
  font-size: 12px;
  text-align: center;
  color: #5c5c5c;
  background: url('../images/icon/profile.png') center 85px no-repeat;
}
.board .latest-news ul li .time span {
  font-size: 42px;
  display: block;
  color: #38393a
}
.board .latest-news ul li .thumbnails {
  float: left
}
.board .latest-news ul li a.content {
  float: right;
  width: 280px
}
.board .latest-news ul li a.content .class {
  color: #a0a0a0;
  padding: 3px;
  border-bottom: 1px solid #e6e6e6;
  background: url('../images/icon/more.png') right center no-repeat
}
.board .latest-news ul li a.content .title {
  font-size: 14px;
  margin: 10px 0;
  color: #353535;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board .latest-news ul li a.content .details {
  font-size: 14px;
  line-height: 1.8
}
.board .corparate-video {
  width: 450px;
  float: right
}
.board .corparate-video h2 {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px
}
.board .corparate-video h2 span {
  font-size: 12px;
  color: #b4b4b4;
  text-transform: uppercase;
  margin-left: 10px
}
.board .corparate-video span:after {
  content: '';
  position: absolute;
  left: 3px;
  bottom: -5px;
  width: 42px;
  height: 2px;
  background: #efd200
}
.board .corparate-video .mark {
  float: left;
  width: 65px;
  height: 245px;
  background: url('../images/icon/video.png') left top no-repeat
}
.board .corparate-video a.play {
  float: right;
  width: 385px;
  height: 245px;
  background: url('../images/video.png')
}
.friends {
  margin-top: 80px;
  position: relative;
  background: #f7f7f7;
  border-top: 1px solid #e6e6e6;
  padding: 35px 0 20px;
  text-align: center
}
.friends .mark {
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -33px;
  width: 67px;
  height: 66px;
  background: url('../images/friends.png') center center no-repeat
}
.friends ul {
  width: 1010px;
  margin: 0 auto
}
.friends ul li {
  float: left
}
.friends ul li a {
  display: block;
  color: #a0a0a0;
  text-decoration: underline;
  font-size: 14px;
  margin: 0 8px;
  line-height: 2
}
.friends ul li a:hover {
  color: #000
}

/* list */

#main ul.newsList {
  position: relative;
  z-index: 99;
  width: 1010px;
  margin: 0 auto;
  padding: 30px 0 0
}
#main ul.newsList li {
  position: relative;
  width: 50%;
  margin-bottom: 60px
}
#main ul.newsList li .time {
  position: absolute;
  font-family: ITCAvantGardeStd-Bk;
  color: #fff;
  text-align: center;
  width: 75px;
  height: 75px;
  background: url('../images/compatible/cycle_black.png')
}
#main ul.newsList li .time span {
  font-size: 32px;
  display: block;
  padding-top: 8px
}
#main ul.newsList.search .time {
  color: #808080;
  background: url('../images/compatible/cycle_gray.png')
}
#main ul.newsList.search .time span {
  color: #38393a;
  font-size: 24px;
  padding-top: 15px
}
#main ul.newsList.search .time span.center {
  padding-top: 23px
}
#main ul.newsList li .details {
  position: relative;
  display: block;
  line-height: 2;
  width: 88%;
  background: #fff;
  border: 1px solid #eaeaea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 3px #eee;
  -webkit-box-shadow: 0 0 3px #eee;
  box-shadow: 0 0 3px #eee;
}
#main ul.newsList li .details .title {
  font-size: 14px;
  color: #353535;
  margin: 17px 15px 0
}
#main ul.newsList li .details .title:after {
  content: '';
  position: absolute;
  top: 25px;
  width: 9px;
  height: 15px
}
#main ul.newsList li .details .text {
  margin: 0 15px;
  height: 48px;
  overflow: hidden
}
#main ul.newsList li .details .view {
  margin: 10px 15px 5px;
  color: #a0a0a0;
  background: url('../images/icon/more.png') right center no-repeat
}
#main ul.newsList li .details .view span {
  background: url('../images/icon/view.png') left center no-repeat;
  padding-left: 18px
}
#main ul.newsList li.odd {
  float: left
}
#main ul.newsList li.odd .time {
  right: -37px;
}
#main ul.newsList li.odd .details {
  float: left
}
#main ul.newsList li.odd .details .title:after {
  right: -9px;
  background: url('../images/icon/list-right.png')
}
#main ul.newsList li.even {
  float: right;
}
#main ul.newsList li.even.first {
  margin-top: 97px
}
#main ul.newsList li.even .time {
  left: -37px;
}
#main ul.newsList li.even .details {
  float: right
}
#main ul.newsList li.even .details .title:after {
  left: -7px;
  background: url('../images/icon/list-left.png')
}
#main .slash {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 90%;
  background: #d8dadc
}
#main .content .time {
  position: absolute;
  left: 0;
  z-index: 99;
  font-family: ITCAvantGardeStd-Bk;
  color: #fff;
  text-align: center;
  width: 75px;
  height: 75px;
  background: url('../images/compatible/cycle_yellow.png')
}
#main .content .time span {
  font-size: 32px;
  display: block;
  height: 45px
}
#main .content .details {
  margin-left: 90px;
  position: relative;
  display: block;
  line-height: 2;
  background: #fff;
  border: 1px solid #eaeaea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 3px #eee;
  -webkit-box-shadow: 0 0 3px #eee;
  box-shadow: 0 0 3px #eee;
}
#main .content .details .title {
  font-size: 16px;
  color: #353535;
  margin: 15px 15px 0;
  border-bottom: 1px solid #e6e6e6
}
#main .content .details .title:after {
  content: '';
  position: absolute;
  top: 25px;
  width: 9px;
  height: 15px;
  left: -7px;
  background: url('../images/icon/list-left.png')
}
#main .content .details .text {
  margin: 10px 15px;
  line-height: 2
}
#main .content .details .text img {
  max-width: 100%
}
#main .content .details .view {
  margin: 10px 15px 5px;
  color: #a0a0a0
}
#main .content .details .view span {
  background: url('../images/icon/view.png') left center no-repeat;
  padding-left: 18px
}
#main .content .next {
  margin-top: 50px
}
#main .content .next .time {
  background: url('../images/compatible/cycle_black.png')
}
#main .content .next .details {
  width: 460px
}
#main .content .next .details .title {
  font-size: 14px;
  color: #353535;
  margin: 17px 15px 0;
  border: none
}
#main .content .next .details .text {
  margin: 0 15px;
  height: 48px;
  overflow: hidden
}
#main .content .next .details .view {
  background: url('../images/icon/more.png') right center no-repeat
}
#main .content .slash-left {
  position: absolute;
  top:100px;
  left: 37px;
  width: 1px;
  height: 90%;
  background: #d8dadc
}

/* case */

#mains {
  position: relative
}
#mains .pin {
  float: left;
  padding: 0 7px 16px
}
#mains a.box {
  position: relative;
  display: block;
  border: 1px solid #ebeaea;
  box-shadow: 0 0 5px #ddd;
}
#mains a.box .mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 181, 55, .76);
  overflow: hidden
}
#mains a.box .mask i {
  opacity: 0;
  position: absolute;
  top: -83px;
  left: 50%;
  margin: 0 0 0 -41px;
  width: 83px;
  height: 83px;
  background: url('../images/case_hover.png')
}
#mains a.box:hover .mask {
  opacity: 1;
}
#mains a.box:hover .mask i {
  opacity: 1;
  top: 15%
}
#mains a.box .mask, #mains a.box .mask i, #mains a.box .mask span {
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
#mains a.box .text {
  width: 180px;
  position: relative;
  z-index: 998;
  padding: 25px 46px 20px 10px;
  font-size: 14px;
  color: #212121;
  background: #fff
}
#mains a.box .text span {
  display: block;
  position: absolute;
  top: 27px;
  right: 10px;
  font-size: 12px;
  color: #a0a0a0;
  text-indent: 20px;
  background: url('../images/icon/view.png') left center no-repeat
}
#mains a.box img {
  width: 236px;
  height: auto;
}
#main .content .caseflash {
  float: left;
  position: relative;
  width: 712px;
  overflow: hidden
}
#main .content .caseflash a.btn {
  display: block;
  position: absolute;
  top: 70px;
  width: 41px;
  height: 41px;
  margin: 0
}
#main .content .caseflash a.btn.prev {
  left: 10px;
  background: url('../images/icon/btn-01.png') center center no-repeat;
}
#main .content .caseflash a.btn.prev:hover {
  background-image: url('../images/icon/btn-02.png')
}
#main .content .caseflash a.btn.next {
  right: 10px;
  background: url('../images/icon/btn-03.png') center center no-repeat;
}
#main .content .caseflash a.btn.next:hover {
  background-image: url('../images/icon/btn-04.png')
}
#main .content .caseflash a.btn.none {
  display: none
}
#main .content .caseflash ul.list {
  width: 20000px
}
#main .content .caseflash ul.list li {
  position: relative;
  float: left;
  width: 712px
}
#main .content .caseflash ul.pager {
  position: absolute;
  right: 15px;
  top: 15px
}
#main .content .caseflash ul.pager li {
  width: 26px
}
#main .content .caseflash ul.pager li a {
  display: block;
  width: 26px;
  height: 26px;
  background: url('../images/compatible/case_point.png') center center no-repeat
}
#main .content .caseflash ul.pager li a.cur {
  background: url('../images/compatible/case_point_hover.png') center center no-repeat
}
#main .content .casedetails {
  float: right;
  width: 280px
}
#main .content .casedetails.full {
  width: 1000px;
  margin: 0 5px;
  float: none
}
#main .content .casedetails h1 {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #212121
}
#main .content .casedetails h1:after {
  content: '';
  position: absolute;
  bottom: -5;
  left: 0;
  width: 30px;
  height: 2px;
  background: #f06021
}
#main .content .casedetails .text {
  line-height: 2;
  margin-bottom: 20px
}
#main .content .casedetails .text img {
  max-width: 100%
}
#main .content .casedetails .bshareDiv {
  float: right
}
#main .content .casedetails h2 {
  margin-top: 50px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #212121
}
#main .content .casedetails h2:after {
  content: '';
  position: absolute;
  bottom: -5;
  left: 0;
  width: 30px;
  height: 2px;
  background: #efd616
}
#main .content .casedetails ul.like {
  height: 32px
}
#main .content .casedetails ul.like li {
  float: left;
  margin: 0 5px 5px 0
}
#main .content .casedetails ul.like li a {
  display: block;
  padding: 0px 10px;
  text-align: center;
  font-size: 14px;
  color: #a0a0a0;
  border: 1px solid #a0a0a0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#main .content .casedetails ul.like li a:hover {
  background: #38393a;
  color: #fff;
  border-color: #38393a
}

/* foot */

#footer {
  background: #262729;
  color: #767676;
  padding: 25px 0
}
#footer .footer {
  width: 1010px;
  margin: 0 auto
}
#footer .footer a {
  color: #767676
}
#footer .footer a:hover {
  text-decoration: underline
}
#footer .footer .info {
  width: 480px;
  float: left
}
#footer .footer .info ul {}
#footer .footer .info ul li {
  float: left
}
#footer .footer .info ul li.slash {
  margin: 0 20px
}
#footer .footer .info ul li a {}
#footer .footer .info p {
  margin-top: 10px
}
#footer .footer .location {
  float: left
}
#footer .footer .location p {
  line-height: 2;
  text-indent: 20px
}
#footer .footer .location p.address {
  background: url('../images/icon/local.png') left center no-repeat
}
#footer .footer .location p.phone {
  background: url('../images/icon/call.png') left center no-repeat
}
#footer .footer .designed {
  float: right
}
