﻿.banner_wrapper{
  width: 1800px;
  margin: 0 auto;
}
.banner_wrapper img{
  width: 100%;
}

.wrap_main .linkmap{
  /* position: absolute; */
  /* top: 25px; */
  /* left: 90px; */
  /* background: transparent; */
  /* margin: 0; */
  /* padding: 0; */
  color: #333;
  /* font-size: 14px; */
}

.wrap_main .linkmap a{
  /* font-weight: 500; */
  color: #333;
}
.wrap_main .linkmap a:hover{
  color: #333;
}
.sear_warpper{
 position: absolute;
 left: 50%;
 top: 100px;
 transform: translateX(-50%);
 width: 450px;
}
.sear_tit{
 font-size: 30px;
 color: #FFFFFF;
 text-align: center;
}
.sear_con{
 width: 100%;
 height: 48px;
 overflow: hidden;
 border-radius: 30px;
 position: relative;
}
.sear_con input#search{
 display: block;
 width: 100%;
 height: 48px;
 line-height: 48px;
 border-radius: 30px;
 border: none;
 background: rgba(255, 254, 254, 0.3);
 border: 2px solid rgb(101 16 172);
 box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
 outline: none;
 box-sizing: border-box;
 padding:0 80px 0 35px;
 color: #6510ac;
}
.searbtn{
 position: absolute;
 right: 3px;
 top: 2px;
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/searchBtn.png)no-repeat;
 width: 44px;
 height: 44px;
 background-size: cover;
 border: none;
 cursor: pointer;
}
input.seartxt::-webkit-input-placeholder{
 color:rgb(101 16 172);
 font-size: 16px;
}


.tab_wrapper{
  position: absolute;
  top: 182px;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  border-radius: 32px;
  height: 64px;
  overflow: hidden;
}
.tab_ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.tab_ul li {
  width: 20%;
  border-right: 1px solid #d6d6d6;
  background: #fff;
  line-height: 64px;
  font-size: 20px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.tab_ul li:last-child{
  border-right: none;
}

.tab_ul li.active,
.tab_ul li:hover{
  color: #fff;
  background:#6510ac;
}

.main_content {
padding-top: 60px;
min-height: 400px;
}

.wrap_main {
position: relative;
}

/* .wrap_main .main {
padding-bottom: 40px;
} */



.menuB .menuCount {
  width: 302px;
  height: 190px;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #fff;
  background-size: 100% 100%;
  float: left;
  margin: 0 9px;
  margin-bottom: 16px;
  background: url(/Sites/Uploaded/UserUpLoad/20210918/20210918180501.png)no-repeat;
  background-size: 100% 100%;  
  transition: all 0.3s;
}

.menuB .menuCount:hover{
  background: url(/Sites/Uploaded/UserUpLoad/20210918/20210918180516.png)no-repeat;
  background-size:100% 100%;
}



.menuB .menuCount .DepName {
padding-bottom: 20px;
text-align: center;
margin-bottom: 20px;
position: relative;
z-index: 1;
}

.menuB .menuCount .DepName a {
color: #333;
font-size: 16px;
}
.menuB .menuCount:hover .DepName a{
  color: #6510ac;
}


.menuB .menuCount .Dep_con {height: 70px;width: 100%;position: relative;}
.Dep_con a{
  display: block;
  float: left;
  width: 25%;
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
}
.Dep_con a.small_a {
  font-size: 12px;
}

.menuB .menuCount .Dep_con::-webkit-scrollbar {
/*滚动条整体样式*/
width: 2px;
/*高宽分别对应横竖滚动条的尺寸*/
height: 80px;
}

.menuB .menuCount .Dep_con::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
width: 2px;
background: #6510ac;
}

.menuB .menuCount .Dep_con::-webkit-scrollbar-track {
/*滚动条里面轨道*/
background: #D0D9DE;
}


.SCROLL {
 width: 260px;
 height: 103px;
 position: absolute;
 display: none;
 left: -118px;
top: 30px;
 z-index: 11111;
 background: #fff;
 border: 1px solid #6510ac;
 border-radius: 10px;
 padding: 10px;
 box-sizing: border-box;
 box-shadow: 5px 5px 15px 5px #dcdcdc;
}
.SCROLL::before
{
  content:"";
  display: block;
  border-style: solid;
  border-width: 0px 8px 8px;
  border-color: transparent transparent #6510ac;
  width: 0px;
  left: 50%;
  top: -10px;
  height: 2px;
  position: absolute;
}
.Dep_con a:hover .SCROLL {
display:block;
}

.intro-text {
 margin: 10px 0 0 44px;
 line-height: 1.8;
 text-indent: 30px;
}
.picZoom {
 width: 62px;
 height: 82px;
 border-radius: 5px;
 overflow: hidden;
 float: left;
 margin-right: 10px;
}
.picZoom img {
 width: 100%;
}

.textZoom p {
 line-height: 27px;
 line-height: 27px;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
}

.textZoom b {
 font-weight: normal;
}

.textZoom {
 font-size: 16px;
 float: left;
 text-align: left;
 width: 160px;
}


@media only screen and (max-width: 1800px){
  .banner_wrapper {
 width: 100%;
 }
 .tab_wrapper {
   top: 180px;
 }
 .sear_warpper {
 top: 80px;
 }
}

@media only screen and (max-width: 1400px){
 .tab_wrapper {
   top: 150px;
 }
 .sear_warpper {
 top: 70px;
 }
}
@media only screen and (max-width:768px) {
 .sear_warpper{
 display: none;
 }
  .Dep_con a:hover .SCROLL {
display:none;
}

.searchTab {
 display: none;
}
.menuApar,
.menuA,
.w1210 {
 width: 100%;
}
.menuA {
 height: auto;
}
.menuA .DepNameBtn {
 display: block;
 border: none;
 font-size: 0.28rem;
 width: 32%;
 margin-top: 10px;
 border-radius: 5px;
 background: #F4F4F4;
}

.menuB .menuCount {
 margin: 0 auto 20px;
 width:31%;
margin: 1.15%;
background: #f5f5f5;
padding: 0.2rem 0.15rem;
}
.keyBox {
 width: 100%;
 padding-bottom: 10px;
}
.key {
 width: 100%;
 margin-bottom: 10px;
}
.key a {
 margin-bottom: 2px;
 width: 8%;
 background-size: 100% 100%;
}
a.ClearKey {
 position: static;
 width: 100%;
 height: 46px;
 background-size: 100% 100%;
 margin-bottom: 10px;
}
.wrap_main .main {
  margin: 0;
}

.banner_wrapper {
  width: 100%;
}

.wrap_main .linkmap {
  /* width: auto; */
  /* top: 10px; */
  left: 50px;
}

.main_content {
  padding-top: 0;
  margin: 0 auto;
}

.tab_wrapper {
  position: inherit;
  transform: none;
  width: 100%;
  height: auto;
  border-radius: 0;
  /* margin-top: 0.2rem; */
  box-sizing: border-box;
  background: #fff;
}

.tab_ul {
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.tab_ul::after{
  content: ""; 
  width: 32%;
}
.Dep_con a {
  width: 33%;
}
} 
@media only screen and (max-width:425px) {
  .menuA .DepNameBtn {
 font-size: 0.34rem;
}

  .wrap_main .linkmap {
 /* width: auto; */
 left: 25px;
 /* top: 0; */
}
  .menuB .menuCount {
 width: 48%;
 margin: 1%;
}
} 
@media only screen and (max-width:375px) {
  .menuB .menuCount {
 width: 100%;
}
.Dep_con a {
  width: 20%;
}

}  