.backInfo {
  background-size: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-box {
  height: 105px;
}
.top-box .logo {
  margin-top: 25px;
}
.top-box .search-box {
  float: right;
  display: inline-block;
  margin-top: 28px;
}
.top-box .search-box .info {
  float: left;
  padding-left: 10px;
  margin-right: 15px;
  border-left: 2px solid #b90000;
}
.top-box .search-box .info .title {
  background-image: url("../images/title_phone.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 50px;
  font-size: 16px;
  color: #333;
}
.top-box .search-box .info p {
  font-size: 26px;
  color: #b90000;
  font-weight: bold;
  font-style: italic;
}
.top-box .search-box .search-form {
  float: right;
  width: 288px;
  height: 36px;
  border: 2px solid #b90000;
  margin-top: 5px;
  border-radius: 5px;
}
.top-box .search-box .search-form input {
  height: 36px;
  border: none;
  text-indent: 14px;
  width: 214px;
  font-size: 14px;
  color: #333;
  float: left;
}
.top-box .search-box .search-form .search-btn {
  display: inline-block;
  width: 74px;
  height: 36px;
  background-color: #b90000;
  border: none;
  background-image: url("../images/sm_search.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.nicescroll-rails {
  width: 1px !important;
  background-color: #2f2e2e !important;
}
.nicescroll-rails div {
  border: none !important;
}
.nav-box {
  height: 50px;
  background-color: #222;
  box-shadow: 0px 2px 5px 0px #868686;
}
.nav-box .fixed-menu-box {
  float: left;
  width: 275px;
  position: relative;
}
.nav-box .fixed-menu-box .fixed-menu-title {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #c00;
  font-weight: bold;
  font-style: italic;
}
.nav-box .fixed-menu-box .fixed-menu-title .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-left: 10px;
  background-image: url("../images/menu.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.nav-box .fixed-menu-box .fixed-menu {
  display: none;
  position: absolute;
  width: 100%;
  height: 440px;
  overflow: hidden;
  padding: 22px 0 16px 0;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, 0, endColorstr=#C8000000, 0);
  z-index: 99;
}
.nav-box .fixed-menu-box .fixed-menu .fixed-menu-list {
  margin: 0 12px;
}
.nav-box .fixed-menu-box .fixed-menu .fixed-menu-list li {
  position: relative;
  margin: 15px 0;
}
.nav-box .fixed-menu-box .fixed-menu .fixed-menu-list li > a {
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
}
.nav-box .fixed-menu-box .fixed-menu .fixed-menu-list li.active {
  border-bottom: 1px solid #2f2e2e;
}
.nav-box .fixed-menu-box .fixed-menu .fixed-menu-list li.active > a {
  background-color: #bf0000;
}
.nav-box .fixed-menu-box .fixed-menu .fixed-menu-list .fixed-sec-box {
  display: none;
  margin: 0 20px;
  padding: 15px 0 20px;
}
.nav-box .fixed-menu-box .fixed-menu .fixed-menu-list .fixed-sec-box a {
  display: inline-block;
  margin-right: 23px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.nav-box .fixed-menu-box .fixed-menu .fixed-menu-list .fixed-sec-box a:hover {
  color: #e40000;
  text-decoration: underline;
}
.nav-box .list-nav .list-item {
  float: left;
  line-height: 50px;
  font-size: 16px;
  position: relative;
  text-align: center;
  width: 123.571px;
}
.nav-box .list-nav .list-item a {
  display: block;
  color: #fff;
}
.nav-box .list-nav .list-item > a {
  margin: 11px 15px;
  line-height: 28px;
}
.nav-box .list-nav .list-item.active > a {
  background-color: #bf0000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.nav-box .list-nav .list-item .sec-box {
  display: none;
  box-shadow: inset 0px 3px 5px 0px #840101;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 99;
  line-height: 38px;
  background-color: #bf0000;
  border-radius: 0 0 15px 15px;
  font-size: 14px;
}
.nav-box .list-nav .list-item .sec-box li {
  border-top: 1px solid #e20000;
}
.nav-box .list-nav .list-item .sec-box li a:hover {
  color: #222;
}
/*焦点图*/
.banner-box {
  position: relative;
  z-index: 0;
}
.banner-box .m-slide {
  position: relative;
  width: 100%;
}
.banner-box .m-slide .scroll-box {
  overflow: hidden;
  height: 523px;
  width: 100%;
}
.banner-box .m-slide .scroll-box li {
  width: 100%;
  height: 523px;
  background-position: center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-box .m-slide .scroll-box li a {
  display: block;
  height: 523px;
  -webkit-box-shadow: inset 0 2px 5px #2a2a2a;
  -moz-box-shadow: inset 0 2px 5px #2a2a2a;
  box-shadow: inset 0 2px 5px #2a2a2a;
}
.banner-box .slider {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.banner-box .slider li {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  line-height: 45px;
  overflow: hidden;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.banner-box .slider li.active {
  width: 29px;
  background: #f00;
}
.banner-box .slider {
  bottom: 44px;
}
/********产品分类********/
.m-classify .cls-lst {
  margin-top: -23px;
}
.m-classify .cls-lst li {
  float: left;
  margin: 0 4px;
}
.m-classify .cls-lst li a {
  display: block;
  width: 276px;
  height: 150px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.m-classify .cls-lst li a .img {
  height: 142px;
  width: 268px;
  border: 4px solid #ddd;
}
.m-classify .cls-lst li a .info,
.m-classify .cls-lst li a .s-info {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  padding-top: 48px;
  transition: all .4s;
}
.m-classify .cls-lst li a .info .info-box {
  display: inline-block;
  width: 141px;
  height: 52px;
  padding-top: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, ff, endColorstr=#B2ffffff, ff);
}
.m-classify .cls-lst li a .info-box {
  overflow: hidden;
}
.m-classify .cls-lst li a .info-box p {
  font-size: 20px;
}
.m-classify .cls-lst li a .info-box span {
  display: block;
  font-size: 18px;
}
.m-classify .cls-lst li a:hover .info {
  top: 150px;
}
.m-classify .cls-lst li a:hover .img {
  border: none;
  width: 100%;
  height: 100%;
}
.m-classify .cls-lst li a:hover .s-info {
  top: 0;
}
.m-classify .cls-lst li a:hover .shadow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateZ(360deg);
}
.m-classify .cls-lst li a .shadow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(204, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2cc0000, 0, endColorstr=#B2cc0000, 0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.m-classify .cls-lst li a .s-info .info-box {
  color: #fff;
  background-color: transparent;
}
.m-classify .cls-lst li a .s-info {
  top: -150px;
}
.m-classify .slider .slider-btn {
  display: block;
  position: absolute;
  width: 24px;
  height: 46px;
  top: 56px;
}
.m-classify .slider .slider-btn.prev {
  left: -33px;
  background-image: url("../images/lg_arrow_left_default.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.m-classify .slider .slider-btn.prev:hover {
  background-image: url("../images/lg_arrow_left_active.png");
}
.m-classify .slider .slider-btn.next {
  right: -33px;
  background-image: url("../images/lg_arrow_right_default.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.m-classify .slider .slider-btn.next:hover {
  background-image: url("../images/lg_arrow_right_active.png");
}
.m-title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  line-height: 53px;
}
.m-title em {
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  font-size: 18px;
  color: #999;
}
/************产品展示************/
.m-proPage {
  margin: 55px auto;
}
.m-proPage .p-top {
  border-bottom: 1px solid #cfcfcf;
  overflow: hidden;
  margin-bottom: 38px;
}
.m-proPage .page-nav {
  /* float: right; */
  margin-top: 18px;
  line-height: 28px;
  display:flex;
  justify-content:space-between;
  /* align-items: center; */
}
.page-nav-left {
  width:90%;
}
.m-proPage .page-nav ul {
  /* float: left; */
  white-space: nowrap;
  overflow-x: scroll;
  width: auto;
}
.m-proPage .page-nav li {
  /* float: left; */
  margin: 0 10px;
  display: inline-block;
  position: relative;
  height: 40px;
}
.m-proPage .page-nav li a {
  display: block;
  height: 40px;
  padding: 0 13px;
}
.m-proPage .page-nav li .line {
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 4px;
  overflow: hidden;
  background-color: #c00;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.m-proPage .page-nav li:hover .line,
.m-proPage .page-nav li.active .line {
  width: 100%;
}
.m-proPage .page-nav li:hover a,
.m-proPage .page-nav li.active a {
  color: #c00;
}
.m-proPage .page-nav .more {
  display: inline-block;
  height: 33px;
  width: 82px;
  text-align: right;
  border-left: 1px solid #bfbfbf;
  font-size: 16px;
  color: #999;
}
.m-proPage .page-nav .more:hover {
  color: #c00;
}
.m-proPage dd:after {
  content: ".";
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}
.m-proPage dd .hot-box {
  display: inline-block;
  width: 276px;
  height: 420px;
  overflow: hidden;
}
.m-proPage dd .hot-box .img {
  width: 276px;
  height: 345px;
  overflow: hidden;
}
.m-proPage dd .hot-box:hover .jqthumb {
  -webkit-filter: brightness(0.8);
}
.m-proPage dd .hot-box .info {
  height: 75px;
  background-color: #000;
  text-align: center;
  position: relative;
  color: #fff;
}
.m-proPage dd .hot-box .info .line {
  position: absolute;
  width: 100%;
  display: block;
  height: 1px;
  background-color: #fff;
  top: 23px;
}
.m-proPage dd .hot-box .info span {
  display: inline-block;
  background-color: #000;
  margin-top: 12px;
  font-size: 18px;
  position: relative;
  padding: 0 40px;
}
.m-proPage dd .hot-box .info p {
  font-size: 20px;
}
.m-proPage dd .pro-list {
  margin-left: 293px;
  height: 420px;
  overflow: hidden;
}
.pro-list li {
  float: left;
  margin: 0 7px 21px;
  position: relative;
  overflow: hidden;
}
.pro-list li a {
  display: block;
  width: 267px;
  height: 199px;
  overflow: hidden;
}
.pro-list li a .img {
  position: relative;
  width: 267px;
  height: 199px;
}
.pro-list li a .sm-title {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: right;
  font-size: 14px;
  color: #fff;
  background: #0000009c;
  width: 100%;
  padding: 5px;
}
.pro-list li a .info {
  position: absolute;
  bottom: -70px;
  width: 100%;
  height: 61px;
  text-align: center;
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, ff, endColorstr=#E5ffffff, ff);
  line-height: 23px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.pro-list li a .info span {
  display: block;
  background-image: url("../images/line.png");
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.pro-list li a .info p {
  font-size: 14px;
}
.pro-list li a:hover .jqthumb {
  transform: scale(1.1);
}
.pro-list li a:hover .sm-title {
  display: none;
}
.pro-list li a:hover .info {
  bottom: 0;
}
.sm-banner {
  background-size: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  line-height: 150px;
}
.sm-banner .tip h4 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
.sm-banner .tip h4 em {
  margin-left: 10px;
  font-weight: normal;
  font-size: 18px;
}
/************视频***********/
.m-video .v-info {
  width: 634px;
  float: left;
}
.m-video .v-info .title {
  font-size: 22px;
  line-height: 70px;
  border-bottom: 1px solid #bdbdbd;
}
.m-video .v-info .content {
  height: 115px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin: 20px 0;
}
.m-video .v-info .more {
  display: block;
  float: right;
  width: 100px;
  height: 13px;
  background-image: url("../images/more_default.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.m-video .v-info .more:hover {
  background-image: url("../images/more_active.png");
}
.m-video .v-page {
  width: 456px;
  height: 340px;
  margin-top: -93px;
  border: 5px solid #c00;
  overflow: hidden;
  float: right;
}
/***********新闻************/
.m-news {
  height: 440px;
  overflow: hidden;
  margin-bottom: 60px;
}
.m-news .title-box {
  margin: 60px 0 0;
}
.m-news .title-box:after {
  content: '';
  position: absolute;
  top: 24px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cfcfcf;
}
.m-news .title-box .m-title {
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 2;
  line-height: normal;
  padding-right: 10px;
}
.m-news .news-hot {
  width: 557px;
  margin-top: 23px;
}
.m-news .news-hot .img {
  display: block;
  width: 557px;
  height: 190px;
  overflow: hidden;
}
.m-news .news-hot .img img {
  width: 100%;
}
.m-news .news-hot .title {
  display: block;
  margin: 28px 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.m-news .news-hot .title:hover {
  color: #c00;
}
.m-news .news-hot .content {
  font-size: 14px;
  line-height: 24px;
  height: 47px;
  overflow: hidden;
}
.m-news .news-page {
  margin-left: 582px;
}
.news-list li {
  border-bottom: 1px solid #dbdbdb;
  padding: 18px 0;
}
.news-list a {
  display: block;
  color: #333;
  height: 76px;
  overflow: hidden;
}
.news-list a .date {
  display: inline-block;
  float: left;
  width: 75px;
  text-align: right;
}
.news-list a .date i {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 7px;
}
.news-list a .date em {
  display: block;
  font-size: 14px;
}
.news-list a .info {
  margin-left: 94px;
}
.news-list a .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.news-list a .info .content {
  font-size: 14px;
  line-height: 24px;
  height: 47px;
  overflow: hidden;
}
.news-list a:hover h4 {
  color: #ad191f;
}
/***********footer**************/
.footer {
  background-color: #141414;
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .ft-detail {
  border-bottom: 1px solid #353535;
  padding: 39px 0;
  overflow: hidden;
}
.footer .link-group {
  float: left;
}
.footer .link-group .link-item {
  width: 126px;
  float: left;
  padding-top: 24px;
  margin-right: 33px;
}
.footer .link-group .link-item h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 19px;
}
.footer .link-group .link-item a {
  display: block;
  font-size: 12px;
  color: #fff;
}
.footer .tel-box {
  float: left;
  padding: 0 30px;
  border-left: 1px solid #353535;
  border-right: 1px solid #353535;
}
.footer .tel-box h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 18px 0;
}
.footer .tel-box p {
  padding-left: 30px;
  line-height: 32px;
  font-size: 12px;
  background-position: left center;
  background-repeat: no-repeat;
}
.footer .tel-box .tel {
  background-image: url("../images/left_phone.png");
}
.footer .tel-box .tel em {
  font-size: 18px;
}
.footer .tel-box .print {
  background-image: url("../images/print.png");
}
.footer .tel-box .addr {
  background-image: url("../images/addr.png");
}
.footer .code {
  text-align: center;
}
.footer .code img {
  width: 121px;
  height: 121px;
}
.footer .code p {
  line-height: 45px;
  font-size: 12px;
}
.footer .copyright {
  height: 85px;
  line-height: 85px;
  overflow: hidden;
  font-size: 12px;
}
.footer .copyright a {
  font-size: 12px;
  color: #fff;
}
.footer .copyright p a {
  margin-left: 20px;
}
.footer .copyright .ft-link {
  float: right;
}
.footer .copyright .ft-link em {
  display: inline-block;
  margin: 0 3px;
}
/*浮动链接*/
.m-client {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  margin-top: -86px;
  width: 42px;
}
.m-client li {
  margin-bottom: 1px;
  width: 42px;
  height: 42px;
}
.m-client li .u-a:hover {
  background-image: url(../images/bg-client-hover.png);
  background-color: #c00;
}
.m-client li .u-box {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.m-client li .u-a {
  position: relative;
  display: block;
  padding-left: 42px;
  height: 42px;
  background: #333;
  color: #fff;
  text-align: center;
  zoom: 1;
}
.m-client li .icoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  line-height: 14px;
}
.m-client .client-text .text {
  position: absolute;
  top: 0;
  left: 44px;
  padding: 0 15px 0 5px;
  white-space: nowrap;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
}
.m-client li.child-2 .ico {
  background-position: 0 -42px;
}
.m-client li.child-3 .ico {
  background-position: 0 -84px;
}
.m-client li.child-4 .ico {
  background-position: 0 -126px;
}
.m-client li .ico {
  display: block;
  overflow: hidden;
  width: 42px;
  height: 42px;
  background: url(../images/ico-client.png) no-repeat;
}
.m-client .goTop a {
  display: block;
  overflow: hidden;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333 url(../images/ico-client.png) 0 -168px no-repeat;
}
.m-client .goTop a:hover {
  background-color: #c00;
}
.m-client .client-weixin .erwei {
  position: absolute;
  right: 100%;
  bottom: -62px;
  display: none;
  margin-right: 7px;
  padding: 3px;
  background: #fff;
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
}
.m-client .client-weixin .erwei img {
  width: 71px;
  height: 71px;
  border: 1px solid #dbdbdb;
  padding: 2px;
}
/*************内页**************/
.inner-banner-box {
  position: relative;
  z-index: 0;
}
.inner-banner-box .m-slide {
  position: relative;
  width: 100%;
}
.inner-banner-box .m-slide .scroll-box {
  overflow: hidden;
  height: 335px;
  width: 100%;
}
.inner-banner-box .m-slide .scroll-box li {
  width: 100%;
  height: 335px;
  background-position: center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner-box .m-slide .scroll-box li a {
  display: block;
  height: 335px;
  -webkit-box-shadow: inset 0 2px 5px #2a2a2a;
  -moz-box-shadow: inset 0 2px 5px #2a2a2a;
  box-shadow: inset 0 2px 5px #2a2a2a;
}
.inner-banner-box .slider {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.inner-banner-box .slider li {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  line-height: 45px;
  overflow: hidden;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.inner-banner-box .slider li.active {
  width: 29px;
  background: #f00;
}
.inner-banner-box .slider li {
  background-color: #ddd;
}
.inner {
  margin: 17px 0;
}
.u-menubox {
  width: 277px;
}
.u-menubox .u-title-box {
  height: 60px;
  overflow: hidden;
  padding: 15px 15px 11px;
  background-color: #222;
  color: #fff;
}
.u-menubox .u-title-box h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.u-menubox .u-title-box p {
  line-height: 30px;
}
.u-menubox .u-menulist {
  background-color: #f4f4f4;
  font-size: 14px;
}
.u-menubox .u-menulist h4 {
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  padding: 0 15px;
}
.u-menubox .u-menulist h4 a {
  display: block;
  padding: 0 32px;
  color: #333;
  border-top: 1px solid #ababab;
  position: relative;
}
.u-menubox .u-menulist h4 a span {
  display: inline-block;
  width: 153px;
}
.u-menubox .u-menulist h4.active,
.u-menubox .u-menulist h4.hover {
  background-color: #c00;
}
.u-menubox .u-menulist h4.active a,
.u-menubox .u-menulist h4.hover a {
  border: none;
  color: #fff;
}
.u-menubox .u-menulist h4.active a:before,
.u-menubox .u-menulist h4.hover a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 3px solid #fff;
  border-radius: 8px;
  vertical-align: middle;
  position: absolute;
  top: 16px;
  left: 0;
}
.u-menubox .u-menulist h4.active a:after,
.u-menubox .u-menulist h4.hover a:after {
  content: '>';
  display: inline-block;
  font-size: 24px;
  color: #e38f8f;
  vertical-align: middle;
  float: right;
  margin-right: 12px;
}
.u-menubox .u-menulist .sm-menu {
  display: none;
  padding: 13px 43px;
}
.u-menubox .u-menulist .sm-menu li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.u-menubox .u-menulist .sm-menu li a {
  display: block;
  color: #666;
}
.u-menubox .u-menulist .sm-menu li a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.u-menubox .u-menulist .sm-menu li a:hover {
  color: #c00;
}
.u-menubox .u-menulist .sm-menu li a:hover:before {
  background-color: #c00;
}
.u-menubox .u-dynamic {
  width: 100%;
  height: 248px;
  margin: 13px 0;
  overflow: hidden;
}
.u-menubox .u-dynamic .d-titleBox {
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  padding: 0 15px;
  color: #fff;
  background-color: #222;
}
.u-menubox .u-dynamic .d-titleBox h4 {
  float: left;
  font-size: 24px;
  font-weight: bold;
}
.u-menubox .u-dynamic .d-titleBox a {
  float: right;
  font-size: 12px;
  margin-top: 6px;
  color: #fff;
}
.u-menubox .u-dynamic .dy-slide {
  position: relative;
  z-index: 0;
}
.u-menubox .u-dynamic .dy-slide .m-slide {
  position: relative;
  width: 100%;
}
.u-menubox .u-dynamic .dy-slide .m-slide .scroll-box {
  overflow: hidden;
  height: 196px;
  width: 100%;
}
.u-menubox .u-dynamic .dy-slide .m-slide .scroll-box li {
  width: 100%;
  height: 196px;
  background-position: center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.u-menubox .u-dynamic .dy-slide .m-slide .scroll-box li a {
  display: block;
  height: 196px;
  -webkit-box-shadow: inset 0 2px 5px #2a2a2a;
  -moz-box-shadow: inset 0 2px 5px #2a2a2a;
  box-shadow: inset 0 2px 5px #2a2a2a;
}
.u-menubox .u-dynamic .dy-slide .slider {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.u-menubox .u-dynamic .dy-slide .slider li {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  line-height: 45px;
  overflow: hidden;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.u-menubox .u-dynamic .dy-slide .slider li.active {
  width: 29px;
  background: #f00;
}
.u-menubox .u-dynamic .dy-slide a {
  box-shadow: none !important;
}
.u-menubox .u-dynamic .dy-slide .slider {
  right: 15px;
  text-align: right;
}
.u-menubox .u-dynamic .dy-slide .slider li {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #c1c0c0;
}
.u-menubox .u-dynamic .dy-slide .slider li.active {
  width: 7px;
  height: 7px;
  border: 1px solid #f97f04;
  background-color: #fff;
}
.u-menubox .u-dynamic .dy-slide .title {
  display: none;
}
.u-menubox .u-dynamic .dy-slide .switchable-caption {
  text-align: left;
  position: absolute;
  height: 22px;
  background: none;
  padding: 6px 0;
  color: #FFF;
  text-indent: 15px;
  bottom: 4px;
  font-size: 12px;
  z-index: 4 !important;
}
.u-menubox .u-dynamic .dy-slide .bg {
  background: #000;
  height: 39px;
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 0;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.u-menubox .u-telbox {
  background-color: #222;
  color: #fff;
  position: relative;
}
.u-menubox .u-telbox .telbox {
  padding: 15px;
}
.u-menubox .u-telbox .telbox .tel-title {
  background-image: url("../images/phone.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 46px;
  line-height: 40px;
}
.u-menubox .u-telbox .telbox .tel {
  font-size: 26px;
  line-height: 24px;
  margin: 8px 0 13px;
}
.u-menubox .u-telbox .telbox .line {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #7f7f7f;
}
.u-menubox .u-telbox .telbox .email,
.u-menubox .u-telbox .telbox .addr {
  padding-left: 37px;
  font-size: 12px;
  line-height: 24px;
}
.u-menubox .u-telbox .telbox .email {
  background-image: url("../images/left_email.png");
  background-position: left center;
  background-repeat: no-repeat;
  margin: 30px 0 12px 0;
}
.u-menubox .u-telbox .telbox .addr {
  background-image: url("../images/left_addr.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.u-page {
  margin-left: 298px;
}
.u-page .up-title {
  padding-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  border-bottom: 1px solid #c4c4c4;
  line-height: 60px;
  text-align: right;
}
.u-page .up-title li {
  display: inline-block;
  color: #333;
  font-size: 14px;
}
.u-page .up-title li a:hover {
  color: #c00;
}
.u-page .u-content .pro-list li {
  margin: 0 6px 10px;
}
.u-page .u-content .pro-list li a {
  height: 260px;
}
.u-page .u-content .pro-list li a .info {
  bottom: 0;
  background-color: #f5f5f5;
}
.u-page .u-content .pro-list li a .shadow {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, 0, endColorstr=#7F000000, 0);
  background-image: url("../images/search.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.u-page .u-content .pro-list li a:hover .shadow {
  display: block;
}
.u-page .u-content .pro-list li a:hover .info {
  color: #fff;
  background-color: #c00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5cc0000, 0, endColorstr=#E5cc0000, 0);
}
.u-page .u-content .pro-list li a:hover .info span {
  background-image: url("../images/active_line.png");
}
.u-page .u-content .s-detailbox {
  text-align: center;
  padding-bottom: 12px;
  color: #a6a6a6;
  font-size: 12px;
}
.u-page .u-content .s-detailbox h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.u-page .u-content .detail-img {
  text-align: center;
  margin: 10px 0;
}
.u-page .u-content .s-content {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.u-page .pro-infoBox {
  position: relative;
  overflow: hidden;
}
.u-page .pro-infoBox .pro-picBox {
  float: left;
  width: 419px;
  height: 314px;
  overflow: hidden;
}
.u-page .pro-infoBox .pro-picBox li {
  width: 419px;
  height: 314px;
  float: left;
  background-size: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.u-page .pro-infoBox .pro-info {
  margin-left: 455px;
}
.u-page .pro-infoBox .pro-info .info {
  max-height: 280px;
  overflow: hidden;
}
.u-page .pro-infoBox .pro-info .info p {
  line-height: 30px;
  font-size: 14px;
}
.u-page .pro-infoBox .pro-info .info p label {
  font-weight: bold;
}
.u-page .pro-infoBox .pro-info .p-title {
  padding: 18px 0;
  line-height: 38px;
  font-size: 24px;
  font-weight: bold;
}
.u-page .pro-infoBox .pro-info .slider {
  position: absolute;
  bottom: 0;
  right: 0;
}
.u-page .pro-infoBox .pro-info .slider a {
  display: inline-block;
  width: 16px;
  height: 23px;
}
.u-page .pro-infoBox .pro-info .slider .prev {
  background-image: url("../images/sm_arrow_default.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.u-page .pro-infoBox .pro-info .slider .prev:hover {
  background-image: url("../images/sm_left_arrow_active.png");
}
.u-page .pro-infoBox .pro-info .slider .next {
  margin-left: 10px;
  background-image: url("../images/sm_right_arrow_default.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.u-page .pro-infoBox .pro-info .slider .next:hover {
  background-image: url("../images/sm_arrow_active.png");
}
.u-page .pro-detailBox {
  margin-top: 20px;
}
.u-page .pro-detailBox .pro-nav {
  height: 46px;
  line-height: 46px;
  margin-bottom: 16px;
  border: 1px solid #e7e7e7;
  background-color: #f5f5f5;
}
.u-page .pro-detailBox .pro-nav a {
  display: block;
  width: 102px;
  border-top: 3px solid #f5f5f5;
  float: left;
  text-align: center;
  line-height: 44px;
}
.u-page .pro-detailBox .pro-nav a.active {
  background-color: #fff;
  border-color: #bf0000;
}
.u-page .pro-detailBox .detail-item .content {
  padding: 30px 0;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.u-page .pro-detailBox .detail-item .detail-proList li {
  float: left;
  margin: 0 4px;
}
.u-page .pro-detailBox .detail-item .detail-proList li a {
  display: block;
  width: 201px;
  height: 210px;
  overflow: hidden;
  font-size: 18px;
  line-height: 62px;
}
.u-page .pro-detailBox .detail-item .detail-proList li a .img {
  width: 201px;
  height: 149px;
  overflow: hidden;
}
.u-page .pro-detailBox .detail-item .detail-proList li a:hover .jqthumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.u-page .pro-more .more-title {
  margin: 27px 0;
  padding: 0 8px;
  line-height: 30px;
  font-size: 18px;
  border-left: 5px solid #c00;
}
.u-page .pro-more .pro-list a {
  height: 199px !important;
}
.u-page .pro-more .pro-list a .info {
  background-color: rgba(255, 255, 255, 0.9) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, ff, endColorstr=#E5ffffff, ff);
}
.u-page .pro-more .pro-list a:hover .info {
  background-color: rgba(204, 0, 0, 0.9) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5cc0000, 0, endColorstr=#E5cc0000, 0);
}
/*在线留言*/
.sub-message {
  padding: 50px 30px;
  background: #FFF;
  color: #333;
  font-family: "microsoft yahei";
}
.sub-message .m-textimg {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}
.sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}
.sub-message i {
  font-style: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 5px;
  color: #c00;
}
.sub-message .m-tage {
  padding: 5px 0;
}
.sub-message .m-form {
  padding: 10px;
  margin-bottom: 10px;
}
.sub-message table {
  width: 100%;
}
.sub-message .m-form table td {
  padding: 7px 0;
}
.sub-message label {
  display: inline-block;
  width: 95px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  position: relative;
  top: -1px;
  font-size: 14px;
}
.sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: middle;
}
.sub-message .m-form .td-textarea {
  vertical-align: middle;
  width: 60%;
}
.sub-message .m-form .td-textarea label {
  float: left;
}
.sub-message .m-form .td-textarea textarea {
  width: 70%;
  height: 168px;
  padding: 5px;
}
.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;
  border: none;
  font-family: "microsoft yahei";
  cursor: pointer;
  font-size: 14px;
}
.sub-message .m-submit .btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
.sub-message .m-submit input {
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  margin: 0;
  width: 80px;
  cursor: auto;
  padding-left: 5px;
}
.sub-message .m-submit input,
.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
  border: 1px solid #E1E1E1;
  background: #FFF;
}
.sub-message .m-form {
  border: 1px solid #e0e0e0;
  background: #f5f3f3;
}
.sub-message .m-submit .btn {
  color: #fff;
  background: #c00;
}
/*搜索*/
.bd {
  border-bottom: 1px solid #e0ddde;
  padding: 60px 0 60px 0;
}
.bd .inputs {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.bd .inputs .text {
  float: left;
  width: 331px;
  border: 1px solid #c00;
  height: 15px;
  border-right: 0;
  background: #FFF;
  padding: 5px 3px;
}
.bd .inputs .btn {
  float: left;
  width: 60px;
  border: 0;
  background: #c00;
  height: 27px;
  line-height: 27px;
  border: 1px solid #c00;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
}
.pt {
  background: url(../images/search-no.png) 30px center no-repeat;
  height: 240px;
  padding: 115px 0 0 250px;
  width: 50%;
  margin: 0 auto;
}
.pt h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
}
.pt h3 span {
  color: #c00;
}
.pt p {
  color: #333;
}
