* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  letter-spacing: 1px;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: black;
}
input {
  outline: none;
}
img {
  border: none;
  outline: none;
}
button {
  outline: none;
}
body,html {
  width: 100%;
  height: 100%;
  background: white;
}
.trColor1{
  background: #eef7f5 !important;
}
/*顶部*/
.header {
  width: 100%;
  height: 500px;
  background: #153b00;
  background: url("../img/bj.jpg") no-repeat center center;
  min-width: 1200px;
  max-width: 1920px;
  position: relative;
  z-index: 999;
  /* font-family: Microsoft YaHei; */
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin: auto;
}
/*数据库*/
.top {
  width: 1200px;
  margin: auto;
  height: 405px;
  position: relative;
}
/* 数据库名 */
.data_name{
  text-align: center;
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
}
.data1{
  text-align: left;
  line-height: 4.1;
}
.data1 span{
  font-size: 50px;
  color: white;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 5px;
  font-weight: bolder;
  /* text-shadow:  0 0 10px white; */
}
.data2{
  position: absolute;
  bottom: 0;
  right: 0;
}
/*顶部栏的搜索模块*/
.serach {
  width: 520px;
  border-radius: 5px;
  /* height: 100px; */
  font-size: 17px;
  padding: 20px 20px 30px;
  background: rgba(21, 59, 0,0.4);
  border-radius: 15px;
  /* margin: auto ; */
}
/*顶部栏的搜索模块   输入框*/
.search_box {
  /* height: 38px; */
  position: relative;
  overflow: hidden;
}
.search_tab {
  padding: 10px 0;
  text-align: left;
}
.search_tab span{
  margin: 0 12px;
  font-weight: 600;
  cursor: pointer;
  color: white;
}
.search_tab .tab_curr{
  color: #becf45;
}
.search_box .search_con {
  height: 90%;
  float: left;
  width: 80%;
  position: relative;
  background: white;
  border: 1px solid #153b00;
  border-radius: 10px;
  overflow: hidden;
}
.search_box .search_con input {
  width: 83%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  margin-left: 5%;
  display: block;
  border: none;
}
.search_box .search_con .search_btn {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.search_box .search_con .search_btn img{
  width: 26px;
}
.search_box a {
  cursor: pointer;
  color: white;
  font-size: 17px;
  float: left;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  line-height: 38px;
  font-weight: 600;
}
/*账号栏*/
.my_top {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 40px;
  min-width: 1200px;
  max-width: 1920px;
  font-size: 15px;
  background: #153b00;
  background: rgba(21, 59, 0,0.8);
  /* background: white; */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffFF, endColorstr=#7fffffFF);
}
.my_top .top_box {
  width: 1200px;
  margin: auto;
  height: 100%;
  line-height: 40px;
  color: white;
  /* color: #153b00; */
}
/*账号栏  左侧*/
.top_left {
  float: left;
  cursor: pointer;
  margin-left: 10px;
}
.top_left .top_login img {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
/*账号栏  右侧*/
.top_right {
  float: right;
  height: 40px;
}
.top_right a,
.top_right span {
  color: white;
  /* color: #153b00; */
  margin: 0 10px;
}
.top_right .top_icon {
  float: left;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.top_right .top_icon img {
  width: 25px;
  vertical-align: middle;
  margin: 0 2px 0 0;
  position: relative;
  top: -1px;
}
.top_right .top_icon span {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.top_right .top_icon1 {
  display: none;
}
/* 菜单栏 */
.nav {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  height: 90px;
  font-size: 17px;
  font-weight: 600;
  margin: auto;
  overflow: hidden;
}
.nav .nav_box {
  line-height: 45px;
  height: 100%;
  margin: auto;
  width: 1200px;
}
.nav_center{
  width: 76%;
  float: left;
  height: 100%;
}
.nav .nav_item {
  float: left;
  text-align: center;
  color: white;
  cursor: pointer;
  position: relative;
}
.nav .nav_item:hover ul {
  display: block;
}
.nav .nav_item a {
  color: white;
}
.nav .nav_item a:hover {
  color: #becf45;
}
.nav .nav_item .nav_curr {
  color: #becf45;
}
.nav .nav_item1 {
  height: 100%;
  width: 12%;
  line-height: 90px;
}
.nav_item2{
  margin: 0 45px;
}
/*主体框架*/
.content {
  position: relative;
  z-index: 88;
  max-width: 1920px;
  min-width: 1200px;
  margin: auto;
}
.content .con_list {
  width: 1200px;
  margin:0 auto 50px;
}
/* 底部 */
.foot {
  padding: 20px 0;
  font-size: 14px;
  color: white;
  background: #153b00;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  text-align: center;
  margin: auto;
}
.foot .foot_info {
  margin: 0 20px;
  line-height: 100px;
  font-size: 16px;
}
.foot .foot_info a {
  color: white;
}
.foot p {
  margin: 5px 0;
}
/* 分页 */
.page {
  text-align: center;
  margin: 50px 0;
}
.pages {
  text-align: right;
  margin-top: 20px;
  padding-right: 20px;
}
.page2 {
  text-align: center;
  margin: 30px 0;
}
/* 空白 */
.void {
  text-align: center;
  color: #c0bdbd;
  font-size: 18px;
  display: none;
  padding: 260px 0 30px;
  line-height: 30px;
  background: url("../img/viod.jpg") no-repeat center top;
  color: #a1a1a1;
}
.void p {
  margin: 20px 0;
}
/*搜索值颜色*/
.layui-laypage-skip .skipSpan {
  border: none;
}
/* 收藏 */
.collect {
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.collect span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  line-height: 30px;
}
.collect img {
  vertical-align: middle;
  width: 20px;
}
.collect_box {
  margin: 10px 0;
}
/* 加载 */
.load {
  text-align: center;
}
.load img {
  margin-top: 20px;
  width: 88px;
}
.load p,
.load span {
  margin: 10px;
  display: block;
  font-size: 16px;
}
/* 导航栏 */
.sort_tab {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 30px;
}
.sort_tab img {
  vertical-align: middle;
  width: 15px;
  position: relative;
  margin: 0 5px;
  top: -1px;
}
.sort_tab a:hover {
  color: #153b00;
}
/* 搜索、高级搜索 */
.tab_search {
  width: 100%;
  padding: 10px 0 20px;
}
.tab_search .tab_box {
  width: 880px;
  margin: auto;
  height: 40px;
  text-align: center;
}
.tab_search .tab_box2 {
  width: 600px;
}
.tab_search .tab_se {
  width: 200px;
  float: left;
  line-height: 30px !important;
  border: 1px solid #153b00;
  border-radius: 5px;
}
.tab_search .tab_se input {
  border: none;
  border-radius: 5px;
}
.tab_search .tab_se select {
  display: none;
}
.tab_search .search2 {
  width: 480px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin-left: 10px;
  float: left;
  border: 1px solid #153b00;
  border-radius: 5px;
}
.tab_search .tbtn {
  height: 40px;
  line-height: 40px;
  width: 70px;
  float: left;
  margin-left: 10px;
  border: 1px solid #153b00;
  background: #153b00;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
