@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1200px) {
    #N----------------------------- {
    }
    .T_op {
        position: relative;
        z-index: 1000;
        clear: both;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        background-color: #123577;
    }
    .T_op .TW {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 130px;
        position: relative;
        top: 25px;
    }
    .T_op .TW .logo {
        float: left;
        height: 90px;
        position: absolute;
        top: 0px;
        left: 15px;
    }
    .T_op .TW .logo img {
        vertical-align: middle;
        height: 100%;
    }
    .T_op .TW .slogan {
        font-size: 30px;
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 20px;
    }
    .T_op .TW .slogans {
        font-size: 12px;
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 60px;
    }

    .Z_Header {
        position: relative;
        z-index: 1000;
        clear: both;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: #123577;
        /*background-image: url(../images/background.jpg); */
        background-color: #ffffff;
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: #123577;
        box-shadow: 0px 0px 10px #ffffff;
    }
    .Z_Header .Cw {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 65px;
        position: relative;
    }
    .Z_Header .Cw .logo {
        display: none;
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .subnav_menu {
        display: none;
    }
    .Z_Header .Cw .subnav {
        position: absolute;
        top: 40px;
        width: auto;
        right: 15px;
    }
    .Z_Header .Cw .subnav > ul {
        font-size: 16px;
        color: #e2c98e;
        text-decoration: none;
        width: auto;
    }
    .Z_Header .Cw .subnav > ul > li {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
        position: relative;
    }
    .Z_Header .Cw .subnav > ul > li > a {
        text-decoration: none;
        color: #e2c98e;
    }
    .Z_Header .Cw .subnav > ul > li > a.after:after {
        transition: all 0.2s ease-in-out 0s;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        transform-origin: center center;
        transform: rotate(45deg);
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #856949;
        border-right: 1px solid #856949;
    }
    .Z_Header .Cw .subnav > ul > li > a.after:hover:after {
        margin-top: 5px;
    }
    /*下拉菜单*/
    .Z_Header .Cw .subnav > ul > li:hover > ul {
        display: block;
    }
    .Z_Header .Cw .subnav > ul > li > ul {
        display: none;
        position: absolute;
        left: 50%;
        width: 80px;
        top: 100%;
        margin-left: -45px;
        background-color: #4b2b14;
        overflow: hidden;
        z-index: 1000;
        text-align: center;
        padding: 10px 5px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 24px;
    }
    .Z_Header .Cw .subnav > ul > li > ul li {
    }
    .Z_Header .Cw .subnav > ul > li > ul li a {
        text-decoration: none;
        color: #e2c98e;
    }
    .Z_Header .Cw .subnav > ul > li > .subnav_city {
    }
    .Z_Header .Cw .subnav > ul > li > .subnav_tel {
        width: 140px;
        margin-left: -75px;
    }
    .Z_Header .Cw .subnav > ul > li > .subnav_language {
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .nav_menu {
        display: none;
    }
    .Z_Header .Cw .nav {
        height: 80px;
        width: auto;
        position: absolute;
        left: 320px;
        top: 100px;
        /*border-top-width: 1px;
		border-top-style: solid; border-top-color: #483122; */
        right: 0px;
    }
    .Z_Header .Cw .nav > ul {
        display: block;
        height: 80px;
        width: auto;
        float: right;
        margin-right: 15px;
    }
    .Z_Header .Cw .nav > ul > li {
        float: left;
    }
    .Z_Header .Cw .nav > ul > li > a {
        height: 50px;
        padding-top: 20px;
        display: block;
        text-align: center;
        color: #123577;
        text-decoration: none;
        font-size: 19px;
        line-height: 20px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0px;
        font-weight: 600;
    }
    .Z_Header .Cw .nav > ul > li > a span {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
    }
    .Z_Header .Cw .nav > ul > li > a:hover {
        background-color: #f1f1f1;
        color: #123577;
    }
    .Z_Header .Cw .nav > ul > li > a > em {
        display: none;
    }
    .Z_Header .Cw .nav > ul > li.active > a {
        background-color: #f1f1f1;
        color: #123577;
    }

    .Z_Header .Cw .nav > ul > li {
        position: relative;
    }
    .Z_Header .Cw .nav > ul > li:hover > ul {
        display: block;
    }
    .Z_Header .Cw .nav > ul > li > ul {
        display: none;
        position: absolute;
        left: 50%;
        width: 120px;
        height: auto;
        top: 100%;
        margin-left: -60px;
        background-color: #123577;
        z-index: 1000;
        text-align: center;
        padding: 20px 0px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .nav > ul > li > ul > li {
        float: none;
        position: relative;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > a {
        display: block;
        font-size: 14px;
        line-height: 1.2em;
        padding: 8px 0px;
        color: #ffffff;
        text-decoration: none;
    }

    .Z_Header .Cw .nav > ul > li > ul > li > a:hover {
        background-color: #4b2b14;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl {
        display: none;
        position: absolute;
        left: 100%;
        width: 200px;
        height: auto;
        margin: 0;
        top: 0;
        background-color: #123577;
        padding: 0px;
        font-size: 12px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd {
        margin: 0;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd > a {
        text-align: left;
        padding: 8px 15px;
        height: auto;
        display: block;
        font-size: 14px;
        line-height: 1.2em;
        color: #ffffff;
        text-decoration: none;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd > a:hover {
        background-color: #ffffff;
        color: #123577;
    }
    .Z_Header .Cw .nav > ul > li > ul > li:hover > a {
        background-color: #ffffff;
        color: #123577;
    }
    .Z_Header .Cw .nav > ul > li > ul > li:hover > dl {
        display: block;
    }

    #N----------------------------- {
    }
    .Z_Header_menu_mask {
        display: none;
    }
    .Z_Header_box {
        display: none;
    }
    #N----------------------------- {
    }
    .Z_Banner {
        background-color: #dbdbdb;
        position: relative;
        z-index: 1;
        padding: 10px 0px;
        border-top-width: 2px;
        border-top-color: #123577;
        border-top-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: #123577;
        border-bottom-style: solid;
    }
    #N----------------------------- {
    }
    #owl-demo1 {
        z-index: 1;
    }
    #owl-demo1 .owl-item div {
    }
    #owl-demo1 .owl-item img {
        display: block;
        width: 100%;
        height: auto;
    }
    #owl-demo1 .owl-controls {
        margin-top: 0px;
    }
    #owl-demo1 .owl-buttons {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0px;
        right: 0px;
    }
    #owl-demo1 .owl-buttons .owl-prev {
        background-color: transparent;
        position: absolute;
        left: 15px;
        top: -40px;
        background-image: url(../images/owl_prev.png);
        background-repeat: no-repeat;
        background-position: center center;
        height: 80px;
        width: 43px;
        text-indent: -9999px;
    }
    #owl-demo1 .owl-buttons .owl-next {
        background-color: transparent;
        position: absolute;
        top: -40px;
        right: 15px;
        background-image: url(../images/owl_next.png);
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9999px;
        height: 80px;
        width: 43px;
    }
    #owl-demo1 .owl-pagination .owl-page span {
        background-color: #e2c98e;
        height: 3px;
        width: 30px;
        border-radius: 3px;
    }
    #owl-demo1 .owl-pagination .owl-page .active span {
        background-color: #e2c98e;
    }
    #Z_Banner_pc {
        display: block !important;
    }
    #Z_Banner_mobile {
        display: none !important;
    }
    #N----------------------------- {
    }
    .Z-Snav {
        background-color: #123577;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .Z-Snav ul {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        clear: both;
        overflow: hidden;
    }
    .Z-Snav ul li {
        text-align: center;
        width: 16.6667%;
        float: left;
    }
    .Z-Snav ul li a {
        display: block;
        padding: 5px;
        border: 1px solid #ffffff;
        color: #ffffff;
        border-radius: 3px;
        text-decoration: none;
        font-size: 16px;
        line-height: 1.4em;
        margin-right: 8px;
        margin-left: 8px;
    }
    .Z-Snav ul li a span {
        display: block;
        font-size: 12px;
        line-height: 1.4em;
        color: #939393;
    }
    .Z-Snav ul li a:hover {
        background-color: #ffffff;
        color: #123577;
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .head_search {
        display: none;
    }
    .head_search_box {
        display: none;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    #N----------------------------- {
    }
    .T_op {
        position: relative;
        z-index: 1000;
        clear: both;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        background-color: #123577;
    }
    .T_op .TW {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 130px;
        position: relative;
        top: 25px;
    }
    .T_op .TW .logo {
        float: left;
        height: 90px;
        position: absolute;
        top: 0px;
        left: 15px;
    }
    .T_op .TW .logo img {
        vertical-align: middle;
        height: 100%;
    }
    .T_op .TW .slogan {
        font-size: 30px;
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 20px;
    }
    .T_op .TW .slogans {
        font-size: 12px;
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 60px;
    }

    .Z_Header {
        position: relative;
        z-index: 1000;
        clear: both;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        /*background-image: url(../images/background.jpg); */
        background-color: #ffffff;
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: #123577;
        box-shadow: 0px 0px 10px #ffffff;
    }
    .Z_Header .Cw {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 65px;
        position: relative;
    }
    .Z_Header .Cw .logo {
        display: none;
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .subnav_menu {
        display: none;
    }
    .Z_Header .Cw .subnav {
        position: absolute;
        top: 40px;
        width: auto;
        right: 15px;
    }
    .Z_Header .Cw .subnav > ul {
        font-size: 15px;
        color: #e2c98e;
        text-decoration: none;
        width: auto;
    }
    .Z_Header .Cw .subnav > ul > li {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
        position: relative;
    }
    .Z_Header .Cw .subnav > ul > li > a {
        text-decoration: none;
        color: #e2c98e;
    }
    .Z_Header .Cw .subnav > ul > li > a.after:after {
        transition: all 0.2s ease-in-out 0s;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        transform-origin: center center;
        transform: rotate(45deg);
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #856949;
        border-right: 1px solid #856949;
    }
    .Z_Header .Cw .subnav > ul > li > a.after:hover:after {
        margin-top: 5px;
    }
    /*下拉菜单*/
    .Z_Header .Cw .subnav > ul > li:hover > ul {
        display: block;
    }
    .Z_Header .Cw .subnav > ul > li > ul {
        display: none;
        position: absolute;
        left: 50%;
        width: 80px;
        top: 100%;
        margin-left: -45px;
        background-color: #4b2b14;
        overflow: hidden;
        z-index: 1000;
        text-align: center;
        padding: 5px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .subnav > ul > li > ul li {
    }
    .Z_Header .Cw .subnav > ul > li > ul li a {
        text-decoration: none;
        color: #e2c98e;
    }
    .Z_Header .Cw .subnav > ul > li > .subnav_city {
    }
    .Z_Header .Cw .subnav > ul > li > .subnav_tel {
        width: 140px;
        margin-left: -75px;
    }
    .Z_Header .Cw .subnav > ul > li > .subnav_language {
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .nav_menu {
        display: none;
    }
    .Z_Header .Cw .nav {
        height: 80px;
        width: auto;
        position: absolute;
        left: 280px;
        top: 100px;
        right: 0px;
    }
    .Z_Header .Cw .nav > ul {
        display: block;
        height: 80px;
        width: auto;
        float: right;
        margin-right: 15px;
    }
    .Z_Header .Cw .nav > ul > li {
        float: left;
    }
    .Z_Header .Cw .nav > ul > li > a {
        height: 50px;
        padding-top: 20px;
        display: block;
        text-align: center;
        color: #123577;
        text-decoration: none;
        font-size: 19px;
        line-height: 20px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0px;
        font-weight: 600;
    }
    .Z_Header .Cw .nav > ul > li > a span {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
    }
    .Z_Header .Cw .nav > ul > li > a:hover {
        background-color: #f1f1f1;
    }
    .Z_Header .Cw .nav > ul > li > a > em {
        display: none;
    }
    .Z_Header .Cw .nav > ul > li.active > a {
        background-color: #f1f1f1;
        color: #123577;
    }

    .Z_Header .Cw .nav > ul > li {
        position: relative;
    }
    .Z_Header .Cw .nav > ul > li:hover > ul {
        display: block;
    }
    .Z_Header .Cw .nav > ul > li > ul {
        display: none;
        position: absolute;
        left: 50%;
        width: 120px;
        height: auto;
        top: 100%;
        margin-left: -60px;
        background-color: #123577;
        z-index: 1000;
        text-align: center;
        padding: 20px 0px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .nav > ul > li > ul > li {
        float: none;
        position: relative;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > a {
        display: block;
        font-size: 14px;
        line-height: 1.2em;
        padding: 8px 0px;
        color: #ffffff;
        text-decoration: none;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > a:hover {
        background-color: #4b2b14;
        color: #123577;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl {
        display: none;
        position: absolute;
        left: 100%;
        width: 200px;
        height: auto;
        margin: 0;
        top: 0;
        background-color: #123577;
        padding: 0px;
        font-size: 12px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd {
        margin: 0;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd > a {
        text-align: left;
        padding: 8px 15px;
        height: auto;
        display: block;
        font-size: 14px;
        line-height: 1.2em;
        color: #ffffff;
        text-decoration: none;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd > a:hover {
        background-color: #ffffff;
        color: #123577;
    }
    .Z_Header .Cw .nav > ul > li > ul > li:hover > a {
        background-color: #ffffff;
        color: #123577;
    }
    .Z_Header .Cw .nav > ul > li > ul > li:hover > dl {
        display: block;
    }

    #N----------------------------- {
    }
    .Z_Header_menu_mask {
        display: none;
    }
    .Z_Header_box {
        display: none;
    }
    #N----------------------------- {
    }
    .Z_Banner {
        background-color: #dbdbdb;
        position: relative;
        z-index: 1;
        padding: 10px 0px;
        border-top-width: 2px;
        border-top-color: #123577;
        border-top-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: #123577;
        border-bottom-style: solid;
    }
    #N----------------------------- {
    }
    #owl-demo1 {
        z-index: 1;
    }
    #owl-demo1 .owl-item div {
    }
    #owl-demo1 .owl-item img {
        display: block;
        width: 100%;
        height: auto;
    }
    #owl-demo1 .owl-controls {
        margin-top: 0px;
    }
    #owl-demo1 .owl-buttons {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0px;
        right: 0px;
    }
    #owl-demo1 .owl-buttons .owl-prev {
        background-color: transparent;
        position: absolute;
        left: 15px;
        top: -40px;
        background-image: url(../images/owl_prev.png);
        background-repeat: no-repeat;
        background-position: center center;
        height: 80px;
        width: 43px;
        text-indent: -9999px;
    }
    #owl-demo1 .owl-buttons .owl-next {
        background-color: transparent;
        position: absolute;
        top: -40px;
        right: 15px;
        background-image: url(../images/owl_next.png);
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9999px;
        height: 80px;
        width: 43px;
    }
    #owl-demo1 .owl-pagination .owl-page span {
        background-color: #e2c98e;
        height: 3px;
        width: 30px;
        border-radius: 3px;
    }
    #owl-demo1 .owl-pagination .owl-page .active span {
        background-color: #e2c98e;
    }
    #Z_Banner_pc {
        display: block !important;
    }
    #Z_Banner_mobile {
        display: none !important;
    }
    #N----------------------------- {
    }
    .Z-Snav {
        background-color: #4a2d1b;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .Z-Snav ul {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        clear: both;
        overflow: hidden;
    }
    .Z-Snav ul li {
        text-align: center;
        width: 16.6667%;
        float: left;
    }
    .Z-Snav ul li a {
        display: block;
        padding: 5px;
        border: 1px solid #6b4c2c;
        color: #e2c98e;
        text-decoration: none;
        font-size: 16px;
        line-height: 1.4em;
        margin-right: 8px;
        margin-left: 8px;
    }
    .Z-Snav ul li a span {
        display: block;
        font-size: 12px;
        line-height: 1.4em;
        color: #856949;
    }
    .Z-Snav ul li a:hover {
        background-color: #ffffff;
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .head_search {
        display: none;
    }
    .head_search_box {
        display: none;
    }
}

@media screen and (min-width: 981px) and (max-width: 1024px) {
    #N----------------------------- {
    }
    .T_op {
        position: relative;
        z-index: 1000;
        clear: both;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        background-color: #123577;
    }
    .T_op .TW {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 130px;
        position: relative;
        top: 25px;
    }
    .T_op .TW .logo {
        float: left;
        height: 90px;
        position: absolute;
        top: 0px;
        left: 15px;
    }
    .T_op .TW .logo img {
        vertical-align: middle;
        height: 100%;
    }
    .T_op .TW .slogan {
        font-size: 30px;
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 20px;
    }
    .T_op .TW .slogans {
        font-size: 12px;
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 60px;
    }

    .Z_Header {
        position: relative;
        z-index: 1000;
        clear: both;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        /*background-image: url(../images/background.jpg); */
        background-color: #ffffff;
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: #123577;
        box-shadow: 0px 0px 10px #ffffff;
    }
    .Z_Header .Cw {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 65px;
        position: relative;
    }
    .Z_Header .Cw .logo {
        display: none;
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .subnav_menu {
        display: none;
    }
    .Z_Header .Cw .subnav {
        position: absolute;
        top: 30px;
        width: auto;
        right: 15px;
    }
    .Z_Header .Cw .subnav > ul {
        font-size: 14px;
        color: #e2c98e;
        text-decoration: none;
        width: auto;
    }
    .Z_Header .Cw .subnav > ul > li {
        float: left;
        margin-right: 8px;
        margin-left: 8px;
        position: relative;
    }

    .Z_Header .Cw .subnav > ul > li > a {
        text-decoration: none;
        color: #e2c98e;
    }
    .Z_Header .Cw .subnav > ul > li > a.after:after {
        transition: all 0.2s ease-in-out 0s;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        transform-origin: center center;
        transform: rotate(45deg);
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #856949;
        border-right: 1px solid #856949;
    }
    .Z_Header .Cw .subnav > ul > li > a.after:hover:after {
        margin-top: 5px;
    }
    /*下拉菜单*/
    .Z_Header .Cw .subnav > ul > li:hover > ul {
        display: block;
    }
    .Z_Header .Cw .subnav > ul > li > ul {
        display: none;
        position: absolute;
        left: 50%;
        width: 80px;
        top: 100%;
        margin-left: -45px;
        background-color: #4b2b14;
        overflow: hidden;
        z-index: 1000;
        text-align: center;
        padding: 5px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .subnav > ul > li > ul li {
    }
    .Z_Header .Cw .subnav > ul > li > ul li a {
        text-decoration: none;
        color: #e2c98e;
    }
    .Z_Header .Cw .subnav > ul > li > .subnav_city {
    }
    .Z_Header .Cw .subnav > ul > li > .subnav_tel {
        width: 140px;
        margin-left: -75px;
    }
    .Z_Header .Cw .subnav > ul > li > .subnav_language {
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .nav_menu {
        display: none;
    }
    .Z_Header .Cw .nav {
        height: 80px;
        width: auto;
        position: absolute;
        left: 250px;
        top: 80px;
        right: 0px;
    }
    .Z_Header .Cw .nav > ul {
        display: block;
        height: 80px;
        width: auto;
        float: right;
        margin-right: 15px;
    }
    .Z_Header .Cw .nav > ul > li {
        float: left;
    }
    .Z_Header .Cw .nav > ul > li > a {
        height: 50px;
        padding-top: 20px;
        display: block;
        text-align: center;
        color: #123577;
        text-decoration: none;
        font-size: 19px;
        line-height: 20px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0px;
        font-weight: 600;
    }
    .Z_Header .Cw .nav > ul > li > a span {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
    }
    .Z_Header .Cw .nav > ul > li > a:hover {
        background-color: #4b2b14;
    }
    .Z_Header .Cw .nav > ul > li > a > em {
        display: none;
    }
    .Z_Header .Cw .nav > ul > li.active > a {
        background-color: #ffffff;
    }

    .Z_Header .Cw .nav > ul > li {
        position: relative;
    }
    .Z_Header .Cw .nav > ul > li:hover > ul {
        display: block;
    }
    .Z_Header .Cw .nav > ul > li > ul {
        display: none;
        position: absolute;
        left: 50%;
        width: 120px;
        height: auto;
        top: 100%;
        margin-left: -60px;
        background-color: #ffffff;
        z-index: 1000;
        text-align: center;
        padding: 20px 0px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .nav > ul > li > ul > li {
        float: none;
        position: relative;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > a {
        display: block;
        font-size: 14px;
        line-height: 1.2em;
        padding: 8px 0px;
        color: #123577;
        text-decoration: none;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > a:hover {
        background-color: #4b2b14;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl {
        display: none;
        position: absolute;
        left: 100%;
        width: 200px;
        height: auto;
        margin: 0;
        top: 0;
        background-color: #4b2b14;
        padding: 0px;
        font-size: 12px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd {
        margin: 0;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd > a {
        text-align: left;
        padding: 8px 15px;
        height: auto;
        display: block;
        font-size: 14px;
        line-height: 1.2em;
        color: #123577;
        text-decoration: none;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd > a:hover {
        background-color: #5c3518;
    }
    .Z_Header .Cw .nav > ul > li > ul > li:hover > a {
        background-color: #4b2b14;
    }
    .Z_Header .Cw .nav > ul > li > ul > li:hover > dl {
        display: block;
    }

    #N----------------------------- {
    }
    .Z_Header_menu_mask {
        display: none;
    }
    .Z_Header_box {
        display: none;
    }
    #N----------------------------- {
    }
    .Z_Banner {
        background-color: #dbdbdb;
        position: relative;
        z-index: 1;
        padding: 10px 0px;
        border-top-width: 2px;
        border-top-color: #123577;
        border-top-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: #123577;
        border-bottom-style: solid;
    }
    #N----------------------------- {
    }
    #owl-demo1 {
        z-index: 1;
    }
    #owl-demo1 .owl-item div {
    }
    #owl-demo1 .owl-item img {
        display: block;
        width: 100%;
        height: auto;
    }
    #owl-demo1 .owl-controls {
        margin-top: 0px;
    }
    #owl-demo1 .owl-buttons {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0px;
        right: 0px;
    }
    #owl-demo1 .owl-buttons .owl-prev {
        background-color: transparent;
        position: absolute;
        left: 15px;
        top: -40px;
        background-image: url(../images/owl_prev.png);
        background-repeat: no-repeat;
        background-position: center center;
        height: 80px;
        width: 43px;
        text-indent: -9999px;
    }
    #owl-demo1 .owl-buttons .owl-next {
        background-color: transparent;
        position: absolute;
        top: -40px;
        right: 15px;
        background-image: url(../images/owl_next.png);
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9999px;
        height: 80px;
        width: 43px;
    }
    #owl-demo1 .owl-pagination .owl-page span {
        background-color: #e2c98e;
        height: 3px;
        width: 30px;
        border-radius: 3px;
    }
    #owl-demo1 .owl-pagination .owl-page .active span {
        background-color: #e2c98e;
    }
    #Z_Banner_pc {
        display: block !important;
    }
    #Z_Banner_mobile {
        display: none !important;
    }
    #N----------------------------- {
    }
    .Z-Snav {
        background-color: #4a2d1b;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .Z-Snav ul {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        clear: both;
        overflow: hidden;
    }
    .Z-Snav ul li {
        text-align: center;
        width: 16.6667%;
        float: left;
    }
    .Z-Snav ul li a {
        display: block;
        padding: 5px;
        border: 1px solid #6b4c2c;
        color: #e2c98e;
        text-decoration: none;
        font-size: 16px;
        line-height: 1.4em;
        margin-right: 8px;
        margin-left: 8px;
    }
    .Z-Snav ul li a span {
        display: block;
        font-size: 12px;
        line-height: 1.4em;
        color: #856949;
    }
    .Z-Snav ul li a:hover {
        background-color: #ffffff;
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .head_search {
        display: none;
    }
    .head_search_box {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
    #N----------------------------- {
    }
    .T_op {
        position: relative;
        z-index: 1000;
        clear: both;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        background-color: #123577;
    }
    .T_op .TW {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 130px;
        position: relative;
        top: 25px;
    }
    .T_op .TW .logo {
        float: left;
        height: 90px;
        position: absolute;
        top: 0px;
        left: 15px;
    }
    .T_op .TW .logo img {
        vertical-align: middle;
        height: 100%;
    }
    .T_op .TW .slogan {
        font-size: 30px;
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 20px;
    }
    .T_op .TW .slogans {
        font-size: 12px;
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 60px;
    }

    .Z_Header {
        position: relative;
        z-index: 1000;
        clear: both;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        /*background-image: url(../images/background.jpg); */
        background-color: #ffffff;
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: #123577;
        box-shadow: 0px 0px 10px #ffffff;
    }
    .Z_Header .Cw {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 65px;
        position: relative;
    }
    .Z_Header .Cw .logo {
        display: none;
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .subnav_menu {
        display: none;
    }
    .Z_Header .Cw .subnav {
        position: absolute;
        top: 30px;
        width: auto;
        right: 15px;
    }
    .Z_Header .Cw .subnav > ul {
        font-size: 14px;
        color: #e2c98e;
        text-decoration: none;
        width: auto;
    }
    .Z_Header .Cw .subnav > ul > li {
        float: left;
        margin-right: 5px;
        margin-left: 5px;
        position: relative;
    }
    .Z_Header .Cw .subnav > ul > li > a {
        text-decoration: none;
        color: #e2c98e;
    }
    .Z_Header .Cw .subnav > ul > li > a.after:after {
        transition: all 0.2s ease-in-out 0s;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        transform-origin: center center;
        transform: rotate(45deg);
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #856949;
        border-right: 1px solid #856949;
    }
    .Z_Header .Cw .subnav > ul > li > a.after:hover:after {
        margin-top: 5px;
    }
    /*下拉菜单*/
    .Z_Header .Cw .subnav > ul > li:hover > ul {
        display: block;
    }
    .Z_Header .Cw .subnav > ul > li > ul {
        display: none;
        position: absolute;
        left: 50%;
        width: 80px;
        top: 100%;
        margin-left: -45px;
        background-color: #4b2b14;
        overflow: hidden;
        z-index: 1000;
        text-align: center;
        padding: 5px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .subnav > ul > li > ul li {
    }
    .Z_Header .Cw .subnav > ul > li > ul li a {
        text-decoration: none;
        color: #e2c98e;
    }
    .Z_Header .Cw .subnav > ul > li > .subnav_city {
    }
    .Z_Header .Cw .subnav > ul > li > .subnav_tel {
        width: 140px;
        margin-left: -75px;
    }
    .Z_Header .Cw .subnav > ul > li > .subnav_language {
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .nav_menu {
        display: none;
    }
    .Z_Header .Cw .nav {
        height: 60px;
        width: auto;
        position: absolute;
        left: 0px;
        top: 80px;
        right: 0px;
    }
    .Z_Header .Cw .nav > ul {
        display: block;
        height: 60px;
        width: 100%;
        float: left;
        margin-right: 15px;
    }
    .Z_Header .Cw .nav > ul > li {
        float: left;
        width: 14.2%;
    }
    .Z_Header .Cw .nav > ul > li > a {
        height: 50px;
        padding-top: 20px;
        display: block;
        text-align: center;
        color: #123577;
        text-decoration: none;
        font-size: 19px;
        line-height: 20px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0px;
        font-weight: 600;
    }
    .Z_Header .Cw .nav > ul > li > a span {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
    }
    .Z_Header .Cw .nav > ul > li > a:hover {
        background-color: #f1f1f1;
        color: #123577;
    }
    .Z_Header .Cw .nav > ul > li > a > em {
        display: none;
    }
    .Z_Header .Cw .nav > ul > li.active > a {
        background-color: #f1f1f1;
        color: #123577;
    }

    .Z_Header .Cw .nav > ul > li {
        position: relative;
    }
    .Z_Header .Cw .nav > ul > li:hover > ul {
        display: block;
    }
    .Z_Header .Cw .nav > ul > li > ul {
        display: none;
        position: absolute;
        left: 50%;
        width: 120px;
        height: auto;
        top: 100%;
        margin-left: -60px;
        background-color: #123577;
        z-index: 1000;
        text-align: center;
        padding: 20px 0px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .nav > ul > li > ul > li {
        float: none;
        position: relative;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > a {
        display: block;
        font-size: 14px;
        line-height: 1.2em;
        padding: 8px 0px;
        color: #ffffff;
        text-decoration: none;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > a:hover {
        background-color: #4b2b14;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl {
        display: none;
        position: absolute;
        left: 100%;
        width: 200px;
        height: auto;
        margin: 0;
        top: 0;
        background-color: #123577;
        padding: 0px;
        font-size: 12px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd {
        margin: 0;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd > a {
        text-align: left;
        padding: 8px 15px;
        height: auto;
        display: block;
        font-size: 14px;
        line-height: 1.2em;
        color: #ffffff;
        text-decoration: none;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd > a:hover {
        background-color: #ffffff;
        color: #123577;
    }
    .Z_Header .Cw .nav > ul > li > ul > li:hover > a {
        background-color: #ffffff;
        color: #123577;
    }
    .Z_Header .Cw .nav > ul > li > ul > li:hover > dl {
        display: block;
    }

    #N----------------------------- {
    }
    .Z_Header_menu_mask {
        display: none;
    }
    .Z_Header_box {
        display: none;
    }
    #N----------------------------- {
    }
    .Z_Banner {
        background-color: #dbdbdb;
        position: relative;
        z-index: 1;
        padding: 10px 0px;
        border-top-width: 2px;
        border-top-color: #123577;
        border-top-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: #123577;
        border-bottom-style: solid;
    }
    #N----------------------------- {
    }
    #owl-demo1 {
        z-index: 1;
    }
    #owl-demo1 .owl-item div {
    }
    #owl-demo1 .owl-item img {
        display: block;
        width: 100%;
        height: auto;
    }
    #owl-demo1 .owl-controls {
        margin-top: 0px;
    }
    #owl-demo1 .owl-buttons {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0px;
        right: 0px;
    }
    #owl-demo1 .owl-buttons .owl-prev {
        background-color: transparent;
        position: absolute;
        left: 15px;
        top: -40px;
        background-image: url(../images/owl_prev.png);
        background-repeat: no-repeat;
        background-position: center center;
        height: 80px;
        width: 43px;
        text-indent: -9999px;
    }
    #owl-demo1 .owl-buttons .owl-next {
        background-color: transparent;
        position: absolute;
        top: -40px;
        right: 15px;
        background-image: url(../images/owl_next.png);
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9999px;
        height: 80px;
        width: 43px;
    }
    #owl-demo1 .owl-pagination .owl-page span {
        background-color: #e2c98e;
        height: 3px;
        width: 30px;
        border-radius: 3px;
    }
    #owl-demo1 .owl-pagination .owl-page .active span {
        background-color: #e2c98e;
    }
    #Z_Banner_pc {
        display: block !important;
    }
    #Z_Banner_mobile {
        display: none !important;
    }
    #N----------------------------- {
    }
    .Z-Snav {
        background-color: #4a2d1b;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .Z-Snav ul {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        clear: both;
        overflow: hidden;
    }
    .Z-Snav ul li {
        text-align: center;
        width: 16.6667%;
        float: left;
    }
    .Z-Snav ul li a {
        display: block;
        padding: 5px;
        border: 1px solid #6b4c2c;
        color: #e2c98e;
        text-decoration: none;
        font-size: 16px;
        line-height: 1.4em;
        margin-right: 8px;
        margin-left: 8px;
    }
    .Z-Snav ul li a span {
        display: none;
    }
    .Z-Snav ul li a:hover {
        background-color: #ffffff;
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .head_search {
        display: none;
    }
    .head_search_box {
        display: none;
    }
}

@media screen and (min-width: 319px) and (max-width: 768px) {
    #N-----min-width-481px------------------------ {
    }
    .T_op {
        display: none;
    }
    .Z_Header {
        position: fixed;
        height: 60px;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 1000;
        clear: both;
        background-color: #123577;
        box-shadow: 0px 0px 10px #3b2110;
    }
    .Z_Header .Cw {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        height: 0px;
        position: relative;
        padding-top: 60px;
    }
    .Z_Header .Cw .logo {
        float: left;
        height: 40px;
        position: absolute;
        top: 10px;
        left: 55px;
    }
    .Z_Header .Cw .logo img {
        vertical-align: middle;
        height: 100%;
    }
    .Z_Header .Cw .slogan {
        font-size: 14px;
        color: #e2c98e;
        position: absolute;
        left: 180px;
        top: 20px;
    }
    .Z_Header .Cw .slogans {
        font-size: 12px;
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 60px;
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .subnav_menu {
        border-radius: 3px;
        cursor: pointer;
        display: block;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        position: absolute;
        height: 30px;
        width: 35px;
        text-align: center;
        top: 15px;
        right: 10px;
        background-color: #214280;
    }
    .Z_Header .Cw .subnav {
        display: none;
        background-color: #ffffff;
        padding-bottom: 30px;
        padding-top: 20px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #4b2b14;
        box-shadow: 0px 0px 10px #ffffff;
    }
    .Z_Header .Cw .subnav > ul {
        font-size: 14px;
        color: #e2c98e;
        text-decoration: none;
        width: auto;
        text-align: left;
    }
    .Z_Header .Cw .subnav > ul > li {
        display: block;
        margin-right: 20px;
        margin-bottom: 0px;
        margin-left: 20px;
        margin-top: 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #4b2b14;
    }
    .Z_Header .Cw .subnav > ul > li > a {
        text-decoration: none;
        color: #e2c98e;
        padding: 0.5ex;
        display: block;
        font-size: 16px;
        line-height: 1.6em;
        position: relative;
    }
    .Z_Header .Cw .subnav > ul > li > a:before {
        transition: all 0.2s ease-in-out 0s;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        transform-origin: center center;
        transform: rotate(-45deg);
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #856949;
        border-right: 1px solid #856949;
        top: 50%;
        right: 16px;
        position: absolute;
        margin-top: -4px;
    }

    .Z_Header .Cw .subnav > ul > li > a > em {
        display: block;
        position: absolute;
        right: 0px;
        top: 5px;
        width: 40px;
        height: 24px;
        border-left: 1px solid #4b2b14;
        background-color: #ffffff;
    }
    .Z_Header .Cw .subnav > ul > li > a > em:after {
        content: "";
        transition: all 0.2s ease-in-out 0s;
        display: block;
        width: 10px;
        height: 10px;
        transform-origin: center center;
        transform: rotate(45deg);
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #856949;
        border-right: 1px solid #856949;
        border-left: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        top: 2px;
        right: 12px;
        position: absolute;
    }
    .Z_Header .Cw .subnav > ul > li > a > em.up:after {
        content: "";
        transform: rotate(-135deg);
        top: 10px;
    }

    /*下拉菜单*/
    .Z_Header .Cw .subnav > ul > li > ul {
        display: none;
        padding: 10px;
        font-size: 14px;
        line-height: 1.6em;
        text-align: left; /* [disabled]background-color: #311C0F; */
    }
    .Z_Header .Cw .subnav > ul > li > ul li {
        display: block;
        margin-right: 10px;
        margin-left: 10px;
    }
    .Z_Header .Cw .subnav > ul > li > ul li a {
        position: relative;
        text-decoration: none;
        color: #e2c98e;
    }
    .Z_Header .Cw .subnav > ul > li > ul li a:after {
        transition: all 0.2s ease-in-out 0s;
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        transform-origin: center center;
        transform: rotate(-45deg);
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #856949;
        border-right: 1px solid #856949;
        top: 50%;
        right: -15px;
        position: absolute;
        margin-top: -2px;
    }

    .Z_Header .Cw .subnav > ul > li > ul.show_select {
        display: block;
    }

    #N----------------------------- {
    }
    .Z_Header .Cw .nav_menu {
        border-radius: 3px;
        cursor: pointer;
        display: block;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        position: absolute;
        height: 30px;
        width: 35px;
        text-align: center;
        top: 15px;
        left: 10px;
        background-color: #214280;
    }
    .Z_Header .Cw .nav {
        display: none;
        background-color: #ffffff;
        padding-bottom: 30px;
        padding-top: 20px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #4b2b14;
        box-shadow: 0px 0px 10px #ffffff;
    }
    .Z_Header .Cw .nav > ul {
        font-size: 14px;
        color: #e2c98e;
        text-decoration: none;
        width: auto;
        text-align: left;
    }
    .Z_Header .Cw .nav > ul > li {
        display: block;
        margin-right: 20px;
        margin-bottom: 0px;
        margin-left: 20px;
        margin-top: 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #123577;
    }
    .Z_Header .Cw .nav > ul > li > a {
        text-decoration: none;
        color: #123577;
        padding: 0.5ex;
        display: block;
        font-size: 16px;
        line-height: 1.6em;
        position: relative;
    }
    .Z_Header .Cw .nav > ul > li > a span {
        display: none;
        font-size: 12px;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        color: #856949;
    }
    .Z_Header .Cw .nav > ul > li.active > a {
        /* [disabled]background-color: #4B2B14; */
    }

    .Z_Header .Cw .nav > ul > li > a:before {
        transition: all 0.2s ease-in-out 0s;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        transform-origin: center center;
        transform: rotate(-45deg);
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #123577;
        border-right: 1px solid #123577;
        top: 50%;
        right: 16px;
        position: absolute;
        margin-top: -4px;
    }

    .Z_Header .Cw .nav > ul > li > a > em {
        display: block;
        position: absolute;
        right: 0px;
        top: 5px;
        width: 40px;
        height: 24px;
        border-left: 1px solid #4b2b14;
        background-color: #ffffff;
    }
    .Z_Header .Cw .nav > ul > li > a > em:after {
        content: "";
        transition: all 0.2s ease-in-out 0s;
        display: block;
        width: 10px;
        height: 10px;
        transform-origin: center center;
        transform: rotate(45deg);
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #123577;
        border-right: 1px solid #123577;
        border-left: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        top: 2px;
        right: 12px;
        position: absolute;
    }
    .Z_Header .Cw .nav > ul > li > a > em.up:after {
        content: "";
        transform: rotate(-135deg);
        top: 10px;
    }

    .Z_Header .Cw .nav > ul > li {
    }
    .Z_Header .Cw .nav > ul > li > ul {
        display: none; /* [disabled]background-color: #311C0F; */
        text-align: left;
        padding: 10px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .nav > ul > li > ul > li {
        display: block;
        margin-right: 10px;
        margin-left: 10px;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > a {
        text-decoration: none;
        color: #123577;
        position: relative;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > a:after {
        transition: all 0.2s ease-in-out 0s;
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        transform-origin: center center;
        transform: rotate(-45deg);
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #123577;
        border-right: 1px solid #123577;
        top: 50%;
        right: -15px;
        position: absolute;
        margin-top: -2px;
    }

    .Z_Header .Cw .nav > ul > li > ul > li > dl {
        display: none;
        background-color: #4b2b14;
        padding: 10px;
        font-size: 12px;
        line-height: 1.6em;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd {
        margin: 0;
    }
    .Z_Header .Cw .nav > ul > li > ul > li > dl > dd > a {
        height: auto;
        display: block;
        font-size: 14px;
        line-height: 1.2em;
        color: #123577;
        text-decoration: none;
    }

    .Z_Header .Cw .nav > ul > li > ul.show_select {
        display: block;
    }

    #N----------------------------- {
    }
    .Z_Header .Cw .show_select {
        display: block !important;
    }
    #N----------------------------- {
    }
    .Z_Header_menu_mask {
        display: none;
        background-color: rgba(18, 53, 119, 0.6);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 900;
    }
    .Z_Header_box {
        height: 60px;
        display: block;
        clear: both;
    }
    #N----------------------------- {
    }
    .Z_Banner {
        background-color: #ffffff;
        position: relative;
        z-index: 1;
    }
    #N----------------------------- {
    }
    #owl-demo1 {
        z-index: 1;
    }
    #owl-demo1 .owl-item div {
    }
    #owl-demo1 .owl-item img {
        display: block;
        width: 100%;
        height: auto;
    }
    #owl-demo1 .owl-controls {
        margin-top: 0px;
    }
    #owl-demo1 .owl-buttons {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0px;
        right: 0px;
    }
    #owl-demo1 .owl-buttons .owl-prev {
        background-color: transparent;
        position: absolute;
        left: 5px;
        top: -30px;
        background-image: url(../images/owl_prev.png);
        background-repeat: no-repeat;
        background-position: center center;
        height: 30px;
        width: 30px;
        text-indent: -9999px;
        background-size: auto 100%;
        padding: 0;
    }
    #owl-demo1 .owl-buttons .owl-next {
        background-color: transparent;
        position: absolute;
        right: 5px;
        top: -30px;
        background-image: url(../images/owl_next.png);
        background-repeat: no-repeat;
        background-position: center center;
        height: 30px;
        width: 30px;
        text-indent: -9999px;
        background-size: auto 100%;
        padding: 0;
    }
    #owl-demo1 .owl-pagination .owl-page span {
        background-color: #e2c98e;
        height: 3px;
        width: 30px;
        border-radius: 3px;
    }
    #owl-demo1 .owl-pagination .owl-page .active span {
        background-color: #e2c98e;
    }
    #Z_Banner_pc {
        display: none !important;
    }
    #Z_Banner_mobile {
        display: block !important;
    }
    #N----------------------------- {
    }
    .Z-Snav {
        background-color: #4a2d1b;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .Z-Snav ul {
        max-width: 1200px;
        margin-right: 5px;
        margin-left: 5px;
        clear: both;
        overflow: hidden;
    }
    .Z-Snav ul li {
        text-align: center;
        width: 33.3333%;
        float: left;
    }
    .Z-Snav ul li a {
        display: block;
        padding: 5px;
        border: 1px solid #6b4c2c;
        border-radius: 3px;
        color: #e2c98e;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.4em;
        margin: 5px 5px;
    }
    .Z-Snav ul li a span {
        display: none;
    }
    .Z-Snav ul li a:hover {
        background-color: #ffffff;
    }
    #N----------------------------- {
    }
    .Z_Header .Cw .head_search {
        display: block;
        background-color: #214280;
        border-radius: 3px;
        color: #ffffff;
        cursor: pointer;
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 50px;
        text-align: center;
        top: 15px;
        width: 35px;
    }
    .head_search_box {
        display: none;
        z-index: 950;
        position: relative;
        background-color: #ffffff;
        color: #ffffff;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #522e16;
    }
    .head_search_box .searchbox {
        margin-right: 15px;
        margin-left: 15px;
        clear: both;
        overflow: hidden;
    }
    .head_search_box .searchbox form {
        margin: 0px;
        padding: 0px;
    }
    .head_search_box .searchbox .keyword {
        font-size: 18px;
        line-height: 38px;
        display: block;
        height: 38px;
        float: left;
        width: 75%;
        margin: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 5%;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        background-color: #ffffff;
        color: #ffffff;
    }
    .head_search_box .searchbox .submit {
        font-size: 18px;
        line-height: 38px;
        display: block;
        height: 38px;
        float: left;
        width: 20%;
        margin: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0%;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        background-color: #dfdfdf;
        color: #123577;
    }
    .head_search_box.show_select {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .Z_Header .slogan {
        display: none;
    }
}
