@charset "UTF-8";
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}

ul,
dl {
  margin: 0px;
  padding: 0px;
}

li,
ol {
  list-style: none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #313131;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border: 0;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
}

p {
  margin: 0px;
  padding: 0px;
}

/* 导航 */
.w1200 {
  width: 1200px;
  margin: 0px auto;
}

.w1000 {
  width: 1000px;
  margin: 0px auto;
}

.categbox {
  height: 80px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
  /* 老的 Firefox */
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.categbox .w_wbox .location {
  height: 80px;
  line-height: 80px;
  float: left;
}

.categbox .w_wbox .location .iconfont {
  color: #A0A0A0;
}

.categbox .w_wbox .location .fh {
  margin: 0px 5px;
}

.categbox .w_wbox .location a {
  color: #313131;
  text-decoration: none;
}

.categbox .w_wbox .catelistbox {
  float: right;
  line-height: 80px;
}

.categbox .w_wbox .catelistbox ul li {
  float: left;
  margin: 0px 10px;
  position: relative;
}

.categbox .w_wbox .catelistbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.categbox .w_wbox .catelistbox ul li p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}

.categbox .w_wbox .catelistbox ul li p::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}

.categbox .w_wbox .catelistbox ul li p::before {
  /* border-top: 2px solid #f00; */
  border-bottom: 2px solid #f00;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.categbox .w_wbox .catelistbox ul li:hover p::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.categbox .w_wbox .catelistbox ul li.active a {
  border-bottom: 2px solid #f00;
  color: #f00;
}

/*图片列表*/
.imglist ul li {
  float: left;
  width: calc((100% - 100px)/4);
  /*width:280px;*/
  margin: 10px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  /*background-color:rgba(255,0,0,0.6) ;*/
  background-color:#ECECEC;
  padding: 10px;
  border-radius: 6px;
  /*display: inline-block;*/
}

.imglist ul li a img {
  transition: all 0.4s !important;
  width: 100%;
  border-radius:4px;
  height: 204px;
}

.imglist ul li .btnc {
  width: 100%;
  height: 50px;
  /*height: 110px;*/
  background-color: rgba(48, 48, 48, 0.7);
  /*position: absolute;*/
  left: 0px;
  /*bottom: -63px;*/
  bottom: -0px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.imglist ul li .btnc h2 {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-align: left;
    white-space: nowrap;
    width: 120px;
    padding-left: 10px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imglist ul li .btnc h3 {
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: right;
}

.imglist ul li:hover {
  overflow: hidden;
}

.imglist ul li:hover a img {
  transform: scale(1.2);
}

.imglist ul li:hover .btnc {
  background: #f00;
  bottom: 0px;
}

.imglist ul li:hover .btnc h3:hover {
  /*background: #fff;*/
  color: #fff;
}

/*产品内页*/
.miaoshu {
  margin: 20px 0px;
}

.miaoshu .mstitle {
  height: 40px;
  border-bottom: 1px solid #f00;
}

.miaoshu .mstitle span {
  background: #f00;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  width: 60px;
  color: #fff;
}

.miaoshu .conent {
  margin-top: 20px;
}

/*上一篇下一篇*/
.nextpert {
  margin-bottom: 30px;
}

.nextpert .pert {
  float: left;
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nextpert .pert a {
  color: #313131;
}

.nextpert .next {
  float: right;
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nextpert .next a {
  color: #313131;
}

/*新闻列表*/
.newspagelist {
  margin: 20px auto;
}

.newspagelist .n-item {
  width: 100%;
  height: 159px;
  border: 1px solid transparent;
  position: relative;
  background: #f7f7f7;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  margin: 20px 0px;
}

.newspagelist .n-item .news_two a {
  color: #ccc;
  text-decoration: none;
}

.newspagelist .n-item .news_two img {
  border: 0;
  vertical-align: top;
}

.newspagelist .n-item .news_two_img {
  width: 230px;
  height: 157px;
  float: left;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.newspagelist .n-item .news_two_img img {
  width: 200px;
  height: 130px;
  margin: 15px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.09);
}

.newspagelist .n-item .news_two_txt {
  width: 56%;
  float: left;
  margin: 36px 0 28px 34px;
  transition: all .3s ease-out 0s;
}

.newspagelist .n-item .news_two_txt span {
  font-size: 16px;
  color: #717171;
  display: block;
  height: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all .3s ease-out 0s;
}

.newspagelist .n-item .news_two_txt i {
  height: 52px;
  color: #A2A2A2;
  line-height: 24px;
  display: block;
  overflow: hidden;
  transition: all .3s ease-out 0s;
  font-style: normal;
}

.newspagelist .n-item .news_two_date {
  float: right;
  color: #999999;
  padding: 36px 66px 0px 0px;
  transition: all 0.3s ease-out 0s;
}

.newspagelist .n-item .news_two_date span {
  height: 26px;
  font-size: 19px;
  font-family: HELVETICANEUELTPRO-THEX, å¾®è½¯é›…é»‘;
}

.newspagelist .n-item .ser_but {
  position: absolute;
  top: 72px;
  right: 50px;
  width: 70px;
  height: 35px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #dedfe1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.newspagelist .n-item .ser_but i {
  width: 70px;
  height: 35px;
  line-height: 35px;
  transition: all 0.3s;
  font-style: normal;
}

.newspagelist .n-item .news_two_but {
  position: absolute;
  top: 100px;
  right: 105px;
}

.newspagelist .n-item .i_buttontext {
  color: #ccc !important;
  text-decoration: none;
}

.newspagelist .n-item:hover {
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
  /* 老的 Firefox */
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
}

.newspagelist .n-item:hover .news_two_img {
  background: #E1E1E1;
}

.newspagelist .n-item:hover .news_two_but {
  background: #E1E1E1;
}

.newspagelist .n-item:hover .i_buttontext {
  color: #fff !important;
}

.newspagelist .n-item:hover .news_two_txt {
  margin-left: 40px;
}

/*新闻内页*/
.xinwen_showbox {
  margin-top: 20px;
}

.xinwen_showbox .xiwentitle {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.xinwen_showbox .xiwentitle .n_title {
  vertical-align: middle;
  float: none;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-align: justify;
  font-size: 30px;
  text-align: center;
}

.xinwen_showbox .xiwentitle span {
  margin-top: 10px;
  font-size: 12px;
}

.xinwen_showbox .conent {
  margin: 20px 0px;
}

.img_show .p_title {
  vertical-align: middle;
  float: none;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-align: justify;
  font-size: 30px;
  text-align: center;
  width: 100%;
  /*padding-top: 20px;*/
  text-align: left;
  margin-bottom: 20px;
}
.prodelite{}
.prodelite{}
.prodelite .changpshow{width:400px;margin-right: 20px;float:left;}
.prodelite .changpshow .simgbox{padding: 10px 10px 40px 10px; background: #ECECEC url(../images/pro_bg.jpg) no-repeat scroll bottom;overflow: hidden;border-radius:6px;}
.prodelite .changpshow .simgbox img{width:100%;display: block;border-radius:4px;}
.prodelite .miaoshu{width:780px;float:left;}
.nextpert{margin-top: 20px;}
.backlist{text-align: right;margin-top: 60px;}
.backlist a{padding: 10px 20px;background: red;color:#fff;}
.backlist a:hover{
	color:#fff;
}

.proimg444{
	overflow: hidden;
}