.index {
  background-color: #ffffff;
}
.header .bg{
  text-align: center;
}
.header .bg a{
  display: inline-block;
  height: 38px;
  color: #a31711;
  line-height: 36px;
  margin-top: 293px;
  padding: 0 15px;
  border: 2px solid #a31711;
  border-radius: 20px;
  font-weight: bold;
}

.header .bg a:hover{
  color: #fff;
  background: #a31711;
}
.laiyang-body {
  position: relative;
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 36px;
  margin-bottom: 50px;
}
.top-con{
  border: 1px solid #a31711;
  padding: 40px;
}
.top-con .img-box{
  display: flex;
  justify-content: space-between;
}
.top-con .img-box a{
  display: inline-block;
  width: 48.1%;
  overflow: hidden;
}
.top-con .img-box a img{
  width: 100%;
  transition: all .6s;
}
.top-con .img-box a:hover img{
  transform: scale(1.06);
}
.top-con ul{
  display: flex;
  flex-wrap: wrap;
}
.top-con ul li{
  min-width: 174px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 20px 6px 0;
  padding: 0 20px;
  border: 1px solid #a31711;
  border-radius: 10px;
  transition: all .6s;
}
.top-con ul li a{
  display: block;
  transition: all .6s;
}
.top-con ul li:hover{
  background: #a31711;
}
.top-con ul li:hover a{
  color: #fff;
}
.nav1{
  display: flex;
  justify-content: center;
}

.nav1 li{
  width: 300px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  cursor: pointer;
  background: #f7f7f7;
}
.nav1 li p{
  font-size: 18px;
  font-weight: 600;
}
.nav1 .active{
  background: #0652c5;
}
.nav1 .active p{
  color: #fff;
}
.box-wrapper{
  display: none;
  border: 1px solid #0652c5;
  padding: 40px;
}
.box{
  width: 100%;
  margin-bottom: 65px;
}
.box .title{
  height: 60px;
  line-height: 60px;
  background-color: #f7f7f7;
  border-top:3px solid #0652c5;
  padding: 0 20px;
  font-size: 18px;
	font-weight: bold;
  color: #0652c5;
  margin-bottom: 33px;
}
.box .pic_ul{
  /* display: flex; */
}
.box .pic_ul .pic{
  width: 240px;
  height: 140px;
  float: left;
	background-color: #f7f7f7;
  border: solid 5px #f7f7f7;
  margin-right: 50px;
}
.list_ul {
  font-size: 0;
}
.list_ul .list_li{
  border: solid 1px #0652c5;
  margin-right: 20px;
  display: inline-block;
  width: 190px;
  height: 50px;
  line-height: 50px;
	background-color: #f7f7f7;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.list_ul .list_li:nth-of-type(4n){
  margin-right: 0;
}
.list_ul .list_li a{
  font-size: 14px;
  color: #333333;
}
.list_li .two_ul{
  display: none;
  width: 100%;
}
.list_ul .list_li:hover .two_ul{
  position: absolute;
  padding-top: 0;
  display: block;
  height: auto;
  background-color: #eee;
  z-index: 10;
  margin-left: 0px;
  margin-top: -1px;
  height: 240px;
  overflow: auto;
}
.two_ul li {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: none;
  margin-top: 0px;
  color: #000000;
  font-size: 12px;
}
.two_ul li:hover{
  background-color: #ddd;
}
.two_ul li a:hover{
  color: #a31711;
}
.all_ul {
  background:url(ztxm_bor.png) no-repeat;
  margin: 40px;
  height: 470px;
  background-size: 100% 100%;
  background-position: center;
  overflow: hidden;

}
.all_ul .al_tit{
  width: 100%;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 26px;
  color: #fff;
}
.all_ul .content_ul{
  padding: 30px 40px 20px 40px;
  display: inline-block;
}
.all_ul .content_ul li {
  position: relative;
  margin: 0 20px;
  margin-bottom: 17px;
  display: inline-block;
  width: 480px;
  float: left;
}
.all_ul .content_ul li:nth-of-type(2n){
  float: right;
}
.all_ul .content_ul li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #a31711;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.all_ul .content_ul li:last-of-type {
  margin-bottom: 0;
}

.all_ul .content_ul li .title {
  font-size: 17px;
  color: #333333;
  width: 295px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding-left: 13px;
}

.all_ul .content_ul li .time {
  color: #999999;
  font-size: 17px;
  float: right;
}

.all_ul .content_ul li:hover .title {
  color: #a31711;
}

.all_ul .content_ul li:hover .time {
  color: #a31711;
}