.qgh_2021{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}
.qgh_2021_banner{
    width: 100%;
}
.qgh_2021_banner img{
    width: 100%;
    display: block;
}
.qgh_2021_main{
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}
.qgh2021_hyyw{
    width: 100%;
    height: 465px;
}
.qgh2021_hyyw_tit{
    height: 70px;
    background: url(../images/qgh_hyyw_2021.png) no-repeat center center;
    position: relative;
    margin-bottom: 30px;
}
.qgh2021_hyyw_tit>a{
    font-size: 16px;
    color: #2f78cc;
    position: absolute;
    right: 0px;
    top: 20px;
    padding: 5px 10px;
}
.qgh2021_hyyw_box{
    width: 630px;
    float: left;
    overflow: hidden;
}
.banner-box{
    width: 630px;
    height: 365px;
    position: relative;
    float: left;
    overflow: hidden;
}
.banner .swiper-wrapper .swiper-slide {
    width: 630px;
    height: 365px;
    position: relative;
}
.banner .swiper-wrapper .swiper-slide a img{
    display: block;
    width: 630px;
    height: 365px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner .swiper-wrapper .swiper-slide p a {
    display: block;
    width: 620px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
}
.banner-box .swiper-button-next,
.banner-box .swiper-container-rtl .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
    right: -45px;
    transition: right 0.3s;
}

.banner-box .swiper-button-prev,
.banner-box .swiper-container-rtl .swiper-button-next {
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    left:-45px;
    transition: left 0.3s;
}

.banner-box:hover .swiper-button-prev,
.banner-box:hover .swiper-container-rtl .swiper-button-next {
    /* background-position: 0 -46px; */
    background-size: 100%;
    left: 10px;
    transition: left 0.3s;
}
.banner-box .swiper-button-prev:hover,
.banner-box .swiper-container-rtl .swiper-button-next:hover {
    background-position: 0 -46px;
    background-size: 100%;
    left: 10px;
}
.banner-box:hover .swiper-button-next,
.banner-box:hover .swiper-container-rtl .swiper-button-prev {
    /* background-position: 0 -139px; */
    background-size: 100%;
    right: 10px;
    transition: right 0.3s;
}
.banner-box .swiper-button-next:hover,
.banner-box .swiper-container-rtl .swiper-button-prev:hover {
    background-position: 0 -139px;
    background-size: 100%;
    right: 10px;
}
.qgh2021_hyyw_content{
    float: right;
    width: 520px;
    overflow: hidden;
    border-top: 1px dashed #ccc;
    margin-right: 20px;
}
.qgh2021_hyyw_content ul li{
    height: 69px;
    border-bottom: 1px dashed #ccc;
    padding-left: 20px;
    background: url(li_ico.png) no-repeat;
    background-position: 0px 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.qgh2021_hyyw_content ul li:hover{
    background: url(../images/li_on_ico.png) no-repeat;
    background-position: 0px 25px;
}
.qgh2021_hyyw_content ul li a{
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    color: #000;
}
.qgh2021_hyyw_content ul li:hover a {
    color: #2f78cc;
}
.qgh2021_hyyw_content ul li span {
    font-size: 14px;
    color: #ccc;
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.qgh2021_sjz {
    width: 100%;
    margin-top: 30px;
}

.qgh2021_sjz_tit {
    height: 70px;
    background: url(../images/qgh_sjz_2021.png) no-repeat center center;
    position: relative;
    margin-bottom: 30px;
}
.qgh2021_sjz_tit>a {
    font-size: 16px;
    color: #2f78cc;
    position: absolute;
    right: 0px;
    top: 20px;
    padding: 5px 10px;
}
/* sjz */

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#certify .swiper-container {
    padding-bottom: 40px;
}

#certify .swiper-slide {
    width: 520px;
    height: 350px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    position: relative;
}
.conver{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
.swiper-slide-active .conver {
    display: none;
}
#certify .swiper-slide img {
    display: block;
    width: 520px;
    height: 310px;
    margin: 0;
    width: 100%;
}

#certify .swiper-slide p a{
    display: block;
    line-height: 40px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 16px;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 5px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.qgh2021_mt_fc{
    width: 1200px;
    margin: 0 auto;
}

.qgh2021_mtjj{
    width: 600px;
    float: left;
}

.qgh2021_mtjj_tit{
    height: 75px;
    background: url(../images/qgh_mtjj_2021.png) no-repeat top left;
    position: relative;
    margin-bottom: 20px;
}

.qgh2021_mtjj_tit>a {
    font-size: 16px;
    color: #2f78cc;
    position: absolute;
    right: 10px;
    bottom: 5px;
    padding: 5px 10px;
}
.qgh2021_gdfc_tit>a {
    font-size: 16px;
    color: #2f78cc;
    position: absolute;
    right: 10px;
    bottom: 5px;
    padding: 5px 10px;
}
.qgh2021_mtjj_content ul{
    padding-left: 20px;
}
.qgh2021_mtjj_content ul li{
    padding-left: 15px;
    background: url(li_ico.png) no-repeat center left;
}
.qgh2021_mtjj_content ul li:hover {
    background: url(../images/li_on_ico.png) no-repeat center left;
}
.qgh2021_mtjj_content ul li a{
    display: block;
    float: left;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #000;
}
.qgh2021_mtjj_content ul li:hover a {
    color: #2f78cc;
    /* text-decoration: underline; */
}
.qgh2021_mtjj_content ul li span {
    color: #000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.qgh2021_gdfc {
    width: 600px;
    float: right;
}

.qgh2021_gdfc_tit {
    height: 75px;
    background: url(../images/qgh_gdfc_2021.png) no-repeat top left;
    position: relative;
    margin-bottom: 20px;
}

.qgh2021_sptp {
    width: 100%;
    margin-top: 30px;
}

.qgh2021_sptp_tit {
    height: 70px;
    background: url(../images/qgh_sptp_2021.png) no-repeat center center;
    position: relative;
    margin-bottom: 20px;
}
.qgh2021_sptp_tit>a {
    font-size: 16px;
    color: #2f78cc;
    position: absolute;
    right: 0px;
    top: 20px;
    padding: 5px 10px;
}
.qgh2021_sptp_content{
    width: 1152px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.qgh2021_sptp_content .swiper-wrapper {
    width: 1152px;
    margin: 0 auto;
}
.qgh2021_sptp_content .swiper-wrapper .swiper-slide {
    width: 370px;
    height: 260px;
}
.qgh2021_sptp_content .swiper-wrapper .swiper-slide a img{
    display: block;
    width: 370px;
    height: 260px;
}
.qgh2021_sptp_content .swiper-wrapper .swiper-slide p a{
    display: block;
    width: 360px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    background: rgba(0, 0, 0, .5);
}

.qgh2021_sptp_content .swiper-button-next,
.qgh2021_sptp_content .swiper-container-rtl .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
    right: -45px;
    transition: right 0.3s;
}

.qgh2021_sptp_content .swiper-button-prev,
.qgh2021_sptp_content .swiper-container-rtl .swiper-button-next {
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    left: -45px;
    transition: left 0.3s;
}

.qgh2021_sptp_content:hover .swiper-button-prev,
.qgh2021_sptp_content:hover .swiper-container-rtl .swiper-button-next {
    /* background-position: 0 -46px; */
    background-size: 100%;
    left: 10px;
    transition: left 0.3s;
}

.qgh2021_sptp_content .swiper-button-prev:hover,
.qgh2021_sptp_content .swiper-container-rtl .swiper-button-next:hover {
    background-position: 0 -46px;
    background-size: 100%;
    left: 10px;
}

.qgh2021_sptp_content:hover .swiper-button-next,
.qgh2021_sptp_content:hover .swiper-container-rtl .swiper-button-prev {
    /* background-position: 0 -139px; */
    background-size: 100%;
    right: 10px;
    transition: right 0.3s;
}

.qgh2021_sptp_content .swiper-button-next:hover,
.qgh2021_sptp_content .swiper-container-rtl .swiper-button-prev:hover {
    background-position: 0 -139px;
    background-size: 100%;
    right: 10px;
}


/* 底部样式 */

.footer-box {
    width: 100%;
    min-width: 1200px;
    background: #e8e8e8;
    border-top: 1px solid #cb2222
}

.footer-1 {
    width: 1013px;
    margin: 0 auto
}

.footer-2 {
    height: 185px;
    background: #e3e3e3;
    padding-top: 28px
}

.sama-box {
    width: 1100px;
    clear: both;
    position: relative;
    margin: 0 auto
}

.sama-box table {
    margin: 0 auto
}

.footer-2-1 {
    margin: 0 auto
}

.footer-2-1 li {
    float: left;
    padding: 0 10px
}

.footer-2-1 li img {
    margin-right: 10px;
    margin-bottom: -2px
}

.footer-2-1 li a {
    font-size: 14px;
    color: #333
}

.footer-2-2 {
    margin: 0 auto;
    clear: both;
    text-align: center;
    padding-top: 38px
}

.footer-2-2 li {
    font-size: 12px;
    color: #333;
    line-height: 28px
}

.footerimgright {
    position: absolute;
    right: 200px;
    top: 58px
}

.select_content {
    background: #e5e5e5;
    position: absolute;
    bottom: 29px;
    height: 160px;
    display: none
}

/* sjzlist */
.sjz_list{
    width: 100%;
    margin: 0 auto;
}
.sjz_list ul{
    overflow: hidden;
}
.sjz_list ul li{
    width: 320px;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-left: 63px;
    margin-bottom: 30px;
    float: left;
}
.sjz_list ul li a{
    display: block;
}
.sjz_list ul li a img{
    display: block;
    width: 320px;
    height: 180px;
}
.sjz_list ul li p {
    width: 310px;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, .4);
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.sjz_list ul li p a{
    color: #fff;
    font-size: 16px;
    display: block;
    width: 310px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}






/*列表*/
.textRightlb {
    float: left;
    width: 545px;
    background: #fff;
    border-left: 1px solid #d9d9d9;
    overflow: hidden;
}

.imgtextboxlb {
    width: 1200px;
    background: #fff;
    padding-top: 0px;
}

.imgRight01newlb {
    font-size: 16px;
    background: url(li_ico.png) no-repeat 6px 26px;
    padding: 12px 10px 10px 25px;
    line-height: 36px;
    position: relative;
    height: 36px;
    position: relative;
}

.imgRight01newlb:hover {
    background: url(../images/li_on_ico.png) no-repeat 6px 26px;
}

.imgRight01newlb a {
    color: #333;
    display: block;
}

.imgRight01newlb a:hover {
    color: #107bcc;
    display: block;
}

/*列表*/

/*分页*/
/*分页样式*/
.Second_fuw_0202_fy01 {
    width: 72px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #d2d2d2;
    background: #ebebeb;
}

.Second_fuw_0202_fy td {
    color: #505050;
    font-size: 14px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    cursor: default
}

.Second_fuw_0202_fy a {
    color: #505050;
}

.Second_fuw_0202_fy01 input {
    color: #505050;
}

.Second_fuw_0202_fy01 a {
    color: #505050;
}

.Second_fuw_0202_fy02 {
    width: 17px;
}

.Second_fuw_0202_fydw {
    width: 10px;
}

.Second_fuw_0202_fy02bg {
    background: -webkit-linear-gradient(rgba(56, 120, 224, 1), rgba(34, 90, 182, 1));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(56, 120, 224, 1), rgba(34, 90, 182, 1));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(56, 120, 224, 1), rgba(34, 90, 182, 1));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(56, 120, 224, 1), rgba(34, 90, 182, 1));
    /* 标准的语法（必须放在最后） */
    height: 25px;
    width: 17px;
    color: #fff !important;
    transition: background-color .5s;
}

.Second_fuw_0202_fy03 {
    height: 25px;
    width: 33px;
    border: 1px solid #d2d2d2;
    background: #ebebeb;
}

.Second_fuw_0202_fy03 input {
    width: 33px;
    height: 25px;
}

.Second_fuw_0202_fy04 {
    width: 80px;
}

.Second_fuw_0202_fy05 {
    width: 20px;
}

.Second_fuw_0202_fy {
    height: 50px;
    clear: both;
    width: 668px;
    text-align: center;
    padding-top: 50px;
    position: absolute;
    margin-left: -334px;
    left: 50%;
}

/*分页*/

/*文章页面*/
.xilanboxbg {
    width: 100%;
}

.Second_banner {
    width: 1013px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}

.Second_banner li {
    font-size: 12px;
    color: #a1a7b2;
    float: left;
    padding-right: 8px;
}

.Second_banner li a {
    color: #a1a7b2;
}

.Three_xilan_01 {
    width: 1013px;
    border: 1px solid #d3dcea;
    background: #fff;
    margin: 0 auto;
}

.Three_xilan_02 {
    width: 780px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
}

.dw {
    clear: both
}

.Three_xilan_03 {
    font-size: 38px;
    color: #333;
    text-align: center;
    width: 100%;
    font-family: '微软雅黑'
}

.Three_xilan_04 {
    font-size: 12px;
    color: #808080;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.Three_xilan_04 a {
    color: #808080
}

.Three_xilan_05 {
    height: 1px;
    width: 100%;
    background: #d4d4d4;
}

.Three_xilan_06 {
    height: 333px;
    text-align: center;
    padding-top: 20px;
}

.Three_xilan_06 img {
    width: 500px;
}

.Three_xilan_07 {
    font-size: 14px;
    color: #333;
    padding: 50px 0;
    line-height: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.Three_xilan_08 {
    float: left;
    position: relative;
    width: 98px;
}

.Three_xilan_08 ul {
    font-size: 0;
}

.Three_xilan_0801 {
    font-size: 20px;
    font-weight: bold;
    color: #313131;
    text-align: center;
    width: 98px;
    height: 24px;
    line-height: 24px;
}

.Three_xilan_0802 {
    height: 3px;
    width: 98px;
    background: #de1f1a;
}

.Three_xilan_0803 {
    background: #4d4d4d;
    height: 1px;
    width: 780px;
    clear: both;
}

.Three_xilan_02 td {
    vertical-align: top;
}

.Three_xilan01_02 {
    float: left;
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
}

.Three_xilan01_0201 {
    color: #808080 !important;
}

.Three_xilan01_02 span {
    padding-right: 7px;
}

.Three_xilan01_03 span {
    padding-right: 28px;
}

.Three_xilan01_01 {
    width: 880px;
    padding: 60px 0 20px 0;
}

.Search_content_dw {
    height: 20px;
    clear: both;
}

.contentLeft0102 {
    width: 90%;
    float: left;
    font-size: 14px;
    background: url(li_ico.png) left center no-repeat;
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contentLeft0102 a {
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*文章页面*/


.imgRight02line{ background:url(img19.jpg) repeat-x left center; height:2px; width:100%;}
.imgRight01time{ position:absolute; font-size:12px; color:#666; position:absolute; right:11px; bottom:5px; color:#000; opacity:0.3; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);}
.imgRightnew01{ position:relative; }


