* {
    padding: 0;
    margin: 0;
}

body {
    font: 14px/24px '微软雅黑', 'Roboto', Arial, Helvetica, sans-serif;
    color: #232323;
    background: #fff;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

ul,
li {
    list-style: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

.pic {
    width: 100%;
    height: auto;
}

.cont9 {
    width: 85%;
    max-width: 1680px;
    min-width: 0px;
    height: auto;
    max-height: none;
    /*min-height:192px;*/
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.cont9top {
    width: 90%;
    max-width: 1720px;
    min-width: 0px;
    height: auto;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

/*--------------------------------------------2. Heading Styles--------------------------------------------*/
h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.top60 {
    margin-top: 60px;
}

.bottom60 {
    margin-bottom: 60px;
}

.pa0 {
    padding: 0 !important;
}

.pa5 {
    padding: 0 5px;
}

.par0 {
    padding-right: 0;
}

.pic {
    width: 100%;
    height: auto;
    display: block;
}

.pa80 {
    padding: 80px;
}

/*头部导航*/
.navbar {
    z-index: 2;
    background: transparent;
    border: none;
    margin-bottom: 0;
    margin-top: 20px;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
    font-weight: 600;
}

.navbar-brand {
    width: 258px;
    padding: 34px 0 0 !important;
}

.navbar-brand img {
    width: 100%;
    display: block;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #333;
    border-bottom: 2px solid #c7000a;
}

.navbar-collapse {
    float: right;
    margin-top: 15px;
}

.navbar-nav>li {
    padding: 0;
    margin-right: 50px;
}

.navbar-nav>li>a {
    font-size: 17px;
    line-height: 43px;
    padding: 10px 0 !important;
}

.navbar-nav>li>a:hover {
    color: #c7000a !important;
    border-bottom: 2px solid #c7000a;
}

.container-fluid {
    height: 118px;
}

.navbar-nav>li>ul {
    position: absolute;
    left: 50%;
    top: 68px;
    width: 0%;
    background: #fff;
    opacity: 0;
    padding: 20px 0;
    z-index: -1;
    transition: .5s;
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 100%;
}

.navbar-nav>li:hover>ul {
    opacity: 1;
    width: 200%;
    left: -50%;
    z-index: 2;
    height: auto;
}

.navbar-nav>li>ul>li {
    text-align: center;
    padding: 5px 0;
    transition: .5s;
    line-height: 22px;
}

.navbar-nav>li:hover>ul>li>a {
    color: #333;
    transition: .5s;
}

.navbar-nav>li>ul>li:hover>a {
    color: #c7000a;
}

.navbar-nav>li>ul>li>a {
    color: #333;
    transition: .5s;
}

/* 下拉按钮样式 */
.yuyan {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 28px;
}

.yuyanbtn p {
    background-color: #c7000a;
    color: white;
    padding: 0 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

.yuyan-content {
    display: none;
    position: absolute;
    background-color: #c7000a;
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 20px 0 10px;
    top: 20px;
    z-index: -1;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.yuyan-content a {
    color: #fff;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    width: 100%;
    padding-left: 60px;
}

.yuyan:hover .yuyan-content {
    display: block;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

@media all and (max-width:767px) {
    .cont9top {
        width: 100%;
    }

    .navbar-brand {
        width: 140px;
        margin-left: 10px;
        padding-top: 30px !important
    }

    .stick {
        height: 70px !important;
    }

    .navbar {
        background: #fff;
        margin-top: 0 !important
    }

    .navbar-collapse {
        float: none;
        background: #fff;
        width: 100%;
        margin-top: 10px !important;
        margin: 0 auto;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .navbar-nav>li {
        padding: 0;
        margin-right: 0px;
        width: 98%;
        text-align: center;
        margin: 0 auto;
    }

    .navbar-nav>li>a {
        font-size: 16px;
        line-height: 50px;
        padding: 0px 0 !important;
    }

    .navbar-nav>li>ul {
        display: none;
    }

    .navbar-toggle {
        position: absolute !important;
        right: 5px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    .navbar-default .navbar-toggle {
        border: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #000;
    }

    .yuyan {
        position: absolute;
        display: inline-block;
        float: none;
        margin-top: 0;
        right: 13%;
        top: 20px
    }

    .yuyanbtn p {
        line-height: 28px;
        height: 28px;
        font-size: 14px;
        padding: 0 10px;
    }

    .yuyan-content a {
        color: #fff;
        height: 26px;
        line-height: 26px;
        text-decoration: none;
        display: block;
        font-size: 14px;
        width: 100%;
        padding-left: 22%;
    }

    /* .navbar-nav>li>ul>li>ul {display:none;}
    .navbar-nav>li>ul {display:none;} */
}

/* index-title */
.index_tit {
    padding-top: 70px;
}

.index_tit .left {
    width: 90%;
}

.index_tit .left h3 {
    font-size: 36px;
    font-weight: bold;
    float: left;
    margin-right: 20px;
    line-height: 36px;
}

.index_tit .left h3 span {
    color: #c7000a;
}

.index_tit .left p {
    font-size: 16px;
    letter-spacing: 5px;
    color: #333;
    margin-top: 20px;
}

.index_tit .left h4 {
    color: #d1d1d1;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 2px;
    line-height: 16px;
}

.index_tit .right a {
    font-size: 45px;
    font-weight: bold;
    display: block;
    line-height: 50px;
    color: #333;
    padding-top: 15px;
}

.index_tit .right a:hover {
    color: #c7000a;
}

.index_tit .right.bai a {
    color: #fff;
}

.index_tit .right.bai:hover a {
    color: #c7000a
}

.index_tit .left.bai h3 {
    color: #c7000a;
}

.index_tit .left.bai h3 span {
    color: #fff;
}

.index_tit .left.bai p {
    color: #fff;
}

.sypzi {
    padding: 0;
}

.sypzi h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 48px 0 30px;
    font-weight: 600;
    color: #333;
    position: relative;
    z-index: 1;
}

.sypzi h3::before {
    content: "PRODUCTS";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    font-size: 64px;
    color: #ddd;
    z-index: -1;
}

.more2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #c7000a;
    text-align: center;
}

.more2 a {
    font-size: 60px;
    color: #fff;
}

.more2:hover {
    background: #c7000a;
}

.more2:hover a {
    color: #fff;
}




/* index-about */
.syabout {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f5f5f5;
    vertical-align: top;
    padding: 60px 0 120px;
}

.ableft {
    width: 100%;
    height: auto;
    padding: 50px 80px 50px 50px;
}

.ableft a {
    color: #333;
}

.ableft h2 {
    font-weight: 600;
    color: #333;
    position: relative;
    padding: 26px 0;
    margin: 0 0 36px;
    font-size: 36px;
}

.ableft h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 64px;
    height: 2px;
    background: #c7000a;
}

.ableft p {
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}

.abmore {
    background: #f5f5f5;
    width: 120px;
    border-left: 3px solid #c7000a;
    margin-top: 30px;
}

.abmore:hover {
    background: #c7000a;
}

.abmore a {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #666;
}

.abmore:hover a {
    color: #fff;
}

.abright {
    position: relative;
}

.abright::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 80%;
    background: #c7000a;
    right: 0;
    top: 0;
    z-index: 1;
}

.abright::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 12px;
    background: #c7000a;
    right: 0;
    bottom: -100px;
    z-index: 1;
}

.abright img {
    width: 88%;
    height: auto;
    padding-top: 50px;
    position: relative;
    z-index: 2;
    min-height: 452px;
}

@media (min-width:1500px) {
    .abright::after {
        content: "";
        position: absolute;
        width: 50%;
        height: 12px;
        background: #f5f5f5;
        right: 0;
        bottom: -100px;
        z-index: 1;
    }
}

.syabbox2 {
    width: 100%;
    display: inline-block;
    margin: 80px 0;
    position: relative;
}

.syabbox2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.qicon {
    font-size: 30px;
    color: #c7000a;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border: 1px solid #c7000a;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
}

.product-number-info {
    width: 100%;
    display: inline-block;
    background: url(../images/bg5.jpg) top center no-repeat;
    background-size: 100%;
}

.product-number-info .q {
    width: 84%;
    margin-left: 10%;
    display: inline-block;
    padding-top: 80px;
}

.product-number-info .q li {
    float: left;
    padding: 30px 0 0;
}

.product-number-info .q li h5 {
    color: #c7000a;
    font-weight: 600;
}

.product-number-info .q li h5 i {
    font-size: 46px;
    font-family: arial;
    font-style: normal;
}

.product-number-info .q li h5 b {
    font-weight: 400;
    font-size: 16px;
    vertical-align: top;
    line-height: 40px;
    padding-left: 5px;
}

.product-number-info .q li p {
    font-size: 16px;
    color: #333;
}

/* product section start */
.syproduct {
    width: 100%;
    height: auto;
    background: url(../images/bg3.jpg) bottom no-repeat;
    background-size: cover;
    padding: 50px 0 42px;
    display: inline-block;
}

.product_section {
    width: 100%;
    float: left;
    margin: 20px 0 80px;
}

.product_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.product_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #363636;
    margin: 0px;
    text-align: center;
    padding-bottom: 50px;
}

.stretch-card>.card {
    width: 100%;
    min-width: 100%
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 3rem
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    border: 0px
}

.image_main {
    width: 100%;
    background-color: #fff;
    /* border:1px solid #000;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.image_main {
    width: 100%;
    background-color: #fff;
    /* border:1px solid #000;
    */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.image_main .hover-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: bottom;
    padding: 0px 0px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
}

.image_main:hover .hover-inner {
    width: 100%;
    height: 100%;
    background: rgba(187, 25, 33, 0.80);
    background: -webkit-linear-gradient(bottom, rgba(187, 25, 33, 0.80), rgba(0, 0, 0, 0.0));
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 500ms ease 300ms;
    -ms-transition: all 500ms ease 300ms;
    -moz-transition: all 500ms ease 300ms;
    -o-transition: all 500ms ease 300ms;
    transition: all 500ms ease 300ms;
}

.image_main .hover-content {
    position: relative;
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
    padding: 30px 15px;
}

.image_main .tour-info {
    position: relative;
    display: block;
    margin: 0 0 10px;
    line-height: 1.5em;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.image_main .hover-content h4 {
    position: relative;
    display: block;
    margin: 0 0;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.image_main .link-box {
    position: relative;
    padding-top: 20px;
}

.image_main .btn-title {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}

.owl-carousel .owl-item .image_main img {
    display: block;
    width: 100%;
    height: auto;
}

.price_text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    line-height: 52px;
    border-bottom: 2px solid #333;
}

.price_text:hover {
    border-bottom: 2px solid #c7000a;
}

.price_text span {
    color: #333;
    font-size: 18px;
}

.product_section.layout_padding .owl-carousel .owl-nav button:focus {
    outline: 0;
}

.product_section.layout_padding .owl-carousel .owl-nav button.owl-next,
.product_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
    border-radius: 100px;
    margin: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #c7000a;
}

.product_section.layout_padding .owl-carousel .owl-nav button.owl-next:hover,
.product_section.layout_padding .owl-carousel .owl-nav button.owl-prev:hover {
    background: #c7000a;
    outline: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    display: flex;
    font-size: 23px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px;
    background-image: url(../images/angle-left.png);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    display: flex;
    padding: 0px;
    margin-left: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    top: 40%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    top: 40%;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/angle-right.png);
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 50px;
    margin-top: -8px;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    margin-right: 20px;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@media (min-width:768px) and (max-width:991px) {
    .owl-carousel .owl-nav button.owl-next {
        right: 288px;
        top: 490px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 288px;
        top: 490px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .owl-carousel .owl-nav button.owl-next {
        right: 40px;
        top: 40%;
        display: none;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
        top: 40%;
        display: none;
    }

    .product_section.layout_padding .owl-carousel .owl-nav button.owl-next,
    .product_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
        border-radius: 100px;
        margin: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        background: #c7000a;
    }



}

@media (max-width:575px) {
    .owl-carousel .owl-nav button.owl-next {
        right: -90px;
        top: 170px;
        display: none;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -90px;
        top: 170px;
        display: none;
    }
}

/* product section end */


/* 图片应用切换 */
*,
::after,
::before {
    box-sizing: border-box
}

.dt_nr {
    float: left;
    width: 100%
}

.runpic-words ul li h6 {
    font-size: 24px !important;
    color: #fff;
    margin-top: 32px;
    font-weight: 200;
}

.runpic-box {
    width: 100%;
    overflow: hidden;
    position: relative
}

.runpic-words {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3
}

.runpic-words ul li {
    width: calc(100% / 4);
    float: left;
    text-align: center;
    height: 820px;
    /* padding-top:30%;*/
    border-right: #a5a5a5 1px solid;
    display: flex;
    align-items: center
}

.runpic-words ul li img {
    display: block;
    margin: 0 auto;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.runpic-words ul li p {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    margin: 10px 10% 0;
    width: 80%;
}

.runpic-words ul li:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.runpic-line-null {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(199, 0, 10, .8);
    left: 0;
    top: 62%;
    z-index: 4;
    display: none
}

.runpic-line {
    position: absolute;
    width: 10%;
    height: 1px;
    background-color: #b6b5aa;
    left: 0;
    display: none;
    top: 62%;
    z-index: 4;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.runpic-pic {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 820px;
    background-color: #b6b5aa
}

.runpic-pic ul li {
    width: 100%;
    height: 820px;
    display: none;
    background-repeat: no-repeat !important;
    /* background-attachment:fixed !important;*/
    position: absolute;
    -o-background-size: cover;
    background-size: cover !important;
    top: 0%;
    left: 0%;
    background-position: center top !important
}

.runpic-pic-true {
    -webkit-animation: toPicBig 1s ease-in-out both;
    -moz-animation: toPicBig 1s ease-in-out both;
    -o-animation: toPicBig 1s ease-in-out both;
    animation: toPicBig 1s ease-in-out both
}

@-webkit-keyframes toPicBig {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@-moz-keyframes toPicBig {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -moz-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@-o-keyframes toPicBig {
    0% {
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -o-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@keyframes toPicBig {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04)
    }
}

.runpic-pic-shade {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s
}




@media only screen and (max-width:768px) {

    .runpic-box {
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .runpic-words ul li {
        height: 410px;
    }

    .runpic-pic {
        height: 410px;
    }

    .runpic-pic ul li {
        height: 410px;
    }

    ul li img {
        display: block;
        margin: 0 auto;
        width: 40%;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s
    }

    .runpic-words ul li p {
        font-size: 16px;
        color: #fff;
        text-transform: capitalize;
        display: none;
        margin-top: 10px;
    }

    .runpic-words ul li h6 {
        font-size: 16px !important;
        color: #fff;
        margin-top: 20px;
        font-weight: 100
    }

    .runpic-pic ul li {
        width: 100%;
        height: 600px;
        background-attachment: inherit !important
    }
}






/* synews */
.synews {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 80px 0 0;
    position: relative;
}

.synews::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 60px;
    background: #c7000a;
    bottom: 0;
}

.synews .syntit h3 {
    color: #c7000a;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.synews .syntit h3 span {
    font-size: 26px;
}

.left_con {
    width: 100%;
    height: auto;
}

.cont_box {
    width: 100%;
    height: auto;
    color: #333;
    padding: 20px 0 12px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.cont_box .dec {
    font-size: 18px;
    margin: 0;
    padding-left: 6px;
}

.cont_box .year {
    font-size: 16px;
    color: #999;
    display: block;
    padding: 5px 10px 0 0;
}

.cont_box {
    position: relative;
}

.right_con {
    width: 90%;
    margin: 20px 0 0;
}

.right_con ul li .cont_box:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c7d3d9;
    position: absolute;
    bottom: -2px;
    transition: all 0.6s ease 0s;
}

.right_con ul li .cont_box:after {
    content: "";
    display: block;
    width: 64px;
    height: 1px;
    background-color: #c7000a;
    position: absolute;
    bottom: -2px;
    transition: all 0.6s ease 0s;
}

.right_con ul li .cont_box:hover:after {
    width: 100%;
    background-color: #c7000a;
}

.more {
    width: 100%;
    height: auto;
    text-align: right;
    margin: 30px 0 0;
}

.more>a {
    display: inline-block;
    padding: 2px 42px;
    background: #333;
    color: #fff;
    margin: 20px 0;
    border-radius: 50px;
    font-size: 15px;
}

.more>a:hover {
    color: #fff;
    background: #c7000a;
}

@media all and (min-width: 1450px) and (max-width: 1920px) {
    .synews::before {
        height: 110px;
    }
}


/* footer */
.footer {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 60px 0 30px;
    background: url(../images/bgfoot.jpg) center center no-repeat;
    background-size: cover;
    color: #f5f5f5;
    border-top: 8px solid #c7000a;
}

.footer p {
    color: #666;
    font-size: 16px;
}

.footer p b {
    color: #c7000a;
    font-size: 18px;
}

.flist h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 26px;
}

.flist p {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.flist p a {
    font-size: 14px;
    color: #666;
}

.flist p a:hover {
    color: #c7000a;
}

.flist p span {
    float: left;
}

.fright {
    width: 100%;
    height: auto;
    display: inline-block;
}

.fright .frbot {
    margin-bottom: 16px;
}

.fright .frbot h5 {
    color: #333;
}

.fright .frbot h5 i {
    color: #c7000a;
}

.fright h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.fright h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    margin-bottom: 26px;
}

.ficon i {
    font-size: 24px;
    color: #999;
    margin-right: 10px;
}

.bq {
    width: 100%;
    height: auto;
    margin: 36px 0 0;
    border-top: 1px solid #777;
    padding: 20px 0 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.bq a {
    color: #666;
}

.ewm {
    width: 100px;
    height: auto;
}

/* bread */
.nyban {
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}

.nyban .nytuzi {
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
}

.nyban .nytuzi h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #fff;
}

.nyban .nytuzi hr {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #c7000a;
    width: auto;
    max-width: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
}

.position {
    width: 100%;
    height: auto;
    display: inline-block;
}

.position .nybanright {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}

.position .nybanright a {
    color: #333;
}

.nynav {
    width: 100%;
    min-height: 46px;
    background-color: rgba(242, 242, 242, 1);
    margin-top: -1px;
}

.nynav ul {
    display: flex;
    flex-wrap: wrap;
}

.nynav ul li {
    position: relative;
    line-height: 46px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 10);
}

.nynav ul li.active a {
    background: #c7000a;
    color: #fff;
}

.nynav ul li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 16px;
}

/* .nynav ul li a:hover{ color:#fff;}
.nynav ul li a::before {position:absolute;content:'';left:50%;bottom:0px;width:0%;height:3px;background-color:none;transition:all .3s;} */
.nynav ul li a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 45px;
    display: block;
    background: #ccc;
    top: 1px;
    right: 0px;
}

/* ny-about */
.nyabpart1 {
    width: 100%;
    display: inline-block;
}

.nyabpart2 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5;
}

.nyabpart2 .aboxtu {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.nyabpart2 .aboxtu img {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.nyabpart2 .aboxtu:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.nyabpart2 .aboxzi {
    width: 80%;
    margin: 60px 0 0 60px;
}

.nyabpart2 .aboxzi h3 {
    margin-bottom: 30px;
    font-size: 28px;
    position: relative;
}

/* .nyabpart2 .aboxzi h3::before{ content:""; position: absolute; bottom: -22px; left:calc(50% + 20px); width:52px; height:2px; background:#c7000a;} */
.nyabpart2 .aboxzi p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    text-indent: 2em;
}

@media (min-width:1500px) {
    .nyabpart2 .aboxzi {
        width: 80%;
        margin: 100px 10%;
    }

    .nyabpart2 .aboxzi p {
        line-height: 36px;
    }
}

/* ny-culture */
.inpart_text {
    text-align: center;
    margin: 0 0 30px;
}

.inpart_text h3 {
    color: #242424;
}

.inpart_text .index_title em {
    width: 42px;
    height: 2px;
    background: #c8000a;
    display: block;
    margin: 18px auto;
}

.inpart_text .index_text {
    line-height: 24px;
}

.culzi {
    padding: 0 35%;
}

.youshi {
    width: 100%;
    height: auto;
    display: inline-block;
}

.ystubox {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}

.ystubox .yszi {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    line-height: 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, .6);
    padding: 20px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.ystubox:hover .yszi {
    height: 140px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* @media (min-width:1500px) {
    .ystubox .yszi {height:200px;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
    .ystubox:hover .yszi {height:226px;transform:0.6s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
} */
.ystubox .yszi h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 15px 0;
    color: #fff;
}

.ystubox .yszi p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}


/* ny-history */
.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
    content: '';
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #c8000a;
}

@media only screen and (min-width:1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width:1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.cd-timeline-img img {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
}

.cd-timeline-img.cd-picture {
    background: #c8000a;
}

.cd-timeline-img.cd-movie {
    background: #c8000a;
}

.cd-timeline-img.cd-location {
    background: #c8000a;
}

@media only screen and (min-width:1170px) {
    .cd-timeline-img {
        width: 14px;
        height: 14px;
        left: calc(50% - 7px);
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    padding: 1em;
    box-shadow: 0 1px 0 #ddd;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #303e49;
    font-family: "宋体";
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 30px;
    padding: 5px 0;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: 0;
    opacity: 1;
    color: #c8000a;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #333;
}

@media only screen and (min-width:768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 22px;
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width:1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #333;
    }

    .cd-timeline-content .cd-read-more {
        float: left;
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 30px;
        padding: 5px 0;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #333;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width:1170px) {
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


/* ny-mapweb */
.symapweb {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
}

.symwleft .symwjj {
    width: 80%;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 20px 10% 0;
}

/* mapweb-dian */
.list3-ico1 {
    position: relative;
}

.loader {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
}

.loader::after,
.loader::before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c7000a;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: animloader14 2s linear infinite;
    animation: animloader14 2s linear infinite;
}

.loader::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes animloader14 {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes animloader14 {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.loader-01 {
    top: 28.5%;
    left: 14.5%;
}

.loader-02 {
    top: 38.5%;
    left: 19.5%;
}

.loader-03 {
    top: 62.5%;
    left: 30.5%;
}

.loader-04 {
    top: 73.5%;
    left: 29.5%;
}

.loader-05 {
    top: 25.5%;
    left: 43.5%;
}

.loader-06 {
    top: 21.5%;
    left: 49.5%;
}

.loader-07 {
    top: 21.5%;
    left: 57.5%;
}

.loader-08 {
    top: 34.5%;
    left: 43.5%;
}

.loader-09 {
    top: 34.5%;
    left: 48.5%;
}

.loader-10 {
    top: 30.5%;
    left: 50.5%;
}

.loader-11 {
    top: 29.5%;
    left: 47.5%;
}

.loader-12 {
    top: 40.5%;
    left: 59.5%;
}

.loader-13 {
    top: 36.5%;
    right: 14.5%;
}

.loader-14 {
    bottom: 40.5%;
    right: 23.5%;
}

.loader-15 {
    bottom: 36.5%;
    right: 22.5%;
}

.loader-16 {
    bottom: 26.5%;
    left: 51.5%;
}

.loader-17 {
    bottom: 27.5%;
    right: 15.5%;
}

/* left-nav */
.nav-pro>ul {
    border: none;
}

.nav-pro>ul>li {
    position: relative;
    margin: 0 15px 0 0;
    border-bottom: 1px solid #ddd;
    transition: .3s;
    background: #f5f5f5;
}

.nav-pro>ul>li>a {
    padding: 2px 0 0 20px;
    display: block;
    transition: .3s;
    cursor: pointer;
    line-height: 42px;
}

.nav-pro>ul>li:hover>a {
    border-left: 5px solid #c8000a;
    background: #c8000a;
    text-decoration: none;
    color: #fff;
}

.nav-pro>ul>li>i {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
    color: #333;
}

.nav-pro>ul>li.active>i {
    color: #fff;
}

.nav-pro>ul>li:hover>i {
    color: #fff;
}

.nav-pro>ul>.active>a {
    border-left: 5px solid #c8000a;
    background: #c8000a;
    display: block;
    color: #fff !important;
}

.nav-pro>ul>li>a {
    color: #333;
    font-size: 16px;
}

.nav-pro>ul>li>ul>li>a {
    color: #555;
    padding: 5px;
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 15px;
    text-decoration: none;
}

.nav-pro>ul>li>ul>li>a:hover {
    color: #c8000a;
}

.nav-pro>ul>li>ul>.active {
    background: #333;
}

.nav-pro>ul>li>ul>li>ul>li {
    padding-left: 26px;
}

.nav-pro>ul>li>ul>li>ul>li>a {
    color: #777;
    line-height: 32px;
    width: 92%;
    display: block;
    padding: 0 0 0 8px;
    border-bottom: 1px dotted #ddd;
    font-size: 13px;
}

.submenu {
    display: none !important;
}

.showsub .submenu {
    display: block !important;
}

.sonmenu {
    display: none;
}

/* ny-pro */
.probox {
    width: 100%;
    height: auto;
}

.probox a .ptu {
    width: 100%;
    margin: 0 auto 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.probox a .ptu img {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.probox a .ptu:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.probox h4 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #ddd;
    color: #333;
    font-size: 15px;
    margin-bottom: 20px;
}

.probox:hover h4 {
    background: #c8000a;
    color: #fff;
}

.proxqtit p img {
    max-width: 740px;
    height: auto;
}

/* ny-shili */
.tz-gallery {
    width: 100%;
    display: inline-block;
}

.thumbnail {
    width: 20%;
    height: auto;
    float: left;
}

.tubox {
    width: 100%;
    margin: 0 auto 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
}

.tubox img {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.tubox:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.tz-gallery p {
    line-height: 42px;
    margin: 0;
    color: #333;
}



/* ny-news */
.news {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 30px 0 0;
}

.news li {
    border-bottom: #f6f6f6 1px solid;
    padding: 30px;
    transition: all 0.3s ease 0s;
    margin-bottom: 24px;
    background: #fff;
}

.news li:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    transform: translate(0, -6px);
}

.news li:hover .leftTime i {
    border: none;
    background: #c8000a;
    color: #fff;
}

.news li:hover .newTitle {
    color: #c8000a;
}

.news li a {
    width: 100%;
    color: #333;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.leftTime {
    margin: 12px 0 0;
}

.leftTime .newTime {
    font-size: 20px;
    display: block;
}

.leftTime i {
    border: 1px solid #ddd;
    padding: 5px 18px;
}

.rightC {
    width: 66%;
    margin: 15px 0 0;
}

.rightC h3 {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 600;
}

.rightC p {
    font-size: 16px;
}

.newPicBox {
    width: 20%;
    height: auto;
    overflow: hidden;
}

.newshow {
    padding-top: 0;
    padding-bottom: 60px;
}

.newshow h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.newshow p {
    font-size: 15px;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.newback a:hover {
    color: #014d97;
}

/* ny-zhaopin */
.zpbox {
    width: 100%;
    display: inline-block;
    padding: 20px 16px;
    margin-bottom: 15px;
    position: relative;
    background: #fafafa;
    box-shadow: 1px 2px 5px #ddd;
}

.zpbox h4 {
    margin: 10px 0 18px;
}

.zpbox h4 b {
    color: #c8000a;
}

.zpbox h4 img {
    display: inline-block;
    height: 20px;
    width: auto;
    margin-top: -24px;
    position: absolute;
    top: 42px;
    left: 20px;
}

.zpbox h4 span {
    font-size: 14px;
}

.zpbox p {
    color: #555;
    font-size: 13px;
}

.zpbox a {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #333;
}

.zpleft {
    width: 86%;
    height: auto;
    float: left;
    padding-left: 36px;
}

.zpleft h4 {
    font-size: 18px;
    font-weight: 600;
}

.zpleft h5 {
    font-size: 14px;
    color: #666;
    padding-left: 5px;
    margin: 0;
}

.zpright {
    width: 14%;
    float: right;
    height: auto;
    text-align: center;
    background: none;
    border-radius: 0;
    color: #555;
    border: 1px solid #555;
    margin: 22px 0 0;
    padding: 5px 0;
    font-size: 13px;
}

.zpbox:hover .zpright {
    color: #c8000a;
    border: 1px solid #c8000a;
}

.joinleft b {
    color: #333;
}

.joinleft ul {
    margin: 20px 0 0;
    width: 90%;
}

.joinleft ul li {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
    color: #777;
}

.joinms {
    padding: 30px 50px;
    color: #666;
    border: 5px solid #f5f5f5;
    line-height: 32px;
    margin-top: 20px;
}

.joinms p {
    margin: 0;
}

.joinms p strong {
    color: #c8000a;
    font-size: 18px;
}

.linkpad h3 {
    font-size: 24px;
    color: #333;
}

.pback {
    float: right;
    display: block;
    font-size: 14px;
    padding: 5px 24px;
    border-radius: 15px;
    background: #999;
    color: #fff;
    text-decoration: none;
}

.pback:hover {
    background: #c8000a;
    color: #fff;
}

/* ny-download */
.nydowntown {
    width: 100%;
    display: inline-block;
}

.faq h3 {
    border-bottom: 2px solid #555;
    padding-bottom: 15px;
    font-size: 26px;
}

.downbox {
    padding: 24px 15px;
    border-bottom: 1px dashed #ddd;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.downbox li {
    width: 100%;
    height: auto;
}

.downbox p {
    margin-left: 0 !important;
    float: left;
}

.downbox p b {
    color: #fff;
    font-size: 20px;
    width: 24px;
    height: 24px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.downbox h5 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.downbox h5 b {
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: #666;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
}

.downbox i {
    float: right;
    font-size: 20px;
    color: #666;
}

.downbox:hover {
    cursor: pointer;
}

.downbox:hover h5 {
    color: #c8000a;
}

.downbox:hover h5 b {
    cursor: pointer;
    background: #c8000a;
}

.downbox:hover i {
    color: #c8000a;
}


/* ny-contact */
.messagebox h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.message-con {
    width: 100%;
    border: 5px solid #ddd;
    padding: 50px 50px 30px;
    margin: 66px 0;
}

.message-con>form {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.message-con>p {
    font-size: 26px;
    font-weight: block;
    text-align: center;
}

.form-group {
    width: 33.33333%;
    margin: 5px 0 0;
    padding: 5px;
}

.form-group input,
.form-group1 textarea {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    border: 1px solid #ddd;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 28px;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.form-group1 {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}

.form-group1 textarea {
    width: 100%;
    height: 90px;
}

.submit {
    background: #c8000a;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    width: 200px;
    margin: 12px auto;
    height: 40px;
    outline: none;
    letter-spacing: 1px;
    border-radius: 30px;
    cursor: pointer;
    border: none;
}


/* page */
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #333;
    border-color: #333;
}

/* ny-history */
.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
    content: '';
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #c8000a;
}

.honor {
    width: 50%;
    background-size: cover;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 50px;
}

.honor img {
    width: 50%;
    height: auto;
    float: right;
}

.honor p {
    font-size: 30px !important;
    color: #ff0000;
    line-height: 40px;

}

.honor p span {
    color: #333;
}

.secabox.honor {
    width: 100%;
    margin: 20px 0 0 0;
    display: inline-block;


}

.shilibox1 {
    width: 100%;
    background-size: cover;
    display: inline-block;
    padding: 40px 150px;
    margin: 0;
    margin-top: 50px;
    line-height: 50px;
}


#shilitu1 {
    width: 55%;
    height: auto;
    float: right;
}

#shilitu2 {
    width: 45%;
    height: auto;
    float: right;
}

.shilibox1 p {
    color: rgb(255, 255, 255);
    font-size: 18px;
}


.secabox.shilibox1 {
    width: 100%;
    margin: 20px 0 0 0 !important;
    display: inline-block;
}

.shilibox2 {
    width: 100%;
    background-size: cover;
    display: inline-block;
    padding: 0 150px;
    margin: 0;
    margin-top: 50px;
    line-height: 50px;
}


.shilibox2 p {
    margin-top: 100px;
    margin-bottom: 0px;
    margin-left: 15%;
    text-indent: 0in;
    direction: ltr;
    unicode-bidi: embed;
    text-align: left;
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 40px;
}

.shilibox2 p span {
    text-indent: 0in;
    font-size: 32px;
    color: rgb(192, 0, 0);
    font-weight: bold;
}
.shilibox2 img {
    width: 48%;
    height: auto;
    float: right;
}

.secabox.shilibox2 {
    width: 100%;
    margin: 20px 0 0 0 !important;
    display: inline-block;
}
#biaoti{
    margin-top: 50px;
}
@media only screen and (min-width:1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width:1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.cd-timeline-img img {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
}

.cd-timeline-img.cd-picture {
    background: #c8000a;
}

.cd-timeline-img.cd-movie {
    background: #c8000a;
}

.cd-timeline-img.cd-location {
    background: #c8000a;
}

@media only screen and (min-width:1170px) {
    .cd-timeline-img {
        width: 14px;
        height: 14px;
        left: calc(50% - 7px);
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    padding: 1em;
    box-shadow: 0 1px 0 #ddd;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #303e49;
    font-family: "宋体";
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 30px;
    padding: 5px 0;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: 0;
    opacity: 1;
    color: #c8000a;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #333;
}

@media only screen and (min-width:768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 22px;
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width:1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #333;
    }

    .cd-timeline-content .cd-read-more {
        float: left;
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 30px;
        padding: 5px 0;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #333;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width:1170px) {
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}



@media only screen and (max-width:1680px) {
    .culzi {
        padding: 0 30%;
    }
}


@media only screen and (max-width:1360px) {
    .culzi {
        padding: 0 25%;
        margin: 0 auto;
    }
}



@media only screen and (max-width:992px) {
    .nynav ul li {
        flex-basis: calc(100% / 4);
    }

    .culture .col-md-3 {
        width: 50% !important;
        float: left;
    }
}

@media only screen and (max-width:768px) {
    .syproduct {
        padding: 10px 0 0px;
    }

    .sypzi h3::before {
        font-size: 44px;
    }

    .cont9 {
        width: 100%;
        overflow: hidden;
    }

    .ab-bg {
        background: #f5f5f5;
    }

    .syabbox2 {
        margin: 20px 0 !important;
        padding: 0 5%;
    }

    .ableft {
        width: 100%;
        height: auto;
        padding: 0px 10px 20px 10px;
    }

    .product-number-info .q {
        width: 100%;
        margin-left: 0;
        display: inline-block;
        padding-top: 0px;
    }

    .product-number-info .q li {
        float: left;
        padding: 30px 0 0;
        width: 50% !important;
    }

    .product-number-info .q li h5 {
        color: #c7000a;
        font-weight: 600;
    }

    .product-number-info .q li h5 i {
        font-size: 30px;
        font-family: arial;
        font-style: normal;
    }

    .product-number-info .q li h5 b {
        font-weight: 400;
        font-size: 16px;
        vertical-align: top;
        line-height: 40px;
        padding-left: 5px;
    }


    .footer {
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 26px 0 30px;
        background: #f0f0f0;
        background-image: none;
        border-top: 8px solid #c7000a;
    }

    .footer .col-md-8,
    .footer .col-md-1 {
        display: none;
    }


    .nyban {
        margin-top: 70px;
    }

    .nynav {
        height: 46px;
        line-height: 46px;
    }

    .nynav ul li {
        line-height: 46px;
    }

    .nynav ul li a {
        height: 46px;
        line-height: 46px;
    }

    .nynav ul li a:Hover {}

    .nynav ul li a::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 45px;
        display: block;
        background: #ccc;
        top: 1px;
        right: 0px;
    }

    .nyabpart2 .aboxzi {
        width: 90%;
        margin: 0 auto
    }

    .nyabpart2 .aboxzi h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .nyabpart2 .aboxzi p {
        font-size: 14px;
    }




    .secabox.culture {
        width: 100%;
        margin: 20px 0 !important;
        display: inline-block;
    }

    .lc-title {
        margin-bottom: 40px !important;
    }

    .culzi {
        padding: 0px;
        margin: 0
    }

    .culzi table {}

    .culzi table {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .culzi table tr td:nth-of-type(1) {
        width: 20%;
    }



    .nyban .nytuzi h3 {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 20px 0;
        color: #fff;
    }


    .top60 {
        margin-top: 0;
        padding-top: 0
    }

    .leftnav {
        margin-bottom: 20px
    }


    .honor {

        background-size: cover;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .honor img {
        width: 50% !important;
        height: auto !important;
        margin-top: 20px;
    }

    .honor p {
        font-size: 16px !important;
        color: #ff0000;

    }

    .honor p span {
        color: #333;
    }

    .secabox.honor {
        width: 100%;
        margin: 20px 0 0 0 !important;
        display: inline-block;
    }

    .shilibox1 {
        width: 100%;
        background-size: cover;
        display: inline-block;
        padding: 0;
        margin: 0;
        margin-top: 30px;
        line-height: 30px;
    }


    #shilitu1 {
        width: 55% !important;
        height: auto;
        float: right;
    }

    #shilitu2 {
        width: 45% !important;
        height: auto;
        float: right;
    }

    .shilibox1 p {
        color: rgb(255, 255, 255);
        font-size: 14px;
        width: 50%;
    }


    .secabox.shilibox1 {
        width: 100%;
        margin: 20px 0 0 0 !important;
        display: inline-block;
    }


    .shilibox2 {
        width: 100%;
        background-size: cover;
        display: inline-block;
        padding: 20px;
        margin: 0;
        margin-top: 30px;
        line-height: 50px;
    }
    #section5{
        margin-top: 30px;
    }
    #biaoti{
        margin-top: 30px;
    }
    .shilibox2 p {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-indent: 0in;
        direction: ltr;
        unicode-bidi: embed;
        text-align: left;
        font-size: 14px;
        color: rgb(255, 255, 255);
        line-height: 30px;
    }
    
    .shilibox2 p span {
        text-indent: 0in;
        font-size: 32px;
        color: rgb(192, 0, 0);
        font-weight: bold;
    }
    .shilibox2 img {
        width: 55%;
        height: auto;
        float: right;
    }
    
    .secabox.shilibox2 {
        width: 100%;
        margin: 20px 0 0 0 !important;
        display: inline-block;
    }

    #fangzhen {
        font-size: 30px !important;
    }
    #biaoti{
        
    }
    .proxqtit p img {
        width: 100% !important;
        height: auto !important;
    }

    .pro-xq .col-md-3 {
        width: 100% !important;
        text-align: center;
    }

    .pro-xq .col-md-3 img {}

    .pro-list-box .col-md-2 {
        width: 50%;
    }

    #m-banner {
        display: block !important;
        position: relative;
        margin-top: 100px;
    }

    #pcbanner {
        display: none;
    }
}


@media only screen and (max-width:480px) {
    .newPicBox {
        display: none;
    }

    .qicon {
        font-size: 30px;
        color: #c7000a;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #c7000a;
        border-radius: 50%;
        text-align: center;
        margin-right: 10px;
    }

    .product-number-info .q {
        margin-bottom: 30px;
    }

    .product-number-info .q li {
        padding: 10px 0 0;
        width: 50% !important;
    }

    .product-number-info .q li p {
        font-weight: 400;
        font-size: 14px;
        vertical-align: top;
        line-height: 24px;
        padding-left: 5px;
    }

    .culzi table tr td:nth-of-type(1) {
        width: 25%;
    }

    #hexin {
        font-size: 13px;
    }

    .culture .col-md-3 {
        width: 100% !important;
        float: none;
    }

    .honor {
        width: 50%;
        background-size: cover;
        display: inline-block;
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }

    .honor img {
        width: 50%;
        height: auto;
        float: right;
        margin-top: 10px;
    }

    .honor p {
        font-size: 1px !important;
        color: #ff0000;
        line-height: 14px !important;

    }

    .honor p span {
        color: #333;
    }

    .secabox.honor {
        width: 100%;
        margin: 20px 0 0 0;
        display: inline-block;


    }

    .shilibox1 {
        width: 100%;
        background-size: cover;
        display: inline-block;
        padding: 0;
        margin: 0;
        margin-top: 30px;
        line-height: 15px;
    }


    #shilitu1 {
        width: 50% !important;
        height: auto;
        float: right;
    }

    #shilitu2 {
        width: 45% !important;
        height: auto;
        float: right;
    }

    .shilibox1 p {
        color: rgb(255, 255, 255);
        font-size: 1px !important;
        width: 50%;
    }


    .secabox.shilibox1 {
        width: 100%;
        margin: 20px 0 0 0 !important;
        display: inline-block;
    }

    .shilibox2 {
        width: 100%;
        background-size: cover;
        display: inline-block;
        padding: 0;
        margin: 0;
        margin-top: 30px;
        line-height: 50px;
    }
    
    
    .shilibox2 p {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-indent: 0in;
        direction: ltr;
        unicode-bidi: embed;
        text-align: left;
        font-size: 1px !important;
        color: rgb(255, 255, 255);
        line-height: 20px;
    }
    
    .shilibox2 p span {
        text-indent: 0in;
        font-size: 18px;
        color: rgb(192, 0, 0);
        font-weight: bold;
    }
    .shilibox2 img {
        width: 55%;
        margin-top: 20px;
        height: auto;
        float: right;
    }
    
    .secabox.shilibox2 {
        width: 100%;
        margin: 20px 0 0 0 !important;
        display: inline-block;
    }

    .policy {
        position: relative !important;
        left: 0% !important;

    }

}


@media only screen and (max-width:440px) {
    .qicon {
        display: none;
    }

    .product-number-info .q {
        margin-bottom: 30px;
    }

    .product-number-info .q li {
        padding: 10px 0 0;
        width: 50% !important;
    }

    .product-number-info .q li p {
        font-weight: 400;
        font-size: 14px;
        vertical-align: top;
        line-height: 24px;
        padding-left: 5px;
    }

}