﻿.main_top{
 background: url(/Sites/Uploaded/UserUpLoad/20190904/20190904140731.jpg) no-repeat;
 height: 250px;
 width: 100%;
}
.title_header3{
 height: 50px;
 line-height: 50px;
 font-size: 20px;
 color: #fff;
 padding: 0 30px;
}
.title_header3 a {
 color: #fff;
 font-size: 20px;
}
.title_header3 a.more{
 float: right;
}
.get_list p{
 text-indent: 2rem;
 font-size: 17px;
 font-family: "楷体";
 color: #fff;
}
.get_list p a{ 
 font-size: 16px;
 font-family: "楷体";
 color: #fff;
}
.get_list {
 padding: 0 10px;
}
.get_list li{
 font-size: 20px;
 font-family: "楷体";
 color: #fff;
 background: url(/Sites/Uploaded/UserUpLoad/20190904/20190904142415.png) no-repeat;
 background-size: 100% 100%;
 height: 186px;
 width: 100%;
 padding: 20px;
 box-sizing: border-box;
 line-height: 30px;
}
.main_bottom{
 background: url(/Sites/Uploaded/UserUpLoad/20191113/20191113171609.jpg) no-repeat;
 margin-top: 20px;
 height: 487px;
}
.main_bottom ul{
 width: 400px;
 overflow: hidden;
 float: right;
 margin-right: 85px;
 margin-top: 56px;
}
.main_bottom ul li {
 width: 200px;
 float: left;
 text-align: center;
 margin-bottom: 25px;
}
.main_bottom ul li img {
 display: block;
 margin: 0 auto;
 transition: all linear 0.2s;
}
.main_bottom ul li a:hover img{
 transform:scale(1.1);
}
.main_bottom ul li a {
 font-size: 26px;
 font-family: "楷体";
 font-weight: bold;
}
@media screen and (max-width:768px){
 .main_top {
 background: #967A5A;
 height: auto;
 width: 100%;
 padding-bottom: 20px;
 }
 .get_list li,.main_bottom{
 height:auto;
 }
 .main_bottom ul {
 width: 100%;
 overflow: hidden;
 float: none;
 margin-right: 0;
 margin-top: 20px;
 padding-top: 20px;
 }
 .main_bottom ul li {
 width: 50%;
 }
} 