.i-faq-list {
  margin-top: 40px;
  width: 559px;
}
.pull-left{ float: left; }
.pull-right{ float: right; }
.i-faq-list li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  height: 99px;
  background: #fff;
  margin-bottom: 8px;
  padding: 8px 20px;
  border: 2px solid transparent;
}
.i-faq-list li dt {
  margin-bottom: 15px;
  font-size: 14px;
  color: #191919;
}
.i-faq-list li dt span {
  font-size: 24px;
  color: #da251c;
  font-family: arial!important;
  display: inline-block;
}
.i-faq-list li dd {
  font-size: 14px;
  color: #191919;
}
.i-faq-list li:hover {
  border: 2px solid #da251c;
}
.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #da251c;
  width: 100%;
  height: 48px;
  z-index: 1;
}
.inner-banner-content {
  position: absolute;
  bottom: 0;
  width: 215px;
  height: 65px;
  background: #da251c;
  color: #fff;
  padding: 15px 0 0 15px;
}
.inner-banner-content h3 {
  font-size: 24px;
  font-weight: bold;
}
.inner-banner-content h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}
.side-qr #qr_output {
  text-align: center;
}
.side-qr img,
.side-qr canvas {
  margin: 0 auto;
}
.side-qr p {
  text-align: center;
  color: #000;
  font-size: 14px;
  margin-top: 12px;
}

.prodet-box{ width: 980px!important; }
.prodet-contact {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 5px 10px;
  background: #e6e6e6;
  text-align: center;
}
.prodet-contact h5 em {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  color: #595959;
}
.prodet-contact h5 strong {
  font-weight: bold;
  font-size: 24px;
  color: #c70000;
}
.prodet-contact a {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  display: block;
  width: 100%;
  padding: 6px 0;
  background: #c70000;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
.prodet-contact a:hover {
  background: #970707;
}

.prodet{
	
}
.prodet .prodet-tab-bar{
	display: none;
	opacity: 0;
	filter: alpha(opacity:0);
}

table{
   width:980px;
   border-collapse:collapse;
}
.case-contact table{ width:100%; }
table td{
   padding:5px 0;
}


.news-list {
  padding: 10px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 6px 0 #cccccc;
  -webkit-box-shadow: 0 0 6px 0 #cccccc;
  -moz-box-shadow: 0 0 6px 0 #cccccc;
  -ms-box-shadow: 0 0 6px 0 #cccccc;
  -o-box-shadow: 0 0 6px 0 #cccccc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.news-list img {
  width: 100%!important;
}
.news-list li {
  padding: 10px 15px 20px;
  margin-bottom: 2px;
  transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
}
.news-list li a {
  display: block;
  color: #000;
}
.news-list li a h4 {
  font-size: 16px;
  line-height: 26px;
  margin: 5px 0;
}
.news-list li a span {
  color: #bdbdbd;
  margin-bottom: 10px;
  display: block;
}
.news-list li a p {
  font-size: 14px;
}
.news-list li:nth-of-type(2n+1) {
  background: #f8f8f8;
}
.news-list li:nth-of-type(2n) {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.news-list li:hover {
  background: #d80025;
}
.news-list li:hover a {
  color: #fff;
}
.news-list li:hover span {
  color: #fff;
}
.news-list li .new-l {
  width: 430px;
}
.news-list li .new-r {
  box-shadow: 0 2px 4px 0 #cccccc;
  -webkit-box-shadow: 0 2px 4px 0 #cccccc;
  -moz-box-shadow: 0 2px 4px 0 #cccccc;
  -ms-box-shadow: 0 2px 4px 0 #cccccc;
  -o-box-shadow: 0 2px 4px 0 #cccccc;
  padding: 3px;
  border: 1px solid #A4A4A4;
  width: 180px;
}
.news {
  padding: 10px 5%;
  background: #fff;
  box-shadow: 0 0 6px 0 #cccccc;
  -webkit-box-shadow: 0 0 6px 0 #cccccc;
  -moz-box-shadow: 0 0 6px 0 #cccccc;
  -ms-box-shadow: 0 0 6px 0 #cccccc;
  -o-box-shadow: 0 0 6px 0 #cccccc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 100%;
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 26px;
  text-align: center;
  color: #333;
  margin-top: 10px;
}
.news .news_date {
  line-height: 24px;
  text-align: center;
  border-bottom: 1px solid #CCC;
}
.news .news_date h3 {
  padding-bottom: 12px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.news .news_contents {
  color: #333;
  font-size: 12px;
  line-height: 24px;
  clear: both;
  margin-top: 20px;
  border-bottom: 1px dashed #CCC;
  text-indent: 2em;
  padding-bottom: 10px;
}
.news .news_contents a {
  color: #333;
  font-size: 12px;
  line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #333;
  font-size: 12px;
  line-height: 24px;
  clear: both;
  margin-top: 30px;
}
.news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 12px;
  margin-left: 5px;
}
.news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000000;
}
.news .newsnav {
  margin-bottom: 30px;
  padding-top: 10px;
}
.m-page {
  margin: 50px 0px 10px;
  _padding-bottom: 30px;
  *padding-bottom: 30px;
  text-align: center;
  line-height: 32px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page i {
  display: inline-block;
  vertical-align: top;
  padding: 2px 12px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 12px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #3C3C3C;
}
.m-page a:active {
  background: #064896;
}
.m-page a.z-crt,
.m-page a.z-crt:hover,
.m-page a.z-crt:active {
  cursor: default;
  color: #fff;
  background: #da251c;
}
.m-page-sm {
  margin: 20px auto 20px auto;
  line-height: 22px;
}
.m-page-sm a,
.m-page-sm i {
  padding: 5 10px;
}
.m-page-sr a,
.m-page-sr i {
  margin: 0 3px;
  border-radius: 2px;
}
.m-page-sr i {
  border: 0;
}

.fd-list li{ margin-bottom: 20px;float: left; }
.fd-list li a{
	margin-top: 0;
	padding: 20px 8px;
}
.fd-list li a p{
	padding: 0!important;
}
#fancybox-loading {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(../images/fancybox.png);
}
#fancybox-overlay {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-outer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(../images/fancybox.png) -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(../images/blank.html);
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url(../images/fancybox.png);
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url(../images/fancybox.png);
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url(../images/fancybox-x.png);
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url(../images/fancybox.png);
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url(../images/fancybox-y.png);
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url(../images/fancybox.png);
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url(../images/fancybox-x.png);
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url(../images/fancybox.png);
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(../images/fancybox-y.png);
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url(../images/fancybox.png);
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url(../images/fancy_title_over.png);
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(../images/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(../images/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(../images/fancybox.png) -55px -90px no-repeat;
}

.dw-list li .new-l p{ padding-top:0; }


.spe-2 .banner-content{ left:70%; }