@charset "UTF-8";
/* 基础样式 */

html, body, ul, h1, li, p, h2, h3, h4, h5, h6, fieldset, legend span {
    padding: 0;
    margin: 0;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: "微软雅黑", "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body {
    overflow-x: hidden;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;
}

ol, ul, li {
    list-style: none;
    *font-size: 0;
}

* {
    padding: 0;
    margin: 0 auto;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    font-family: "微软雅黑", "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", "sans-serif"
}

input, textarea {
    background-color: transparent;
    border: none;
    overflow: auto;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article, aside, dialog, figure, footer, header, menu, nav, section {
    display: block
}

.clearfix::before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}


/* 页面内容样式 */
.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(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: 0;
    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: 0;
    left: 0;
}
.banner .swiper-wrapper .swiper-slide p a {
    display: block;
    width: 620px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    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(wm_button_icon.png) no-repeat 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(wm_button_icon.png) no-repeat 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 0 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.qgh2021_hyyw_content ul li:hover{
    background: url(li_on_ico.png) no-repeat 0 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: 0;
}

.qgh2021_sjz {
    width: 100%;
    margin-top: 30px;
}

.qgh2021_sjz_tit {
    height: 70px;
    background: url(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: 0;
    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: 0;
    left: 0;
    z-index: 9999;
}
.swiper-slide-active .conver {
    display: none;
}
#certify .swiper-slide img {
    display: block;
    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: 0;
    width: 45px;
    height: 45px;
    background: url(wm_button_icon.png) no-repeat 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: 0;
    width: 45px;
    height: 45px;
    background: url(wm_button_icon.png) no-repeat 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(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(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(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(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: 0;
    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: 0;
    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(wm_button_icon.png) no-repeat 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(wm_button_icon.png) no-repeat 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: 0;
    left: 0;
}
.sjz_list ul li p a{
    color: #fff;
    font-size: 16px;
    display: block;
    width: 310px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}









