body {
  /* height: 5000px; */
}

/*.w1280,.pro-footer,.my-top, .pro{
  width: 100%;
  min-width: 1280px;
  margin-left: 0;
  margin-right: 0;
}*/
.container{
  width: 1280px;
  font-family: Microsoft YaHei,SimHei,SimSun !important;
}

/* nav */
.my-nav {
  /* height: 40px; */
  /* font-size: 18px;
  font-weight: bold; */
  font-size: 14px;
}
.my-nav-color {
  background-color: #23222a;
}
.my-nav li>a {
  color: #fff;
  border-radius: 0;
  padding: 14px 40px;
  font-size: 16px;
}
.my-nav .isparents .dropdown-menu a:hover,
.my-nav li>a:focus,
.my-nav li>a:hover {
  color: #ff580e;
  /* #2d4395; */
  transition: color 0.5s ease;
  /* box-shadow:inset 0px 0px 1px 1px #000; */
}
.my-nav .isparents .dropdown-menu {
  border-radius: 0;
}
.my-nav .isparents .dropdown-menu a {
  background-color: #000;
  color: #fff
}

/* banner */
.carousel-indicators .active {
  width: 80px;
  height: 10px;
  background-color: #000;
}
.carousel-indicators li {
  width: 50px;
  height: 8px;
  border: 1px solid #000;
}

/* product */
.pro {
  margin-top: 30px;
}
.pro-l {
  background-color: #f5f5f7;
  border-radius: 8px;
  padding-bottom: 15px;
}
.pro .pro-title, .pro .pro-tel {
  background-color: #3d3e4d;
  border-radius: 8px;
}
.pro .pro-title {
  padding: 50px 10px;
  background-color: #3d3e4d;
  text-align: center;
}
.pro .pro-title span {
  font-weight: bold;
  /* font-family: SimHei, Microsoft YaHei, SimSun; */
}
.pro .pro-title .cn {
  font-size: 40px;
  color: #ffb14c;
  letter-spacing: 4px;
  display: block;
}
.pro .pro-title .en {
  font-size: 15px;
  /* font-family: Microsoft YaHei; */
  color: #fff;
}

.pro .pro-nav {}
.pro .pro-nav a {
  color: #555;
  /* font-family: SimHei, Microsoft YaHei, SimSun; */
}
.pro .pro-item a:hover, .pro .pro-nav ul li a:hover {
  color: #fff;
  text-decoration: none;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  /* Firefox 4 */
  -webkit-transition: all 0.1s;
  /* Safari 和 Chrome */
  -o-transition: all 0.1s;
  /* Opera */
}
.pro .pro-nav ul {
  list-style-type: none;
  padding: 0;
  padding-top: 28px;
}
.pro .pro-nav ul>li {
  background-color: #e0e0e0;
  padding: 10px 20px;
  margin-top: 14px;
  /* text-align: center; */
  font-size: 18px;
  font-weight: bold;
  text-indent: 25px;
  transition: all 2s;
  -moz-transition: all 2s;
  /* Firefox 4 */
  -webkit-transition: all 2s;
  /* Safari 和 Chrome */
  -o-transition: all 2s;
  /* Opera */
}
.pro .pro-nav .active {
  background-color: #3d3e4d !important;
}
.pro .pro-nav .active a {
  color: #fff !important;
}
.pro .pro-nav .active a:hover {
  color: #ffb14c !important;
}
.pro .pro-tel {
  margin-top: 195px;
}
.pro .tel-ico {
  color: #fff;
  padding: 15px 0 20px 40px;
  width: 100px;
}
.pro .tel-ico .tel {
  border-radius: 100%;
  border: 2px solid #fff;
  height: 50px;
  width: 50px;
  font-size: 36px;
  padding: 6px 0 0 5px;
}
.pro .tel-num {
  width: 220px;
  font-size: 24px;
  color: #ffb14c;
  padding-right: 20px;
  padding-top: 10px;
  /* font-family: Microsoft YaHei; */
}
.pro .tel-num span {
  display: block;
}

/* product right */
.pro .pro-r .pro-items {
  padding-top: 10px;
}
.pro .pro-r .pro-item {
  padding-bottom: 15px;
}
.pro .pro-r .pro-item img {
  border: 1px solid #ddd;
}
.pro .pro-r .pro-item .title {
  display: block;
  text-align: center;
  background-color: #eee;
  color: #000;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

/* fengmian */
.pro-fm {
  height: 740px;
  background: url("../images/pro-center-bg.jpg") center no-repeat;
}
.pro-fm .pro-c,
.pro-fm .pro-r {
  position: relative;
  /* z-index: 9; */
}
.pro-fm .pro-c-t {
  width: 330px;
  height: 550px;
  background-color: #565761;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid #565761;
}
.pro-fm .pro-c-t .pro-c-title {
  position: absolute;
  z-index: 99;
  top: 40px;
  left: 60px;
  width: 109px;
  height: 279px;
  background: url("../images/pro-centers-title.png") center no-repeat;

}
.pro-fm .pro-c-t .pro-c-xd{
  position: absolute;
  z-index: 999;
  bottom: 0px;
  right: -55px;
  width: 215px;
  height: 267px;
  background: url("../images/pro-xd.png") center no-repeat;
}
.pro-fm .pro-c-5,
.pro-fm .pro-c-4,
.pro-fm .pro-c-3,
.pro-fm .pro-c-2,
.pro-fm .pro-c-1{
  background-color: #e1e1e1;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.25);
  /* border: 1px solid #e1e1e1; */
}
.pro-fm .pro-c-1-title,
.pro-fm .pro-c-2-title,
.pro-fm .pro-c-3-title,
.pro-fm .pro-c-4-title,
.pro-fm .pro-c-5-title{
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.pro-fm .pro-c-1,
.pro-fm .pro-c-2,
.pro-fm .pro-c-3{
  height: 265px;
}
.pro-fm .pro-c-4,
.pro-fm .pro-c-5{
  height: 272px;
}
.pro-fm .pro-c-1{
  width: 350px;
}
.pro-fm .pro-c-1-title {
  background: url("../images/pro-centers-1.png") center no-repeat;
}
.pro-fm .pro-c-2{
  width: 256px;
}
.pro-fm .pro-c-2-title {
  left: 3px;
  background: url("../images/pro-centers-2.png") center no-repeat;
}
.pro-fm .pro-c-3{
  width: 308px;
}
.pro-fm .pro-c-3-title {
  background: url("../images/pro-centers-3.png") center no-repeat;
}
.pro-fm .pro-c-4{
  width: 516px;
}
.pro-fm .pro-c-4-title {
  background: url("../images/pro-centers-4.png") center no-repeat;
}
.pro-fm .pro-c-5{
  width: 410px;
  right: 1px;
}
.pro-fm .pro-c-5-title {
  background: url("../images/pro-centers-5.png") center no-repeat;
}

/* youshi */
.bbjg-ys {
  padding-top: 40px;
  padding-bottom: 20px;
}
.pro-footer .xddydj, .bbjg-ys .xddydj {
  height: 325px;
  background: url("../images/xddydj.jpg") center no-repeat;
}
.bbjg-ys .dys {
  height: 1296px;
  background: url("../images/4dys.jpg") center no-repeat;
}
.bbjg-ys .jgsb {
  height: 644px;
  background: url("../images/jgsb.jpg") center no-repeat;
}

/* news */
.news {
  padding-top: 30px;
  padding-bottom: 30px;
}
.news .my-tab{
  width: 50%;
  margin: auto;
  margin-bottom: 25px;
}
/* .news .my-tab a{
  color: #fff;
}
.news .my-tab .my-btn{
   background-color: #666;
   border-color: #999;
}
.news .my-tab .my-btn:active{
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
} */

.news .title {
  padding-bottom: 10px;
}
.news-title a {
  color: #555;
}
.news .news-title h4 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.news .news-item {
  padding-bottom: 20px;
}
.news .news-item .news-img img {
  width: 178px;
  height: 128px;
  overflow: hidden;
}
.news-item .news-more,
.news .news-item .news-time {
  text-align: end;
}
.news-center .news-item .news-des,
.news .news-item .news-des {
  line-height: 17px;
  height: 68px;
  overflow: hidden;
}
.news-center .news-item .news-des,
.news .news-item .news-time,
.news .news-item .news-des {
  color: #999;
}
.news-center .news-item .news-more a:hover,
.news-center .news-item a:hover,
.news a:hover {
  text-decoration: none;
  color: #ff580e;
}
.news .more {
  padding-top: 18px;
  text-align: center;
}
.news .more a {
  text-decoration: none;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 30px;
}
.news .more a:hover {
  color: #ff580e;
  border: 1px solid #ff580e;
}
.news-center .news-item .news-more a:hover{
  background-color: #fff;
  border: 1px solid #ff580e;
}
.news-center .news-item .news-more a{
  background-color: #b6b6b6;
  color: #fff;
  padding: 5px 10px;
}
.news-center .news-item{
  padding: 10px 15px;
  border: 1px solid #eee;
}
.news-center .news-item .news-des{
    line-height: 2rem;
}
.news-center .news-item h4{
    font-weight: 900;
}
/* article */
.news-article .news-mian .news-title h1{
  font-size: 30px;
  /* font-weight: bold; */
  /* font-family: Microsoft YaHei,SimHei,SimSun; */
  text-align: center;
}
.news-article .news-mian .news-info{
  background-color: #f5f5f7;
  color: #999;
  text-align: center;
  /* font-family: Microsoft YaHei,SimHei,SimSun; */
  font-size: 16px;
  padding: 10px;
}
.news-article .news-mian .news-info span{
  padding: 0 15px;
}
.news-article .news-mian .news-content{
  padding: 10px 35px 30px;
  border-bottom: 1px solid #f5f5f7;
  font-size: 16px;
}
.news-article .news-mian .sxw{
  width: 46%;
  margin: 15px 2% 0;
  float: left;
  height: 42px;
  line-height: 30px;
  overflow: hidden;
  /* padding-right: 20px; */
  padding: 6px 15px;
  background-color: #f5f5f7;
  color: #666;
  text-align: left;
}
.news-article .news-mian .sxw a{
}
/* fenye */
.listpage {
  padding-top: 18px;
}
.listpage .xiaocms-page {
  font-size: 14px;
  text-align: center;
  color: #999;
}
.listpage .xiaocms-page a {
  border: 1px solid #ccc;
  padding: 3px 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  color: #999;
}
.listpage .xiaocms-page span {
  padding: 0 5px;
}

/* pro-details */
.pro-details h1{
  font-weight: bold;
  /* font-family: SimHei, Microsoft YaHei, SimSun; */
  font-size: 30px;
  color: #555;
  padding: 12px 0 0px 10px;
}
.no-border {
  border: 1px solid transparent !important;
}
.pro-details .info-table{
  font-size: 16px;
  border-collapse:separate;
  border-spacing:0 1rem;
}

.pro-details .table .tt{
  width: 30%;
  background-color: #3d3e4d;
  color: #fff;
  text-align: center;
  padding: 16px 0px;
  vertical-align: middle;
  font-weight: bold;
}
.pro-details .table .ss{
  background-color: #f1f1f1;
  border: none;
  padding: 16px 0 16px 10px;
}
.pro-details .carousel-indicators {
    position: absolute;
    bottom: -30px;
    left: 30%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.pro-details .carousel-indicators li {
    display: inline-block;
    width: 30%;
    height: 8px;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 0px;
}
.pro-details .carousel-indicators .active {
    background-color: #000;
    border-color: #666;
}
.product-detail .pro-content img{
  max-width: 100% !important;
  height: auto !important;
}

/* mianbaoxie nav-bar */
.pro-r .mbx {
  padding-top: 20px;
  color: #666;
  height: 70px;
  background: url("../images/pro-ftitle2.png") center no-repeat;
}

/* footer */
.footer {
  background-color: #23222a;
  color: #fff;
  padding-top: 30px;
  /*margin-top: 50px;*/
}
.footer .footer-list {
  width: 20%;
  float: left;
}
.footer .footer-list ul {
  list-style-type: none;
  padding: 0;
}
.footer .footer-list ul>li {
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
.footer .footer-list .title {
  font-size: 22px;
  padding: 10px 15px;
}
.footer .footer-list .tel {
  font-size: 18px;
  padding-bottom: 8px;
}
.footer .footer-list .tel, .footer .footer-list .title, .footer .copyright {
  text-align: center;
  color: #eee;
}
.footer .footer-list .code img {
  width: 120px;
}
.footer .copyright p {
  border-top: 1px solid #6b6b6b;
  padding-top: 8px;
}
.footer a {
  text-decoration: none;
  color: #eee;
}
.listpage .xiaocms-page a:hover, .news .title a:hover, .footer a:hover {
  color: #ff580e;
}

/* base style */
.fl {
  float: left;
}
.fr {
  float: right;
}
.m-0 {
  margin: 0 !important;
}
.m-r12 {
  margin-right: 12px;
}
.m-t12 {
  margin-top: 12px;
}
.m-t100{
  margin-top: 100px;
}
.m-t130 {
  margin-top: 130px !important;
}
.p-0 {
  padding: 0;
}
.p-l0{
  padding-left: 0;
}
.p-lr-15 {
  padding: 0 15px;
}
.p-l-30 {
  padding: 0;
  padding-left: 30px;
}
.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}
.p-t10 {
  padding-top: 10px;
}
.p-t100{
  padding-top: 100px;
}
.p-t15 {
  padding-top: 15px !important;
}
.p-t20 {
  padding-top: 20px !important;
}
.p-t50 {
  padding-top: 50px;
}
.p-b20 {
  padding-bottom: 20px;
}
.p-b30 {
  padding-bottom: 30px;
}
.m-t20 {
  margin-top: 20px;
}
.m-t30 {
  margin-top: 30px;
}
.m-t50 {
  margin-top: 50px;
}
.max-width {
  max-width: 100%;
}

.brand .content{
  padding:0 15% 0; 
  font-size: 18px;
  line-height: 30px;
}
.news-mian .news-content img,
.pro-details .pro-content img{
  max-width: 100% !important;
  height: auto;
}
.news-mian .news-content table,
.pro-details .pro-content table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    border-color: #eee;
}
.pro-details .pro-content table>tbody>tr>td, .pro-details .pro-content table>tbody>tr>th, .pro-details .pro-content table>tfoot>tr>td, .pro-details .pro-content table>tfoot>tr>th, .pro-details .pro-content table>thead>tr>td, .pro-details .pro-content table>thead>tr>th,
.news-mian .news-content table>tbody>tr>td,.news-mian .news-content table>tbody>tr>th, .news-mian .news-content table>tfoot>tr>td, .news-mian .news-content table>tfoot>tr>th, .news-mian .news-content table>thead>tr>td, .news-mian .news-content table>thead>tr>th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}