* {
  padding: 0;
  margin: 0;
  text-align: left;
  color: #3D3D3D;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  line-height: 28px;
}

img {
  border: 0;
}

a, a:hover {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #b72113;
}

li {
  list-style: none;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.big-row {
  width: 1250px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.transition {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/*
box model;
*/
.topbg {
  position: fixed;
  top:0;
  background-color: #fff;
  box-shadow: 3px 3px 6px #888888;
  width: 100%;
  z-index: 9;
}
.topbg:before {
  padding-top: 6%;
  background-color: #fff;
  content: '';
  display: block;
  height: 0;
}
.topbg .container {
  margin-top: -5%;
}

.top-top {
  padding: 10px 0;
  width: 100%;
  top: 0;
  position: relative;
}
.top-top .left-logo {
  width: 40%;
  position: relative;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  min-width: 180px;
}
.top-top .left-logo img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.top-top .tag {
  position: relative;
  width: 5%;
  margin-left: 2%;
}
.top-top .tag:before {
  display: block;
  padding: 100% 0 0 0;
  content: '';
  height: 0;
}
.top-top .tag span {
  background-color: #b20e15;
  margin-top: -100%;
  padding: 2%;
  position: absolute;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
}
.top-top .right-tel {
  width: 27.5%;
  text-align:right;
}
.top-top .right-tel i {
  line-height: 40px;
  vertical-align: middle;
  font-size: 26px;
  color: #ffae23;
}
.top-top .right-tel p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0;
}
.top-top .right-tel p b {
  display: block;
  font-size: 32px;
  line-height: 36px;
}
.top-top .nav-btn {
  display: none;
  padding: 0 20px;
  position: fixed;
  top: 20px;
  right: 20px;
}
.top-top .nav-btn i {
  font-size: 18px;
  color: #000000;
}

.nav {
  background-color: #b72113;
}
.nav ul {
  width: 100%;
}
.nav ul li {
  width: 16.6666%;
  float: left;
  text-align: center;
  position: relative;
}
.nav ul li a {
  line-height: 40px;
  display: block;
  text-align: center;
  color: #ffffff;
}
.nav ul li a:hover {
  background-color: #e67817;
}
.nav ul li span {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #cccccc;
}
.nav ul li ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 40px;
  z-index:99;
  left: 0;
}
.nav ul li ul li {
  width: 100%;
  background: url(../images/imgbg5.png);
}
.nav ul li ul li a {
  color: #ffffff;
  line-height: 36px;
}
.nav ul li ul li:hover {
  background: url(../images/imgbg3.png);
}
.nav ul li:hover ul {
  display: block;
}
.nav ul .closemenu {
  display: none;

}
.nav ul li .seconddl{
	display: none;
	background-color: #666666;
	width:200%;
	  position: absolute;
	  z-index:999;
  top:40px;
}

.nav ul li:hover .seconddl{
	display: block;
}

.nav ul li dl{
	width:50%;
	float:left;
}

@media screen and (max-width: 1200px) {
  .top-top .tag span {
    font-size: 16px;
    line-height: 20px;
  }
  .top-top .right-tel p {
    font-size: 16px;
  }
  .top-top .right-tel p b {
    font-size: 30px;
  }
}

@media screen and (max-width: 992px) {
  .top-top .left-logo {
    width: 75%;
  }
  .top-top .tag {
    display: none;
  }
  .top-top .right-tel {
    display: none;
  }
  .top-top .nav-btn {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .nav ul {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index:9999999999999;
    top: 0;
    width: 100%;
    right: -100%;
    padding: 0 18px;
    min-height: 100%;
    overflow-y:scroll;
    bottom:0;  
  }
  .nav ul li {
    float: none;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px dotted #cccccc;
  }
  .nav ul li a {
    line-height: 40px;
    height:auto;
    text-align: center;
	padding:0;
    font-size: 16px;
    color: #ffffff;
  }
  .nav ul li .seconddl{
  	display: block;
  	top:0;
  	
  	overflow: hidden;
  	padding-bottom: 30px;
  	
  	position: relative;
  }
  .nav ul li .seconddl dl{
  	float:none;
  }
  .nav ul li span {
    display: none;
  }
  .nav ul .closemenu {
    display: block;
    margin-top: 12px;
    text-align: right;
  }
  .nav ul .closemenu i {
    color: #ffffff;
  }
}
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 6%;
}
@media(max-width:992px){
	.focus {
	margin-top: 15%;
	}
}
.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 1;
  bottom: 25px;
  text-align: center;
}

.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #8C8C8C;
  margin: 0 15px;
  vertical-align: top;
  overflow: hidden;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #ff0000;
}

.focus .bd {
  position: relative;
  z-index: 0;
}

.focus .bd li img {
  width: 100%;
  background: url(images/loading.gif) center center no-repeat;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 50%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 50%;
  z-index: 999;
  right: 0;
}

@media screen and (max-width: 992px) {
  .focus .prev, .focus .next, .focus .hd {
    display: none;
  }
}
.i-about .col-md-6 .i-left-video img {
  width: 100%;
}
.i-about .about-title h2 {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 40px;
  padding: 0;
  margin: 0;
  font-weight: 900;
}
.i-about .about-title span {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 40px;
}
.i-about .about-content p {
  text-indent: 2em;
}
@media screen and (max-width:992px){
	.i-about .about-content p:nth-of-type(2){
		display:none;
	}
	.hot-sale{
		display:none;
	}
}
.i-about .about-more a {
  font-weight: 900;
}
.hot-sale{overflow:hidden;}
.hot-sale .sale-title {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
}
.hot-sale ul li {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  margin: 10px 0 0 0;
  line-height: 40px;
  padding-top: 2%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-sale ul li a {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#ffffff;
}
.hot-sale ul li.hot-1 {
  background: url(../images/hot-1.jpg) no-repeat center top;
  background-size: auto 100%;
}
.hot-sale ul li.hot-2 {
  background: url(../images/hot-2.jpg) no-repeat center top;
  background-size: auto 100%;
}
.hot-sale ul li.hot-3 {
  background: url(../images/hot-3.jpg) no-repeat center top;
  background-size: auto 100%;
}
.hot-sale ul li.hot-4 {
  background: url(../images/hot-4.jpg) no-repeat center top;
  background-size: auto 100%;
}
.hot-sale ul li.hot-5 {
  background: url(../images/hot-5.jpg) no-repeat center top;
  background-size: auto 100%;
}
.hot-sale ul li.hot-6 {
  background: url(../images/hot-6.jpg) no-repeat center top;
  background-size: auto 100%;
}

@media (max-width: 992px) {
  .hot-sale ul li {
    font-size: 15px;
  }
}
.i-pro-title {
  text-align: center;
}
.i-pro-title h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 900;
}
.i-pro-title span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #b72113;
  color: #ffffff;
  padding: 0 10px;
}
.i-pro-title p {
  text-align: center;
  color: #434343;
  text-transform: uppercase;
}

.i-pro {
  background: url(../images/i-pro.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom:20px;
}
.i-pro .tp li {
  padding: 5px;
  float:left;
  width:12.5%;
}
@media screen and (max-width:992px){
	.i-pro .tp li {
	width:20%;
	}
	.i-pro .tp li:nth-of-type(16){
		display:none;
	}
	
}
.i-pro .tp li a {
  background-color: #707070;
  display: block;
  text-align: center;
  padding: 5px;
  line-height: 32px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
}
.i-pro .tp li a:hover {
  background-color: #d63d2e;
  color: #ffffff;
}
.left-all {
  float: left;
  width: 22.5%;
}
.left-pro{
	margin:0;
}

.left-pro li a {
  line-height: 36px;
  display: block;
  padding-left: 10%;
  background-color: #e3e4e6;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
}
.left-pro li:first-child a {
  background-color: #d63d2e;
  color: #ffffff;
  font-weight: 900;
}
.left-pro li:hover a {
  background-color: #d63d2e;
  color: #ffffff;
}
.i-pro .i-pro-content .pro-c {
  float: right;
  width: 75%;
  overflow: hidden;
}
.i-pro .i-pro-content .pro-c .all-width {
  width: 600%;
  position: relative;
}
@media screen and (max-width:992px){
	.i-pro .i-pro-content .pro-c .all-width {
	  width: 1200%;
	  position: relative;
	}	
}
.i-pro .i-pro-content .pro-c .all-width ul {
  width: 50%;
  float: left;
  position: relative;
}
.i-pro .i-pro-content .pro-c .all-width ul li {
  margin-bottom: 15px;
  position: relative;
  width: 9%;
  margin-left: 1%;
  float: left;
}
.i-pro .i-pro-content .pro-c .all-width ul li a {
  display: block;
  position: relative;
}
.i-pro .i-pro-content .pro-c .all-width ul li cite{
	display:block;
	  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.i-pro .i-pro-content .pro-c .all-width ul li a div {
  position: relative;
}
.i-pro .i-pro-content .pro-c .all-width ul li a div img {
  width: 100%;
}
.i-pro .i-pro-content .pro-c .all-width ul li a div span {
  display: block;
  position: absolute;
  bottom: 0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  padding: 0 10px;
  line-height: 40px;
  left: 0;
  background: url(../images/imgbg5.png);
  width: 100%;
  color: #ffffff;
}
.i-pro .i-pro-content .pro-c .all-width ul li a p {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.i-pro .i-pro-content .pro-c .all-width ul li a p cite {
  display: block;
  width: 100%;
  line-height: 1.4em;
  max-height: 4em;
  font-style: normal;
  overflow: hidden;
}

@media (max-width: 992px) {
	.left-all{
		width:100%;
	}
  .left-pro {
    width: 100%;
	overflow:hidden;
  }
  .left-pro li {
    float: left;
    vertical-align: middle;

    margin: 0 1.5% 1.5% 0;
  }
  .left-pro li a {
    padding: 0 5px;
  }
  .i-pro .i-pro-content .pro-c {
    width: 100%;
  }
}
.i-case li {
  padding: 5px;
}
.i-case li a {
  padding: 5px 5px 0 5px;
  background-color: #cccccc;
  display: block;
  overflow: hidden;
}
.i-case li a img {
  width: 100%;
}
.i-case li a p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i-case li a span {
  line-height: 20px;
  background-color: #6a6a6a;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 12px;
}
.i-case li a:hover {
  background-color: #b72113;
}
.i-case li a:hover span {
  background-color: #b72113;
}
.i-case li a:hover p {
  color: #ffffff;
}

.slogan {
  background: url(../images/slogan.jpg) no-repeat;
  overflow: hidden;
  background-size: 100% 100%;
  padding-top: 40px;
  text-align: center;
}
.slogan .slogan-title {
  text-align: center;
}
.slogan .slogan-title p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
}
.slogan .slogan-title p b {
  display: block;
  font-size: 36px;
  color: #ffffff;
}
.slogan .slogan-title h4 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #2855b5;
  font-size: 72px;
  font-weight: 900;
  margin: 0;
  text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 0px 0, white 0px -1px 0;
}
.slogan .row .col-md-7 {
  margin-top: 40px;
}
.slogan .row .col-md-7 ul li {
  margin-bottom: 20px;
}
.slogan .row .col-md-7 ul li p {
  border-bottom: 1px solid #ffffff;
}
.slogan .row .col-md-7 ul li p cite {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  font-style: normal;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f18000;
  color: #ffffff;
  line-height: 30px;
  font-size: 30px;
}
.slogan .row .col-md-7 ul li p strong {
  vertical-align: middle;
  padding-left: 10px;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
.slogan .row .col-md-7 ul li span {
  color: #ffffff;
}
.slogan .row .col-md-5 {
  margin-top: 40px;
}
.slogan .row .col-md-5 img {
  width: 100%;
}

.picScroll {
  margin: 10px auto;
  text-align: center;
  overflow: hidden;
}

.picScroll .bd ul {
  float: left;
  padding-top: 10px;
}

.picScroll .bd li {
  width: 25%;
  float: left;
  font-size: 14px;
  text-align: center;
  margin: 0 0 15px 0;
}

.picScroll .bd li a {
  -webkit-tap-highlight-color: transparent;
  width: 94%;
  margin: 0 3%;
  display: block;
  text-align: center;
}

.picScroll .bd li img {
  width: 96%;
  background: url(../images/loading.gif) #fff center center no-repeat;
}

.picScroll .bd li a span {
  width: 96%;
  margin: 0 auto;
  display: block;
  background-color: #e7e7e7;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.picScroll .hd {
  line-height: 40px;
  text-align: left;
  padding: 0 10px;
}

.picScroll .hd h3 {
  font-weight: 900;
  color: #b72113;
  font-size: 30px;
  line-height: 60px;
}

.picScroll .hd ul {
  float: right;
  padding-top: 16px;
}

.picScroll .hd li {
  float: left;
  width: 8px;
  height: 8px;
  background: #D0D0D0;
  margin: 0 5px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.picScroll .prev, .picScroll .next {
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  background: url(../images/pisScrollIcons.gif) -6px -7px no-repeat;
  overflow: hidden;
  margin: 11px 5px 0 5px;
}

.picScroll .next {
  background-position: -34px -7px;
}

.picScroll .prevStop {
  background-position: -6px -40px;
}

.picScroll .nextStop {
  background-position: -34px -40px;
}

@media (max-width: 992px) {
  .picScroll .bd ul li {
    width: 50%;
  }
}
.i-l-news .i-news-t {
  background-color: #b72113;
  height: 40px;
}
.i-l-news .i-news-t a h2 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 40px;
  font-size: 26px;
  background-color: #d63d2e;
  color: #fff;
  padding: 0 20px;
}
.i-l-news .news-image img {
  width: 100%;
}
.i-l-news .news-image .news-con {
  padding-left: 30px;
  padding-right: 30px;
}
.i-l-news .news-image .news-con a span {
  font-size: 16px;
  font-weight: 900;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.i-l-news .news-image .news-con a cite {
  background-color: #838383;
  color: #ffffff;
  line-height: 32px;
  padding: 0 10px;
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.i-l-news .news-image .news-con a cite i {
  font-size: 20px;
  vertical-align: middle;
  color: #ffffff;
  padding-left: 10px;
}
.i-l-news .news-image .news-con p {
  text-indent: 2em;
  line-height: 2em;
  max-height: 6em;
  overflow: hidden;
}
.i-l-news ul li {
  border-bottom: 1px dotted #cccccc;
  padding: 10px 0;
}
.i-l-news ul li a {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 98%;
  line-height: 20px;
}
.i-l-news ul li a span {
  margin-right: 10px;
  background-color: #838383;
  color: #ffffff;
  float: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

.i-r-news .i-news-t {
  background-color: #b72113;
  height: 40px;
}
.i-r-news .i-news-t a h2 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 40px;
  font-size: 26px;
  background-color: #d63d2e;
  color: #fff;
  padding: 0 20px;
}
.i-r-news ul li {
  border-bottom: 1px solid #cccccc;
}
.i-r-news ul li a span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 900;
}
.i-r-news ul li a p {
  text-indent: 2em;
  line-height: 2em;
  max-height: 6em;
}
.i-r-news ul li a p:after {
  content: '...';
}

.i-video {
  margin: 10px auto;
  text-align: center;
  overflow: hidden;
}

.i-video .bd ul {
  float: left;
  padding-top: 10px;
}

.i-video .bd li {
  width: 25%;
  float: left;
  font-size: 14px;
  text-align: center;
  margin: 0 0 15px 0;
}

.i-video .bd li a {
  -webkit-tap-highlight-color: transparent;
  width: 94%;
  margin: 0 3%;
  display: block;
  text-align: center;
}

.i-video .bd li img {
  width: 96%;
  background: url(../images/loading.gif) #fff center center no-repeat;
}

.i-video .bd li a span {
  width: 96%;
  margin: 0 auto;
  display: block;
  background-color: #e7e7e7;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i-video .hd {
  line-height: 40px;
  text-align: left;
  padding: 0 10px;
}

.i-video .hd h3 {
  font-weight: 900;
  color: #b72113;
  font-size: 30px;
  line-height: 60px;
}

.i-video .hd ul {
  float: right;
  padding-top: 16px;
}

.i-video .hd li {
  float: left;
  width: 8px;
  height: 8px;
  background: #D0D0D0;
  margin: 0 5px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.i-video .prev, .i-video .next {
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  background: url(../images/pisScrollIcons.gif) -6px -7px no-repeat;
  overflow: hidden;
  margin: 11px 5px 0 5px;
}

.i-video .next {
  background-position: -34px -7px;
}

.i-video .prevStop {
  background-position: -6px -40px;
}

.i-video .nextStop {
  background-position: -34px -40px;
}

@media (max-width: 992px) {
  .i-video .bd ul li {
    width: 50%;
  }
}
.friend {
  background-color: #dcdcdc;
  padding: 20px 0;
}
.friend span {
  padding-right: 20px;
  font-weight: 900;
}
.friend a {
  padding: 0 10px;
}

.footer-nav {
  background-color: #b72113;
  overflow: hidden;
}
.footer-nav ul {
  overflow: hidden;
}
.footer-nav ul li {
  text-align: center;
}
.footer-nav ul li a {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #ffffff;
}

.footer-bg {
  background-color: #3b3b3b;
  padding: 30px 0;
  
}
.footer-bg img {
  width: 80%;
}
.footer-bg .bottom-title {
  font-size: 24px;
  color: #ffffff;
}
.footer-bg ul {
  margin: 0;
}
.footer-bg ul li a {
  color: #cccccc;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 32px;
}
.footer-bg .contact-bottom p {
  line-height: 32px;
  color: #cccccc;
}
.footer-bg .col-md-2 {
  text-align: center;
}

@media (max-width: 992px) {
  .footer-bg {
    background-color: #3b3b3b;
    padding: 30px 0;
	margin-bottom:60px;
  }
  .footer-bg img {
    width: 30%;
  }
}
.footer-bg p{
	margin:0;
}
.footer-bg p a{
	color:#cccccc;
}
.content table tr td {
	text-align:center;
}
.content p,.content span{font-size:16px;}



.kuaibo{display:none;height:60px;position: fixed;bottom:0;left:0;width:100%;background-color: #811a19;}
.kuaibo ul li{
	width: 25%;
	float:left;
}
.kuaibo ul li a{
	padding-top:10px;
	display: block;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
}
.kuaibo ul li a i{
	display:block;
	line-height:12px;
	text-align:center;
	font-size:18px;
	color: #FFFFFF;
	padding-right: 5px;
}
.kuaibo ul li+li{
	border-left: 1px solid #C13C3A;
}
@media screen and (max-width:992px){
	.kuaibo{display:block;}
}
