@font-face {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    src: url(../HelveticaNeue.ttf) format('truetype');
    
}

@font-face{font-family:'iconfont';src:url("http://www.cqtschool.com/catalog/view/theme/default-/font/iconfont2.eot");src:url("http://www.cqtschool.com/catalog/view/theme/default-/font/iconfont2.eot?#iefix") format("embedded-opentype"),url("http://www.cqtschool.com/catalog/view/theme/default-/font/iconfont2.woff") format("woff"),url("http://www.cqtschool.com/catalog/view/theme/default-/font/iconfont2.ttf") format("truetype")}.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;-moz-osx-font-smoothing:grayscale}



@media screen and (min-width: 1180px) {

    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
    h4, h5, h6, form, input, button, textarea, p {
        margin: 0;
        padding: 0;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    a, a:hover, a:visited, a:active {
        text-decoration: none;
        color: #000000;
    }

    img {
        width: auto;
        max-width: 100%;
    }

    html body .mini,
    html body .push-mini {
        display: none;
        position: absolute;
    }

    .banner img {
        width: auto;
        max-width: 100%;
        display: block;
    }

    .body-show {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: 14px;
    }

    
    .top {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 100;
        background-color: #f8f8f8;
        box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
    }
    
    .top .row {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background-color: #FFFFFF;
        width: 100%;
        height: 100px;
    }

    .top .row-1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background-color: #FFFFFF;
        width: 1270px;
        height: 100px;
    }

    .top .logo {
        height: 82px;
        width: 250px;
    }

    .top .search {
        position: relative;
        width: 264px;
        border: 1px solid #007C41;
        display: flex;
        align-items: center;
        border-radius: 18px;
    }

    .top input[type=text] {
        font-size: 16px;
        width: 214px;
        height: 34px;
        outline: 0;
        padding-left: 10px;
        border: 0;
        color: #007C41;
        background: transparent;
    }

    .top input[type=submit] {
        z-index: 3;
        position: absolute;
        right: 10px;
        top: 5px;
        border: 0;
        outline: 0;
        font-size: 19px;
        color: #fff;
        line-height: 26px;
        background: url(https://oss.onyxcina.com/oq/img/search.svg) no-repeat center center;
        width: 25px;
        height: 25px;
    }

    .top .phone {
        height: 20px;
        position: relative;
        top: 2px;
        left: -5px;
    }

    .top .phone-p {
        font-size: 20px;
        color: #C72634;
    }


    .top strong {
        font-size: 22px;
        color: #C72634;
        position: relative;
        left: -3px;
    }

    .top .low-2 {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: #007C41;
    }

    .top .low-2-show {
        width: 1200px;
    }


    .top .low-2 ul li {
        position: relative;
        float: left;
        display: block;
        width: 110px;
        height: 100%;
        margin-right: 20px
    }

    .top .low-2 ul li > a {
        height: 100%;
        color: #FFFFFF;
        font-size: 16px;
        display: block;
        line-height: 47px;
        text-align: center
    }

    .top .low-2 ul li > a:hover {
        color: #000000
    }


    .naviline {
        display: inline-block;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 9999999;
        height: 3px;
        width: 100px;
        background-color: #000000;
        -webkit-transform: scale(0, 1); 
        -ms-transform: scale(0, 1); 
        transform: scale(0, 1); 
        transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94); 

    }

    .top .low-2 ul li .hoverline, .top .low-2 ul li .hoverline {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .top .low-2 ul li:hover .naviline, .top .low-2 ul li:focus .naviline {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .top-hidden {
        width: 100%;
        height: 145px;
    }

    .artSpace {
        position: absolute;
        left: 0;
        top: 47px;
        display: none;
        background: #fff;
        box-shadow: 3px 5px 7px #ccc;
        z-index: 999999999999
    }

    .artSpace a:hover {
        color: #007C41;
        text-decoration: none !important;
    }


    .artSpace h3 {
        margin: 0 !important;
        padding: 0 !important;
        -webkit-margin-before: 0 !important;
        -webkit-margin-after: 0 !important;
        box-sizing: content-box !important
    }

    .artSpace a {
        display: block;
        padding: 15px 10px;
        width: 92px;
        float: left;
        font-size: 14px;
        color: #000;
        background: #fff;
        font-weight: normal;
        box-sizing: content-box !important;
        text-align: left
    }

    
    .push {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        background-color: #f7f7f7;
        width: 100%;
    }

    .push .column {
        width: 1200px;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .push .left {
        width: 700px;
        padding-top: 70px;
        margin-bottom: 60px;
    }

    .push .left h2 {
        color: #7f7e7e;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: normal;
    }

    .push .left p {
        margin-top: 20px;
        color: #7f7e7e;
        font-size: 14px;
    }

    .push .left .pan {
        position: relative;
        left: 100px;
    }

    .push input[type=text] {
        font-size: 14px;
        width: 200px;
        height: 26px;
        outline: 0;
        padding-left: 10px;
        background: transparent;
        border: 1px solid #626262;
    }

    .push select {
        font-size: 14px;
        width: 213px;
        height: 26px;
        outline: 0;
        padding-left: 10px;
        background: transparent;
        border: 1px solid #626262;
    }

    .push textarea {
        position: relative;
        font-size: 14px;
        width: 600px;
        height: 100px;
        outline: 0;
        padding-left: 10px;
        background: transparent;
        border: 1px solid #626262;
        left: 72px;
    }

    .push input[type=submit] {
        width: 150px;
        height: 40px;
        background-color: #c92733;
        color: #FFFFFF;
        font-size: 16px;
        position: relative;
        left: 250px;
        border-radius: 6px;
    }

    .push .center {
        position: relative;
        top: 47px;
        width: 1px;
        height: 200px;
        background-color: #6f6f6f;
    }

    .push .right {
        position: relative;
        top: 50px;
        left: 75px;
    }

    .push .right img {
        width: 260px;
        display: block;
        margin: auto;
    }

    .red {
        padding-left: 6px;
        color: red;
    }


    
    .mini-new {
        margin-bottom: 60px;
    }

    .mini-new .title {
        font-size: 16px;
        color: #333;
        text-align: left;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 5px solid #007C41
    }

    .mini-new .new {

    }

    .mini-new .new-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px dashed #e0e0e0
    }

    
    .mini-new .new-item:last-child {
        border-bottom: 0;
    }

    .mini-new .new-item img {
        width: 60px;
        height: 60px;
    }

    .mini-new .new-item p {
        margin-left: 10px;
        color: #808080;
        font-size: 14px;
        line-height: 1.4em;
        height: 2.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-all;
    }

    
    .stk-mini {
        width: 32%;
        margin: 0 0 20px 0;
    }

    .stk-mini .con {
        width: 100%;
        height: 156px;
        background-size: 100% 100%;
    }

    .stk-mini .con .zz {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .stk-mini .con .start {
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 15px;
        padding: 3px 30px 3px 30px;
    }


    .stk-mini .info {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 40px;
        background-color: #f2f2f2;
    }

    .stk-mini .info .title {
        margin: 0 0 0 8px;
        width: 76%;
    }

    .stk-mini .info .yy {
        font-size: 12px;
        color: #FFFFFF;
        background-color: #C72634;
        padding: 2px 10px 2px 10px;
    }


    
    .page {
        width: 668px;
        padding-top: 14px;
        margin-bottom: 36px
    }

    .page a:first-child {
        border: 0;
        display: none
    }

    .page a:hover {
        background: #C72634 !important;
        color: #FFF !important
    }

    .page b {
        padding: 6px 12px;
        display: inline-table;
        border: 1px solid #C72634;
        background: #C72634;
        color: #FFF
    }

    .page a:hover b {
        color: #fff
    }

    .page a {
        padding: 6px 12px;
        color: #2b1f26;
        display: inline-table;
        border: 1px solid #ccc
    }

    .page a:hover {
        color: #fff;
        background: #000
    }

    .content {
        color: #333333;
        margin-bottom: 80px;
    }

    
    .copyright {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .copyright-0 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #939393;
        color: #FFFFFF;
        width: 100%;
        height: 50px;
        font-size: 15.28px;
    }

    .copyright-0 .item {
        padding-right: 30px;
        margin-left: 30px;
        border-right: 1px solid #FFFFFF;
        color: #FFFFFF;
    }

    .copyright-1 {
        font-size: 14px;
        color: #707070;
        line-height: 35px;
        text-align: center;
        margin-top: 20px;
    }

    .copyright-2 {
        font-size: 14px;
        color: #707070;
        line-height: 35px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .copyright-2 .copyright-2-1 {
        margin-right: 20px;
    }


    
    #leftsead {
        width: 50px;
        height: 143px;
        position: fixed;
        top: 258px;
        right: 0px;
        z-index: 100000;
    }

    #leftsead img {
        max-width: none;
    }

    * html #leftsead {
        margin-top: 258px;
        position: absolute;
        top: expression(eval(document.documentElement.scrollTop));
    }

    #leftsead ul, #leftsead li {
        list-style-type: none;
        padding-left: 0
    }

    #leftsead
    li {
        width: 50px;
        height: 60px;
    }

    #leftsead li img {
        float: right;
    }

    #leftsead li
    a {
        height: 49px;
        float: right;
        display: block;
        min-width: 47px;
        max-width: 131px;
    }

    #leftsead li a .shows {
        display: block;
    }

    #leftsead li a .hides {
        margin-right: -190px;
        cursor: pointer;
        cursor: hand;
    }

    #leftsead li a.wechat .hides {
        display: none;
        position: absolute;
        right: 240px;
        top: 140px;
    }

    #leftsead .swt_li5 {
        position: relative;
    }

    #left_tj {
        z-index: 999;
        display: none;
        background: #eee;
        position: absolute;
        overflow: visible;
        right: 237px;
        top: -30px;
        border: 1px solid #000;
        padding: 10px 10px 20px 10px;
    }

    #left_tj form {
        overflow: visible;
        width: 164px;
    }

    #left_tj input, #left_tj
    select {
        outline: none;
        display: inline-block;
    }

    #left_tj ul {
        list-style: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
        overflow: visible;
    }

    #left_tj ul li {
        width: 160px;
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 16px;
        overflow: visible;
        height: 12px;
        line-height: 12px;
    }

    #left_tj ul li .xx {
        color: #000;
    }

    #left_tj ul .li1 {
        padding-top: 5px;
    }

    #left_tj
    ul .li2 {
        padding-top: 5px;
    }

    #left_tj ul .li3 {
        padding-top: 6px;
    }

    #left_tj ul
    .li4 {
        padding-top: 1px;
    }

    #left_tj ul li .text {
        color: #666;
        font-size: 12px;
        margin-right: 5px
    }

    #left_tj ul li input {
        width: 106px;
        font-size: 12px;
    }

    #left_tj
    ul li select {
        width: 86px;
        font-size: 12px;
        color: #000
    }

    #left_tj .sub {
        display: block;
        margin: 10px 0 0 15px;
    }

    #left_tj .dosubmit {
        cursor: pointer;
        border: 0px;
        background-image: url(/statics/glion/images/btn_form.jpg);
        width: 130px;
        height: 24px;
        background: #C72634;
        color: #fff;
    }

    
    .content .left .list-item:last-child {
        border-bottom: 0;
    }


}



@media screen and (min-width: 769px) and (max-width: 1180px) {
    html {
        font-size: 10px;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
    h4, h5, h6, form, input, button, textarea, p {
        margin: 0;
        padding: 0;
    }

    a, a:hover, a:visited, a:active {
        text-decoration: none;
        color: #000000;
    }

    img {
        width: auto;
        max-width: 100%;
        display: block;
    }


    h2 {
        display: block;
        font-size: 20px;
    }

    html body .push-mini {
        display: none;
        position: absolute;
    }

    .banner img {
        width: auto;
        max-width: 100%;
        display: block;
    }

    .body-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sidenav {
        border-top: 1px solid #C72634;
        border-right: 1px solid #C72634;
        background: #FFF;
    }

    
    .top-hidden {
        width: 100%;
        height: 5rem;
    }

    .top {
        width: 100%;
        height: 5rem;
        background-color: #FFFFFF;
        z-index: 55;
        position: fixed;
        box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
    }

    .top .row-1 {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 5rem;
    }

    .top .row-1 .logo {
        margin-left: 2rem;
        width: 30rem;
    }

    .top .row-1 .show {
        margin-right: 3rem;
    }

    .bottom-show {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        bottom: 0;
        position: fixed;
        z-index: 200;
        background-color: #FFFFFF;
    }

    .bottom-show a {
        background-color: #007f42;
        width: 33.222%;
    }

    .bottom-show img {
        width: 100%;
        max-height: 50px;
    }

    
    
    .push {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        background-color: #f7f7f7;
        width: 100%;
    }

    .push .column {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
    }

    .push .left {
        width: 70%;
        padding-top: 70px;
        margin-bottom: 60px;
    }

    .push .left h2 {
        color: #7f7e7e;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: normal;
    }

    .push .left p {
        margin-top: 20px;
        color: #7f7e7e;
        font-size: 14px;
    }

    .push .left .pan {
        position: relative;
        left: 100px;
    }

    .push input[type=text] {
        font-size: 14px;
        width: 200px;
        height: 26px;
        outline: 0;
        padding-left: 10px;
        background: transparent;
        border: 1px solid #626262;
    }

    .push select {
        font-size: 14px;
        width: 213px;
        height: 26px;
        outline: 0;
        padding-left: 10px;
        background: transparent;
        border: 1px solid #626262;
    }

    .push textarea {
        position: relative;
        font-size: 14px;
        width: 600px;
        height: 100px;
        outline: 0;
        padding-left: 10px;
        background: transparent;
        border: 1px solid #626262;
        left: 72px;
    }

    .push input[type=submit] {
        -webkit-appearance: none;
        width: 150px;
        height: 40px;
        background-color: #c92733;
        color: #FFFFFF;
        font-size: 16px;
        position: relative;
        left: 250px;
        border-radius: 6px;
    }

    .push .right {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 30%;
        height: 100%;
    }

    .push .right img {
        width: 90%;
        display: block;
        margin: auto;
    }

    .red {
        padding-left: 6px;
        color: red;
    }

    
    .sidenav {
        background: #FFF;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
        display: block;
        font-size: 16px;
        font-weight: 400;
        height: 100%;
        left: 0;
        position: fixed;
        overflow: auto;
        transform: translate(-262px, 0);
        transition: transform .3s;
        top: 0;
        width: 200px;
        z-index: 100
    }

    .sidenav.show {
        transform: translate(0, 0)
    }

    .sidenav-brand {
        background: #FF5722; 
        color: #FAFAFA;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        padding: 20px 24px 19px
    }

    .sidenav-dropdown, .sidenav-header { 
        margin: 0
    }

    .sidenav-header {
        background: 0 0;
        color: #757575;
        font-size: 19.2px;
        line-height: 32px;
        padding: 16px 24px 15px
    }

    .sidenav-header small {
        display: block;
        font-size: 14.4px;
        line-height: 16px
    }

    .sidenav-menu {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .sidenav-menu li {
        display: block;
        position: relative
    }

    .sidenav-menu a {
        background: 0 0;
        color: #333;
        display: block;
        line-height: 24px;
        padding: 10px 20px;
        text-decoration: none
    }

    .sidenav-menu a:hover {
        background: inherit;
    }

    .sidenav-menu a.active, .sidenav-menu a.active .sidenav-dropdown-icon, .sidenav-menu a.active .sidenav-link-icon {
        color: #FAFAFA
    }

    .sidenav-dropdown-icon, .sidenav-link-icon {
        color: #757575;
        position: absolute;
        text-align: center;
        top: 16px
    }

    .sidenav-link-icon {
        display: block;
        height: 24px;
        left: 24px;
        width: 24px
    }

    .sidenav-link-title {
        display: block; 
        text-align: left;
        color: #333;
    }

    .sidenav-dropdown {
        display: none;
        list-style: none;
        padding: 0
    }

    .sidenav-dropdown a {
        padding-left: 50px;
        text-align: left;
        font-size: 14px;
    }

    .sidenav-dropdown a:hover {
        background: inherit;
    }

    .sidenav-dropdown li:first-child a { 
    }

    .sidenav-dropdown-icon {
        display: none;
        height: 16px;
        right: 16px;
        width: 16px
    }

    .sidenav-dropdown-icon.show {
        display: block
    }

    .sidenav-overlay {
        background: rgba(255, 255, 255, .8);
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99
    }

    .sidenav-no-scroll {
        overflow: hidden !important
    }

    .mini-new {
        margin-top: 3rem;
    }

    .mini-new .title {
        font-size: 16px;
        color: #333;
        text-align: left;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 5px solid #007C41
    }

    .mini-new .new-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        padding-bottom: 1rem;
        padding-top: 1rem;
        border-bottom: 1px dashed #e0e0e0
    }

    .mini-new .new-item:last-child {
        border-bottom: 0;
    }

    .mini-new .new-item img {
        width: 60px;
        height: 60px;
    }

    .mini-new .new-item p {
        margin-left: 10px;
        color: #808080;
        font-size: 14px;
        line-height: 1.4em;
        height: 2.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-all;
    }

    
    .copyright {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 4rem;
    }

    .copyright-0 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #939393;
        color: #FFFFFF;
        width: 100%;
        height: 50px;
        font-size: 15.28px;
    }

    .copyright-0 .item {
        padding-right: 30px;
        margin-left: 30px;
        border-right: 1px solid #FFFFFF;
        color: #FFFFFF;
    }

    .copyright-1 {
        font-size: 1.2rem;
        color: #707070;
        text-align: center;
        margin-top: 1rem;
        line-height: 2.2rem;
    }

    .copyright-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    
    .content .left .list-item:last-child {
        border-bottom: 0;
    }


    
    .page {
        width: 96%;
        padding-top: 1rem;
        margin-bottom: 3rem;
    }

    .page a:first-child {
        border: 0;
        display: none
    }

    .page a:hover {
        background: #C72634 !important;
        color: #FFF !important
    }

    .page b {
        padding: 6px 12px;
        display: inline-table;
        border: 1px solid #C72634;
        background: #C72634;
        color: #FFF
    }

    .page a:hover b {
        color: #fff
    }

    .page a {
        padding: 6px 12px;
        color: #2b1f26;
        display: inline-table;
        border: 1px solid #ccc;
        line-height: 12px;
        margin-bottom: 1rem;
    }

    .page a:hover {
        color: #fff;
        background: #000
    }

    .content {
        color: #333333;
        margin-bottom: 80px;
    }
}


@media screen and (min-width: 480px) and (max-width: 769px) {

    html {
        font-size: 10px;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
    h4, h5, h6, form, input, button, textarea, p {
        margin: 0;
        padding: 0;
    }

    a, a:hover, a:visited, a:active {
        text-decoration: none;
        color: #000000;
    }

    img {
        width: auto;
        max-width: 100%;
        display: block;
    }


    h2 {
        display: block;
        font-size: 20px;
    }

    html body .push-big {
        display: none;
        position: absolute;
    }

    .banner img {
        width: auto;
        max-width: 100%;
        display: block;
    }

    .body-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sidenav {
        border-top: 1px solid #C72634;
        border-right: 1px solid #C72634;
        background: #FFF;
    }

    
    .top-hidden {
        width: 100%;
        height: 5rem;
    }

    .top {
        width: 100%;
        height: 5rem;
        background-color: #FFFFFF;
        z-index: 55;
        position: fixed;
        box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
    }

    .top .row-1 {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 5rem;
    }

    .top .row-1 .logo {
        margin-left: 2rem;
        width: 30rem;
    }

    .top .row-1 .show {
        margin-right: 3rem;
    }
    
     .top .search {
        position: relative;
        width: 200px;
        border: 1px solid #007C41;
        display: flex;
        align-items: center;
        border-radius: 18px;
    }
    
     .top input[type=text] {
        font-size: 16px;
        width: 190px;
        height: 34px;
        outline: 0;
        padding-left: 10px;
        border: 0;
        color: #007C41;
        background: transparent;
    }

    .top input[type=submit] {
        z-index: 3;
        position: absolute;
        right: 10px;
        top: 5px;
        border: 0;
        outline: 0;
        font-size: 19px;
        color: #fff;
        line-height: 26px;
        background: url(https://oss.onyxcina.com/oq/img/search.svg) no-repeat center center;
        width: 25px;
        height: 25px;
    }

    .bottom-show {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        bottom: 0;
        position: fixed;
        z-index: 200;
        background-color: #FFFFFF;
    }

    .bottom-show a {
        background-color: #007f42;
        width: 33.222%;
    }

    .bottom-show img {
        width: 100%;
        max-height: 50px;
    }

    
    .push {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #eeeff0;
        width: 100%;
    }

    .push .right {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 50%;
    }

    .push .right img {
        width: 80%;
    }

    .push .left {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
    }

    .push .left h2 {
        width: 24rem;
        margin-top: 3rem;
        font-size: 1.4rem;
        color: #7f7e7e;
        font-weight: normal;
    }

    .push .left form {
        margin-top: 1rem;
        width: 90%;
    }

    .push .left form div {
        font-size: 1.4rem;
        color: #696969;
    }

    .push input[type=text] {
        width: 90%;
        height: 2.5rem;
        outline: 0;
        background: transparent;
        border: 1px solid #626262;
    }

    .push select {
        font-size: 1.4rem;
        width: 90%;
        height: 2.5rem;
        outline: 0;
        background: transparent;
        border: 1px solid #626262;
        color: #000000;
    }

    .push textarea {
        width: 90%;
        height: 7rem;
        outline: 0;
        background: transparent;
        border: 1px solid #626262;
    }

    .push input[type=submit] {
        -webkit-appearance: none;
        height: 3rem;
        background-color: #c92733;
        color: #FFFFFF;
        position: relative;
        border-width: 0;
        line-height: 2.5rem;
        font-size: 1.5rem;
        padding: 4px 18px 4px 18px;
        margin-top: 1rem;
        margin-bottom: 4rem;
        border-radius: 5px;
    }

    .push .left .submit {
        width: 90%;
        text-align: center;
    }

    .red {
        color: red;
    }

    
    .sidenav {
        background: #FFF;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
        display: block;
        font-size: 16px;
        font-weight: 400;
        height: 100%;
        left: 0;
        position: fixed;
        overflow: auto;
        transform: translate(-262px, 0);
        transition: transform .3s;
        top: 0;
        width: 200px;
        z-index: 100
    }

    .sidenav.show {
        transform: translate(0, 0)
    }

    .sidenav-brand {
        background: #FF5722; 
        color: #FAFAFA;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        padding: 20px 24px 19px
    }

    .sidenav-dropdown, .sidenav-header { 
        margin: 0
    }

    .sidenav-header {
        background: 0 0;
        color: #757575;
        font-size: 19.2px;
        line-height: 32px;
        padding: 16px 24px 15px
    }

    .sidenav-header small {
        display: block;
        font-size: 14.4px;
        line-height: 16px
    }

    .sidenav-menu {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .sidenav-menu li {
        display: block;
        position: relative
    }

    .sidenav-menu a {
        background: 0 0;
        color: #333;
        display: block;
        line-height: 24px;
        padding: 10px 20px;
        text-decoration: none
    }

    .sidenav-menu a:hover {
        background: inherit;
    }

    .sidenav-menu a.active, .sidenav-menu a.active .sidenav-dropdown-icon, .sidenav-menu a.active .sidenav-link-icon {
        color: #FAFAFA
    }

    .sidenav-dropdown-icon, .sidenav-link-icon {
        color: #757575;
        position: absolute;
        text-align: center;
        top: 16px
    }

    .sidenav-link-icon {
        display: block;
        height: 24px;
        left: 24px;
        width: 24px
    }

    .sidenav-link-title {
        display: block; 
        text-align: left;
        color: #333;
    }

    .sidenav-dropdown {
        display: none;
        list-style: none;
        padding: 0
    }

    .sidenav-dropdown a {
        padding-left: 50px;
        text-align: left;
        font-size: 14px;
    }

    .sidenav-dropdown a:hover {
        background: inherit;
    }

    .sidenav-dropdown li:first-child a { 
    }

    .sidenav-dropdown-icon {
        display: none;
        height: 16px;
        right: 16px;
        width: 16px
    }

    .sidenav-dropdown-icon.show {
        display: block
    }

    .sidenav-overlay {
        background: rgba(255, 255, 255, .8);
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99
    }

    .sidenav-no-scroll {
        overflow: hidden !important
    }

    .mini-new {
        margin-top: 3rem;
    }

    .mini-new .title {
        font-size: 16px;
        color: #333;
        text-align: left;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 5px solid #007C41
    }

    .mini-new .new-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        padding-bottom: 1rem;
        padding-top: 1rem;
        border-bottom: 1px dashed #e0e0e0
    }

    .mini-new .new-item:last-child {
        border-bottom: 0;
    }

    .mini-new .new-item img {
        width: 60px;
        height: 60px;
    }

    .mini-new .new-item p {
        margin-left: 10px;
        color: #808080;
        font-size: 14px;
        line-height: 1.4em;
        height: 2.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-all;
    }

    
    .copyright {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 4rem;
    }

    .copyright-0 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #939393;
        color: #FFFFFF;
        width: 100%;
        height: 50px;
        font-size: 15.28px;
    }

    .copyright-0 .item {
        padding-right: 30px;
        margin-left: 30px;
        border-right: 1px solid #FFFFFF;
        color: #FFFFFF;
    }

    .copyright-1 {
        font-size: 1.2rem;
        color: #707070;
        text-align: center;
        margin-top: 1rem;
        line-height: 2.2rem;
    }

    .copyright-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    
    .content .left .list-item:last-child {
        border-bottom: 0;
    }


    
    .page {
        width: 96%;
        padding-top: 1rem;
        margin-bottom: 3rem;
    }

    .page a:first-child {
        border: 0;
        display: none
    }

    .page a:hover {
        background: #C72634 !important;
        color: #FFF !important
    }

    .page b {
        padding: 6px 12px;
        display: inline-table;
        border: 1px solid #C72634;
        background: #C72634;
        color: #FFF
    }

    .page a:hover b {
        color: #fff
    }

    .page a {
        padding: 6px 12px;
        color: #2b1f26;
        display: inline-table;
        border: 1px solid #ccc;
        line-height: 12px;
        margin-bottom: 1rem;
    }

    .page a:hover {
        color: #fff;
        background: #000
    }

    .content {
        color: #333333;
        margin-bottom: 80px;
    }
}


@media screen and (max-width: 480px) {

    html {
        font-size: 10px;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
    h4, h5, h6, form, input, button, textarea, p {
        margin: 0;
        padding: 0;
    }

    a, a:hover, a:visited, a:active {
        text-decoration: none;
        color: #000000;
    }

    img {
        width: auto;
        max-width: 100%;
        display: block;
    }


    h2 {
        display: block;
        font-size: 20px;
    }

    html body .big,
    html body .push-big {
        display: none;
        position: absolute;
    }

    .top-hidden {
        width: 100%;
        height: 5rem;
    }

    .banner img {
        width: auto;
        max-width: 100%;
        display: block;
    }

    .body-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sidenav {
        border-top: 1px solid #C72634;
        border-right: 1px solid #C72634;
        background: #FFF;
    }

    
    .top {
        width: 100%;
        height: 5rem;
        background-color: #FFFFFF;
        z-index: 55;
        position: fixed;
        box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
    }

    .top .row-1 {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 5rem;
    }

    .top .row-1 .logo {
        margin-left: 2rem;
        width: 30rem;
    }

    .top .row-1 .show {
    	width: 25px;
        margin-right: 3rem;
    }
    
    .top .search {
        position: relative;
        width: 160px;
        border: 1px solid #007C41;
        display: flex;
        align-items: center;
        border-radius: 18px;
    }
    
     .top input[type=text] {
        font-size: 16px;
        width: 150px;
        height: 30px;
        outline: 0;
        padding-left: 10px;
        border: 0;
        color: #007C41;
        background: transparent;
    }

    .top input[type=submit] {
        z-index: 3;
        position: absolute;
        right: 10px;
        top: 2px;
        border: 0;
        outline: 0;
        font-size: 19px;
        color: #fff;
        line-height: 26px;
        background: url(https://oss.onyxcina.com/oq/img/search.svg) no-repeat center center;
        width: 25px;
        height: 25px;
    }

    .bottom-show {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        bottom: 0;
        position: fixed;
        z-index: 200;
        background-color: #FFFFFF;
    }

    .bottom-show a{
        background-color: #007f42;
        width: 33%;
    }

    
    .push {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #eeeff0;
        width: 100%;
    }

    .push .right {
        width: 80%;
        margin-top: 3rem;
    }

    .push .left {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 5rem;
    }

    .push .left h2 {
        width: 24rem;
        margin-top: 3rem;
        font-size: 1.4rem;
        color: #7f7e7e;
        font-weight: normal;
    }

    .push .left form {
        margin-top: 2rem;
        width: 80%;
    }

    .push .left form div {
        font-size: 1.4rem;
        margin-top: 1%;
        color: #696969;
    }

    .push .left .submit {
        width: 100%;
        text-align: center;
    }

    .push input[type=text] {
        width: 95%;
        height: 3.6rem;
        outline: 0;
        background: transparent;
        border: 1px solid #626262;
    }

    .push select {
        font-size: 1.4rem;
        width: 96%;
        height: 3.6rem;
        outline: 0;
        background: transparent;
        border: 1px solid #626262;
        color: #000000;
    }

    .push textarea {
        width: 96%;
        height: 8rem;
        outline: 0;
        background: transparent;
        border: 1px solid #626262;
    }

    .push input[type=submit] {
        -webkit-appearance: none;
        height: 3rem;
        background-color: #c92733;
        color: #FFFFFF;
        position: relative;
        border-width: 0;
        line-height: 2.5rem;
        font-size: 1.5rem;
        padding: 4px 18px 4px 18px;
        margin-top: 2rem;
        margin-bottom: 4rem;
        border-radius: 5px;
    }

    .red {
        color: red;
    }

    
    .sidenav {
        background: #FFF;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
        display: block;
        font-size: 16px;
        font-weight: 400;
        height: 100%;
        left: 0;
        position: fixed;
        overflow: auto;
        transform: translate(-262px, 0);
        transition: transform .3s;
        top: 0;
        width: 200px;
        z-index: 100
    }

    .sidenav.show {
        transform: translate(0, 0)
    }

    .sidenav-brand {
        background: #FF5722; 
        color: #FAFAFA;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        padding: 20px 24px 19px
    }

    .sidenav-dropdown, .sidenav-header { 
        margin: 0
    }

    .sidenav-header {
        background: 0 0;
        color: #757575;
        font-size: 19.2px;
        line-height: 32px;
        padding: 16px 24px 15px
    }

    .sidenav-header small {
        display: block;
        font-size: 14.4px;
        line-height: 16px
    }

    .sidenav-menu {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .sidenav-menu li {
        display: block;
        position: relative
    }

    .sidenav-menu a {
        background: 0 0;
        color: #333;
        display: block;
        line-height: 24px;
        padding: 10px 20px;
        text-decoration: none
    }

    .sidenav-menu a:hover {
        background: inherit;
    }

    .sidenav-menu a.active, .sidenav-menu a.active .sidenav-dropdown-icon, .sidenav-menu a.active .sidenav-link-icon {
        color: #FAFAFA
    }

    .sidenav-dropdown-icon, .sidenav-link-icon {
        color: #757575;
        position: absolute;
        text-align: center;
        top: 16px
    }

    .sidenav-link-icon {
        display: block;
        height: 24px;
        left: 24px;
        width: 24px
    }

    .sidenav-link-title {
        display: block; 
        text-align: left;
        color: #333;
    }

    .sidenav-dropdown {
        display: none;
        list-style: none;
        padding: 0
    }

    .sidenav-dropdown a {
        padding-left: 50px;
        text-align: left;
        font-size: 14px;
    }

    .sidenav-dropdown a:hover {
        background: inherit;
    }

    .sidenav-dropdown li:first-child a { 
    }

    .sidenav-dropdown-icon {
        display: none;
        height: 16px;
        right: 16px;
        width: 16px
    }

    .sidenav-dropdown-icon.show {
        display: block
    }

    .sidenav-overlay {
        background: rgba(255, 255, 255, .8);
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99
    }

    .sidenav-no-scroll {
        overflow: hidden !important
    }

    .mini-new {
        margin-top: 3rem;
    }

    .mini-new .title {
        font-size: 16px;
        color: #333;
        text-align: left;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 5px solid #007C41
    }

    .mini-new .new-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        padding-bottom: 1rem;
        padding-top: 1rem;
        border-bottom: 1px dashed #e0e0e0
    }

    .mini-new .new-item:last-child {
        border-bottom: 0;
    }

    .mini-new .new-item img {
        width: 60px;
        height: 60px;
    }

    .mini-new .new-item p {
        margin-left: 10px;
        color: #808080;
        font-size: 14px;
        line-height: 1.4em;
        height: 2.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-all;
    }

    
    .copyright {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 96%;
        margin-bottom: 5rem;
    }

    .copyright-1 {
        font-size: 1.2rem;
        color: #707070;
        text-align: center;
        margin-top: 1rem;
        line-height: 2.2rem;
    }

    .copyright-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    
    .content .left .list-item:last-child {
        border-bottom: 0;
    }


    
    .page {
        width: 96%;
        padding-top: 1rem;
        margin-bottom: 3rem;
    }

    .page a:first-child {
        border: 0;
        display: none
    }

    .page a:hover {
        background: #C72634 !important;
        color: #FFF !important
    }

    .page b {
        padding: 6px 12px;
        display: inline-table;
        border: 1px solid #C72634;
        background: #C72634;
        color: #FFF
    }

    .page a:hover b {
        color: #fff
    }

    .page a {
        padding: 6px 12px;
        color: #2b1f26;
        display: inline-table;
        border: 1px solid #ccc;
        line-height: 12px;
        margin-bottom: 1rem;
    }

    .page a:hover {
        color: #fff;
        background: #000
    }

    .content {
        color: #333333;
        margin-bottom: 80px;
    }
}


.art-wrap {
    text-align: center;
    padding-top: 50px;
    min-height: 470px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%
}

.art-wrap .container {
    max-width: 1220px;
    padding: 0
}

.art {
    position: relative;
    height: 440px;
    cursor: pointer
}

.art:hover img {
    transform: scale(1.2)
}

.art-pic {
    width: 100%;
    overflow: hidden
}

.art-pic img {
    width: 100%;
    cursor: pointer;
    transition: all 1s
}

.art-content {
    position: absolute;
    left: 50%;
    bottom: 90px;
    width: 300px;
    height: 145px;
    margin-left: -150px;
    background-color: #fff;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 0 9px rgba(29, 23, 60, 0.1);
    box-shadow: 0 0 9px rgba(29, 23, 60, 0.1)
}

.art-open .art-content {
    -webkit-box-shadow: 0 0 43px rgba(29, 23, 60, 0.17);
    box-shadow: 0 0 43px rgba(29, 23, 60, 0.17);
    -webkit-animation: openTop .6s .1s ease both;
    -moz-animation: openTop .6s .1s ease both
}

.art_title {
    font-size: 22px;
    color: #000;
    text-decoration: none !important
}

.art_title span {
    display: block;
    font-size: 16px;
    padding-top: 5px
}

.art_title em {
    display: block;
    margin: 0 auto;
    height: 7px;
    width: 38px;
    background-color: #f58635;
    margin-bottom: 25px
}

.J_art:hover strong {
    color: #f58635
}

.art_title div {
    margin: 0 auto;
    width: 160px;
    height: 34px;
    border: 2px solid #e55f53;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #444;
    display: none
}

.art-content p {
    line-height: 28px;
    color: #89898a;
    font-size: 16px;
    padding: 30px 0;
    display: none;
    margin: 0
}

.art-content .btn-link {
    display: none
}

.art-open p, .art-open .btn-link, .art-open div {
    display: block
}

.sidenav-overlay {
    cursor: pointer
}
