h4 a:hover,
h5 a:hover {
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px
}

.container01,
.container02,
.container03,
.container04,
.container05,
.container06,
.container07,
.container08,
.n-container01,
.n-container03,
.n-container04 {
    margin: 0 auto;
}

.slow img:hover {
    transform: scale(1.05);
}

/*图片放大*/
.slow img {
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

/*缓慢效果*/
h5 a,
.more a {
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

/*缓慢效果*/
slow01 {
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

/*缓慢效果*/
.slow02 {
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.shadow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";
    /* For IE 8 */
    filter:
        progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');
    /* For IE 5.5 - 7 */
    -moz-box-shadow: 1px 1px 10px #999999;
    /* for firefox */
    -webkit-box-shadow: 1px 1px 10px #999999;
    /* for safari or chrome */
    box-shadow: 1px 1px 10px #999999;
    /* for opera or ie9 */
}

.radius {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.opacity {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}

/*透明代码*/
.overfloat-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/*文本超出 小圆点显示*/
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}

.more a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

.table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%
}

.table_cell {
    display: table-cell;
    vertical-align: middle
}

/*内容样式*/
.ar_article td,
.ar_article th {
    padding: 10px 2px !important;
    border: 1px solid #dcdcdc !important;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
}

.ar_article td p,
.ar_article th p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.ar_article table {
    border-collapse: collapse;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    width: 100% !important;
}

.ar_article table td {
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    width: auto !important;
}

.ar_article {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 32px;
    margin-bottom: 0;
}

.ar_article p {
    font-size: 1rem;
    color: #5f5f5f;
    line-height: 32px;
    margin-bottom: 32px;
    text-indent: 30px;
}

.ar_article p img {
    transform: translateX(-32px);
}

.ar_article strong {
    font-weight: bold;
}

.ar_article img {
    max-width: 100%;
}

.ar_article a {
    color: #717173;
}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5 {
    font-weight: bold;
}

.ar_article h1 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem
}

.ar_article h2 {
    font-size: 1.875rem;
    margin-bottom: 0.875rem;
}

.ar_article h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem
}

.ar_article h4 {
    font-size: 1.125rem;
    margin-bottom: 0.875rem
}

.ar_article h5 {
    font-size: 0.875rem;
    margin-bottom: 0.75rem
}

.ar_article h6 {
    font-size: 0.75rem;
    margin-bottom: 0.75rem
}

.ar_article ul li,
.ar_article ol li {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 2rem;
    list-style: inherit !important;
}

.ar_article ul li p,
.ar_article ol li p {
    padding-bottom: 0;
    margin-bottom: 3px !important;
}

.ar_article ul,
.ar_article ol {
    margin-bottom: 0.9375rem;
}

.ar_article sub {
    vertical-align: sub;
    font-size: smaller;
}

.ar_article sup {
    vertical-align: super;
    font-size: smaller;
}

.ar_article img {
    display: inline-block;
}

/* Slider */

.miso-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 1
}

.miso-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.miso-list:focus {
    outline: none;
}

.miso-loading .miso-list {
    background: #fff url(ajax-loader.gif) center center no-repeat;
}

.miso-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.miso-slider .miso-list,
.miso-track,
.miso-slide,
.miso-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.miso-track {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.miso-track:before,
.miso-track:after {
    content: "";
    display: table;
}

.miso-track:after {
    clear: both;
}

.miso-loading .miso-track {
    visibility: hidden;
}

.miso-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.miso-slide img {
    display: inline-block;
}

.miso-slide.miso-loading img {
    display: none;
}

.miso-slide.dragging img {
    pointer-events: none;
}

.miso-initialized .miso-slide {
    display: block;
}

.miso-loading .miso-slide {
    visibility: hidden;
}

.miso-vertical .miso-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.miso-prev,
.miso-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    top: 50%;
    z-index: 1;
}

.miso-prev {
    left: 0
}

.miso-next {
    right: 0
}

.miso-lightbox .miso-prev:before,
.miso-lightbox .miso-next:before {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: "Microsoft Yahei"
}

.miso-lightbox .miso-prev:before {
    content: '←';
}

.miso-lightbox .miso-next:before {
    content: '→';
}

.container02 {
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin-top: 50px;
}

.container02 .left {
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../images/zcaseleftbgy.png) no-repeat 100% 100%;
}

@media (max-width:768px) {
    .container02 .left {
        background: #1f5ec5;
    }
}

.container02 .left ul li {
    height: 74px;
    margin-bottom: 1rem;
    border: none;
    cursor: pointer
}

.container02 .left ul li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #54b02f;
    top: 50%;
    left: 0;
    transition: 1s
}

.container02 .left ul li a {
    display: block;
}

.container02 .left ul {
    width: 100% !important
}

.container02 .left ul .miso-track {
    transform: translate3d(0, 0, 0) !important;
    width: 100% !important;
}

.container02 .left ul li a .icon {
    display: inline-block;
    width: 74px;
    height: 74px;
    border: #406eb1 1px solid;
    border-radius: 37px;
    position: relative;
    line-height: 72px;
    background: #104a9e;
}

.container02 .left ul li a .icon .ii {
    overflow: hidden;
    border-radius: 50%
}

.container02 .left ul li a .icon .table {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    line-height: initial;
    background-color: unset;
}

.container02 .left ul li a .icon:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    left: -10px;
    top: 50%;
    margin-top: -10px;
    transition: 0.6s;
    transform: scale(0)
}

.container02 .left ul li a .icon:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    left: -4px;
    top: 50%;
    margin-top: -4px;
    transition: 0.6s;
    transform: scale(0)
}

.container02 .left ul li a .icon img {
    vertical-align: middle;
    display: inline-block;
    max-width: 42px;
    max-height: 42px;
    transition: 1s;
    margin-top: -3px;
    opacity: 1;
    transform: scale(1) translateY(0);
}

.container02 .left ul li a .icon h5 {
    font-size: 16px;
    color: #fff;
    transition: 1s;
    visibility: hidden;
    opacity: 0;
    line-height: 1.5rem;
    transform: scale(0);
}

.ban_po .wrap p {
    font-size: 18px;
    color: #85cff5;
    font-family: DINOT;
    font-weight: bold
}

.ban_po .wrap p .current,
.ban_po .wrap p font {
    color: #fff
}

.ban_po.ban_po01 {
    margin-top: 5rem;
    position: relative;
}

.ban_po.ban_po01:before {
    content: "";
    position: absolute;
    top: -70px;
    width: 1px;
    height: 3.75rem;
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
}

.ban_po.ban_po01 .wrap p {
    font-size: 4.3125rem;
    color: #5e7bb4;
    font-family: DINOT;
    font-weight: bold;
}

.ban_po.ban_po01 .wrap p .current,
.ban_po.ban_po01 .wrap p font {
    color: #5e7bb4;
}

.container02 .left ul li.miso-current:before {
    width: 30%
}

.container02 .left ul li.miso-current a .icon:before {
    transform: scale(1)
}

.container02 .left ul li.miso-current a .icon:after {
    transform: scale(1)
}

.container02 .left ul li.miso-current a .icon h5 {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    padding: 0 15px;
    line-height: 15px;
    margin-bottom: 0;
}

.container02 .left ul li.miso-current a .icon {
    width: 180px;
    background: linear-gradient(to right, #54b02f, #2faeb0);
    border: #ef7600 0px solid
}

.container02 .left ul li.miso-current a .icon img {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5) translateY(-100px);
}

.container02 .right {
    width: calc(100% - 250px);
    position: relative;
    background: #ffffff;
}

.container02 .right .box {
    position: relative;
    cursor: pointer;
}

.container02 .right .slider_for .box .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.container02 .right .slider_for .box .top h3 {
    margin-bottom: 3.25rem;
    height: 3.75rem;
}

.container02 .right .slider_for .box .top h2 {
    font-size: 2.25rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 6.25rem;
}

.container02 .right .slider_for .box .top p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 7.75rem;
}

.container02 .right .slider_for .box .top .table_cell {
    padding: 0 26%;
}

.container02 .right .slider_for .box .top a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    transition: 0.6s;
    border: rgba(255, 255, 255, 0.3) 1px solid;
    position: relative;
    overflow: hidden;
}

.container02 .right .slider_for .box .top a:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: 50%;
    margin-top: -90px;
    left: 50%;
    margin-left: -90px;
    background: #ef7600;
    transform: scale(0);
    transition: 0.6s;
    border-radius: 50%;
    opacity: 0
}

.container02 .right .slider_for .box .top a span {
    position: relative
}

.container02 .right .slider_for {
    margin-bottom: 15px;
    width: calc(100% - 36px);
    margin-left: 18px;
}

.container02 .right .slider_for .miso-prev,
.container02 .right .slider_for .miso-next {
    width: 19px;
    height: 32px;
    margin-top: -16px;
    opacity: 0.7;
    transition: 0.36s
}

.container02 .right .slider_for .miso-prev {
    background: url(http://www.qggs.net/static/style/pc/images/left01.png) center no-repeat;
    left: 9.5rem
}

.container02 .right .slider_for .miso-next {
    background: url(http://www.qggs.net/static/style/pc/images/righ01.png) center no-repeat;
    left: auto;
    right: 9.5rem
}

.container02 .right .slider_for .miso-prev:hover,
.container02 .right .slider_for .miso-next:hover {
    opacity: 1
}

.container02 .right .slider_for ul {
    margin-bottom: 18px;
    background: #000
}

.container02 .right .slider_for ul li .img {
    height: 35.5rem;
    transition: 1s;
}

.container02 .right .slider_nav ul {
    margin: 0 -8px;
    padding: 0 18px;
}

.container02 .right .slider_nav li {
    padding: 0 8px;
}

.container02 .right .slider_nav li .box {
    cursor: pointer
}

.container02 .right .slider_nav li .box .img {
    overflow: hidden;
    transition: 0.9s
}

.container02 .right .slider_nav li .box .img img {
    width: 100%;
    height: 7.1875rem;
    object-fit: cover;
}

.container02 .right .slider_nav .box .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden
}

.container02 .right .slider_nav .box .top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transprent;
    transform: translateX(-100%);
    transition: 0.6s
}

.container02 .right .slider_nav .box .top h2 {
    font-size: 1.125rem;
    color: #fff;
}

.container02 .right .slider_nav .box .top .table {
    position: relative;
    z-index: 100
}

.container02 .right .slider_nav li.miso-current .box .top:after {
    background: rgba(16, 74, 158, 0.7);
    transform: translateX(0)
}

.container02 .right .slider_nav li .box:hover .img img {
    transform: scale(1.06)
}




/*==========================================内页 结束=============================================*/


@media(min-width: 768px) {
    .container02 .right .slider_for .box .top a:hover {
        border: #ef7600 1px solid;
        background: #ef7600
    }

    .container02 .right .slider_for .box .top a:hover:before {
        transform: scale(1);
        opacity: 1
    }

    .container02 .right .slider_for ul li:hover .img {
        transform: scale(1.05)
    }
}

@media(max-width: 1600px) {
    .container02 {
        padding: 120px 0 0
    }

    .container02 .left {
        width: 100%;
        bottom: auto;
        height: 120px;
        padding: 0 2rem;
    }

    .container02 .left ul {
        float: left;
        width: auto !important
    }

    .container02 .left ul li {
        display: inline-block;
        width: auto !important;
        margin-right: 1.5rem;
        margin-bottom: 0;
    }

    .ban_po.ban_po01 {
        float: right;
        margin-top: 0;
        height: 74px;
        line-height: 74px
    }

    .ban_po.ban_po01 .wrap p {
        font-size: 4rem
    }

    .ban_po.ban_po01:before {
        display: none
    }

    .container02 .right {
        width: 100%
    }

    /* .container02 .right .slider_for ul li .img{ height:calc(100vh - 9.375rem - 75px - 18px - 120px)} */
    .container02 .right .slider_for .box .top h2 {
        margin-bottom: 2rem
    }

    .container02 .right .slider_for .box .top p {
        margin-bottom: 3rem
    }

    .container02 .right .slider_for .box .top h3 {
        margin-bottom: 1.5rem
    }
}

@media(max-width: 768px) {
    .container02 {
        padding: 90px 0 0
    }

    .container02 .left {
        padding: 0 1rem;
        height: 90px;
    }

    .container02 .left ul li.miso-current a .icon {
        width: 100px;
    }

    .container02 .left ul li {
        margin-right: 6px;
        height: 40px;
    }

    .container02 .left ul li a .icon {
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }

    .container02 .left ul li a .icon img {
        max-height: 15px
    }

    .ban_po.ban_po01 {
        height: 40px;
        line-height: 40px;
    }

    .ban_po.ban_po01 .wrap p {
        font-size: 30px
    }

    .container02 .right .slider_for ul li .img {
        height: 23rem;
        background-size: cover !important;
    }

    .container02 .right .slider_for .box .top .table_cell {
        padding: 0 10%
    }

    .container02 .right .slider_for .box .top h2 {
        font-size: 18px;
    }

    .container02 .right .slider_for .box .top p {
        font-size: 12px;
    }

    .container02 .right .slider_for .box .top h3 {
        margin-bottom: 2rem;
        height: auto;
    }

    .container02 .right .slider_for .box .top h3 img {
        height: 24px
    }

    .container02 .right .slider_for .miso-prev {
        left: 0;
        transform: scale(0.6)
    }

    .container02 .right .slider_for .miso-next {
        right: 0;
        transform: scale(0.6)
    }
}