/**
 * @deprecated 共用
 * @author Lzp
 */
body {
  background: #393939;
}
body,
a {
  color: #ccc;
}
a:hover {
  color: #f4d05d;
}
.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
}
.header .logo {
  height: 50px;
  margin-top: 15px;
}
.header .navbar {
  position: relative;
  width: 768px;
}
.header .navbar .list {
  margin-right: -20px;
}
.header .navbar .list li {
  position: relative;
  float: left;
  width: 90px;
  height: 80px;
  padding: 0 3px;
}
.header .navbar .list li a {
  display: block;
  height: 77px;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .navbar .list li.on a,
.header .navbar .list li a:hover {
  border-color: #f4d05d;
  text-decoration: none;
  color: #f4d05d;
}
.header .navbar .list li dl {
  display: none;
  position: absolute;
  top: 80px;
  left: 3px;
  z-index: 2;
  width: 90px;
  padding: 6px 0;
  background: rgba(0, 0, 0, 0.6);
}
.header .navbar .list li dl dd {
  height: 25px;
}
.header .navbar .list li dl dd a {
  height: 25px;
  line-height: 25px;
  border: none;
  font-size: 12px;
  color: #ccc !important;
}
.header .navbar .list li dl dd a:hover {
  color: #f4d05d !important;
  background: #181818;
}
.banner {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.banner .list li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.banner .list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.banner .list li a img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.banner .menu {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 6px;
  text-align: center;
}
.banner .menu li {
  display: inline;
  font-size: 0;
  margin: 0 3px;
  padding: 3px 30px;
  background: #949494;
  cursor: pointer;
}
.banner .menu li.on {
  background-color: #f4d05d;
}
.mod-main {
  width: 1200px;
  margin: 0 auto;
}
.mod-hd {
  width: 800px;
  height: 60px;
  text-align:center;
  font-size:32px;
  margin: 0 auto;
}
.mod-hd span {
    font-size:14px;
	line-height:40px;  
}
.h-pro {
  width: 100%;
  height: 437px;
  overflow: hidden;
  padding-top: 58px;
  border-bottom: 1px solid #414141;
  background-color: #2b2b2b;
}
.h-pro .mod-hd {
  background-position: 0 0;
}
.h-pro .list {
  margin-top: 64px;
}
.h-pro .list li {
  float: left;
  width: 200px;
}
.h-pro .list li .pic {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../img/h-pro-ico.png) no-repeat;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition: transform 0.5s;
}
.h-pro .list li:hover .pic {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.h-pro .list li .tit {
  display: block;
  height: 24px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h-pro .list li p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
}
.h-pro .list .i-1 .pic {
  background-position: 0 0;
}
.h-pro .list .i-1 .pic:hover {
  background-position: -140px 0;
}
.h-pro .list .i-1:hover .pic {
  background-position: -140px 0;
}
.h-pro .list .i-1 .tit {
  color: #fc7b7b;
}
.h-pro .list .i-2 .pic {
  background-position: 0 -140px;
}
.h-pro .list .i-2:hover .pic,
.h-pro .list .i-2 .pic:hover {
  background-position: -140px -140px;
}
.h-pro .list .i-2 .tit {
  color: #ffab6e;
}
.h-pro .list .i-3 .pic {
  background-position: 0 -280px;
}
.h-pro .list .i-3:hover .pic,
.h-pro .list .i-3 .pic:hover {
  background-position: -140px -280px;
}
.h-pro .list .i-3 .tit {
  color: #ff80bf;
}
.h-pro .list .i-4 .pic {
  background-position: 0 -420px;
}
.h-pro .list .i-4:hover .pic,
.h-pro .list .i-4 .pic:hover {
  background-position: -140px -420px;
}
.h-pro .list .i-4 .tit {
  color: #d094ff;
}
.h-pro .list .i-5 .pic {
  background-position: 0 -560px;
}
.h-pro .list .i-5:hover .pic,
.h-pro .list .i-5 .pic:hover {
  background-position: -140px -560px;
}
.h-pro .list .i-5 .tit {
  color: #71e3ff;
}
.h-pro .list .i-6 .pic {
  background-position: 0 -700px;
}
.h-pro .list .i-6 .pic:hover,
.h-pro .list .i-6 .pic .pic:hover {
  background-position: -140px -700px;
}
.h-pro .list .i-6:hover .pic {
  background-position: -140px -700px;
}
.h-pro .list .i-6 .tit {
  color: #72fed6;
}
.h-case {
  width: 100%;
  height: 788px;
  overflow: hidden;
  padding-top: 67px;
  border-bottom: 1px solid #414141;
}
.h-case .mod-hd {
  background-position: 0 -60px;
}
.h-case .hc-box {
  margin-top: 50px;
}
.h-case .cate {
  width: 768px;
  margin: 0 auto;
}
.h-case .cate li {
  position: relative;
  float: left;
  width: 90px;
  height: 30px;
  margin: 0 3px;
}
.h-case .cate li a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #424242;
}
.h-case .cate li i {
  display: none;
  position: absolute;
  top: 30px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cc9933;
  font-size: 0;
  line-height: 0px;
}
.h-case .cate li.on a,
.h-case .cate li a:hover {
  color: #000;
  text-decoration: none;
  background-color: #f4d05d;
}
.h-case .cate li.on a i,
.h-case .cate li a:hover i {
  display: block;
}
.h-case .switch {
  position: relative;
  height: 580px;
  margin-top: 33px;
}
.h-case .switch .pic-list {
  position: absolute;
  top: 0;
  left: 0;
}
.pic-list {
  position: relative;
  width: 1212px;
}
.pic-list li {
  float: left;
  width: 291px;
  height: 263px;
  margin: 0 12px 27px 0;
}
.pic-list li .pic {
  display: block;
  height: 218px;
}
.pic-list li .tit {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pic-list li:hover .tit {
  color: #000;
  text-decoration: none;
  background-color: #f4d05d;
}
.h-about {
  width: 100%;
  height: 516px;
  overflow: hidden;
  padding-top: 64px;
  background: #262626;
  border-bottom: 1px solid #393939;
}
.h-about .mod-hd {
  background-position: 0 -120px;
}
.h-about .ha-box {
  margin-top: 50px;
}
.h-about .list {
  float: left;
  width: 450px;
  margin-right: 54px;
}
.h-about .list li {
  height: 35px;
  line-height: 35px;
}
.h-about .list li a {
  float: left;
  width: 370px;
  height: 35px;
  text-indent: 24px;
  color: #aaa;
  background: url(../img/list-icon.png) no-repeat 10px center;
}
.h-about .list li span {
  float: right;
  color: #aaa;
}
.h-about .pic {
  float: left;
  width: 215px;
  height: 258px;
  margin-top: 30px;
  overflow: hidden;
  background: url(../img/h-about-pic.png) no-repeat;
}
.h-about .con {
  float: right;
  width: 430px;
  line-height: 26px;
  color: #aaa;
}
.h-why {
  width: 100%;
  height: 672px;
  overflow: hidden;
  padding-top: 56px;
  border-bottom: 1px solid #393939;
}
.h-why .mod-hd {
  background-position: 0 -180px;
}
.h-why .hw-box {
  position: relative;
  margin-top: 74px;
}
.h-why .line {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 30px;
  height: 380px;
  margin-left: -15px;
}
.h-why .line i {
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 1;
  width: 2px;
  height: 380px;
  background: #454545;
}
.h-why .line span {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #000;
  background: #f4d05d;
}
.h-why .line .i-1 {
  top: 0;
}
.h-why .line .i-2 {
  top: 87.5px;
}
.h-why .line .i-3 {
  top: 175px;
}
.h-why .line .i-4 {
  top: 262.5px;
}
.h-why .line .i-5 {
  top: 350px;
}
.h-why .list-l,
.h-why .list-r {
  width: 530px;
}
.h-why .list-l li,
.h-why .list-r li {
  margin-bottom: 52px;
}
.h-why .list-l .tit,
.h-why .list-r .tit {
  display: block;
  height: 40px;
  font-size: 28px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h-why .list-l .con,
.h-why .list-r .con {
  height: 75px;
  margin-top: 10px;
  overflow: hidden;
  line-height: 25px;
  color: #999;
}
.h-why .list-l {
  padding: 0 25px 0 45px;
  text-align: right;
}
.h-why .list-r {
  padding: 90px 45px 0 25px;
}
.h-news {
  width: 100%;
  height: 602px;
  overflow: hidden;
  padding-top: 64px;
  border-bottom: 1px solid #212121;
  background: #1f1f1f;
}
.h-news .mod-hd {
  background-position: 0 -240px;
}
.h-news .hn-box {
  position: relative;
  width: 1230px;
  margin-top: 50px;
}
.h-news .hn-item {
  float: left;
  width: 380px;
  height: 428px;
  margin-right: 30px;
  background: #2a2a2a;
}
.h-news .hn-item .pic {
  display: block;
  height: 200px;
}
.h-news .hn-item .list {
  padding: 26px 16px;
}
.h-news .hn-item .list li {
  height: 35px;
  line-height: 35px;
}
.h-news .hn-item .list li a {
  float: left;
  width: 280px;
  height: 35px;
  color: #aaa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h-news .hn-item .list li span {
  float: right;
  color: #aaa;
}
.h-partner {
  width: 100%;
  height: 596px;
  overflow: hidden;
  padding-top: 48px;
}
.h-partner .mod-hd {
  background-position: 0 -300px;
}
.h-partner .hp-list {
  height: 450px;
  margin-top: 36px;
}
.hp-list li {
  position: relative;
  float: left;
  width: 150px;
  height: 150px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
}
.hp-list li a {
  cursor: default;
}
.hp-list li span {
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.hp-list li .gray {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  z-index: 2;
}
.hp-list li .gray img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.hp-list li .colour {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  z-index: 1;
}
.hp-list li a:hover .gray {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}
.hp-list li a:hover .colour {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
}
.h-links {
  width: 100%;
  background-color: #232323;
}
.h-links .hl-box {
  min-height: 38px;
}
.h-links .hl-box .text {
  width: 1150px;
  height: 24px;
  color: #666;
  padding: 6px 0;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h-links .hl-box .text a {
  color: #666;
}
.h-links .hl-box .btn {
  width: 30px;
  height: 38px;
  overflow: hidden;
  background: url(../img/f-arrow.png) no-repeat center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.h-links .hl-box .btn.open {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.footer {
  width: 100%;
  padding: 20px 0;
  background: #1f1f1f;
}
.footer .ft-box {
  color: #999;
}
.footer .ft-box a {
  color: #999;
}
.footer .ft-box .con {
  width: 1000px;
  padding: 15px 0;
  line-height: 26px;
}
.footer .ft-box .con span {
  font-size: 20px;
  color: #f4d05d;
}
.footer .ft-box .wechat {
  width: 100px;
  height: 22px;
  padding-top: 100px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  background: url(../img/wechat.jpg) no-repeat top center;
}
.page-warp {
  width: 100%;
  padding: 80px 0;
}
.p-category {
  width: 1200px;
  margin: 0 auto;
}
.pc-pro {
  padding: 30px 0;
}
.pc-pro .list {
  position: relative;
  width: 1250px;
}
.pc-pro .list li {
  float: left;
  margin-right: 40px;
}
.pc-pro .list li .name {
  float: left;
  width: 30px;
  margin-top: 10px;
}
.pc-pro .list li .name a {
  display: block;
  width: 28px;
  padding: 5px 0;
  border: 1px solid #fff;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.pc-pro .list li .name.on a,
.pc-pro .list li .name a:hover {
  text-decoration: none;
  border-color: #f4d05d;
  color: #f4d05d;
}
.pc-pro .list li .sub {
  float: left;
  margin-left: 12px;
  line-height: 30px;
}
.pc-pro .list li .sub a {
  margin-right: 5px;
}
.pc-other {
  padding: 40px 0;
  text-align: center;
}
.pc-other a {
  margin: 0 10px;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
}
.pc-other a.on,
.pc-other a:hover {
  color: #f4d05d;
  border-color: #f4d05d;
  text-decoration: none;
}
.p-position {
  height: 35px;
  line-height: 35px;
  background: #222;
}
.p-position .search {
  width: 220px;
  height: 22px;
  margin-top: 7px;
}
.p-position .search .text {
  float: left;
  width: 134px;
  height: 20px;
  padding-left: 4px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #383838;
  color: #ccc;
  background: #222;
  outline: none;
}
.p-position .search .sel {
  float: left;
  width: 58px;
  height: 22px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  border: none;
  background: #2e2e2e;
}
.p-position .search .btn {
  float: left;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border: none;
  background: #3c3c3c url(../img/search-btn.png) no-repeat center;
  cursor: pointer;
}
.p-main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
  line-height: 180%;
}
.p-main * {
  line-height: 180%;
}
.p-main img {
  max-width: 100%;
}
.p-into {
  margin-bottom: 35px;
}
.p-into h3.name {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 35px;
  text-align: center;
  color: #fff;
}
.p-left {
  width: 291px;
  margin-right: 49px;
}
.p-left .relate .name {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-indent: 20px;
  color: #fff;
  background: #2a2a2a;
}
.p-left .relate .box {
  overflow: hidden;
}
.p-left .relate .box .list {
  overflow: hidden;
}
.p-left .relate .box .list li {
  margin-top: 22px;
}
.p-left .relate .box .list li .pic {
  display: block;
}
.p-left .relate .box .list li .tit {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-left .relate .box .list li:hover .tit {
  color: #000;
  text-decoration: none;
  background-color: #f4d05d;
}
.p-right {
  width: 860px;
}
.p-con .name {
  padding: 8px 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #3f3f3f;
}
.p-con .name p {
  font-size: 14px;
  color: #aaa;
}
.p-con .detail {
  padding-top: 10px;
  border-top: 1px solid #2a2a2a;
}
.p-con .detail a {
  font-weight: bold;
  color: #3393ec;
}
.p-con .detail a:hover {
  color: #f4d05d;
  text-decoration: underline;
}
.p-con .page {
  width: 100%;
  height: 35px;
  margin-top: 50px;
  overflow: hidden;
  background: #292929;
}
.p-con .page p {
  float: left;
  width: 46%;
  height: 35px;
  padding: 0 2%;
  line-height: 35px;
  color: #999;
  overflow: hidden;
}
.p-con .page p a {
  color: #999;
}
.p-con .page p a:hover {
  color: #f4d05d;
}
.p-con .page .next {
  text-align: right;
}
.p-news-list {
  width: 100%;
}
.p-news-list li {
  height: 160px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #494949;
}
.p-news-list li .pic {
  width: 304px;
  height: 160px;
}
.p-news-list li .tit {
  width: 872px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-news-list li .tit:hover {
  color: #f4d05d;
}
.p-news-list li .desc {
  width: 872px;
  height: 112px;
  margin-top: 10px;
  line-height: 28px;
  overflow: hidden;
}
.contact-wrap {
  position: relative;
  width: 100%;
  height: 900px;
}
.baidu-map {
  width: 100%;
  height: 900px;
}
.contact-main {
  position: absolute;
  top: 140px;
  left: 50%;
  width: 1200px;
  height: 0;
  margin-left: -600px;
  color: #333;
}
.contact-main .box {
  position: absolute;
  top: 30px;
  right: 0;
  width: 413px;
  height: 620px;
  font-family: 'Microsoft Yahei';
  background: #fff;
}
.contact-main .box .detail {
  width: 373px;
  height: 496px;
  padding: 20px;
  overflow: hidden;
}
.contact-main .box .detail h3 {
  padding: 10px 0 15px;
  border-bottom: 1px dotted #333;
  font: normal 35px/35px 'Microsoft Yahei';
}
.contact-main .box .detail h3 em {
  display: block;
  font-size: 24px;
}
.contact-main .box .detail .tel {
  padding: 20px 0;
  border-bottom: 1px dotted #333;
}
.contact-main .box .detail .tel p {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.contact-main .box .detail .tel p span {
  font-size: 12px;
  color: #666;
}
.contact-main .box .detail .tel .show {
  float: left;
  margin-top: 15px;
  width: 224px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  background: #f08500;
}
.contact-main .box .detail .tel .wechat {
  float: left;
  margin: 26px 0 0 10px;
  font-size: 18px;
  color: #666;
}
.contact-main .box .detail .add {
  margin-top: 30px;
  line-height: 180%;
}
.contact-main .box .detail .add h4 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.contact-main .box .detail .add p {
  margin-top: 10px;
  color: #666;
}
.contact-main .box .detail .tips {
  margin-top: 50px;
  padding-top: 15px;
  border-top: 1px dotted #333;
  line-height: 20px;
  color: #333;
}
.contact-main .box .ft {
  width: 100%;
  height: 84px;
  background: url(../img/contact-ft.jpg) no-repeat;
}
.s-hd {
  height: 40px;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  text-indent: 40px;
  color: #fff;
  background: url(../img/icon.png) no-repeat left center;
}
.sd-floor-1 {
  padding-bottom: 20px;
}
.sd-floor-1 .s-box {
  margin-top: 20px;
}
.sd-floor-1 .pic {
  float: left;
  width: 260px;
  margin: 26px 26px 0 0;
}
.sd-floor-1 .pic img {
  max-width: 260px;
}
.sd-floor-1 .list {
  float: right;
  width: 914px;
}
.sd-floor-1 .list li {
  margin-bottom: 20px;
}
.sd-floor-1 .list li .name {
  font-weight: normal;
  font-size: 16px;
}
.sd-floor-1 .list li .con {
  margin-top: 5px;
  line-height: 25px;
  color: #999;
}
.sd-floor-2 {
  padding: 38px 0 56px;
  background: #2d2d2d;
}
.sd-floor-2 .list {
  position: relative;
  width: 1215px;
  margin-top: 33px;
}
.sd-floor-2 .list li {
  position: relative;
  float: left;
  width: 115px;
  height: 115px;
  margin-right: 20px;
}
.sd-floor-2 .list li a {
  display: block;
  width: 115px;
  height: 115px;
  overflow: hidden;
  border-radius: 50%;
  line-height: 115px;
  text-align: center;
  color: #fff;
  background: #494949;
}
.sd-floor-2 .list li a:hover {
  text-decoration: none;
  color: #000;
  background: #f4d05d;
}
.sd-floor-2 .list li .desc {
  display: none;
  position: absolute;
  left: -18px;
  bottom: 125px;
  width: 314px;
  padding: 10px 16px;
  line-height: 30px;
  color: #000;
  border-radius: 10px;
  background: #ccc;
}
.sd-floor-2 .list li .desc i {
  position: absolute;
  left: 68px;
  bottom: -5px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
  font-size: 0;
  line-height: 0px;
}
.sd-floor-2 .list li.show-r .desc {
  left: auto;
  right: 0;
}
.sd-floor-2 .list li.show-r .desc i {
  left: auto;
  right: 50px;
}
.sd-floor-3 {
  width: 100%;
  padding: 50px 0;
}
.sd-floor-3 .s-box {
  position: relative;
  margin-top: 30px;
}
.sd-floor-3 .list li {
  position: relative;
  float: left;
  width: 219px;
  height: 292px;
  margin-right: 26px;
}
.sd-floor-3 .list li .pic {
  width: 219px;
  height: 292px;
}
.sd-floor-3 .list li .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 84px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.sd-floor-3 .list li .mask .name {
  font-size: 25px;
}
.sd-floor-3 .list li .mask .post {
  margin: 6px 0 8px;
}
.sd-floor-3 .list li .mask .mess {
  display: block;
  width: 75px;
  height: 25px;
  margin: 0 auto;
  border-radius: 4px;
  line-height: 25px;
  text-align: center;
  color: #000;
  background: #f4d05d;
}
.scroll-pages {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: 100%;
  height: 0;
  margin-top: -22.5px;
}
.scroll-pages .prev,
.scroll-pages .next {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 45px;
  overflow: hidden;
  background: url(../img/pages.jpg) no-repeat;
}
.scroll-pages .prev {
  left: -21px;
  background-position: 0 0;
}
.scroll-pages .prev:hover {
  background-position: -42px 0;
}
.scroll-pages .next {
  right: -21px;
  background-position: 0 -45px;
}
.scroll-pages .next:hover {
  background-position: -42px -45px;
}
.sd-floor-4 {
  width: 100%;
  padding: 50px 0 20px;
  background: #2d2d2d;
}
.sd-floor-4 .s-box {
  position: relative;
  margin-top: 30px;
}
.team-list {
  position: relative;
  width: 1230px;
}
.team-list li {
  float: left;
  width: 380px;
  height: 292px;
  margin: 0 30px 30px 0;
}
.team-list li .pic {
  float: left;
  width: 219px;
  height: 292px;
  margin-right: 8px;
}
.team-list li .name,
.team-list li .post {
  float: left;
  width: 153px;
  height: 30px;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team-list li .name {
  margin-top: 4px;
}
.team-list li .post {
  font-size: 14px;
}
.team-list li .con {
  float: left;
  width: 153px;
  height: 175px;
  margin-top: 4px;
  overflow: hidden;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
}
.team-list li .mess {
  float: left;
  width: 100px;
  height: 33px;
  margin-top: 10px;
  border-radius: 5px;
  line-height: 33px;
  text-align: center;
  color: #000;
  background: #f4d05d;
}
.s-common-p,
.s-common-c {
  width: 100%;
  padding: 50px 0;
}
.s-common-p .s-box,
.s-common-c .s-box {
  margin-top: 30px;
}
.s-common-g {
  width: 100%;
  padding: 60px 0;
  color: #fff;
  background: #2d2d2d;
}
.s-common-g .sg-hd {
  font-size: 40px;
  text-align: center;
}
.s-common-g .sg-hd .tel {
  margin-left: 30px;
  font-size: 22px;
}
.s-common-g .sg-from {
  width: 950px;
  margin: 30px auto 0;
}
.s-common-g .sg-from p {
  float: left;
  height: 34px;
  margin-right: 38px;
  line-height: 34px;
}
.s-common-g .sg-from .text {
  width: 180px;
  height: 20px;
  padding: 5px;
  border: 2px solid #3e3e3e;
  border-radius: 5px;
  line-height: 20px;
  color: #ccc;
  background: #272727;
  outline: none;
}
.s-common-g .sg-from .btn {
  width: 104px;
  height: 34px;
  margin-left: -20px;
  border: none;
  border-radius: 5px;
  background: #f4d05d;
  cursor: pointer;
}
.s-common-c {
  padding-bottom: 30px;
}
.s-common-c .list {
  position: relative;
  width: 1240px;
}
.s-common-c .list li {
  float: left;
  width: 580px;
  margin: 0 40px 30px 0;
}
.s-common-c .list .pic {
  float: left;
  width: 291px;
  height: 218px;
  margin-right: 20px;
}
.s-common-c .list .tit {
  float: left;
  width: 269px;
  height: 34px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-common-c .list .con {
  float: left;
  width: 269px;
  height: 160px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  overflow: hidden;
}
.s-common-l .s-box {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 50px;
  border-radius: 10px;
  color: #fff;
  background: #2d2d2d;
}
.s-common-l .s-box .name {
  float: left;
  font-size: 45px;
}
.s-common-l .s-box .link {
  position: relative;
  float: left;
  width: 105px;
  height: 45px;
  margin-left: 36px;
  border-radius: 20px;
  font-size: 22px;
  line-height: 45px;
  text-indent: 30px;
  color: #000;
  background: #f4d05d;
}
.s-common-l .s-box .link span {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14px;
  line-height: 25px;
}
.s-common-l .s-box .link:hover {
  text-decoration: none;
}
.s-common-l .s-box .tel {
  float: right;
  font-size: 16px;
  line-height: 45px;
}
.s-common-l .s-box .tel span {
  font-size: 22px;
}
.sm-floor-1 {
  padding-bottom: 20px;
}
.sm-floor-1 .s-box {
  margin-top: 20px;
}
.sm-floor-1 .pic {
  float: left;
  width: 260px;
  margin: 0 26px 0 0;
}
.sm-floor-1 .pic img {
  max-width: 260px;
}
.sm-floor-1 .pic .tips {
  width: 100%;
  height: 103px;
  margin-top: 60px;
  background: url(../img/t/service-make-tips.png) no-repeat center;
}
.sm-floor-1 .list {
  float: right;
  width: 914px;
}
.sm-floor-1 .list li {
  margin-bottom: 20px;
}
.sm-floor-1 .list li .name {
  font-weight: normal;
  font-size: 16px;
}
.sm-floor-1 .list li .con {
  margin-top: 5px;
  line-height: 25px;
  color: #999;
}
.sm-floor-2,
.sm-floor-3,
.sm-floor-4 {
  width: 100%;
  padding: 50px 0;
}
.sm-floor-2 .s-box,
.sm-floor-3 .s-box,
.sm-floor-4 .s-box {
  margin-top: 30px;
}
.sm-floor-2,
.sm-floor-4 {
  background: #2d2d2d;
}
.sm-floor-3 .s-box,
.sm-floor-4 .s-box {
  position: relative;
}
.sm-floor-2 .s-box {
  text-align: center;
}
.sm-floor-2 .s-box img {
  max-width: 100%;
}
.sm-list li {
  float: left;
  width: 285px;
  height: 251px;
  margin-right: 20px;
}
.sm-list li .pic {
  display: block;
  width: 285px;
  height: 215px;
}
.sm-list li .tit {
  display: block;
  height: 30px;
  margin-top: 6px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sm-list li .tit:hover {
  color: #f4d05d;
}
.pagination {
  margin-top: 10px;
  text-align: center;
}
.pagination li {
  display: inline;
  margin: 0 2px;
}
.pagination li a {
  padding: 5px 10px;
  background: #292929;
}
.pagination li a:hover,
.pagination li a.current {
  text-decoration: none;
  color: #f4d05d;
  background: #545454;
}
#pages {
  margin-top: 10px;
  text-align: center;
}
#pages a,
#pages span {
  margin: 0 2px;
  padding: 5px 10px;
  background: #292929;
}
#pages span,
#pages a:hover {
  text-decoration: none;
  color: #f4d05d;
  background: #545454;
}
.go-top {
  display: none;
  position: fixed;
  right: 200px;
  bottom: 100px;
  z-index: 999;
  width: 48px;
  height: 48px;
  background: url(../img/gotop.gif) no-repeat;
  cursor: pointer;
}
.go-top:hover {
  background-position: 0 -48px;
}
.layui-layer-imguide .layui-layer-imgprev {
  width: 50%;
  height: 100%;
  margin-top: 0;
  top: 0;
  left: 0;
  background: url(../img/prev.png) no-repeat 10% center;
}
.layui-layer-imguide .layui-layer-imgprev:hover {
  background-position: 10% center;
}
.layui-layer-imguide .layui-layer-imgnext {
  width: 50%;
  height: 100%;
  margin-top: 0;
  top: 0;
  right: 0;
  background: url(../img/next.png) no-repeat 90% center;
}
.layui-layer-imguide .layui-layer-imgnext:hover {
  background-position: 90% center;
}
