﻿* {
    font-family: "微软雅黑";
    font-size: 14px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 1170px\9;
}

input {
    border-radius: 0
}

li {
    list-style: none
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}


/* Clear */

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block
}


/* Hides from IE-mac \*/

.clearfix {
    display: block
}


/*头部开始=========================================================================  */

.lang {
    background: url(../images/lang-bg.png) no-repeat top center;
    width: 110px;
    margin-top: 20px;
}

.lang ul {
    margin: 0;
    padding: 0;
}

.lang li {
    width: 50%;
    float: left;
    color: #666;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #004a96;
}

.blue a {
    color: #fff;
}

.logo {
    float: left;
    margin-right: 20px;
}

.zw_logo {
    position: absolute;
    right: 680px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.hamburger {
    padding: 8px 6px;
    display: none;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 3px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 20px;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px;
    position: absolute;
    left: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner {
    width: 40px;
    height: 4px;
    -webkit-animation: line2 1s linear infinite alternate;
    animation: line2 1s linear infinite alternate;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
    -webkit-animation: line1 1s linear infinite alternate;
    animation: line1 1s linear infinite alternate;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--emphatic-r {
    overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

@keyframes line1 {
    0% {
        width: 20px;
        height: 4px;
    }
    100% {
        width: 40px;
        height: 4px;
    }
}

@keyframes line2 {
    0% {
        width: 40px;
        height: 4px;
    }
    100% {
        width: 20px;
        height: 4px;
    }
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    width: 40px;
    -webkit-animation: line2 0;
    animation: line2 0;
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    width: 40px;
    -webkit-animation: line1 0;
    animation: line1 0;
    left: -80px;
    top: 80px;
    -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    width: 40px;
    -webkit-animation: line1 0;
    animation: line1 0;
    right: -80px;
    top: 80px;
    left: auto;
    -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav-box {
    width: 100%;
    height: 50px;
    background: #0f0f0f;
}

.nav-pc {
    width: 800px;
    text-align: center;
    max-width: 78%;
}

.nav-pc ul {
    padding: 0;
    margin-top: 15px;
}

.nav-pc .menulevel {
    padding: 0;
}

.nav-pc li {
    width: 16%;
    height: 120px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 120px;
    text-align: center;
    position: relative;
}

.nav-pc li a span {
    display: block;
    font-size: 18px;
}


/* .nav-pc li a#menu_selected span{ font-weight: bold;background: #0b5ebc} */

.nav-pc li:hover {
    color: #0b5ebc;
}

.nav-pc li:hover a span {
    text-decoration: none;
    font-weight: bold;
}

.nav-pc li:hover>.menulevel {
    display: block;
}

.menulevel {
    width: 100%;
    left: 0px;
    display: none;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 120px;
}

.menulevel li {
    display: none;
    background: #004a96;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.menulevel li a span {
    font-size: 15px;
    color: #fff;
    text-align: left;
}

.menulevel li:hover {
    background: #019544;
}

.menulevel li>.menulevel {
    width: 100%;
    left: 100%;
    top: 0;
}


/*banner开始=======================================================================================*/


/*top开始------------------------------------------------------------------*/

#header {
    width: 100%;
    background: #fff;
    /* overflow:hidden; */
    /* padding: 0 1rem; */
    height: 140px;
    /* width: calc(100% - 2rem); */
}

.logo {
    width: 418px;
    padding: 30px 0;
    max-width: 20%;
    /* position: absolute;
    transform: translateY(-50%);
    top: 50%; */
}

.logo img {
    max-width: 100%;
}


/*首页*/


/*footer开始====================================================================================*/

#copyright {
    background: #264267;
    text-align: center;
    color: #fff;
    padding: 1.5% 0;
}


/*内页开始====================================================================================*/

.banner {
    z-index: -1;
}

.ny-title {
    width: 1100px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin: 0 auto;
}

.ny-title p {
    font-size: 15px;
    line-height: 35px;
    text-align: left;
}

.ny-title p a {
    color: #fff;
}

.productsroll {
    position: relative;
    width: 1200px;
}


/* productsroll Start */

#proinfo_c img {
    width: 100%;
}

#page_main {
    padding-bottom: 100px;
    background: #F9F9F9;
}

.page-container {
    background: #fff;
    min-height: 200px;
}

.page-container img {
    max-width: 100%;
}

.page-about,
.page-content {
    padding: 0px 10px;
}

.page-top-bg {
    background: #fff;
    margin-bottom: 20px;
}

.back {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
    line-height: 32px;
}

.back:before {
    display: block;
    content: "";
    width: 1px;
    height: 11px;
    background: #000;
    float: left;
    margin-top: 10px;
}

.back img {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 14px;
}

.page-url ul {
    padding: 0;
}

.page-url li {
    line-height: 70px;
    text-align: center;
    width: 33%;
    float: left;
    position: relative;
}

.page-url li a {
    display: block;
    line-height: 70px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
}

.page-url li a span {
    font-size: 15px;
}

.ddsmoothmenu-v ul li a span {
    display: block;
    line-height: 70px;
    text-align: center;
}


/*.page-url li:after{content: ""; display: block; position: absolute; width: 1px; height: 14px; background: #dddddd; right: 0; top: 32px;}*/

.page-url li {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.page-url li:nth-child(7) {
    border-left: 1px solid #ccc;
}

.page-url li a:hover {
    /*border-bottom: #0b5ebc solid 2px; height: 70px; text-align: center;*/
    background: #0b5ebc;
    color: #fff;
}

.page-url li a:hover span {
    color: #fff;
    line-height: 70px;
    font-size: 15px;
}

.page-url li:nth-child(1),
.page-url li:nth-child(4) {
    border-left: 1px solid #ccc;
}

.page-url li.lihover a {
    /* border-bottom: #0b5ebc solid 2px; color: #0b5ebc; height: 70px;*/
    background: #0b5ebc;
}

.page-url li.lihover a span {
    color: #fff;
    /* font-size: 16px; line-height: 70px; font-weight: bold; */
}

.page_list {
    float: right;
    padding-top: 20px;
    padding-bottom: 60px;
}

.page_list span.current {
    border: #ddd 1px solid;
    padding: 4px 5px;
    font-weight: bold;
    margin-right: 2px;
    color: #FFF;
    background-color: #0b5ebc;
    font-size: 18px;
}

.page_list a {
    border: #ddd 1px solid;
    color: #0b5ebc;
    padding: 4px 5px;
    margin-right: 2px;
    font-size: 18px;
}

.page_list select {
    width: 48px;
    line-height: 29px;
    height: 29px;
    margin-bottom: 3px;
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.page {
    margin-top: 20px;
    padding-top: 10px;
    line-height: 35px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

.page span {
    display: inline-block;
    width: 49%;
}

.page-news {
    padding: 25px 15px;
}

.page-news li {
    border-bottom: 1px dashed #CCCCCC;
    padding: 10px 0;
    height: auto;
    overflow: hidden;
}

.page-news li .img {
    padding: 0;
    overflow: hidden;
    width: 20%;
}

.page-news li .text {
    padding-right: 0;
    width: 78%;
    float: right;
}

.page-news li .text .h {
    margin-bottom: 10px;
    line-height: 40px;
}

.page-news li .text .h a {
    font-size: 18px;
    color: #0d0d0d;
    font-weight: bold;
    line-height: 30px;
}

.page-news li .text .h span {
    font-size: 14px;
    color: #999999;
    float: right;
}

.page-news li .text p {
    font-size: 14px;
    color: #666666;
    width: 50%;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-news li .text .ck {
    float: right;
    color: #0b5ebc;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    height: 38px;
    border-radius: 20px;
    border: 1px solid #0b5ebc;
    padding: 0 3%;
}

.page-news li .text .ck:hover {
    background: #0b5ebc;
    color: #fff;
}

.proNav li {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    background: #fafafa;
    text-align: center;
    position: relative;
    margin: 0px 1px 30px;
}

.proNav li a {
    display: block;
    padding: 10px;
    border: #ddd 1px solid;
    background: #fafafa;
}

.proNav li span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fafafa;
    height: 220px;
    margin: 0 auto;
}

.proNav li span img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.proNav li span .lhsp {
    position: absolute;
    display: block;
    width: 100%;
    height: 175px;
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
    background: url(../images/lh616.png) center center;
}

.proNav li:hover span {
    background: #0b5ebc;
}

.proNav li:hover a {
    background: #0b5ebc;
    text-decoration: none;
}

.proNav li:hover span .lhsp {
    display: block;
}

.proNav li p {
    font-weight: 100;
    display: block;
    width: 106px;
    line-height: 30px;
    border: 1px solid #0b5ebc;
    margin: 0 auto 20px;
    color: #0b5ebc;
}

.proNav li label {
    line-height: 30px;
    color: #333;
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
}

.proNav li:hover p {
    color: #fff;
    border: 1px solid #fff;
}

.proNav li:hover label {
    color: #fff;
}

.proNav .ckgd {
    display: block;
    width: 130px;
    height: 203px;
    float: left;
    margin-top: 10px;
}

.jptj-header {
    position: relative;
    text-align: center;
}

.jptj-header .span6 {
    height: 1px;
    background: #666;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.jptj-header p {
    position: absolute;
    z-index: 111;
    text-align: center;
    width: 100%;
    padding-top: 37px;
    font-size: 14px;
}

.popover-banner {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.popover-banner .flex-direction-nav {
    display: block;
}

.popover-banner .flex-prev,
.popover-banner .flex-next {
    position: absolute;
    display: block;
    width: 45px;
    height: 100px;
    background: url(../images/sprite.jpg) no-repeat 0 top;
    top: 50%;
    margin-top: -50px;
}

.popover-banner .flex-prev {
    left: -50px;
}

.popover-banner .flex-next {
    background: url(../images/sprite.jpg) no-repeat -55px top;
    right: -50px;
}

.lhgw {
    display: block;
    width: 580px;
    margin: 0 auto;
}

#shop_cart {
    width: 170px;
    float: left;
}

#shopjg span {
    text-align: center;
    display: block;
    width: 180px;
    height: 36px;
    margin: 20px 10px;
    background: #fe6a12;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

#shopjg {
    width: 180px;
    float: left;
    overflow: hidden;
}

.lhcppg {
    width: 100%;
    background: #f5f5f5;
    padding-left: 20px;
}

.lhcppg span {
    display: inline-block;
    padding-left: 0.5%;
}

#inhert_cart {
    margin: 20px 10px;
    height: 36px;
    line-height: 36px;
}

#shop_cart #btn_buy {
    display: none;
}

.jptj-header b {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    color: #002e79;
    font-family: "微软雅黑";
    padding: 0 20px 10px;
    background: #f7f7f7
}

.photos span {
    display: block;
    text-align: center;
    height: 200px;
    width: 270px;
    overflow: hidden;
}

.photos span img {
    height: 200px;
}

.photos p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 60px;
    padding: 0 15px;
    text-align: center;
}

.photos1 span {
    display: block;
    text-align: center;
}

.photos1 span img {
    height: 260px;
    max-width: 90%;
}

.photos1 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 60px;
    padding: 0 15px;
    text-align: center;
}

.pic-img1 {
    height: 350px;
}

.picMarquee-left {
    overflow: hidden;
}

.picMarquee-left .bd ul {
    padding: 15px;
    zoom: 1;
}

.picMarquee-left .bd li {
    float: left;
    height: 230px;
    width: 20%;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 15px;
    margin-bottom: 5px;
}

.picMarquee-left .bd li img {
    border: 1px solid #ccc;
}

.picMarquee-left .bd li:hover img {
    border: 1px solid #000;
}

.picMarquee-left .bd li img {
    width: 95%;
    display: block;
}

.p-more {
    width: 90px;
    display: inline-block;
    float: right;
    height: 25px;
    margin: 20px auto;
    border: #c2c2c2 solid 1px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #000;
}

.related-list li {
    display: inline-block;
    width: 49%;
}

#shownews .title {
    text-align: center;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
}

#shownews .related {
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 15px;
    background: url(../images/bg_news.gif) repeat-x;
    color: #fff;
}

.related_cp ul {
    width: 100%;
    height: auto;
    padding-top: 6px;
    overflow: hidden;
    padding-bottom: 20px;
}

.related_cp ul li {
    text-align: center;
    float: left;
    margin-right: 20px;
}

.related_cp ul li img {
    border: 1px solid #e4e4e4;
    height: 176px;
    padding: 5px;
}

.related_cp ul li a:hover img {
    border: 1px solid #0b5ebc;
}

.related_cp {
    margin-top: 30px;
}

#piclist li {
    height: 155px;
    background: none;
    border: 1px solid #ddd;
}

#piclist li .ph_hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.jobList li {
    width: 20%;
    float: left;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
}

.jobList li span {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    color: #f7f7f7;
    background: #004a96;
    padding: 10px 0;
}

.page-guestbook b {
    line-height: 30px;
    display: inline-block;
    width: 80px;
    text-align: right;
}

.page-guestbook dt {
    line-height: 30px;
    width: 100%;
}

.page-guestbook b span {
    padding-left: 10px;
}

.showjobList li {
    border: 1px solid #ccc;
    border-top: none;
    height: 40px;
    width: 100%;
    line-height: 40px;
}

.showjobList li div {
    width: 50%;
    float: left;
}

.showjobList li b {
    color: #468847;
    display: block;
    font-weight: 500;
    text-align: center;
}

.showjobList li span {
    width: 120px;
    height: 100%;
    display: inline-block;
    text-align: center;
    color: #468847;
    margin-right: 10px;
    border-right: 1px solid #ccc;
}

.showjobList {
    border-top: 1px solid #ccc;
    margin-bottom: 0;
}

.lhms {
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
}

.lhms b {
    font-weight: 100;
    width: 120px;
    min-height: 80px;
    display: inline-block;
    float: left;
    text-align: center;
    color: #468847;
}

.lhms span {
    display: inline-block;
    height: auto;
    min-height: 80px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.lh616 {
    width: 150px;
    line-height: 40px;
    margin: 5px auto;
    border: 1px solid #006EC7;
}

#guestbook dt {
    display: inline-block;
    width: 50%;
}

#guestbook textarea,
#guestbook input[type="text"] {
    width: 60%;
    padding: 0 2.5%;
    min-width: 220px;
    border-radius: 5px;
    border: 1px solid #C7E2F6;
}

.page-guestbook #guestbook dt {
    line-height: 30px;
    width: 100%;
    padding: 10px 0;
}

.page-guestbook #guestbook textarea {
    width: 84%;
}

#guestbook .yzm input {
    width: 50%;
}

.xiaz .fr {
    float: right;
}

.xiaz .fl {
    flaot: left;
}

.downloadtimes {
    padding: 0 5%;
}

.downloadtimes i img {
    margin-right: 5px;
    width: 14px;
}

.xiaz li {
    border-bottom: 1px dashed #ccc;
}

.lh68 {
    position: absolute;
    top: 0;
    z-index: -1;
}

.lhbd label {
    display: inline-block;
    max-width: 80px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.lhbd dt {
    padding: 3px 0;
    width: 100%;
}

.lhbdfr {
    float: right;
    width: 50%;
}

.lhbdfl {
    float: left;
    width: 50%;
}

.lhbdfr label {
    max-width: 100px;
    width: 100%;
}

.lhbd input {
    width: 57%;
}

.lhbdfl input {
    width: 67%;
}

.lhbd span {
    font-family: "微软雅黑";
    font-weight: 100;
}

.lhbd .Content {
    width: 84%;
}

.clear {
    clear: both;
}

.lhbd .Content {
    height: 113px;
}

.submit {
    background: #0b5ebc;
    color: #fff;
    display: block;
    width: 80px;
    line-height: 30px;
    margin: 30px auto 0px;
    text-align: center;
    border: none;
}

.lh615 {
    line-height: 30px;
    margin: 0 10px;
    text-align: center;
    border: none;
}

.page-guestbook {
    padding-top: 50px;
}


/* 大屏幕 */

@media (min-width: 1200px) {
    #zhanwei {
        display: block;
        height: 120px!important;
    }
    .ljian {
        border-bottom: 2px solid #274368;
        width: 100%;
        height: 40px;
        margin: 80px 0;
    }
    .lingj {
        background-color: #274368;
        float: left;
        height: 100%;
        line-height: 40px;
        padding: 0 20px;
        font-size: 20px;
        color: #fff;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .ljian {
        border-bottom: 2px solid #274368;
        width: 100%;
        height: 40px;
        margin: 30px 0
    }
    .lingj {
        background-color: #274368;
        float: left;
        height: 100%;
        line-height: 40px;
        padding: 0 20px;
        font-size: 20px;
        color: #fff;
    }
    #header {
        height: 6.78rem;
    }
    /* 20191030 */
    .zw_logo {
        right: 60px;
    }
    .hamburger {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 25px;
        z-index: 111;
    }
    .nav-pc ul {
        padding: 0;
        overflow: hidden;
    }
    .nav-pc li {
        height: auto;
    }
    .mobile_nav {
        position: absolute;
        width: 100vw;
        right: -15px;
        top: 159px;
        display: none;
        height: auto;
        z-index: 110;
        background: none;
    }
    .mobile_nav>ul {
        display: block;
    }
    .mobile_nav>ul>li {
        display: block;
    }
    .mobile_nav {
        position: absolute;
        width: 100vw;
        right: -15px;
        top: 88px;
        display: none;
        height: auto;
        z-index: 110;
        background: none;
    }
    .mobile_nav ul {
        margin: 0;
        width: 100%;
    }
    .mobile_nav ul li {
        float: left;
        list-style: none;
        width: 33%;
        margin-right: 0.33%;
        margin-bottom: 2px;
        line-height: 50px;
        text-align: center;
        transition: all 1s;
        background: rgba(0, 0, 0, 0.5);
    }
    .mobile_nav ul li a span {
        color: #fff;
        transition: all 1s;
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .mobile_nav ul li:hover a {
        color: #fff;
    }
    .mobile_nav ul li:hover a span {
        color: #fff;
    }
    .nav-pc li a#menu_selected span {
        color: #fff;
    }
    .mobile_nav .menulevel {
        position: static;
    }
    .nav-pc {
        width: 675px;
        text-align: center;
    }
    .page-url ul {
        width: 980px;
    }
    .logo {
        width: 300px;
        float: left;
    }
    .banner {
        position: fixed;
        z-index: -1;
    }
    .ny-title {
        position: absolute;
        width: 980px;
        left: 50%;
        margin-left: -490px;
        bottom: 20%;
        color: #fff;
        font-size: 35px;
        font-weight: bold;
    }
    .ny-title p {
        font-size: 15px;
        line-height: 35px;
        text-align: left;
    }
    .ny-title p a {
        color: #fff;
    }
    .news-bt {
        width: 300px;
        height: 300px;
        z-index: 111;
        background: #0b5ebc;
        position: absolute;
        left: 15px;
        top: 0;
    }
    .news-title {
        margin-left: 40px;
        margin-top: 75px;
        font-size: 30px;
        font-weight: bold;
        color: #fff;
    }
    .news-title p {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
    }
    .news-more {
        margin-left: 40px;
        margin-top: 25px;
    }
    .page-url li {
        line-height: 70px;
        text-align: center;
        width: 33%;
        float: left;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ljian {
        border-bottom: 2px solid #274368;
        width: 100%;
        height: 40px;
        margin: 30px 0
    }
    .lingj {
        background-color: #274368;
        float: left;
        height: 100%;
        line-height: 40px;
        padding: 0 20px;
        font-size: 20px;
        color: #fff;
    }
    #header {
        height: 6.78rem;
    }
    .logo {
        width: 280px;
        padding: 18px 0;
    }
    .hamburger {
        display: inline-block;
        position: absolute;
        right: 40px;
        top: 45px;
        z-index: 111;
    }
    .nav-pc ul {
        padding: 0;
        overflow: hidden;
    }
    .nav-pc li {
        height: auto;
    }
    .mobile_nav {
        position: absolute;
        width: 100vw;
        right: -15px;
        top: 159px;
        display: none;
        height: auto;
        z-index: 110;
        background: none;
    }
    .mobile_nav>ul {
        display: block;
    }
    .mobile_nav>ul>li {
        display: block;
    }
    .mobile_nav {
        position: absolute;
        width: 100vw;
        right: -15px;
        top: 115px;
        display: none;
        height: auto;
        z-index: 110;
        background: none;
    }
    .mobile_nav ul {
        margin: 0;
        width: 100%;
    }
    .mobile_nav ul li {
        float: left;
        list-style: none;
        width: 33%;
        margin-right: 0.33%;
        margin-bottom: 2px;
        line-height: 50px;
        text-align: center;
        transition: all 1s;
        background: rgba(0, 0, 0, 0.5);
    }
    .mobile_nav ul li a span {
        color: #fff;
        transition: all 1s;
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .mobile_nav ul li:hover a {
        color: #fff;
    }
    .mobile_nav ul li:hover a span {
        color: #fff;
    }
    .nav-pc li a#menu_selected span {
        color: #fff;
    }
    .mobile_nav .menulevel {
        position: static;
    }
    .ny-title {
        position: absolute;
        width: 95%;
        left: 5%;
        margin-left: 0;
        bottom: 20%;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }
    .page-url li {
        line-height: 70px;
        text-align: center;
        width: 49%;
        float: left;
        position: relative;
    }
    .page-url li:nth-child(1),
    .page-url li:nth-child(4) {
        border-left: none;
    }
    .page-url li:nth-child(1),
    .page-url li:nth-child(3),
    .page-url li:nth-child(5) {
        border-left: 1px solid #ccc;
    }
    .page-url li a {
        line-height: 30px;
    }
    .page-url li a span {
        font-size: 15px;
    }
    .page-url li:hover a span {
        font-size: 15px;
    }
    .page-news li .img {
        display: none;
    }
    .page-news li .text {
        padding-right: 0;
        width: 98%;
        float: right;
    }
}

@media (max-width: 767px) {
    /* #header{
        height:6.78rem;
    } */
    .tel {
        top: -50px!important;
        right: 0!important;
    }
    .proNav li {
        margin: 5px 7px 30px;
    }
    .ljian {
        border-bottom: 2px solid #274368;
        width: 100%;
        height: 40px;
        margin: 30px 0
    }
    .lingj {
        background-color: #274368;
        float: left;
        height: 100%;
        line-height: 40px;
        padding: 0 20px;
        font-size: 20px;
        color: #fff;
    }
    #header {
        height: 4.6rem;
    }
    /* 20191030 */
    .zw_logo {
        right: 60px;
    }
    .logo {
        width: 50%;
        padding: 9px 0;
        max-width: 40%;
    }
    .hamburger {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 111;
    }
    .nav-pc ul {
        padding: 0;
        overflow: hidden;
    }
    .nav-pc li {
        height: auto;
    }
    .mobile_nav {
        position: absolute;
        width: 100vw;
        right: -15px;
        top: 159px;
        display: none;
        height: auto;
        z-index: 110;
        background: none;
    }
    .mobile_nav>ul {
        display: block;
    }
    .mobile_nav>ul>li {
        display: block;
    }
    .mobile_nav {
        position: absolute;
        width: 100vw;
        right: -15px;
        top: 2px;
        left: -98px;
        display: none;
        height: auto;
        z-index: 110;
        background: none;
    }
    .mobile_nav ul {
        margin: 0;
        width: 100%;
    }
    .mobile_nav ul li {
        float: left;
        list-style: none;
        width: 33%;
        margin-right: 0.33%;
        margin-bottom: 2px;
        line-height: 50px;
        text-align: center;
        transition: all 1s;
        background: rgba(0, 0, 0, 0.5);
    }
    .mobile_nav ul li a span {
        color: #fff;
        transition: all 1s;
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .mobile_nav ul li:hover a {
        color: #fff;
    }
    .mobile_nav ul li:hover a span {
        color: #fff;
    }
    .nav-pc li a#menu_selected span {
        color: #fff;
    }
    .mobile_nav .menulevel {
        position: static;
    }
    .ny-title {
        position: absolute;
        width: 95%;
        left: 5%;
        margin-left: 0;
        /* top: 13%; */
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }
    .banner {
        z-index: -1;
        height: 52px!important
    }
    .ny-title p {
        font-size: 15px;
        line-height: 15px;
        text-align: left;
    }
    .ny-title p a {
        color: #fff;
        font-size: 10px;
    }
    .page-url {
        margin-top: 20px;
    }
    .page-url li {
        line-height: 30px;
        text-align: center;
        width: 99%;
        float: left;
        position: relative;
    }
    .page-url li:nth-child(1) {
        border-top: 1px solid #ccc;
    }
    .page-url li {
        border-left: 1px solid #ccc;
    }
    .page-url li a {
        line-height: 30px!important;
        font-size: 12px!important;
    }
    .page-url li a span {
        font-size: 14px;
    }
    .page-url li a:hover span {
        color: #fff;
        line-height: 30px!important;
    }
    .page-url li a:hover {
        color: #fff;
    }
    .page-url li:hover a span {
        font-size: 15px;
    }
    .page-news li .img {
        display: none;
    }
    .page-news li .text {
        padding-right: 0;
        width: 98%;
        float: right;
    }
    .proNav li span {
        height: 73px;
        min-height: 80px;
    }
}


/* 平板电脑和小屏电脑之间的分辨率 */

@media (min-width: 768px) and (max-width: 991px) {
    /* 20191030 */
    .ljian {
        border-bottom: 2px solid #274368;
        width: 100%;
        height: 40px;
        margin: 30px 0
    }
    .lingj {
        background-color: #274368;
        float: left;
        height: 100%;
        line-height: 40px;
        padding: 0 20px;
        font-size: 18px;
        color: #fff;
    }
    .zw_logo {
        right: 60px;
    }
    .mobile_nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        display: none;
        height: 100%;
        z-index: 110;
        background: rgba(0, 0, 0, 0.3);
    }
    .banner {
        position: fixed;
        z-index: -1;
    }
    .ny-title {
        position: absolute;
        width: 768px;
        left: 50%;
        margin-left: -359px;
        bottom: 30%;
        color: #fff;
        font-size: 35px;
        font-weight: bold;
    }
    .ny-title p {
        font-size: 15px;
        line-height: 35px;
        text-align: left;
    }
    .ny-title p a {
        color: #fff;
    }
    .mobile_nav>ul {
        display: block;
    }
    .mobile_nav>ul>li {
        display: block;
    }
    .mobile_nav {
        position: absolute;
        width: 100vw;
        right: 0;
        top: 85px;
        display: none;
        height: auto;
        z-index: 110;
        background: none;
    }
    .mobile_nav ul {
        width: 100%;
    }
    .mobile_nav ul li {
        height: auto;
        float: left;
        list-style: none;
        width: 33%;
        margin-right: 0.33%;
        margin-bottom: 2px;
        line-height: 50px;
        text-align: center;
        transition: all 1s;
        background: rgba(0, 0, 0, 0.5);
    }
    .mobile_nav ul li a span {
        color: #fff;
        transition: all 1s;
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .mobile_nav ul li:hover {
        background: #0b5ebc;
    }
    .mobile_nav ul li:hover a {
        color: #fff;
    }
    .hamburger {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 20px;
        z-index: 111;
    }
    .page-url li {
        line-height: 70px;
        text-align: center;
        width: 49%;
        float: left;
        position: relative;
    }
    .page-url li:nth-child(1),
    .page-url li:nth-child(4) {
        border-left: none;
    }
    .page-url li:nth-child(1),
    .page-url li:nth-child(3),
    .page-url li:nth-child(5) {
        border-left: 1px solid #ccc;
    }
    .product-list {
        margin: 0;
    }
    .product-list ul {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .product-list li img {
        width: 100%;
    }
    .pro-ahout {
        height: auto;
    }
    .in-pro>div:last-child {
        display: none;
    }
    .page span {
        display: inline-block;
        width: 100%;
    }
    .newsList .lhfr p {
        display: inline-block;
        width: 70%;
    }
    #guestbook textarea,
    #guestbook input[type="text"] {
        width: 60%;
        min-width: 220px;
    }
    .page-guestbook #guestbook dt {
        line-height: 30px;
        width: 100%;
    }
    .page-guestbook #guestbook textarea {
        width: 96%;
    }
    .page span {
        display: inline-block;
        width: 100%;
    }
    .related-list li {
        display: inline-block;
        width: 100%;
    }
    .newsList .lhfr {
        width: 644px;
        float: right;
    }
    .mobile_nav .menulevel {
        position: static;
    }
    .lh68 {
        display: block;
        z-index: 100;
    }
}

@media (max-width: 398px) {
    .ljian {
        border-bottom: 2px solid #274368;
        width: 100%;
        height: 25px;
        margin: 30px 0;
    }
    .lingj {
        background-color: #274368;
        float: left;
        height: 100%;
        line-height: 25px;
        padding: 0 10px;
        font-size: 12px;
        color: #fff;
    }
    #header {
        height: 4.2rem;
    }
}


/*联系我们内页*/

.lianxi {
    width: 100%;
}

.lx-left {
    width: 40%;
    margin-top: 30px;
    padding-left: 30px;
}

.lx-left li {
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px dashed #e8e8e8;
}

.lx-left li img {
    margin-right: 20px;
}

.lx-left li:hover {
    color: #0b5ebc;
}

.lx-left li span {
    font-weight: bold;
    font-size: 20px;
}

.lx-right {
    width: 35%;
    margin-left: 60px;
    margin-top: 30px;
}

.lx-right li {
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px dashed #e8e8e8;
}

.lx-right li:hover {
    color: #0b5ebc;
}

.lx-right li img {
    margin-right: 20px;
}

.lx-right li span {
    font-weight: bold;
    font-size: 20px;
}