﻿.main{
    margin-top: 28px;
}
#r1 .imgs{
    width: 600px;
    height: 300px;
}
#r1 .imgs .hiSlider1{
    width: 600px !important;
    height: 300px;
}
#r1 .imgs .hiSlider1 .hiSlider-item{
    width: 600px !important;
}
#r1 .imgs .hiSlider1 .hiSlider-item img{
    display: block;
    margin: 0 auto;
    /* width: 600px; */
    height: 300px;
}
#r1 .tab-wrap{
    width: 575px;
}
#r1 .tab-wrap .tabs{
    height: 56px;
    font-size: 19px;
    border-bottom: 1px solid #b5b5b5;
}
#r1 .tab-wrap .tabs li{
    /* height: 56px; */
    margin-right: 31px;
    position: relative;
}

#r1 .tab-wrap .tabs li.active{
    color: #338dde;
    font-weight: bold;
    /* border-bottom: 2px solid #338dde; */
}
#r1 .tab-wrap .tabs li.active:after{
    content: " ";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -32px;
    border-bottom: 2px solid #338dde;
    transition: width .2s ease;
}
#r1 .tab-wrap .tabs li:last-child{
    margin-right: 0;
}
#r1 .tab-wrap .tab-con{
    position: relative;
    display: none;
}
#r1 .tab-wrap .tab-con.active{
    display: block;
}
#r1 .tab-wrap .tab-con li{
    font-size: 17px;
    line-height: 2.28em;
}
#r1 .tab-wrap .tab-con li span.fh{
    margin-right: 15px;
}
#r1 .tab-wrap .tab-con li:first-child{
    text-align: center;
    color: #338DDE;
    font-size: 21px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #B5B5B5;
}
#r1 .tab-wrap .tab-con li:first-child span.fh,
#r1 .tab-wrap .tab-con li:first-child span.date{
    display: none;
}
#r1 .tab-wrap .tab-con .more{
    position: absolute;
    right: 0;
    top: -24px;
}
#zfgk .title{
    color: #2C2C2D;
    border-bottom: 2px solid #DCDCDC;
    padding-bottom: 15px;
}
#zfgk .row{
    margin-top: 39px;
}
#zfgk .row li{
    width: 197px;
    height: 198px;
    text-align: center;
    background: #F1F1F1;
    margin-right: 53px;
    padding: 40px;
    position: relative;
}
#zfgk .row li:last-child{
    margin-right: 0;
}
#zfgk .row li a{
    min-width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}
ul.imgs{
    margin-bottom: 55px;
}
ul.imgs::after{
    content: " ";
    display: block;
    clear: both;
}
ul.imgs li{
    width: 49%;
    /* height: 122px; */
    line-height: 60px !important;
    margin-right: 42px;
    background-color: #0469AA;
    text-align: center;
    color: #fff;
    font-size: 25px !important;
    letter-spacing: 5px;
    font-weight: bold;
}
ul.imgs li:last-child{
    margin-right: 0;
}
#jmhd .title{
    color: #2C2C2D;
    border-bottom: 2px solid #DCDCDC;
    padding-bottom: 15px;
}
#jmhd ul{
    height: 152px;
    padding: 29px 32px;
    border: 1px solid #a0a0a0;
    margin-top: 37px;
    margin-bottom: 46px;
}
#jmhd li{
    margin-right: 75px;
}
#jmhd li:last-child{
    margin-right: 0;
}

.gg{
    margin: 30px 0;
    display: flex;
    justify-content: center;
}
#gd1{
    margin: 29px 0;
}

#gd2 .hiSlider-wrap{
    float: left;
}
#gd2:after{
    content: "";
    display: block;
    clear: both;
}
.hiSlider2{
    width: 600px;
    height: 300px;
}
.hiSlider2 .hiSlider-item img{
    display: block;
    margin: 0 auto;
    width: 830px;
    height: 116px;
}

.gg .hiSlider-pages{
    bottom: 3px;
    right: 3px;
}
.gg .hiSlider-pages a{
    width: 8px;
    height: 8px;
}

#gonggao{
    width: 514px;
    height: 218px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border: 1px solid #a2a2a2;
    box-shadow: 4px 4px 9px -5px #888;
    z-index: 3;
    font-size: 18px;
}
#gonggao p{
    line-height: 1.8em;
}
#gonggao .close{
    position: absolute;
    width: 24px;
    line-height: 24px;
    background: #d82a2a;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    right: -9px;
    top: -9px;
    cursor: pointer;
}