* {
  padding: 0;
  margin: 0;
}

html,
body {
  font-family: 'Microsoft YaHei';
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #b52031;
  text-decoration: none;
}

img {
  max-width: 100%;
  border: 0;
}

.m-20 {
  clear: both;
  height: 20px;
}
.mb25{
	margin-bottom:25px
}
.header .logo {
  padding: 20px 0;
}

.header .logo img {
  max-width: 100%;
}

.header .nav {
  padding: 0;
}

.header .nav > ul > li {
  display: block;
  width: 14.285%;
  float: left;
  position: relative;
  z-index: 1;
}

.header .nav > ul > li > a {
  display: block;
  text-align: center;
  line-height: 65px;
  padding: 0 10px;
}

.header .nav > ul > li > a span {
  padding: 20px 0;
  display: block;
}

.header .nav > ul > li:hover a {
  text-decoration: none;
}
 
.header .nav > ul > li:hover span {
  color: #fff;
  background-color: #b52031;
}

.header .nav > ul > li:hover > ul {
  display: block;
  padding: 5px;
}

.header .nav > ul > li:hover > ul li a {
  text-decoration: none;
}

.header .nav > ul > li:hover.ul-show:hover span {
  color: #fff;
  background: url(../images/sanjiao.png) center 80% no-repeat #b52031;
}

.header .nav > ul > li.active a span {
  color: #fff;
  background: url(../images/sanjiao.png) center 80% no-repeat #b52031;
}

.header .nav > ul > li > ul {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}

.header .nav > ul > li > ul li {
  width: 100%;
  padding: 5px;
}

.header .nav > ul > li > ul li a {
  display: block;
  color: #111;
  text-align: center;
  padding: 5px 0;
}

.header .nav > ul > li > ul li a:hover {
  background-color: #b52031;
  color: #fff;
}

.gonggao {
  background-color: #f2f2f2;
}

.gonggao > .container > div {
  padding: 10px 0;
  display: table;
}

.gonggao > .container > div .title {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background: url(../images/laba.png) center left no-repeat;
  background-size: 20px;
  padding-top: 0;
  padding-left: 25px;
  width: 100px;
}

.gonggao .indemo {
  float: left;
  width: 8000%;
}

.gonggao .indemo ul li {
  padding-left: 20px;
  float: left;
}

.gonggao .indemo ul li a {
  display: block;
  color: #666;
}

.gonggao .indemo ul li a:hover {
  text-decoration: underline;
}

.about-news {
  margin: 20px 0 30px;
}

.about-news .title {
  width: 100%;
  padding: 10px 0 10px;
}

.about-news .title span {
  display: inline-block;
  font-size: 16px;
  border-bottom: 2px solid #b52031;
}

.about-news .i-about img {
  width: 100%;
}

.about-news .i-about .a-info {
  margin: 10px 0 0;
  position: relative;
}

.about-news .i-about .a-info p {
  line-height: 24px;
  color: #666;
}

.about-news .i-about .a-info a {
  position: absolute;
  right: 0;
  bottom: 3px;
  text-decoration: underline;
  font-size: 12px;
  color: #666;
}

.about-news .i-about .a-info a:hover {
  color: #b52031;
}

.about-news .i-news .nav-tabs {
  border: 0;
}

.about-news .i-news .nav-tabs li {
  width: 25%;
  margin: 0;
}

.about-news .i-news .nav-tabs li a {
  border: 0;
  font-size: 16px;
  color: #333;
}

.about-news .i-news .nav-tabs li a span {
  border: 0;
}

.about-news .i-news .nav-tabs li a:hover {
  background: none;
}

.about-news .i-news .nav-tabs li.active a.title span {
  border-bottom: 2px solid #b52031;
}

.about-news .i-news .tab-pane {
  position: relative;
}

.about-news .i-news .tab-pane ul li {  
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}

.about-news .i-news .tab-pane ul li a {
  display: block;
  color: #666;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 52px;
  float: left;
} 

.about-news .i-news .tab-pane ul li > span {
  display: block;
  float: right;
  color: #666;
  line-height: 52px;
}
.about-news .i-news .tab-pane ul li > a >span{
	color:#666; 
	margin-right:6px;
	transform:scale(.8);
}

.about-news .i-news .tab-pane .more {
  position: absolute;
  background: none;
  right: 0;
  top: -62px;
  border: 0;
}

.about-news .i-news .tab-pane .more a {
  max-width: 100%;
}

.about-news .i-news .tab-pane .more span {
  text-decoration: underline;
  border: 0;
  color: #666;
}

.about-news .i-news .tab-pane .more span:hover {
  color: #b52031;
}

.i-case {
  background-color: #f2f2f2;
  padding: 30px 0;
}

.i-case .title {
  background: url(../images/i-case-bg.png) center no-repeat;
  text-align: center;
}

.i-case .title h3 {
  width: 140px;
  background-color: #f2f2f2;
  display: inline-block;
  margin: 0 0 20px;
}

.i-case .title span {
  display: inline-block;
  font-size: 16px;
}

.page-nav {
  background-color: #f2f2f2;
  padding: 10px 0;
}

.page-nav a {
  display: inline-block;
  margin: 0 20px;
}

.page-nav a:hover, .page-nav a.active {
  color: #b52031;
}

.page-banner {
  height: 320px;
}

.content {
  padding: 20px 0;
  line-height: 28px;
}

.content img {
  display: inline-block;
}


.links{ 
	margin:auto;
	height:auto;
	overflow:hidden;
	background-color:#ffffff!important;
}

.links .linktext{
	margin-top:30px; 
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
}

.links .linktext a{
	float:left;
	padding:10px 15px;
	text-align:center;
}

.links .title h3{
	background-color:#ffffff!important;
}

.links .linkimg{
	width:100%;
	height:auto; 
	margin-top:20px;
}  

.links .linkimg ul li img{
	max-width:100%; 
	display:inline-block;
	border:1px solid #eee;
}

.links .linkimg ul li a{
	color:#333;
}
.links .linkimg ul li span{
	display:block;
	font-size:14px;
	line-height:2.2;
}

footer {
  background-color: #232631;
}
 
footer .link {
  padding: 10px 0;
  line-height: 22px;
  border-bottom: 1px solid #4c4e53;
  color: #888;
  font-size: 12px;
}

footer .link a {
  color: #888;
  margin: 0 5px;
  font-size: 12px;
}

footer .f-info {
  padding: 30px 0 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

footer .f-info .f-lianxi {
  margin-top: 20px;
}

footer .f-info .f-lianxi p {
  color: #888888;
}

footer .pull-right span {
  display: block;
  text-align: center;
  margin-top: 5px;
  color: #888;
}

footer .beian {
  color: #888;
  text-align: center;
  background-color: #2d3039;
  padding: 10px;
  line-height: 22px;
  font-size: 12px;
}

footer .beian a {
  color: #888;
}

.news-list li {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
}

.news-list li > div > a {
  display: block;
  padding-right: 10px;
}

.news-list li > div > a img {
  width: 100%;
}

.news-list li > div > div {
  padding-left: 10px;
}

.news-list li > div > div h4,
.news-list li > div > div h4 b {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.news-list li > div > div h4 {
  margin-bottom: 20px;
}

.news-list li > div > div p {
  margin-bottom: 20px;
}

.news-list li > div > div span {
  color: #666;
}

ul.case-list {
  margin-top: -20px;
}

ul.case-list li {
  margin-top: 30px;
  float: left;
}

ul.case-list li .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

ul.case-list li .img-wrapper div {
  background: url(../images/case-bg.png) center no-repeat rgba(0, 0, 0, 0.65);
  background-size: 90%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

ul.case-list li .img-wrapper div h3 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 100;
  min-width: 100%;
}

ul.case-list li .img-wrapper div p {
  line-height: 26px;
  text-align: left;
  max-height: 104px;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 100%;
}

ul.case-list li .img-wrapper div a {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  margin: 10px auto 0;
  padding: 5px 35px;
}

ul.case-list li:hover .img-wrapper div {
  display: flex !important;
}

.new-title {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pagination > li > a,
.pagination > li > span {
  color: #333;
  font-size: 12px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #b52031;
}

.pager .disabled > a,
.next a {
  color: #333;
  cursor: pointer;
  background-color: #fff;
}

.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #333;
  cursor: pointer;
  background-color: #eee;
}

.map {
  overflow: hidden;
  border: 4px solid rgba(0, 0, 0, 0.3);
  margin-top: 20px;
}

.lianxi {
  background: url(../images/lianxi-bg-m.png) right center no-repeat;
}

.lianxi h4 {
  margin-bottom: 5px;
  margin-top: 0;
}

.lianxi span {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 12px;
}

.tishi {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #b52031;
}

.m-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  padding: 10px 0;
}

.m-footer a {
  width: 25%;
  color: #fff;
  display: inline-block;
  float: left;
  text-align: center;
}

.m-footer a i {
  display: block;
  text-align: center;
  font-style: normal;
  font-size: 12px;
}
.gs .news-list li > div > div h4{
	margin:0 0 10px;
}
.gs .news-list li > div > div p{
	margin: 0;
	line-height:24px;
}
.gs .news-list li > div > div span{
	font-size:12px;
}
.gs ul.news-list  >a{
	display:block;
	margin:0 auto;
	height:28px;
	line-height:28px;
	width:88px;
	text-align:center;
	border-radius:30px;
	background-color:#b52031;
	font-size:12px;
	color:#FFF;
}
@media (max-width: 768px) {
	body {
	  padding-bottom: 58px; 
	} 
	.content table{
		width:auto!important;
	}
  .header .logo {
    padding: 10px 5px;
  }
  .header .logo img {
    width: 66%;
  } 
  .header .nav > ul > li{
	  width:33.33%;
  }
  .header .nav ul li a {
    line-height: 32px;
    padding: 0;
    font-size: 12px;
  }
  .header .nav ul li a span {
	padding:0;	  
    background-color: #b52031;
    color: #fff;
    border-right: 1px solid #c62b3d; 
	border-bottom:1px solid #c62b3d;
  }
  .header .nav ul li:last-child span {
    border-right: 0;
  }
  .header .nav > ul > li.active a span {
    background:  #b52031; 
  }
  .about-news .i-news .tab-pane ul li { 
    line-height: 40px;
  }
  .about-news .i-news .nav-tabs li {
    width: 33.33%; 
  }
  .about-news .i-news .tab-pane ul li a {
    max-width: 100%;
	line-height:46px;
  }
  .page-banner {
    height: 180px;
  }
  .news-list li > div > div h4,
  .news-list li > div > div h4 b {
    font-size: 16px;
    margin-top: 0px;
	margin-bottom:13px;
  }
  .h4,
  h4 {
    font-size: 16px;
  }
  .i-news{
	border-top: 4px solid #f2f2f2;
    padding-top: 20px;
  }
  
  .links{
	  width:100%; 
  }
  
  .links .linktext{
	margin-top:5%;
	padding-left:2%;
	border-bottom:1px dashed #ccc;
	padding-bottom:5%;
}

.links .linktext a{
	display:block;
	width:33.33%;
	padding:0 5px;
	font-size:16px;
	margin:5px 0;
	text-align:left;
}

.links .title h3{
	background-color:#ffffff!important;
}

.links .linkimg{
	width:100%; 
	
}
.links .linkimg .row{
	margin-left:-5px;
	margin-right:-5px;
}

.links .linkimg ul li{
	padding:0 5px;
}

.links .linkimg ul li span{
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden; 
} 

.links .linkimg ul li a{
	font-size:16px;
}

  
  
  
}

@media (max-width: 320px) {
  .i-case .title {
    background-size: 90%;
  }
  .i-case .title h3 {
    font-size: 22px;
  }
  .news-list li > div > a {
    padding-right: 5px;
  }
  .news-list li > div > div h4,
  .news-list li > div > div h4 b {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
