@charset 'utf-8';

/* author:ZJ; date:2017-06; */

body {
  color: #333;
  background: #fff;
}

.yahei {
  font-family: 'Microsoft YaHei';
}

.top-box,
.banner-box,
.main-box,
.sub-box,
.footer-box {
  min-width: 1200px;
  width: 100% !important;
  margin: 0 auto;
  _width: 100%;
}

.top-box {
  position: relative;
  z-index: 5;
  background: #fff;
}
.top-box .area {
  height: 90px;
}
.top-box .logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

.m-nav {
  float: right;
  display: inline;
}
/*.m-nav a{ -webkit-transition:none;-moz-transition:none;transition:none; }*/
.m-nav .fir-ul {
  font-size: 0;
  text-align: center;
}
.m-nav .fir-ul .fir-li {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 25px;
  text-align: center;
}
.m-nav .fir-ul .u-a {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
}
.m-nav .fir-ul .current .u-a,
.m-nav .fir-ul .hover .u-a {
  color: #fff;
  background: #0000b1;
}

.m-nav .sec-box {
  position: absolute;
  z-index: 10;
  top: 90px;
  left: 0;
  width: 100%;
}
.m-nav .sec-ul {
  background: #000;
}
.m-nav .sec-ul li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.m-nav .sec-ul a {
  display: block;
  color: #fff;
}
.m-nav .sec-ul a:hover {
  color: #000;
  background: #ffd100;
}
.m-nav .nav-y .sec-box {
  display: none;
}

.banner-box {
  position: relative;
  z-index: 0;
}
.m-focus {
  position: relative;
  zoom: 1;
  width: 100%;
}
.m-focus .switchable-box {
  position: relative;
  zoom: 1;
  overflow: hidden;
  width: 100%;
  height: 660px;
}
.m-focus .switchable-content li {
  width: 100%;
  height: 660px;
  text-align: center;
}
.m-focus .switchable-content li img {
  visibility: hidden;
}
.m-focus .switchable-content li a {
  display: block;
  height: 660px;
}
.m-focus .switchable-nav {
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-focus .switchable-nav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 10px;
  padding-top: 10px;
  width: 50px;
  height: 0;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-focus .switchable-nav li.active {
  background-color: #ffd100;
}

.sub-focus .switchable-box,
.sub-focus .switchable-content li,
.sub-focus .switchable-content li a {
  height: 488px;
}

.sub-focus .switchable-nav {
  bottom: 10px;
}

.main-box,
.sub-box {
  position: relative;
  z-index: 5;
}

.m-menu {
  margin: -64px 0 16px;
  line-height: 0;
  font-size: 0;
  text-align: center;
  border-top: solid 4px #e4a100;
  background: #ffcc00;
display: none;
}
.m-menu li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: -16px 0;
  padding: 0 14px;
  width: 142px;
}
.m-menu .u-box {
  position: relative;
  zoom: 1;
  display: block;
  padding: 52px 0 24px;
  color: #fff;
}
.m-menu .u-box:before,
.m-menu .u-box:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -14px;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-width: 16px 14px;
  border-style: solid;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.m-menu .u-box:before {
  top: -16px;
  border-color: transparent transparent #e4a100 transparent;
}
.m-menu .u-box:after {
  bottom: -16px;
  border-color: #e4a100 transparent transparent transparent;
}
.m-menu .u-box .ico {
  display: block;
  margin: 0 auto;
  width: 88px;
  height: 58px;
  overflow: hidden;
  background: url(../images/ico-menu.png) no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.m-menu .u-box .u-name {
  margin-top: 16px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  font-size: 14px;
}
.m-menu .u-box .u-name table {
  height: 100%;
}

.m-menu .child-1 .u-box .ico {
  background-position: 0 0;
}
.m-menu .child-2 .u-box .ico {
  background-position: 0 -58px;
}
.m-menu .child-3 .u-box .ico {
  background-position: 0 -116px;
}
.m-menu .child-4 .u-box .ico {
  background-position: 0 -174px;
}
.m-menu .child-5 .u-box .ico {
  background-position: 0 -232px;
}
.m-menu .child-6 .u-box .ico {
  background-position: 0 -290px;
}
.m-menu .child-7 .u-box .ico {
  background-position: 0 -348px;
}

.m-menu .u-box:hover {
  color: #000;
  background: #ffd100;
}
.m-menu .u-box:hover:before,
.m-menu .u-box:hover:after {
  filter: alpha(opacity=100);
  opacity: 100;
  -moz-opacity: 100;
  -khtml-opacity: 100;
}
.m-menu .u-box:hover .ico {
  background-image: url(../images/ico-menu-hover.png);
}

.m-title {
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-title h2 {
  line-height: 30px;
  font-size: 22px;
  color: #fc0;
}
.m-title p {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0 30px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 14px;
  font-family: Verdana;
  color: #ccc;
}
.m-title p:before,
.m-title p:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 28px;
  height: 1px;
  overflow: hidden;
  background: #eae9e7;
}
.m-title p:before {
  left: 0;
}
.m-title p:after {
  right: 0;
}

.m-more {
  display: block;
  margin: 16px auto 0;
  width: 78px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  border: solid 1px #999;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
.m-more:hover {
  border-color: #ffd100;
  background: #ffd100;
}

.m-about {
  padding: 36px 0 78px;
}

.m-about .imgBox {
  position: relative;
  zoom: 1;
  float: left;
  display: inline;
  margin-top: 26px;
  padding: 6px 0 0 6px;
  width: 556px;
}
.m-about .imgBox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 344px;
  height: 196px;
  overflow: hidden;
  background: #fc0;
}
.m-about .imgBox .u-img {
  display: block;
  width: 556px;
  height: 336px;
  overflow: hidden;
}
.m-about .conBox {
  float: right;
  display: inline;
  margin: 54px 0 0 -586px;
  padding: 42px 0 24px 566px;
  width: 608px;
  border: solid 1px #eee;
  -moz-box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
  -webkit-box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
  box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
}
.m-about .conBox .u-name {
  padding: 0 30px 0 8px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  font-size: 22px;
  background: #f6f6f4;
}
.m-about .conBox .u-con {
  margin: 22px 30px 0 0;
  height: 156px;
  line-height: 26px;
  color: #666;
}
.m-about .conBox .u-more {
  display: block;
  margin-top: 16px;
  width: 78px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  border: solid 1px #999;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
.m-about .conBox .u-more:hover {
  border-color: #ffd100;
  background: #ffd100;
}

.m-case {
  padding: 40px 0 44px;
  background: #faf9f9;
}

.m-case .listBox {
  margin-top: 30px;
}
.m-case .listBox li {
  float: left;
  display: inline;
  margin: 12px 20px 12px 0;
  width: 285px;
  background: #fff;
  -moz-box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
  -webkit-box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
  box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
}
.m-case .listBox .u-img {
  display: block;
  width: 285px;
  height: 232px;
  overflow: hidden;
}
.m-case .listBox .u-con {
  padding: 10px 10px 32px;
}
.m-case .listBox .u-con .name {
  position: relative;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.m-case .listBox .u-con .name:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  overflow: hidden;
  background: #ffd100;
}
.m-case .listBox .u-con .location,
.m-case .listBox .u-con .date {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  color: #999;
}
.m-case .listBox .u-con .date{
display: none;
}
.m-case .listBox .u-con .location {
  margin-top: 8px;
}
.m-case .listBox .u-con .con {
  margin-top: 8px;
  height: 88px;
  line-height: 22px;
  overflow: hidden;
}
.m-case .listBox .u-con .more {
  display: block;
  margin-top: 16px;
  width: 78px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  border: solid 1px #999;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
.m-case .listBox .u-con .more:hover {
  border-color: #ffd100;
  background: #ffd100;
}

.m-news {
  padding: 52px 0 62px;
  background: url(../images/bg-news.jpg) center no-repeat;
}
.m-news .listBox {
  margin-top: 50px;
}
.m-news .listBox ul {
  margin: -30px 0 0 -30px;
}
.m-news .listBox li {
  float: left;
  display: inline;
  margin: 30px 0 0 30px;
  width: 585px;
  background: #fff;
}
.m-news .listBox .u-img {
  float: left;
  display: inline;
  width: 240px;
  height: 188px;
  overflow: hidden;
}
.m-news .listBox .u-con {
  padding: 12px 10px 16px 20px;
  overflow: hidden;
}
.m-news .listBox .u-con .name {
  position: relative;
  zoom: 1;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 18px;
}
.m-news .listBox .u-con .name:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  overflow: hidden;
  background: #fc0;
}
.m-news .listBox .u-con .con {
  margin-top: 2px;
  height: 78px;
  line-height: 26px;
  overflow: hidden;
  color: #666;
}
.m-news .listBox .u-con .more {
  display: block;
  margin-top: 10px;
  width: 78px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  border: solid 1px #999;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
.m-news .listBox .u-con .more:hover {
  border-color: #ffd100;
  background: #ffd100;
}
.m-news .m-more {
  margin-top: 36px;
  width: 94px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  color: #fc0;
  border-color: #ffd100;
}
.m-news .m-more:hover {
  color: #000;
}

.m-contact {
  padding: 60px 0;
}
.m-contact .bgBox {
  border: solid 1px #ebeced;
  background: #fff;
  -moz-box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
  -webkit-box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
  box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
}
.m-contact .mapBox {
  float: left;
  display: inline;
  width: 854px;
  height: 384px;
  overflow: hidden;
}
.m-contact .mapBox img {
  width: 854px;
  height: 384px;
}
.m-contact .conBox {
  padding: 6px 18px 0;
  overflow: hidden;
}
.m-contact .conBox h2 {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-size: 22px;
  color: #ffd100;
}
.m-contact .conBox h2 span {
  font-size: 14px;
  font-family: Verdana;
  font-weight: normal;
  color: #ccc;
}
.m-contact .conBox .u-con {
  margin-top: 10px;
}
.m-contact .conBox .u-con li {
  position: relative;
  zoom: 1;
  margin-bottom: 10px;
  padding: 0 10px 0 44px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  font-size: 14px;
  border: solid 1px #ebeced;
}
.m-contact .conBox .u-con li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 8px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url(../images/ico-contact.png) no-repeat;
}
.m-contact .conBox .u-con strong {
  font-size: 22px;
  vertical-align: top;
}
.m-contact .conBox .u-con .name {
  color: #666;
}

.m-contact .conBox .u-con li.tel:before {
  background-position: 0 0;
}
.m-contact .conBox .u-con li.email:before {
  background-position: 0 -24px;
}
.m-contact .conBox .u-con li.addr:before {
  background-position: 0 -48px;
}
.m-contact .conBox .u-con li.wechat:before {
  background-position: 0 -72px;
}

.m-contact .conBox .u-con li.wechat {
  height: auto;
  border-color: #fff;
}
.m-contact .conBox .u-con li.wechat .erwei {
  margin-top: 12px;
  width: 100px;
}

.m-partner {
  padding: 50px 0 60px;
  background: #faf9f9;
display: none;
}
.m-partner .listBox {
  margin-top: 35px;
}
.m-partner .listBox ul {
  margin-top: -12px;
  padding: 0 24px;
}
.m-partner .listBox li {
  float: left;
  display: inline;
  margin: 12px 24px;
}
.m-partner .listBox a {
  color: #666;
}
.m-partner .listBox a:hover {
  color: #000;
}
.m-partner .listBox .u-img {
  display: block;
  width: 238px;
  height: 88px;
  overflow: hidden;
  border: solid 1px #eee;
}
.m-partner .listBox .u-name {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
}

.footer-box {
  position: relative;
  z-index: 10;
  background: #000;
}

.m-footer,
.m-footer a {
  color: #ccc;
}
.m-footer a:hover {
  color: #fff;
}

.m-copyright {
  padding: 4px 0;
  line-height: 24px;
  text-align: center;
  color: #ccc;
  border-top: solid 1px #2b2b2b;
}

.goTop {
  position: absolute;
  left: 50%;
  margin-left: -82px;
  width: 164px;
  height: 70px;
  text-align: center;
  background: url(../images/bg-goTop.gif) center no-repeat;
}
.goTop a {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 40px;
  height: 44px;
  overflow: hidden;
  background: url(../images/ico-goTop.png) center no-repeat;
}
.goTop a:hover {
  -webkit-animation: goTop 1s infinite;
  animation: goTop 1s infinite;
}
@-webkit-keyframes goTop {
  0%,
  100% {
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
}
@keyframes goTop {
  0%,
  100% {
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
}

.footer-nav {
  padding: 10px 0;
  min-height: 50px;
  _height: 50px;
  line-height: 32px;
  font-size: 0;
  text-align: center;
}
.footer-nav li {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0 30px;
  font-size: 14px;
}
.footer-nav li:before {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #2b2b2b;
}
.footer-nav li.space {
  margin-right: 184px;
}
.footer-nav li.space-last {
  margin-right: 4em;
  padding-right: 90px;
}
.footer-nav li.space-one {
  margin-right: 4em;
  padding-right: 274px;
}
.footer-nav li.space:before,
.footer-nav li.last:before {
  display: none;
}

.footer-contact {
  padding: 5px 0 15px;
  text-align: center;
}
.footer-contact .wechat,
.footer-contact .conBox {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.footer-contact .wechat {
  margin-right: 15px;
}
.footer-contact .wechat h4 {
  float: left;
  display: inline;
  width: 1em;
  padding: 6px 12px;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
}
.footer-contact .wechat .erwei {
  width: 75px;
  height: 75px;
}
.footer-contact .conBox table {
  height: 75px;
  text-align: left;
}

.m-client {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 10px;
  margin: -55px 0 0 0;
  width: 46px;
  _position: absolute;
}
.m-client li {
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
}
.m-client li .u-box {
  position: relative;
  zoom: 1;
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.m-client li .u-a {
  padding-left: 46px;
  height: 46px;
  display: block;
  text-align: center;
  color: #fff;
  background: #000;
}
.m-client li .u-a:hover {
  background: #ffd100;
}
.m-client li .icoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
}
.m-client li .ico {
  display: block;
  width: 46px;
  height: 46px;
  overflow: hidden;
  background: url(../images/ico-client.png) no-repeat;
}
.m-client li.child-1 .ico {
  background-position: 0 0;
}
.m-client li.child-2 .ico {
  background-position: 0 -46px;
}
.m-client li.child-3 .ico {
  background-position: 0 -92px;
}
.m-client li.child-4 .ico {
  background-position: 0 -138px;
}

.m-client .client-con .content {
  display: none;
  position: absolute;
  top: -2px;
  right: 100%;
  margin-right: 10px;
  padding: 10px;
  min-height: 28px;
  _height: 28px;
  line-height: 28px;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #000;
  white-space: nowrap;
  border: solid 1px #ffd100;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.m-client .client-con .content:before {
  content: '';
  position: absolute;
  top: 20px;
  right: -12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #ffd100;
}

.m-client .client-tel .content {
  font-size: 22px;
  font-weight: bold;
}

.m-client .client-qq .btn-qq {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 4px;
  width: 82px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-align: center;
  border: solid 1px #707070;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.m-client .client-qq .btn-qq:before {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 5px 10px 0 0;
  width: 14px;
  height: 16px;
  overflow: hidden;
  background: url(../images/btn-qq.png) no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.m-client .client-qq .btn-qq:hover {
  color: #000;
  border-color: #000;
}
.m-client .client-qq .btn-qq:hover:before {
  background-image: url(../images/btn-qq-hover.png);
}

.m-client .client-wechat .erwei {
  width: 100px;
}

.sub-box {
  padding-bottom: 40px;
}

.sub-box .left-column {
  width: 240px;
}
.sub-box .right-column {
  width: 940px;
}

.sub-menuBox {
  margin-top: -34px;
}
.sub-menu-title {
  position: relative;
  zoom: 1;
  overflow: hidden;
  padding: 14px 24px;
  color: #fff;
  background: #ffd100;
}
.sub-menu-title:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 28px 56px;
  border-style: solid;
  border-color: #fed932 #fed932 transparent transparent;
}
.sub-menu-title h2 {
  position: relative;
  line-height: 32px;
  font-size: 24px;
}
.sub-menu-title p {
  position: relative;
  font-size: 14px;
}

.sub-menu {
  padding-left: 8px;
  background: #000;
}
.sub-menu a {
  color: #fff;
}
.sub-menu h4 {
  border-top: solid 1px #333;
}
.sub-menu h4:first-child,
.sub-menu h4.first {
  border: none;
}
.sub-menu h4 a {
  position: relative;
  zoom: 1;
  display: block;
  margin-left: -8px;
  padding: 0 54px 0 32px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-weight: normal;
}
.sub-menu h4 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  height: 100%;
  overflow: hidden;
  background: #fc0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sub-menu h4 a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../images/sub/ico-menu.png) no-repeat;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sub-menu h4.current a:before,
.sub-menu h4.hover a:before {
  left: 0;
}
.sub-menu h4.current a:after,
.sub-menu h4.hover a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sub-menu ul {
  display: none;
}
.sub-menu li {
  border-top: solid 1px #333;
}
.sub-menu li a {
  position: relative;
  zoom: 1;
  display: block;
  margin-left: -8px;
  padding: 0 54px 0 50px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 14px;
}
.sub-menu li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../images/sub/ico-menu.png) no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sub-menu li a:hover {
  background: #fc0;
}

.sub-menu li a:hover:after {
  right: 30px;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.sub-contact {
  margin-top: 20px;
}
.sub-contact .title {
  position: relative;
  zoom: 1;
  overflow: hidden;
  padding: 14px 24px;
  color: #fff;
  background: #ffd100;
}
.sub-contact .title:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 28px 56px;
  border-style: solid;
  border-color: #fed932 #fed932 transparent transparent;
}
.sub-contact .title h2 {
  position: relative;
  line-height: 32px;
  font-size: 24px;
}
.sub-contact .title p {
  position: relative;
  font-size: 14px;
}

.sub-contact .conBox {
  padding: 20px 12px;
  color: #fff;
  background: #000 url(../images/sub/bg-contact.png) center no-repeat;
}

.sub-contact .conBox li {
  position: relative;
  zoom: 1;
  padding: 4px 0 4px 32px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
}
.sub-contact .conBox li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url(../images/sub/ico-contact.png) no-repeat;
}
.sub-contact .conBox strong {
  font-size: 22px;
  vertical-align: top;
}
.sub-contact .conBox .name {
  color: #666;
}

.sub-contact .conBox li.tel:before {
  background-position: 0 0;
}
.sub-contact .conBox li.email:before {
  background-position: 0 -24px;
}
.sub-contact .conBox li.addr:before {
  background-position: 0 -48px;
}
.sub-contact .conBox li.wechat:before {
  background-position: 0 -72px;
}

.sub-contact .conBox li.wechat {
  height: auto;
}
.sub-contact .conBox li.wechat .erwei {
  margin-top: 2px;
  width: 100px;
}

.sub-title {
  line-height: 42px;
  border-bottom: solid 3px #fc0;
}
.sub-title h2 {
  font-size: 22px;
  color: #fc0;
}
.sub-title span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 12px;
  line-height: 30px;
  font-size: 14px;
  font-family: Verdana;
  font-weight: normal;
  color: #ccc;
}

.m-current {
  float: right;
  display: inline;
  margin-top: 14px;
  padding-left: 28px;
  line-height: 28px;
  background: url(../images/sub/ico-home.png) 0 center no-repeat;
}
.m-current a:hover {
  color: #fc0;
}

.m-sub .m-content {
  min-height: 400px;
  _height: 400px;
}

.sub-pic {
  padding: 20px 0;
}
.sub-pic ul {
  margin: -32px 0 0 -42px;
}
.sub-pic li {
  float: left;
  display: inline;
  margin: 32px 0 0 42px;
  width: 285px;
}
.sub-pic .u-box {
  position: relative;
  zoom: 1;
  display: block;
  padding-bottom: 6px;
  background: #fff;
  -moz-box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
  -webkit-box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
  box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
}
.sub-pic .u-img {
  display: block;
  width: 285px;
  height: 232px;
  overflow: hidden;
}
.sub-pic .u-name {
  position: relative;
  zoom: 1;
  padding: 0 10px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
}
.sub-pic .u-name:before {
  content: '';
  position: absolute;
  top: 38px;
  left: 10px;
  width: 24px;
  height: 2px;
  overflow: hidden;
  background: #ffd100;
}

.sub-news {
  padding: 20px 0;
}
.sub-news ul {
  margin-top: -30px;
}
.sub-news li {
  margin-top: 30px;
  padding: 12px 20px 16px;
  border: solid 1px #eee;
  background: #fff;
  -moz-box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
  -webkit-box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
  box-shadow: 2px 6px 6px rgba(204, 204, 204, 0.2);
}
.sub-news .u-name {
  position: relative;
  zoom: 1;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 18px;
}
.sub-news .u-name:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  overflow: hidden;
  background: #fc0;
}
.sub-news .u-con {
  margin-top: 2px;
  line-height: 26px;
  overflow: hidden;
  color: #666;
}
.sub-news .more {
  display: block;
  margin-top: 10px;
  width: 78px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  border: solid 1px #999;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
.sub-news .more:hover {
  border-color: #ffd100;
  background: #ffd100;
}

.detail-share {
  padding: 15px 0;
}
.detail-share a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.detail-share .bdsharebuttonbox {
  float: right;
  display: inline;
}

.detail-page {
  border-top: solid 1px #e4e4e4;
}
.detail-page .page-text {
  overflow: hidden;
  width: 48%;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #888;
}
.detail-page .page-text a {
  color: #888;
}
.detail-page .page-text a:hover {
  color: #fc0;
}
.detail-page .f-fr {
  text-align: right;
}

/******************** sub-content ********************/
.sub-content {
  padding: 20px 0;
}
.sub-content img {
  max-width: 940px;
  _width: expression((documentElement.clientWidth < 940) ? '': '940px');
}
.sub-content .f-fl {
  width: auto;
  margin: 0 0 10px 10px;
}
.sub-content h1 {
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 22px;
  font-family: 'Microsoft YaHei';
  text-align: center;
}
.sub-content p {
  line-height: 24px;
  font-size: 14px;
}
.sub-content #platform img {
  max-width: none;
  _width: none;
}

.pro-detail {
  padding: 20px 0;
}
.pro-detail h1 {
  padding: 5px 0;
  line-height: 36px;
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  text-align: center;
}
.pro-detail .detail-time,
.pro-detail .detail-user {
  line-height: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  color: #999;
  border-bottom: solid 1px #e4e4e4;
}
.pro-detail .detail-img {
  position: relative;
  zoom: 1;
  padding: 10px 0;
  text-align: center;
}
.pro-detail .detail-img img,
.pro-detail .detail-con img {
  max-width: 940px;
  _width: expression((documentElement.clientWidth < 940) ? '': '940px');
}
.pro-detail .detail-img .debtn-prev,
.pro-detail .detail-img .debtn-next {
  position: absolute;
  z-index: 11;
  top: 50%;
  display: block;
  width: 54px;
  height: 87px;
  margin-top: -44px;
  background: url(../images/sub/pic-debtn.gif) no-repeat;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}
.pro-detail .detail-img .debtn-prev:hover,
.pro-detail .detail-img .debtn-next:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
.pro-detail .detail-img .debtn-prev {
  left: 0;
  background-position: left 0;
}
.pro-detail .detail-img .debtn-next {
  right: 0;
  background-position: right 0;
}
.pro-detail .detail-con {
  line-height: 24px;
  padding: 10px 0;
  font-size: 14px;
}

.news-detail {
  padding: 20px 0;
}
.news-detail h1 {
  padding: 5px 0;
  line-height: 36px;
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  text-align: center;
}
.news-detail .detail-time,
.news-detail .detail-user {
  line-height: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  color: #999;
  border-bottom: solid 1px #e4e4e4;
}
.news-detail .detail-img {
  padding: 10px 0;
  text-align: center;
}
.news-detail .detail-img img,
.news-detail .detail-con img {
  max-width: 940px;
  _width: expression((documentElement.clientWidth < 940) ? '': '940px');
}
.news-detail .detail-con {
  line-height: 24px;
  padding: 10px 0;
  font-size: 14px;
}

.sub-message {
  padding: 40px 20px;
}
.sub-message .m-textimg {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 14px;
}
.sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}
.sub-message i {
  display: inline-block;
  padding-right: 5px;
  font-style: normal;
  color: #f00;
  *display: inline;
  *zoom: 1;
}
.sub-message .m-tage {
  padding: 5px 0;
}
.sub-message .m-form {
  margin-bottom: 20px;
  padding: 10px;
}
.sub-message table {
  width: 100%;
}
.sub-message .m-form table td {
  padding: 7px 0;
}
.sub-message label {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}
.sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: top;
}
.sub-message .m-form .td-textarea {
  width: 60%;
  vertical-align: middle;
}
.sub-message .m-form .td-textarea label {
  float: left;
}
.sub-message .m-form .td-textarea textarea {
  width: 70%;
  height: 168px;
  padding: 5px;
  vertical-align: middle;
}
.sub-message .m-submit {
  text-align: right;
  vertical-align: top;
}
.sub-message .m-submit img {
  margin-left: 5px;
  vertical-align: top;
}
.sub-message .m-submit .btn {
  width: 80px;
  height: 28px;
  line-height: 24px;
  margin: 0;
  margin-left: 5px;
  font-family: 'microsoft yahei';
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.sub-message .m-submit input {
  width: 80px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding-left: 5px;
  vertical-align: top;
  cursor: auto;
}
.sub-message .m-submit input,
.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
  font-family: 'microsoft yahei';
  border: 1px solid #ddd;
  background: #fff;
}
.sub-message .m-form {
  border: 1px solid #e9e9e9;
  background: #fcfcfc;
}
.sub-message .m-submit .btn {
  color: #333;
  background: #ffd100;
}
