@charset "UTF-8";
/*****sidebar*****/
.sidebar {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar .left {
  position: absolute;
  z-index: 999;
  top: 30px;
  left: 30px;
  width: 214px;
}
.sidebar .left > p {
  width: 214px;
  background: #3c76c9;
  color: white;
  font-size: 24px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px #eee inset;
  -moz-box-shadow: 0 0 5px #eee inset;
  box-shadow: 0 0 5px #eee inset;
}
.sidebar .left ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ececec);
  background-image: -moz-linear-gradient(top, #ffffff, #ececec);
  background-image: -o-linear-gradient(top, #ffffff, #ececec);
  background-image: -ms-linear-gradient(top, #ffffff, #ececec);
  background-image: linear-gradient(top, #ffffff, #ececec);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .left ul li:last-child {
  height: 10px;
  background: #004EA2;
}
.sidebar .left ul li:hover {
  background: #3c76c9;
}
.sidebar .left ul li:hover > a {
  color: white;
}
.sidebar .left ul li:hover > a .go {
  color: white;
}
.sidebar .left ul li.hover {
  background: #3c76c9;
}
.sidebar .left ul li.hover > a {
  color: white;
}
.sidebar .left ul li.hover > a .go {
  color: white;
}
.sidebar .left ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.sidebar .left ul li > a .name {
  margin-left: 60px;
}
.sidebar .left ul li > a .go {
  color: transparent;
  margin-right: 20px;
  font-family: '宋体';
  font-weight: bold;
}
.sidebar .right {
  position: relative;
  width: 920px;
  height: 100px;
}
.sidebar .right .tit {
  display: block;
  position: absolute;
  top: 60px;
  font-size: 18px;
  color: #ff4200;
}
.sidebar .right .path {
  position: absolute;
  right: 20px;
  top: 70px;
  color: #666;
  font-size: 14px;
}
.sidebar .right .path > a {
  color: #666;
}
.hide {
  width: 280px;
  height: 280px;
}
/*****sidebar2*****/
.sidebar2 {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar2 .tit {
  display: block;
  position: absolute;
  top: 60px;
  font-size: 18px;
  color: #ff4200;
}
.sidebar2 .path {
  position: absolute;
  right: 20px;
  top: 70px;
  color: #666;
  font-size: 14px;
}
.sidebar2 .path > a {
  color: #666;
}
/*****分页器*****/
#pagevt {
  position: absolute;
  height: 32px;
  bottom: 70px;
  /* older safari/Chrome browsers */
  -webkit-opacity: 0;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0;
  /* IE9 + etc...modern browsers */
  opacity: 0;
  /* IE 4-9 */
  filter: alpha(opacity=0);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#pagevt .btn > a,
#pagevt .btn > span {
  display: block;
  width: 60px;
  height: 30px;
  border: 1px solid #F26060;
  margin: 0 5px;
  text-align: center;
  line-height: 30px;
  color: #F26060;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#pagevt .btn > a:hover,
#pagevt .btn > span:hover {
  background: #F26060;
  color: white;
}
#pagevt .num > a,
#pagevt .num > span {
  float: left;
  display: block;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #F26060;
  margin: 0 5px;
  text-align: center;
  color: #F26060;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#pagevt .num > a:hover,
#pagevt .num > span:hover {
  background: #F26060;
  color: white;
}
#pagevt .num > span.current {
  background: #999;
  border: 1px solid #999;
  color: white;
}
#pagevt .btn > span.current {
  background: #999;
  border: 1px solid #999;
  color: white;
}
/*****分页器信息*****/
#pagetext {
  position: absolute;
  height: 32px;
  line-height: 32px;
  bottom: 70px;
  color: #666;
  font-size: 14px;
}
/*****banner*****/
#banner {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 251px;
}
#banner > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -960px;
  margin-top: -125.5px;
  width: 1920px;
  height: 251px;
}
/*****about*****/
#about .content {
  width: 900px;
  padding: 45px 20px 100px 0;
}
#about .content > img {
  margin-bottom: 40px;
}
#about .content > p {
  font-size: 18px;
  color: #666;
  line-height: 2;
  text-indent: 2em;
}
/*****honor*****/
#honor .content {
  position: relative;
  width: 900px;
  padding: 45px 0 150px 0;
}
#honor .content #jq22 li {
  position: relative;
  width: 290px;
  height: 250px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 12px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#honor .content #jq22 li:hover {
  -webkit-box-shadow: 0px 3px 5px #999;
  -moz-box-shadow: 0px 3px 5px #999;
  box-shadow: 0px 3px 5px #999;
}
#honor .content #jq22 li:nth-child(3n) {
  margin-right: 0px;
}
#honor .content #jq22 li > p {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 30px;
  padding: 5px 0;
  text-align: center;
  /* for IE9 IE8 IE7 not sure about IE6*/
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#80000000', endColorstr='#80000000');
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
:root #honor .content #jq22 li > p {
  /*
          * IE9 由于rgba和filter都支持，会导致两个颜色叠加，使用hack去除
          * \9 代表 IE9 以下浏览器支持
          * :root 只有 IE9+ 以及其他现代浏览器支持
          * IE10 以上不再支持 filter
        */
  filter: none;
}
/*****news*****/
#news .content {
  position: relative;
  width: 900px;
  padding: 45px 20px 150px 0;
}
#news .content .show {
  display: block;
  width: 100%;
  height: 240px;
  background: #EBEBEB;
  padding: 5px;
  margin-bottom: 40px;
}
#news .content .show:hover .des p:nth-child(3) {
  background: #e43435;
  color: white;
}
#news .content .show .des {
  position: relative;
  width: 500px;
  height: 250px;
}
#news .content .show .des > p:nth-child(1) {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #e43435;
  font-weight: bold;
}
#news .content .show .des > p:nth-child(2) {
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  line-height: 2;
}
#news .content .show .des > p:nth-child(3) {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 14px;
  background: white;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#news ul li {
  width: 100%;
  padding: 5px;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px dotted #e0e0e0;
}
#news ul li:hover a {
  color: #e43435;
  font-weight: bold;
}
#news ul li a {
  font-size: 14px;
  color: #666;
}
/*****news_read*****/
#news_read .main {
  width: 900px;
  padding: 45px 0 150px 0;
}
#news_read .main > p:nth-child(1) {
  font-size: 20px;
  color: #e43435;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
#news_read .main > p:nth-child(2) {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}
#news_read .main .content > p {
  color: #666;
  font-size: 14px;
}
#news_read .main .content > p > img {
  margin: 0 auto;
}
/*****product*****/
#product {
  width: 100%;
  padding: 60px 0 120px 0;
}
#product ul {
  height: 720px;
}
#product ul li {
  width: 295px;
  height: 280px;
  float: left;
  margin: 0 52px;
  margin-bottom: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 70px;
}
#product ul li:hover > a {
  -webkit-box-shadow: 0px 3px 5px #999;
  -moz-box-shadow: 0px 3px 5px #999;
  box-shadow: 0px 3px 5px #999;
}
#product ul li:hover > a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#product ul li > a {
  display: block;
  width: 295px;
  height: 230px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#product ul li > a > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*****product_read*****/
#product_read {
  padding: 50px 50px 100px 50px;
}
#product_read .main > p {
  font-size: 30px;
  text-align: center;
  color: #004fa2;
  font-weight: bold;
  margin-bottom: 70px;
}
#product_read .main .content .pic {
  width: 100%;
  height: 500px;
}
#product_read .main .content .tit {
  margin-bottom: 50px;
}
#product_read .main .content .tit > p {
  font-weight: bold;
  font-size: 26px;
  color: #004fa2;
  margin-bottom: 20px;
}
#product_read .main .content .tit > p > span {
  font-size: 18px;
  color: #F26060;
  margin-left: 15px;
}
/*****base_read*****/
#base_read {
  width: 100%;
}
#base_read .content {
  width: 900px;
  padding: 50px 0 100px 0;
}
#base_read .content > p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
#base_read .content > p img {
  margin: 0 auto;
}
/*****contact*****/
#contact {
  width: 100%;
}
#contact .content {
  width: 900px;
  height: 500px;
  background: url('../img/contact.jpg') no-repeat center center;
  padding: 50px 0 100px 0;
}
#contact .content > p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
#contact .content > p img {
  margin: 0 auto;
}
