.content1{
    margin-top: 20px;
}
.content1 .fl{
    width: 400px;
}
.gkdjs{
    position: relative;
    width: 100%;
    height: 114px;
    background: url("/static/home/img/gkdjs.png")center no-repeat;
    background-size: 100%;
}
.gkdjs h2{
    position: absolute;
    top: 26px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 2px 4px rgba(21, 62, 241, .29);
    line-height: 1;
    color: #fff;
}
.gkdjs p{
    position: absolute;
    top: 44px;
    left: 20px;
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.gkdjs p span{
    display: block;
    margin: 0 10px;
    width: 90px;
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #333;
}
.rmpd{
    margin-top: 5px;
    box-sizing: border-box;
    padding: 25px 20px 20px;
    border-radius: 20px;
    background-color: #fff;
}
.rmpd>h2{
    box-sizing: border-box;
    padding-left: 33px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    background: url("/static/home/img/hot.png") 0 center no-repeat;
}
.rmpd>span{
    display: block;
    margin-top: 14px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #ededed;
}
.rmpd>ul{
    overflow: hidden;
}
.rmpd>ul li:nth-child(odd){
    float: left;
}
.rmpd>ul li:nth-child(even){
    float: right;
}
.rmpd>ul li a{
    display: block;
    width: 160px;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    line-height: 1;
    color: #333;
    background: url("/static/home/img/goIn.png") right center no-repeat;
}
.rmpd>ul li a:hover{
    color: #d42222;
}
.content1 .fr{
    box-sizing: border-box;
    padding: 20px 20px 0;
    border-radius: 20px;
    width: 780px;
    background-color: #fff;
}
.swiper-container{
    border-radius: 10px;
}
.swiper-pagination-bullet{
    background-color: #fff;
    opacity: .4;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
    opacity: 1;
}
.content1 .fr>ul{
    overflow: hidden;
    padding: 15px 0;
}
.content1 .fr>ul li:nth-child(odd){
    float: left;
}
.content1 .fr>ul li:nth-child(even){
    float: right;
}
.content1 .fr>ul li a{
    display: block;
    box-sizing: border-box;
    padding: 15px 0 15px 38px;
    width: 350px;
    background: url("/static/home/img/new-ico.png") left center no-repeat;
    font-size: 16px;
    line-height: 1;
    color: #333;
}
.content1 .fr>ul li:nth-child(n+7) a{
    background: url("/static/home/img/ht-ico.png") left center no-repeat;
}
.content{
    margin-top: 20px;
    box-sizing: border-box;
    padding: 25px 20px 30px;
    background-color: #fff;
    border-radius: 20px;
}
.content>h2{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.content>h2 img{
    display: block;
    margin-right: 10px;
}
.content>h2 span{
    display: block;
    margin-right: 0;
    margin-left: 10px;
    width: 100%;
    height: 3px;
    background-color: #ededed;
    border-radius: 1.5px;
    flex: 1;
}
.mydsj{
    display: block;
    margin-top: 25px;
    width: 100%;
}
.content-sort{
    overflow: hidden;
    margin-top: 20px;
}
.content-sort li{
    float: left;
}
.content-sort li:not(:last-child){
    margin-right: 20px;
}
.content-sort li a{
    display: block;
    height: 40px;
    border-radius: 6px;
    padding: 0 20px;
    background-color: #efefef;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.content-news{
    margin-top: 20px;
    overflow: hidden;
}
.content-news li{
    float: left;
}
.content-news li:not(:last-child){
    margin-right: 20px;
}
.content-news li a{
    position: relative;
    display: block;
    width: 216px;
    height: 144px;
    border-radius: 10px;
    overflow: hidden;
}
.content-news li a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 10px;
    height: 36px;
    background-color: rgba(0, 0, 0, .6);
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}
.news1 li:first-child a{
    background: url("/static/home/img/index/news1-1.jpg") center no-repeat;
}
.news1 li:nth-child(2) a{
    background: url("/static/home/img/index/news1-2.jpg") center no-repeat;
}
.news1 li:nth-child(3) a{
    background: url("/static/home/img/index/news1-3.jpg") center no-repeat;
}
.news1 li:nth-child(4) a{
    background: url("/static/home/img/index/news1-4.jpg") center no-repeat;
}
.news1 li:last-child a{
    background: url("/static/home/img/index/news1-5.jpg") center no-repeat;
}
.news2 li:first-child a{
    background: url("/static/home/img/index/news2-1.jpg") center no-repeat;
}
.news2 li:nth-child(2) a{
    background: url("/static/home/img/index/news2-2.jpg") center no-repeat;
}
.news2 li:nth-child(3) a{
    background: url("/static/home/img/index/news2-3.jpg") center no-repeat;
}
.news2 li:nth-child(4) a{
    background: url("/static/home/img/index/news2-4.jpg") center no-repeat;
}
.news2 li:last-child a{
    background: url("/static/home/img/index/news2-5.jpg") center no-repeat;
}
.news3 li:first-child a{
    background: url("/static/home/img/index/news3-1.jpg") center no-repeat;
}
.news3 li:nth-child(2) a{
    background: url("/static/home/img/index/news3-2.jpg") center no-repeat;
}
.news3 li:nth-child(3) a{
    background: url("/static/home/img/index/news3-3.jpg") center no-repeat;
}
.news3 li:nth-child(4) a{
    background: url("/static/home/img/index/news3-4.jpg") center no-repeat;
}
.news3 li:last-child a{
    background: url("/static/home/img/index/news3-5.jpg") center no-repeat;
}
.news4 li:first-child a{
    background: url("/static/home/img/index/news4-1.jpg") center no-repeat;
}
.news4 li:nth-child(2) a{
    background: url("/static/home/img/index/news4-2.jpg") center no-repeat;
}
.news4 li:nth-child(3) a{
    background: url("/static/home/img/index/news4-3.jpg") center no-repeat;
}
.news4 li:nth-child(4) a{
    background: url("/static/home/img/index/news4-4.jpg") center no-repeat;
}
.news4 li:last-child a{
    background: url("/static/home/img/index/news4-5.jpg") center no-repeat;
}
.yq-link{
    padding-top: 20px;
    overflow: hidden;
}
.yq-link li{
    float: left;
    margin: 10px 10px 0 0 ;
}
.yq-link li a{
    display: block;
    padding: 0 20px;
    height: 30px;
    border-radius: 15px;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}