*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a{
  color: #000000;
  text-decoration: none;
}
.content{
  width: 1200px;
  margin: 0 auto;
}
.top{
  width: 100%;
  height: 300px;
  
}
.top > div{
  width: 100%;
  height: 300px;
  background-color: #ccc;
}

.mid{
  width: 100%;
  height: 340px;
  margin-top: 20px;
  background-color: #F3F3F3;
}
.mid_one{
  float:left;
  width: 450px;
  height: 100%;
}
.mid_two{
  float:left;
  width: 450px;
  height: 100%;
}
.mid_three{
  float:left;
  width: 300px;
  height: 100%;
}
.mid_title{
  position: relative;
  width: 100%;
  height: 40px;
}
.mid_title > .img{
  position: relative;
  float: left;
  margin:10px 5px;
  width: 15px;
  height: 20px;
  background-color: aqua;
}
.mid_title > .img > div:nth-child(1){
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  background: red;
}
.mid_title > .img > div:nth-child(2){
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  background: blue;
}
.title_name{
  float: left;
  margin-left: 5px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #3765A9;
}
.mid_title > a{
  float: right;
  line-height: 40px;
  font-size: 12px;
  color: gray;
  margin-right: 15px;
}
.mid_one_main {
  width: 90%;
  margin: 20px auto;
}
.mid_one_main > .top{
  position: relative;
  width: 100%;
  height: 170px;
}
.mid_one_main > .top > .left{
  position: relative;
  float: left;
  width: 45%;
  height: 120px;
}
.mid_one_main > .top > .left > .left_img {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  overflow: hidden;
  z-index: 1;
}
.mid_one_main > .top > .left > .left_img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mid_one_main > .top > .left > .left_bg{
  position: absolute;
  background-color: gray;
  left: 5px;
  width: 98%;
  height: 100%;
  transform: rotate(5deg);
}
.mid_one_main > .top > .right{
  position: relative;
  float: right;
  width: 50%;
  height: 150px;
}
.mid_one_main > .top > .right > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mid_one_main > .bottom {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.mid_one_main > .bottom > p{
  text-indent: 30px;
  line-height: 24px;
}

.mid_two_main{
  position: relative;
  width: 100%;
}
.mid_two_main > ul{
  margin-left: 25px;
  margin-top: 5px;
}
.mid_two_main > ul > li {
  line-height: 45px;
}
.mid_two_main > ul > li > span {
  float: right;
  margin-right: 10px;
  font-size: 14px;
}

.mid_three_main{
  position: relative;
  width: 100%;
}
.mid_three_main > div{
  margin: 0 auto;
  margin-top: 50px;
  width: 200px;
  height: 200px;
  background: salmon;
}
.mid_three_main > div > img{
  width: 100%;
  height: 100%;
}

.content >.bottom{
  width: 100%;
  height: 340px;
  margin-top: 10px;
  background-color: #F3F3F3;
  border: 1px solid lightgray;
}
.content >.bottom > .mid_title{
  border-bottom: 1px solid lightgray;
}


/* css 重置 */
*{margin:0; padding:0; list-style:none; }
body{ background:#fff; font:normal 12px/22px 宋体;  }
img{ border:0;  }
a{ text-decoration:none; color:#333;  }

/* 轮播css */
.slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:300px;  object-fit: cover;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
/* .slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  } */

/* 走马灯css */
.picMarquee-left{ width:95%; height: 80%;  overflow:hidden; position:relative;  border:1px solid #ccc; margin: 0 auto; margin-top: 20px;   }
		.picMarquee-left .bd{ width: 100%; height: 100%; padding:10px;   }
		.picMarquee-left .bd .tempWrap{ width: auto !important;    }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
    .picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
    .picMarquee-left .bd .picList{ width: auto;}
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:250px; height:220px; display:block; padding:2px; border:1px solid #ccc; }
		.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picMarquee-left .bd ul li .title{ line-height:24px;width: 250px; }
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
.mid_three_main > ul{
  margin-left: 25px;
  margin-top: 5px;
}
.mid_three_main > ul > li {
  line-height: 45px;
}
.mid_three_main > ul > li > span {
  float: right;
  margin-right: 10px;
  font-size: 14px;
}                                                    