.banner{
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;

}
a:link{
  text-decoration: none;
  color: #595959;
}
a:visited{
  text-decoration: none;
  color: #595959;
}
a:hover{
  text-decoration: none;
  color: #595959;
}
a:active{
  text-decoration: none;
  color: #0053a4;
}

.banner img {
  width: 100%;
  height:130px;
  object-fit: cover;
}
.con{
  margin:0 10px;
}
.navbutbox ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 10px 5px;
}
.active{
  background-color: #3797fa;
  color: #fff !important;
  border: 0px !important;
  padding: 8px 3px !important;
}
.navbutbox ul li{
  padding: 7px 3px;
  margin: 5px 5px;
  font-size: 14px;
  color: #595959;
  text-align: center;
  border:1px solid #d2d2d2;
}
.crumbs{
  font-size: 12px;
  color: #000;
  border-bottom: 1px solid #0053a4;
  padding-bottom: 10px;
}
.companydetail{
  line-height: 27px;
  font-size: 14px;
  padding: 15px 0px;
  color:#595959

}
.companydetail img{max-width:100% !important;}
.newslistbox{
  border-bottom:1px #d2d2d2 dashed;
  padding: 10px 0;
}
.newslisttitle{
  width: 100%;
  text-overflow: ellipsis;
  color:#595959;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 26px;
}
.date{
  font-size: 14px;
  color: #979797;
  line-height: 26px;
}
.newsdetailtitle{
  width: 100%;
  color:#595959;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
}
.newsdetailbox{
  border-bottom:1px #d2d2d2 dashed;
  padding: 10px 0;
}
.dateplus{
  font-size: 14px;
  color: #979797;
  line-height: 26px;
  text-align: center;
  padding-top:10px;
}
.newsdetailcon{
  padding:15px 0;
  line-height: 26px;
  color:#595959;
  border-bottom: 1px solid #d2d2d2;
}
.newsdetailcon img{max-width:100% !important;}
.perandnextpage{
  font-size: 12px;
  padding: 15px 0;
  line-height: 24px;
  color:#595959;
}
.perandnextpage div{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.projectlistbox{
  margin: 10px 5px;
  border: 1px #e8e8e8 solid;
  position: relative;
}
.projectlistimg{
  width: 100%;
}
.projectlistimg img{
  width: 100%;
}
.projectlisttitle{
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.projectdetailbox{
  margin:10px 0px;
}
.projectdetailcon{
  font-size: 14px;
  line-height: 26px;
  color:#595959;
}
.pagecount{
  width: 100%;
  display: flex;
  justify-content: center;
}
.disable{
  border: 1px solid #ccc !important;
}
.pagecount span{
  padding:3px 8px;
  margin :5px;
  font-size: 14px;
  background-color: #f0f0f0;
}
.pagecount div{
  padding:3px 8px;
  border: 1px solid #62b5de;
  background-color: #3797fa;
  color: #fff;
  margin :5px;
  font-size: 14px;
}
.titlesolist{
  color:#999;
  line-height: 50px;
  font-size: 14px;
}
.margintop{
  margin-top: 50px;
}
.magintopandbottom{
  margin:20px 0;
}
.playcircular div{
  width:0;
  height:0;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  border-left:12px solid #fff;
  margin-left: 5px;
  opacity: 0.6;
  }
.playcircular{
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff33;
  top:50%;
  left:50%;
  transform: translate(-25px, -40px);
}
.newsdetailcon * {
font-size:14px !important;
width: 94% !important;
margin:0 auto;
}
.newsdetailcon img{
display:block;
}
/*party*/

.partytitle{
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #004a96;
  font-weight: bold;
}


/* 市场布局 */

.Marketnav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -20px;
}

.Marketnav li {
    width: 100%;
    text-align: center;
    background-color: #f0f0f0;
    padding: 5px 0px;
    margin: 2px;
    cursor: pointer;
}

.Marketcontent {
    margin-top: 10px;
}

.marketmap {
    border: #f0f0f0 solid 1px;
    margin-top: 20px;
display: flex;
    justify-content: center;
}

.marketmap img {
    display: none;
}

.Marketlinav {
display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    flex-wrap: wrap;
}

.Marketlinav li {
    text-align: center;
    background-color: #f1f1f1;
    width: 33%;
    padding: 5px 0;
    cursor: pointer;
margin-top:10px;
margin-right:1px;
}

.linecolor {
    background-color: #ccc;
    width: 100%;
    height: 3px;
    margin: 20px 0;
}

.markettable {
    width: 100%;
}

.markettable td {
    border: #eee dashed 1px;
    text-align: center;
}

.markettable tr {
    display: none;
}

.act {
    background-color: #004096 !important;
    color: #fff;
}<!--耗时1754539782.565秒-->