.contact-banner {
  overflow: hidden;
  width: 100%;
  min-width: 1000px;
  height: 200px;
  font-size: 0;
  background: green;
}
.contact-banner img {
  position: relative;
  left: 50%;
  width: 1920px;
  height: 200px;
  margin-left: -960px;
}
.contact-content {
  margin: 0 auto;
  width: 1000px;
}
.contact-nav-top {
  margin: 10px 0 20px;
  padding: 0 15px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #687385;
}
.contact-nav-topText {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333333;
}
.contact-nav-topList {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.contact-nav-topList dl {
  margin-left: -15px;
}
.contact-nav-topList dd {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333333;
}
.contact-nav-topList dd span {
  padding: 0 5px;
}
.contact-bottom-list {
  overflow: hidden;
}
.contact-left-nav {
  float: left;
  width: 200px;
  border: 1px solid #cccccc;
}
.contact-left-title {
  padding-left: 28px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #f5eddf;
  font-size: 18px;
  background: #687385;
}
.contact-left-title1 {
  padding-left: 5px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #f5eddf;
  font-size: 18px;
  background: #687385;
}
.contact-left-title img {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  width: 20px;
  height: 20px;
}
.contact-left-list {
  width: 100%;
  padding: 0 13px 40px;
}
.contact-left-list li {
  position: relative;
  padding-left: 40px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.contact-left-list li:hover a {
  color: #288fde;
}
.contact-left-list li:hover b {
  color: #288fde;
}
.contact-left-list .list-active a {
  color: #288fde;
}
.contact-left-list .list-active b {
  background: #288fde;
}
.contact-left-list li a {
  color: #666666;
  font-size: 14px;
}
.contact-left-list li b {
  position: absolute;
  left: 26px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999999;
}
.contact-right-text {
  float: right;
  width: 750px;
}
.contact-right-title {
  position: relative;
  height: 42px;
  border-bottom: 1px solid #cccccc;
}
.contact-right-title h2 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #666666;
}
.contact-right-title b {
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -62px;
  width: 124px;
  height: 3px;
  background: #288fde;
}
.contact-link-detail {
  margin-top: 37px;
  font-size: 16px;
  text-align: left;
  color: #333333;
  line-height: 30px;
}
.about-index-content {
  font-size: 14px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 80px;
  text-indent: 28px;
}
.about-index-content img {
  display: block;
  margin: 15px auto;
}
/**   list   */
.common-list-container {
  margin-top: 20px;
}
.common-list-container ul {
  margin-bottom: 30px;
  width: 100%;
}
.common-list-container ul li {
  cursor: pointer;
  color: #333333;
  font-size: 14px;
  width: 100%;
  height: 35px;
  line-height: 34px;
  border-bottom: 1px solid #cccccc;
}
.common-list-container ul li a{
	position:relative;
	display:block;
	height:100%;
	overflow:hidden;
}
.common-list-container ul li span {
	position:absolute;
	left:85px;
	top:0;
  vertical-align: middle;
  margin-top: 12.5px;
  margin-right: 15px;
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../images/news_icon_03.png) no-repeat;
  background-size: 5px 9px;
}
.common-list-container ul li .list-name {
  height: 34px;
  line-height: 34px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space:nowrap;
  padding-left:100px;
}
.common-list-container ul li .list-date {
  position:absolute;
  left:0;
  top:0;
  height: 34px;
  line-height: 34px;
  margin-right:20px;
}
.pagination-container {
  margin-bottom: 45px;
  /*padding-left: 75px;*/
  font-size: 0px;
}
.pagination-container .pagination {
}
.pagination-container span {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: url('../images/p_bg.png') no-repeat;
  text-align: center;
  margin-right: 5px;
  font-size: 12px;
  cursor: pointer;
}
.pagination-container span.active {
  color: #ffffff;
  background: none;
  background-color: #687385;
}
.pagination-container span img {
  width: 5px;
  height: 8px;
  margin-top: 9px;
}
.pagination-container b {
  font-size: 12px;
  display: inline-block;
  line-height: 26px;
  /*margin-right: 5px;*/
  color: #333333;
}
.pagination-container b input {
  width: 27px;
  height: 27px;
}
.news-detail-container {
  margin-bottom: 114px;
}
.news-detail-container .title {
  text-align: center;
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
.news-detail-container .des {
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.news-detail-container .content p {
  text-indent: 28px;
}
.news-detail-container .content{
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  }
.news-detail-container .content img {
  display: block;
  margin: 10px auto;
}
.c_detail_container .title {
  text-align: center;
  font-size: 18px;
  color: #666666;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.c_detail_container .subTitle {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.customer-content {
  line-height: 28px;
}
.customer-content > .top-content {
  padding-top: 30px;
  font-size: 14px;
  color: #333333;
  text-indent: 28px;
  padding-bottom: 1px;
}
.customer-content > .content-title-1 {
  /*text-indent: 28px;*/
  color: #333333;
  font-weight: 700;
  font-size: 16px;
}
.customer-content > .content-title-1 ul {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 25px;
}
.customer-content > .content-title-1 ul li a {
  text-decoration: underline;
}
.customer-content > .content-title-2 {
  /*padding-left: 28px;*/
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 60px;
}
.customer-content > .content-title-2 ul {
  line-height: 28px;
  font-size: 0;
  margin-bottom: 25px;
}
.customer-content > .content-title-2 ul li {
  width: 33.33%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
.customer-content > .content-title-2 ul li a {
  text-decoration: underline;
}

/*分页*/
.pagination { font-size: 16px; text-align: center; width: 100%; line-height: 35px; overflow: hidden; padding: 30px 0; font-family: 微软雅黑; }
.pagination b { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 2px 10px; background: #0285BD; color: #fff; }
.pagination a b { background: none; color: #000; border: none; }
.pagination a { border: 1px solid lightGrey; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 4px 7px; margin: 0 -2px; cursor: pointer; color: #919191; font-size: 14px; box-shadow: 0 1px 0 white inset, 0 1px 0px #DFDFDF; -webkit-box-shadow: 0 1px 0 white inset, 0 1px 0px #DFDFDF; -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf; text-decoration: none; background-color: #F2F2F2; }
.pagination a:hover { background: #f6f6f6; background: -moz-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e8e8e8)); background: -webkit-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: -o-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: -ms-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); background: linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8', GradientType=0 );
border: 1px solid #757575; }
 



@media screen and (min-width:240px) and (max-width:1080px) {
  html,body{
      width:100%;
  }
  .contact-banner{
    min-width:100%;
    height:auto;
  }
  .about-index-content{
	  margin-bottom:10px;
  }
  .contact-banner img{
    width:180%;
    left:0;
    margin-left:0;
    height:auto;
    left:50%;
    transform:translateX(-50%);
  }
  .contact-content{
    width:100%;
  }
  .contact-left-nav{
    width:100%;
	height:40px;
	overflow:hidden;
	margin-top:20px;
	border:0;
	margin-top:0;
  }
  .contact-left-title{
	  display:none;
  }
  .contact-left-title1{
	  display:none;
  }
  .contact-left-list{
	  height:50px;
	  white-space: nowrap;
	  overflow:auto;
	  padding:0;
	  padding-right:20px;
  }
  .contact-left-list li{
	  display:inline-block;
	  width:100px;
	  margin:0 5px;
	  background:#fff;
	border-radius:6px;
	  list-style:none;
	  padding-left:0;
	  text-align:center;
  }

  .contact-left-list li b{
	  display:none;
	  
  }
  .contact-right-text{
    width:100%;
    padding:0 15px;
  }
  .common-list-container ul li a{
	  display:block;
	  display:flex;
	  flex-direction: row-reverse;
  }
  .common-list-container ul li .list-date{
	  float:none;
  }
  .common-list-container ul li .list-name{
	  flex:1;
  }
  .common-list-container ul{
	  margin-bottom:0;
  }
  .pagination-container{
	  margin-bottom:0;
  }
  .customer-content{
	  margin-bottom:20px;
	  overflow-x:auto;
  }
  .about-index-content img{
	  width:100% !important;
	  height:auto !important;
  }
  .news-detail-container{
	  margin-top:10px;
  }
  .news-detail-container{
	  margin-bottom:10px;
  }
  .contact-link-detail{
	  margin-top:10px;
  }
  .news-detail-container .content img{
	  width:100% !important;
	  height:auto !important;
  }
}