#logo {
  width: 100%;
  height: 5rem;
  background: url(/cxcyxy/images/logocxcy.png) no-repeat;
  background-size: 28.75rem 5.3125rem;
}
header {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
  background: url(/cxcyxy/images/1.jpg) no-repeat -9.25rem -4.5rem;
}
header nav {
  height: 100%;
  overflow: hidden;
}
header nav ul li ul {
  display: none;
}

header nav ul li {
  float: left;
  width: 25%;
  text-align: center;
  border-top: 1px solid lightgray;
  border-left: 1px solid lightgray;
  background: rgb(0, 59, 144) url(/cxcyxy/images/navbg.png) repeat-x;
  font-size: 2.0625rem;
  border: rgb(149, 184, 225) 2px solid;
  border-radius: 3px;
}

header nav ul li a {
  color: #fff;
}
header nav .cur ul{
  display:none!important;
}
#tbar {
  position: sticky;
  top: 0px;
  z-index: 999;
}

#tbar .fl {
  display: none;
}
.m {
  display: inline-block;
  position: absolute;
  left: 65%;
  top: -13rem;
  background: #0e76b3;
  width: 16rem;
  text-align: center;
  border-radius: 0.7rem;
  height: 3rem;
  overflow: hidden;
  margin-top: 2px;
  margin-left: 1px;
}

.m:hover {
  background: rgba(21, 55, 80, 0.5);
}

.m a {
  /* float: right; */
  width: 17rem;
  height: 1.25rem;
  line-height: 3.0rem;
  text-align: center;
}

.m a span {
  color: white;
  font-size: 0.5rem;
}

/* 搜索框 */
.qwss {
  width: 85%;
  height: 2.8rem;
  border: 1px solid rgb(209, 206, 206);
  color: rgb(144, 143, 143);
  margin-left: 2px;
}

.tj {
  width: 13%;
  height: 2.8rem;
  background-color: #1d83bd;
  color: #fff;
  border: 1px solid;
  border-radius: 0.5rem;
}


#appu1 .search-input {
  float: left;
  height: 30px;
  width: 90%;
  outline: none;
  padding-left: 10px;
  border-radius: 2px;
  border: 1px solid #e4e7ed;
}

#appu1 .search-btn {
  letter-spacing: 5px;
  color: white;
  height: 30px;
  border: 0;
  border-radius: 2px!important;
  background-color: #1d83bd;
  width: 10%;
}

/* banner，当初写在行内样式里，权值较高，对于banner的样式更改全用最高权限 */
/**
    注意，在这里的话只是把静态的页面先弄好，而在博达上面的代码不适合下面的样式配置，因为在博达那里已经把轮播图换成了swiper插件
    要顺应着博达的结构来调试
*/
.swiper-container {
  position: relative;
  overflow: hidden;
  height: 18.75rem !important;
  width: 48rem !important;
}
/*#u_u2_pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 48rem !important;
  height: 18.75rem !important;
}*/
.swiper-container .swiper-button-next {
  display: none;
}
.swiper-container .swiper-button-prev {
  display: none;
}
#content {
  background: url(/cxcyxy/images/hdyw_bg.jpg);
}
/* banner 结束 */
/* 信息栏目 */
.wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(133, 192, 243, 0.3);
  z-index: 1;
  border: #ddd 0.0625rem solid;
  border-radius: 1.6125rem;
}
.wrap dl {
  margin-left: 1.5rem;
  margin-top: 1.875rem;
  font-size: 1.85rem;
}
.wrap h2 {
  margin-top: 0.9375rem;
  margin-left: 1.5rem;
  font-size: 2.7625rem;
}
.wrap i {
  font-family: "微软雅黑 Light", "微软雅黑";
  background: url(/cxcyxy/images/navbg.png) no-repeat;
  font-style: normal;
  padding-left: 0.8125rem;
  font-size: 2.225rem;
}
.wrap span {
  margin-right: 0.25rem;
}
.wrap .alist {
  margin-top: 2.55rem;
  margin-left: 1.7rem;
  margin-bottom: 2.3125rem;
}
.wrap .alist li {
  background: url(/cxcyxy/images/qdt.jpg) no-repeat 0 center;
  padding-left: 0.8125rem;
  font-size: 1.8625rem;
  margin-bottom: .775rem;
}
.wrap .vmore {
  background-color: #1d83bd;
  border-radius: 1.1rem;
  color: white;
  padding-left: 0.1875rem;
  margin-left: 1.7rem;
  font-size: 1.3625rem;
}
#news .ncontent {
  margin-top: 0.9rem;
}
.wrap ul li {
  margin-top: 0.125rem;
  margin-bottom: 0.1875rem;
}
/* 内容页样式 */
footer{
  background: url(/cxcyxy/images/hdyw_bg.jpg);
}
#position{
  text-align: right;
  font-size: 1.2625rem;
}
#position h1{
  display: none;
}
/* 二级导航 */
.category{
  font-size: 2.0375rem;
}
.category ul{
  display: inline-block;
}
.category ul li{
  display: inline-block;
}
.category ul li a{
  color: white;
  background-color: rgb(0, 59, 144);
  border: rgb(149, 184, 225) .0625rem solid;
  border-radius: 1.05rem;
  border-left: 0;
  border-right: 0;
}
@media (max-width:769px) {
 .category ul li ul  {
    display: none!important;
  }
}
/* 题目 */
.content-title{
  text-align: center;
}
.fl h3{
  font-size: 1.95rem;
}
i{
  font-size: 1.45rem;
}
/*文章主体*/
.fl .v_news_content p img{
  width:100% !important;
  height:100% !important;
}
.fl .v_news_content{
  width:49rem;
}
#vsb_content_1302_u71{
  width:46.4375rem
}
#vsb_content p img{
  width:100% !important;
  height:100% !important;
}
table{
  width:48rem;
}
#showkeycode1052163{
  float: left;
  height: 30px;
  width: 90%;
  outline: none;
  padding-left: 10px;
  border-radius: 2px;
  border: 1px solid #e4e7ed;
}
#bg{
  letter-spacing: 5px;
  color: white;
  height: 30px;
  border: 0;
  border-radius: 2px!important;
  background-color: #1d83bd;
  width: 10%;
}
/* 底部附加文件下载 */
.fl ul li{
  font-size: 1.55rem;
}
/* 文章上下条跳转 */
.content-sxt{
  font-size: 1.74rem;
  margin-top: 3.6625rem;
  margin-bottom: 3.6rem;
  width:46rem;
}
/* 内容页结束 */
/*单篇正文*/
#vsb_content p span{
  line-height:2.25rem;
}
/* 列表页 */
#right .rcontent{
  font-size:1.0375rem;
  margin-top: 3.6875rem;
  padding-bottom: 2.5rem;
}
.content{
  background: url(/cxcyxy/images/hdyw_bg.jpg);
}
#right .rcontent .alist2 li{
  background:url(/cxcyxy/images/qdt.jpg) no-repeat .6125rem  .825rem;
  padding-left: 1.8125rem;
  margin-bottom:1.25rem;
}

/* 创业风采隐藏 */
#fc,
#spic {
  display: none;
}

footer {
  text-align: center;
}