*{
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal;
}
a{
  text-decoration: none;
  list-style: none;
  font-style: normal;
  transition: .3s;
}
a:hover{
  color: rgb(23, 129, 255);
}
::-webkit-scrollbar {width: 5px;height: 5px;}

::-webkit-scrollbar-track-piece {margin-right: 10px;background-color: rgb(238, 238, 238);border-radius: 8px;}

::-webkit-scrollbar-thumb:vertical { height: 5px; background-color: rgb(221, 221, 221); border-radius: 8px; }

::-webkit-scrollbar-thumb:horizontal { width: 5px; background-color: rgb(238, 238, 238); border-radius: 8px; }
.maxW{
  width: 1300px;
  margin: 0 auto;
}

.header .top{
  height: 90px;
  display: flex;
  align-items: center;
}
.header .bottom{
  height: 70px;
  background: #2484fc;
  width: 100%;
}
.btnsbox{
  display: flex;
}

.btnsbox a{
  flex: 1;
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 70px;
  transition: .3s;
  cursor: pointer;
}
.btnsbox a.active{
  background-color: rgb(103, 169, 251);
}
.btnsbox a:hover{
  background-color: rgb(103, 169, 251);
}
.label-tips{
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.label-tips>span.btn{
  margin: 0 50px;
  cursor: pointer;
  position: relative;
}
.layout-banner>img{
  object-fit: cover;
}
.label-tips>span.btn.active{
  font-weight: bold;
  color: rgb(23, 128, 255);
}
.label-tips>span.btn.active::before{
  position: absolute;
  width: 100%;
  content: '';
  left: 0;
  bottom: -16px;
  background: rgb(23, 128, 255);
  height: 2px;
  display: block;
}
.layout-contnter{
  padding: 20px 0;
  padding-top: 35px;
  position: relative;
}
.layout-contnter .left>img{
  width: 560px;
  height: 357px;
}
.layout-contnter .left{
  width: 560px;
}
.bt-tit{
  width: 100%;
  white-space: nowrap;
  display: flex;
  padding: 20px 0px;
  align-items: center;
  border-bottom: 1px solid rgb(221, 221, 221);
  justify-content: space-between;
}
.bt-tit p{
  color: rgb(96, 158, 233);
  overflow: hidden;
  max-width: 80%;
  font-size: 22px;
  text-overflow: ellipsis;
}
.layout-contnter .left .detail{
  color: #727272;
  font-size: 14px;
  padding-top: 10px;
  line-height: 20px;
}
.bt-tit span{
  font-size: 16px;
  color: #727272;
}
.layout-contnter{
  display: flex;
}
.layout-contnter .right ul li{
  display: flex;
  align-items: center;
  padding-left: 120px;
  height: 60px;
  margin: 10px 0;
}
.layout-contnter .right ul li .date{
  font-size: 34px;
  color: #2384fc;
  border-right: 1px solid rgb(221, 221, 221);
  padding-right: 30px;
  margin-right: 30px;
}
.layout-contnter .right ul li  a{
  line-height: 26px;
  color: rgb(0, 0, 0);
  font-size: 18px;

}
.layout-contnter .right ul li  a:hover{
  color: rgb(23, 129, 255);
}
.more{
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/more.png) no-repeat;
  background-size: 100%  100%;
  width: 125px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}
.layout-template{
  background: #fff;

}
.ban1{
  background: url(../images/banner2.png) no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  padding-bottom: 70px;
}
.template-title{
  text-align: center;
  font-size: 30px;
  color: #000;
  padding: 70px 0 30px 0;
}
.fullcolumn-box{
  display: flex;
  height: 415px;
}
.fullcolumn-box span{
  flex: 1;
  background: url(../images/ba2.png) no-repeat;
  background-size: 96% auto;
  background-position: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 80px 70px 30px 70px;
  box-sizing: border-box;
  transition: .3s;
  cursor: pointer;
}
.fullcolumn-box span img{
  width: 100%;
}
.fullcolumn-box span em{
  font-style: normal;
  font-size: 22px;
  color: #000;
}
.fullcolumn-box span em:hover{
  color: #2384fc;
}
.fullcolumn-box span:hover{
  transform: translateY(-3px);
}

.ban2{
  height: 404px;
  background: url(../images/banner3.png);
}
.fullcolumn-box2{
  display: flex;
  justify-content: space-around;
}


.fullcolumn-box2>span{
  font-size: 22px;
  position: relative;
  text-align: center;
  height: 233px;
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  border-radius: 8px;
  transition: .3s;
}
.fullcolumn-box2>span .active{
  display: none;
}
.fullcolumn-box2>span:hover{
  background: #2384fc;
  color: #fff;
  inset: 0px;
  overflow: hidden;
}
.fullcolumn-box2>span:hover img{
  display: none;
}
.fullcolumn-box2>span:nth-child(2){
  position: relative;
}
.fullcolumn-box2>span:nth-child(2)::before{
  content: '';
  position: absolute;
  left: -35px;
  top: 40px;
  height: 145px;
  width: 120%;
  border-right: 1px solid #2384fc;
  border-left: 1px solid #2384fc;
}
.fullcolumn-box2>span:hover .active{
  display: block;
}
.fullcolumn-box2>span em{
  display: block;
  margin-top: 20px;
}
.fullcolumn-box3{
  display: flex;
  padding-bottom: 50px;
}
.fullcolumn-box3 >span {
  flex: 1;
  cursor: pointer;
}
.fullcolumn-box3 >span img{
width: 100%;
}
.ban4{
  background: url(../images/banner4.png) no-repeat;
  background-size: 100% 100%;
  height: 400px;
}

.fullcolumn{
  display: flex;
}
.fullcolumn>div{
  margin-right: 275px;
  padding-top: 100px;
  line-height: 30px;
}
.fullcolumn>div:nth-child(3){
  margin: 0;
}
.fullcolumn .code{
  width: 163px;
  height: 163px;
}
.codebox img{
  display: block;
}
.codebox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.codebox span{
  text-align: center;
}
.footer p{
  color: rgb(152, 152, 152);
  text-align: center;
  height: 50px;
  font-size: 12px;
  background: #fff;
  line-height: 50px;
}
.bt_{
  display: flex;
  font-size: 30px;
  position: relative;
  padding: 60px 0 60px 0;
}
.bt_ strong{
  position: relative;
}
.bt_ strong::before{
  position: absolute;
  left: 0;
  width: 50%;
  height: 3px;
  content: '';
  background-color: #2384fc;
  bottom: -16px ;
}
.bt_ span{
  margin-left: 10px;
}
.gzz-jj{
  display: flex;
  padding-bottom: 100px;
}
.gzz-jj .lef{
  padding-right: 45px;
}
.gzz-jj .lef.meuns div{
  width: 170px;
  height: 60px;
  line-height: 60px;
  padding-left: 10px;
  font-size: 17px;
  border-top: 1px solid rgb(238, 238, 238);
  color: rgb(68, 68, 68);
  cursor: pointer;
  transition: .3s;
}
.gzz-jj .lef.meuns div:hover{
  font-weight: 600;
  color: rgb(36, 132, 252);
}
.gzz-jj .rig{
  flex: 1;
}
.gzz-jj .lef.meuns div.active{
  font-weight: 600;
  color: rgb(36, 132, 252);
}
.bt2_{
  font-weight: bold;
  font-size: 26px;
  color: #000;
  position: relative;
}

.bt2_::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: calc(100% + 25px);
  height: 15px;
  background: rgba(36, 132, 252, 0.2);
}
.gzz-jj  .textContetn>p{
  color: #3d3d3d;
  font-size: 16px;
  line-height: 30px;
}
.tits{
  margin-bottom: 20px;


}

.textContetn{
  display: none;
}
.textContetn .bottom{
  display: flex;
  margin-top: 50px;
}

.textContetn .bottom ul{
  flex: 1;
  margin-left: 30px;
  overflow: hidden;
}
.textContetn .bottom ul li{
  line-height: 25px;
  height: 100px;
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: rgb(238, 238, 238) rgb(238, 238, 238) rgb(206, 206, 206);
  display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: center;
    overflow: hidden;
    transition: .3s;
}
.textContetn .bottom ul li:hover{
  background: url(../images/ba3.png) no-repeat;
  opacity: 1;
  z-index: 9999;
  padding-left: 30px;
}
.textContetn .bottom ul li h4{
  color: #2484fc;
  font-size: 20px;
}
.textContetn .bottom ul li p{
  font-size: 16px;
  color: #3d3d3d;
}
table{
  border-collapse: collapse;
    border: 1pt solid windowtext;
    width: 100%;
    border: 1px solid rgb(241, 241, 241) !important;
}
.zzjg-table{
  margin-top: 35px;
}
.zzjg-table th{
  line-height: 54px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  border: 1px solid rgb(241, 241, 241) !important
}
.zzjg-table td{
  line-height: 45px;
  color: #444;
  font-size: 14px;
  text-align: center;
  border: 1px solid rgb(241, 241, 241) !important
}
.zzjg-table tbody tr:nth-child(odd){
  background: #f8f8f8;
}
.lxwm{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.lxwm>div{
  width: 330px;
  height: 160px;
  border-width: 0px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-position: 0px 0px;
    background-size: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}
.lxwm>div:hover{
  transform: translateY(-3px);
}
.lxwm>div img{
  width: 50px;
}

.lxwm>div p{
  text-align: center;
  color: #000;
  margin-top: 20px;
  font-size: 16px;
}
.news-lsit{

  flex-wrap: wrap;

}


.news-lsit .item{
    width:calc(33.3333% - 12px);
    height: auto;
    margin-right: 15px;
    border: 1px solid rgb(245, 245, 245);
    transition: .3s;
    overflow: hidden;
    margin-bottom: 15px;
}
.news-lsit .item>div{
    padding: 10px;
    box-sizing: border-box;
}
.news-lsit .item> .img{
  width: 100%;
  height: 245px;
  overflow: hidden;
  padding: 0;
}
.news-lsit .item> .img img{
  width: 100%;
  transition: .5s;
  height: 100%;
}
.news-lsit .item>div h4{
  font-size: 17px;
  color: #404040;
  font-weight: 500;
  margin-bottom: 6px;
}
.news-lsit .item>div p{
  font-size: 14px;
  color: #999;
}
.news-lsit .item:nth-child(3n){
  margin-right: 0;
}
.news-lsit .item:hover{

  border-color: #2384fc;

}
.news-lsit .item:hover .img img{
  transform: scale(1.1);
}
.pageList{
  display: flex;
  justify-content: right;
  line-height: 32px;
  font-size: 12px;
}
.pageList .pre,.pageList .next{
border: 1px solid rgb(238, 238, 238)!important;
  background: rgb(238, 238, 238)!important;
  color: rgb(102, 102, 102)!important;
}
.pageList>div{
  border-radius: 4px;
  margin-right: 10px;

  border: 1px solid rgb(238, 238, 238);
  cursor: pointer;
  transition: .3s;
}
.pageList>div.act{
  color: #fff;
  background: rgb(0, 172, 240);
}
.pageList>div:hover{
  color: #fff;
  background: rgb(0, 172, 240);
  border-color: rgb(0, 172, 240);
}
.nqi-lsit{
  width: 100%;

}
.nqi-lsit .item{
  padding-bottom: 15px;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.nqi-lsit .item .img img{
  width: 240px;
  height: 140px;
}
.nqi-lsit .item .txt h4{
  font-size: 17px;
  color: rgb(68, 68, 68);
  font-weight: 500;
}
.nqi-lsit .item .txt {
  padding-left: 12px;
}
.nqi-lsit .item .txt  p{
  color: rgb(153, 153, 153);
  font-size: 14px;
  margin-top: 10px;
}
.nav{
  display: flex;
  align-items: center;
  color: #666;
}

.nav a{
  font-size: 14px;
  color: #666;
  margin: 20px 5px;

}
.detail-content{
  display: flex;

}
.l-con{
  padding: 30px;
  box-sizing: border-box;
}
.detail-content>div{
  background: #fff;
  border: 1px solid rgb(209, 209, 209);
}
.detail-content .l-con{
  margin-right: 35px;
  flex: 1;
  padding-bottom: 65px;
}
.detail-content .r-con{
  width: 358px;
  box-sizing: border-box;
}
.w-title {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto;
  font-family: "Noto Sans CJK";
  color: rgb(64, 64, 64);
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  line-height: 34px;
  overflow-wrap: break-word;
  word-break: normal;
}
.detail-content .r-con>p{
  color: #3d3d3d;
  font-size: 24px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgb(209, 209, 209);
}
.detail-content .l-con .tit{
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  border-bottom: 1px solid rgb(215, 215, 215);
  color: rgb(164, 164, 164);
  padding: 15px 0;
  margin-bottom: 15px;
}
.detail-content  .r-con ul{
  width: 100%;
  border: 1px solid rgb(209, 209, 209);
  border-top: none;
  padding: 20px 25px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 0px;
}
.w-detail{
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto;
  font-family: Tahoma;
  color: rgb(64, 64, 64);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  line-height: 24px;
  overflow-wrap: break-word;
  word-break: normal;
}
.detail-content  .r-con ul li{
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
}
.detail-content  .r-con ul li img{
  width: 105px;
  height: 72px;
  margin-right: 15px;

}
.detail-content  .r-con ul li p{
  transition: .3s;
  line-height: 24px;
  display: block;
  font-family: "Noto Sans CJK";
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  color: rgb(64, 64, 64);
  text-decoration: none;
  transition: all 200ms linear 0s;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.detail-content  .r-con ul li p:hover{
  color: rgb(23, 129, 255);
}

.inputs{
  width: 100%;

}
.inputs .wd{
  width: 100%;
  outline: none;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid rgb(204, 209, 217);
  margin-bottom: 20px;
  box-sizing: border-box;
}
.inputs textarea{
  width: 100%;
  outline: none;
  height: 200px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid rgb(204, 209, 217);
  margin-bottom: 20px;
  box-sizing: border-box;
  resize: none;
}
.inputs button{
  outline: none;
  border:1px solid rgb(96, 158, 233);
  background-color: rgb(23, 129, 255);
  color:#fff;
  padding: 10px 30px;
  cursor: pointer;
  float: right;
}
.yzm img{
  height: 38px;
    border: 1px solid rgb(204, 209, 217);
    box-sizing: border-box;
    border-left: none;
    cursor: pointer;
}


/* 地图样式 */


html, body, #container {
  height: 100%;
  width: 100%;
}

.custom-content-marker {
  position: relative;
  width: 25px;
  height: 34px;
}

.custom-content-marker img {
  width: 100%;
  height: 100%;
}

.custom-content-marker .close-btn {
  position: absolute;
  top: -6px;
  right: -8px;
  width: 15px;
  height: 15px;
  font-size: 12px;
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 15px;
  box-shadow: -1px 1px 1px rgba(10, 10, 10, .2);
}

.custom-content-marker .close-btn:hover{
  background: #666;
}
.map-content{
  width: 100%;
  height: 368px;
  margin-top: 40px;
}

.pageList>div{
  display:flex;
}
.pageList>div a{
  width:100%;
  height:100%;
  padding: 0 14px;
  text-align:center;
}
