* {
  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;
}
.header2 {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: auto;
  height: 336px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: url("../img/top_bj2.jpg") no-repeat center center;
}
.header2 .top {
  position: relative;
  z-index: 888;
  height: 100%;
  width: 100%;
}
.header2 .top img {
  width: 100%;
}
/* 菜单栏 */
.header2 .nav {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 17px;
  z-index: 999;
  font-weight: 600;
}
.header2 .nav .nav_box {
  line-height: 60px;
  width: 1200px;
  margin: auto;
  height: 60px;
}
.header2 .nav .nav_item {
  margin: 0 15px;
  width: 13%;
  float: left;
  text-align: center;
  color: white;
  cursor: pointer;
  position: relative;
}
.header2 .nav .nav_item:hover ul {
  display: block;
}
.header2 .nav .nav_item a {
  color: white;
}
.header2 .nav .nav_item a:hover {
  color: #f05000;
}
.header2 .nav .nav_item .nav_curr {
  color: #f05000;
}
.header2 .nav .nav_item ul {
  display: none;
  z-index: 9999;
  background: #0D324C;
  position: absolute;
  left: -15px;
  border-radius: 5px;
  padding: 10px 0;
  top: 45px;
  width: 110px;
}
.header2 .nav .nav_item ul a {
  line-height: 2.5;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.header2 .nav .nav_item1 {
  height: 90px;
  line-height: 90px;
}
/*主体框架*/
.content {
  position: relative;
  z-index: 88;
}
.content .con_list {
  width: 1200px;
  margin: auto;
}
/*顶部栏的搜索模块   输入框*/
.serach{
  width: 1200px;
  margin: auto;
  height: 100%;
  position: relative;
}
.serach .logo{
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  text-align: center;
}
.serach .logo img{
  width: 400px;
}
.search_box {
  top: 160px;
  right: 0;
  height: 45px;
  width: 100%;
  position: absolute;
}
.search_box .search_con {
  height: 100%;
  width: 400px;
  margin: auto;
  position: relative;
  background: white;
  border: 1px solid #004986;
  border-radius: 15px;
  overflow: hidden;
}
.search_box .search_con input {
  width: 90%;
  vertical-align: middle;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  border: none;
}
.search_box .search_con .search_btn {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  border-radius: 5px;
}
.search_box a {
  cursor: pointer;
  color: white;
  font-size: 20px;
  position: absolute;
  right: 280px;;
  top: 0;
  padding: 0 15px;
  line-height: 45px;
  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: #b4b4b4;
  background: rgba(12, 53, 104, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffFF, endColorstr=#7fffffFF);
}
.my_top .top_box {
  width: 1200px;
  margin: auto;
  height: 100%;
  line-height: 40px;
  color: white;
}
/*账号栏  左侧*/
.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;
  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;
}
/* 导航栏 */
.sort_tab {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 30px;
}
.sort_tab img {
  vertical-align: middle;
  width: 18px;
  position: relative;
  margin: 0 10px;
  top: -1px;
}
.sort_tab a:hover {
  color: red;
}
/* 底部 */
.foot {
  padding: 20px 0;
  font-size: 14px;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: auto;
  height: 100px;
  background: #0D324C;
  text-align: center;
}
.foot .foot_info {
  margin: 0 20px;
  line-height: 50px;
  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;
}
/*搜索值颜色*/
.change {
  color: red !important;
  margin: 0 !important;
}
.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;
}
/* 搜索、高级搜索 */
.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 #0D324C;
  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 #0D324C;
  border-radius: 5px;
}
.tab_search .tbtn {
  height: 40px;
  line-height: 40px;
  width: 70px;
  float: left;
  margin-left: 10px;
  border: 1px solid #0D324C;
  background: #0D324C;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
