body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999;
    position: relative;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    color: #444;
    text-decoration: none
}

a:hover {
    text-decoration: none !important;
    color: #f5800a;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus, button:hover {
    outline: none !important;
}

img {
    max-width: 100%;
}

input, button {
    outline: none;
}

.container {
    width: 1250px;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100000;
}

.header-top {
    height: 43px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
}

.header-top ul {

}

.phone {
    height: 42px;
    line-height: 42px;
    font-size: 19px;
    color: #7c7c7c;
    font-weight: bold;
    padding-left: 30px;
    background: url(../images/icon01.png) left center no-repeat;
}

.header-link a {
    margin: 0 10px;
    color: #666;
}

.header-link {
    line-height: 42px;
}

.dropdown img {
    width: 24px;
    height: 14px;
    margin-right: 5px;
}

.dropdown {
    margin-top: 11px;
}

.dropdown a {
    color: #666;
}

.nav-list li {
    float: left;
    margin-left: 60px;
    position: relative;
    z-index: 10000;
}

.nav-list li a {
    color: #333;
    display: block;
    padding: 0 0 8px 0;
    font-size: 16px;
}

.nav-list li.active a {
    border-bottom: solid 3px #686868;
}

.nav-list li a:hover {
    border-bottom: solid 3px #686868;
}

.nav-list li:hover a {
    border-bottom: solid 3px #686868;
}

.nav-down {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background: #fff;
    left: -30px;
    right: -30px;
    padding: 10px;
    display: none;
}

.nav-list li:hover .nav-down {
    display: block;
}

.nav-down li {
    float: none;
    margin: 0;
}

.nav-down li a {
    text-align: center;
    line-height: 40px;
    display: block;
    border: none !important;
    padding: 0;
}

.nav-down li a:hover {
    background: #c30d23;
    color: #fff;
}

.nav-down li.active a {
    background: #c30d23;
    color: #fff !important;
}


.banner .swiper-button-next {
    width: 42px;
    height: 42px;
    background: url(../images/right.png) center no-repeat;
    left: 50%;
    margin-left: 648px;
}

.banner .swiper-button-prev {
    width: 42px;
    height: 42px;
    background: url(../images/left.png) center no-repeat;
    left: 50%;
    margin-left: -690px;
}

.video-row {
    margin: 45px 0;
}

.nav-phone {
    display: none;
}

.video-row .col-xs-6 {
    padding: 0;
}

.video {
    position: relative;
    overflow: hidden;
}

.video-js {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.btn-video {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    background: url(../images/play.png) center no-repeat;
    left: 50%;
    margin-left: -40px;
    top: 108px;
    z-index: 1000;
}

.video-tt {
    position: absolute;
    left: 0;
    top: 200px;
    right: 0;
    text-align: center;
    z-index: 1000;
}

#example_video {
    object-fit: cover;
    object-position: center center;
}

.img-txt {
    height: 170px;
    font-size: 22px;
    color: #666666;
    padding: 40px;
}

.img-c {
    position: relative;
    overflow: hidden;
}

.img-c img {
    width: 100%;
    height: 175px;
    transition: 0.5s all;
}

.img-c:hover img {
    transform: scale(1.1, 1.1);
}

.img-i {
    display: block;
    height: 18px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/raw01.png) center no-repeat;
    z-index: 100;
}

.img-i02 {
    background: url(../images/raw02.png) center no-repeat;
    top: auto;
    bottom: 0;
}

.footer {
    border-top: solid 1px #d2d2d2;
    padding-bottom: 10px;
    background-color: #000000e0;
}

.footer-link li {
    float: left;
    width: 9.5%;
    border-bottom: solid 1px #333;
}

.footer-link li a {
    display: block;
    height: 56px;
    line-height: 56px;
    color: #666666;
    font-size: 15px;
}

.footer-link li a img {
    margin-right: 10px;
}

.footer-link li.last {
    border-left: solid 1px #333;
    width: 12%;
}

.footer-b {
    padding-top: 20px;
}

.footer-b p {
    color: #7d7d7d;
}

.footer-b p span {
    padding: 0 20px;
}

.footer-b a {
    color: #7d7d7d;
}

/*******about******/
.page-top {
    background: #fff;
    padding-bottom: 15px;
}

.page-top .header {
    position: static;
}

.about-banner {
    height: 96px;
    line-height: 96px;
    color: #fff;
}

.about-banner .pull-left {
    font-size: 23px;
}

.about-banner a {
    color: #fff;
}

.about-banner a:hover {
    text-decoration: underline !important;
}

.about-tt {
    margin: 65px 0 30px 0;
}

.about-tt-sm {
    font-size: 16px;
    color: #555;
    line-height: 40px;
    opacity: 0.7;
    max-width: 90%;;
    width: 100%;
    margin: 0 auto;
}

.about-list {
    margin-top: 35px;
}

.about-list li {
    float: left;
    width: 50%;
    border-left: solid 1px #e0e0e0;
    height: 386px;
    border-bottom: solid 1px #e0e0e0;
    padding: 45px;
}

.about-list {
    border-right: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
}

.about-icon-txt {
    font-size: 15px;
    color: #666;
    line-height: 35px;
    margin-top: 20px;
}

.about-icon img {
    height: 79px;
}

.wh-back {
    background: url(../images/wh-back.png) center no-repeat;
    background-size: cover;
    margin-top: 125px;
    padding-bottom: 85px;
}

.wh-tt {
    font-size: 32px;
    color: #fff;
    margin: 70px 0 50px 0;
}

.wh-box {
    background: #fff;
    padding: 40px 60px;
    height: 188px;
}

.wh-box-tt {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.wh-box-txt {
    font-size: 18px;
    color: #6b6b6b;
    margin-top: 10px;
    line-height: 35px;
}

.about-b {
    font-size: 21px;
    color: #666;
    line-height: 40px;
    text-align: center;
    max-width: 530px;
    width: 100%;
    margin: 80px auto 60px auto;
}

.aboutu-b-list li {
    float: left;
    width: 33.333333%;
    padding: 0 8px;
}

.aboutu-b-list {
    margin: 0 -8px 90px -8px;
}

.index-banner {
}

.index-banner .container {
    position: relative;
    z-index: 888;
}

/*****产品列表****/


.product-banner {
    height: 450px;

}

.product-banner .container {
    height: 450px;
    position: relative;
}

.banner-txt {
    margin-top: 165px;
}

.banner-list li {
    float: left;
    width: 25%;
    position: relative;
}

.banner-list li:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    border-right: dashed 1px #b9b9b9;
}

.banner-list li:last-child:before {
    border: none;
}

.banner-list {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.banner-list li a {
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 19px;
    display: block;
}

.banner-list li a:hover {
    color: #c30d23;
}

.product-list li {
    float: left;
    width: 33.333333%;
    padding: 0 9px;
    margin-bottom: 20px;
}

.product-list {
    margin: 60px -9px 0 -9px;
}

.product-list li a {
    display: block;
    padding: 10px;
    border: solid 1px #d9d9d9;
    position: relative;
}

.product-list li a span {
    display: block;
    background: #8f8f8f;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.product-list li a:hover span {
    background: #c30d23;
}

.product-back {
    background: url(../images/product-back.png) center no-repeat;
    height: 140px;
    background-size: cover;
    margin-top: 26px;
    margin-bottom: 0px;
}

.product-back .pull-left {
    line-height: 140px;
    font-size: 22px;
    color: #333;
}

.product-back a {
    display: block;
    float: right;
    width: 204px;
    height: 54px;
    color: #333;
    line-height: 52px;
    text-align: center;
    font-size: 22px;
    border: solid 1px #333;
    border-radius: 30px;
    margin-top: 42px;
}

.product-tt {
    font-size: 22px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
    margin: 10px 0 30px 0;
}

.product-tt:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    border-top: solid 1px #ccc;
}

.product-list-b {
    margin-top: 0;
    margin-bottom: 70px;
}

.product-list li img {
    width: 100%;
    height: 227px;
}

.news-img {
    overflow: hidden;
    height: 238px;
}

.news-img img {
    transition: 0.5s all;
}

.news-img:hover img {
    transform: scale(1.1, 1.1);
}

.news-box-tt a:hover {
    color: #c30d23;
}

.product-back a:hover {
    color: #c30d23;
    border-color: #c30d23;
}

.header-link a:hover, .dropdown a:hover, .footer-link li a:hover {
    color: #c30d23;
}

/********产品展示********/
.shop-banner {

}

.shop-border {
    border: solid 1px #e0e0e0;
    background: #fafafa;
    margin: 50px 0;
}

.shop-left-tt {
    height: 59px;
    line-height: 59px;
    color: #716c6c;
    font-size: 16px;
    padding-left: 20px;
    font-weight: bold;
}

.shop-left {
    width: 240px;
}

.nav-click {
    height: 62px;
    border-bottom: solid 1px #e0e0e0;
    position: relative;
    border-top: solid 1px #e0e0e0;
    background: #fff;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    display: block;
}

.nav-click:before {
    display: block;
    height: 100%;
    width: 12px;
    position: absolute;
    background: url(../images/nav-raw.png) center no-repeat;
    right: 14px;
    top: 0;
    content: "";
}

.shop-left-down li a {
    line-height: 40px;
    display: block;
    padding-left: 20px;
}

.shop-left-down {
    padding-bottom: 0px;
}

.shop-right {
    margin-left: 240px;
    background: #fff;
    padding: 30px;
    border-left: solid 1px #e0e0e0;
    min-height: 600px;
}

/* 效果CSS开始 */
.mod18 {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.mod18 .btn {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}

.mod18 .prev {
    left: 10px;
    background: url(../../images/prevBtn.png) no-repeat;
}

.mod18 #prevTop, .mod18 #nextTop, .mod18 #prev, .mod18 #next {
    top: 50%;
    width: 25px;
    height: 47px;
    margin-top: -23px;
}

.mod18 #prevTop, .mod18 #prev {
    background: url(../images/left.png) center no-repeat;
    opacity: 1;
}

.mod18 #nextTop, .mod18 #next {
    background: url(../images/right.png) center no-repeat;
    opacity: 1;
}

.slide02 .vadeo-mask {
    position: absolute;
}

.mod18 .next {
    right: 10px;
    background: url(../../images/nextBtn.png) no-repeat;
}

.mod18 li {
    float: left;
}

.mod18 .cf li {
    position: relative;
    color: #fff;
}

.mod18 .cf a {
    display: block;
    width: 526px;
    height: 377px;
    position: absolute;
    color: #fff;
}

.mod18 .cf li span {
    display: block;
    width: 486px;
    position: absolute;
    left: 75px;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}

.mod18 .picBox {
    width: 100%;
    height: 516px;
    position: relative;
    overflow: hidden;
    background: #0D0D0D;
}

.picBox img {
    width: 916px;
    height: 516px;
}

.mod18 .picBox ul {
    position: absolute;
    left: 0;
}

.mod18 .picBox li {
    width: 916px;
    height: 516px;
    padding: 0;
}

.mod18 .listBox {
    height: 100px;
    position: relative;
    margin: 10px 0 0 0;
    overflow: hidden;
}

.mod18 .listBox ul {
    height: 88px;
    position: absolute;
}

.mod18 .listBox li {
    width: 152px;
    height: 88px;
    cursor: pointer;
    position: relative;
    padding: 0 6px 0 0;
}

.mod18 .listBox li a {
    display: block;
    width: 100%;
    height: 88px;
    padding: 0 8px;
}

.mod18 .listBox img {
    width: 100%;
    height: 100%;
}

.mod18 .listBox .on img {
    width: 100%;
    height: 100%;
}

.mod18 .listBox i {
    display: block;
    background: #000;
    opacity: 0.5;
    height: 100%;
    position: absolute;
    left: 8px;
    top: 0;
    right: 8px;
}

.mod18 .listBox .on i {
    display: none;
}

.mod18 .btn-lb-remove {
    background: url(../images/slide-left.png) left center no-repeat !important;
    width: 12px !important;
    left: 0 !important;
}

.mod18 .btn-lb {
    background: url(../images/slide-right.png) right center no-repeat !important;
    width: 12px !important;
    right: 0 !important;
}

.picBox span {
    display: none;
}

.ul-padding {
    margin: 0 22px;
    overflow: hidden;
    height: 88px;
    width: 758px;
    position: relative;
}

.shop-title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.shop-box {
    border-top: solid 1px #e0e0e0;
    margin: 0 -30px 0 -30px;
    padding: 30px;
}

.shop-txt {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.shop-title-sm {
    font-size: 20px;
    color: #312d2d;
}

.shop-box img {
    margin: 40px 0;
}

/********新闻列表*******/
.news-banner {

}

.news-banner-txt {
    font-size: 46px;
    font-weight: bold;
    text-shadow: 6px 6px 6px rgba(0, 0, 0, .6);
    color: #fff;
    margin-top: 140px;
}

.news-banner .banner-list li {
    width: 33.333333%;
}

.news-tt {
    font-size: 32px;
    color: #333;
    padding: 70px 0 30px 0;
}

.news-list li {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 34px;
}

.news-list {
    margin: 50px -15px 10px -15px;
}

.news-box {
    border: solid 1px #d9d9d9;
}

.news-box-b {
    padding: 30px;
}

.news-box-tt {
    margin-top: -10px;
    height: 65px;
    overflow: hidden;
}

.news-box-tt a {
    font-size: 19px;
    color: #333333;
    line-height: 35px;
}

.news-box-date {
    font-size: 16px;
    color: #999;
    margin: 20px 0 15px 0;
}

.news-box-txt {
    font-size: 15px;
    color: #999;
    line-height: 30px;
    text-align: justify;
    height: 90px;
    overflow: hidden;
}

.news-more {
    display: inline-block;
    font-size: 17px;
    color: #c30d23;
    font-weight: bold;
    margin-top: 20px;
}

.news-jz {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #696969;
    font-size: 19px;
    text-align: center;
    background: #e3e3e9;
    border-radius: 4px;
    margin-bottom: 80px;
}

.news-left-nav li .nav-click {
    background: none;
    border-bottom: none;
}

.news-left-nav li .nav-click.active {
    background: #fff;
}

.news-left-nav {
    border-bottom: solid 1px #e0e0e0;
}

.news-left-nav li .nav-click:before {
    width: 9px;
    background: url(../images/nav-raw03.png) center no-repeat;
}

.news-article-tt {
    font-size: 30px;
    color: #474747;
}

.news-article-tt-sm {
    font-size: 16px;
    color: #777;
    margin: 20px 0;
}

.news-article-tt-sm span {
    padding: 0 20px;
}

.article-b {
    border-top: solid 1px #cecece;
    margin-top: 30px;
    padding: 30px 0 0 0;
    font-size: 16px;
    color: #474747;
}

.article-b .col-xs-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-b a {
    color: #474747;
}

.news-article-p p {
    font-size: 16px;
    color: #474747;
    line-height: 40px;
}

.news-article-p {
    border-top: solid 1px #cecece;
    padding-top: 20px;
}

.about-banner span {
    padding: 0 5px;
}

.collapsed {
    display: none;
}

@media (max-width: 1400px) {
    .banner .swiper-button-prev {
        margin-left: -550px;
    }

    .banner .swiper-button-next {
        margin-left: 508px;
    }

}

@media (max-width: 1199px) {
    .container {
        width: 970px;
    }

    .banner .swiper-button-prev {
        margin-left: -485px;
    }

    .banner .swiper-button-next {
        margin-left: 423px;
    }

    .nav-list li {
        margin-left: 40px;
    }

    .img-c img {
        height: 145px;
    }

    .img-txt {
        height: 145px;
        padding: 50px 20px 20px 20px;
        font-size: 18px;
    }

    .footer-b p span {
        padding: 0 10px;
    }

    .product-list li img {
        height: 190px;
    }

    .mod18 .picBox li {
        width: 637px;
    }

    .picBox img {
        width: 637px;
        height: 412px;
    }

    .mod18 .picBox {
        height: 412px;
    }

    .ul-padding {
        width: 593px;
    }

    .mod18 .listBox li {
        width: 120px;
    }

    .mod18 .listBox li a, .mod18 .listBox li, .ul-padding, .mod18 .listBox {
        height: 68px;
    }

    .mod18 .listBox {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 750px;
    }

    .nav-list li {
        margin-left: 10px;
    }

    .btn-video {
        top: 50px;
    }

    .video-tt {
        top: 140px;
    }

    .img-c img {
        height: 111px;
    }

    .img-txt {
        height: 111px;
        padding: 20px;
    }

    .footer-link li a {
        font-size: 13px;
    }

    .footer-link li a img {
        margin-right: 5px;
    }

    .footer-b p span {
        display: block;
        text-indent: -9999px;
        height: 1px;
    }

    .wh-box {
        padding: 40px 20px;
    }

    .about-list li {
        height: 480px;
    }

    .product-list li img {
        height: 140px;
    }

    .mod18 .picBox li {
        width: 481px;
    }

    .picBox img {
        width: 481px;
        height: 269px;
    }

    .mod18 .picBox {
        height: 269px;
    }

    .ul-padding {
        width: 373px;
    }

    .mod18 .listBox li {
        width: 120px;
    }

    .mod18 .listBox li a, .mod18 .listBox li, .ul-padding, .mod18 .listBox {
        height: 68px;
    }

    .mod18 .listBox {
        margin-bottom: 20px;
        display: none;
    }

    .picBox span {
        display: block;
    }

    .mod18 {
        margin-bottom: 20px;
    }

    .mod18 #prevTop, .mod18 #prev {
        left: 15px !important;
    }

    .mod18 #nextTop, .mod18 #next {
        right: 15px !important;
    }
}

@media (max-width: 767px) {


    .nav-list li:hover a {
        border-bottom: none;
    }

    .nav-list li a:hover {
        border-bottom: none;
    }

    .contact-box {
        padding: 10px !important;
    }

    .banner-list {
        display: none;

    }

    .container {
        width: 100%;
    }

    .phone {
        display: none;
    }

    .header {
        background: #fff;
        position: relative;
    }

    .logo img {
        height: 30px;
    }

    .logo {
        padding: 10px 0;
    }

    .header-top {
        margin-bottom: 0;
    }

    .header .container {
        position: relative;
    }

    .nav-list {
        margin-top: 0px !important;
        position: absolute;
        left: 0;
        top: 50px;
        right: 0;
        background: #fff;
        border-top: solid 1px #ddd;
        box-shadow: 1px 2px 3px #ddd;
        display: none;
    }

    .nav-list li {
        float: none;
        margin: 0;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-down {
        position: static;
        padding: 0;
    }

    .nav-down li a {
        text-align: left;
        padding: 0 20px !important;

    }

    .nav-list li.active a.yanse {
        border: none;
        color: #ff0000;
    }


    .nav-list li a {
        padding: 8px 15px;
    }

    .collapsed {
        display: block;
        border: solid 1px #ddd;
        margin-right: 0;
    }

    .collapsed span {
        background: #ddd;
    }

    .banner .swiper-button-next {
        right: 15px;
        margin-left: 0;
        margin-top: -21px;
        left: auto;
    }

    .banner .swiper-button-prev {
        left: 15px;
        margin-left: 0;
        margin-top: -21px;
    }

    .video-row .col-xs-6 {
        width: 100%;
    }

    .video-row .col-xs-6 .col-xs-6 {
        width: 50%;
    }

    .img-c img {
        height: 16vh;
    }

    .img-txt {
        font-size: 16px;
        height: 16vh;
    }

    .video {
        margin-bottom: 15px;
    }

    .btn-video {
        top: 30px;
    }

    .video-tt {
        top: 130px;
    }

    .footer-link {
        display: none;
    }

    .dropdown-menu {
        right: 0;
        left: auto;
        min-width: 116px;
    }

    .page-top {
        padding-bottom: 0;
        position: relative;
        z-index: 100000;
    }

    .about-tt img {
        width: 80%;
        max-width: 471px;
    }

    .about-tt {
        margin: 20px 0;
    }

    .about-tt-sm {
        font-size: 14px;
        line-height: 25px;
    }

    .about-list li {
        width: 100%;
        padding: 15px;
        height: auto;
    }

    .about-icon-txt {
        line-height: 25px;
        font-size: 14px;
    }

    .wh-back {
        margin-top: 20px;
        padding-bottom: 5px;
    }

    .wh-back .col-xs-4 {
        width: 100%;
        margin-bottom: 15px;
    }

    .wh-box {
        padding: 20px;
        height: auto;
    }

    .wh-tt {
        margin: 20px 0;
        font-size: 24px;
    }

    .wh-box-tt {
        font-size: 18px;
    }

    .wh-box-txt {
        font-size: 15px;
    }

    .about-b {
        margin: 20px auto;
        line-height: 25px;
        font-size: 16px;
    }

    .aboutu-b-list {
        margin-bottom: 20px;
    }

    .banner-list li {
        width: 50%;
    }

    .banner-list li:before {
        display: none;
    }

    .banner-list li a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .product-banner, .product-banner .container {
        height: 250px;
    }

    .banner-txt {
        margin-top: 60px;
    }

    .product-list {
        margin-top: 20px;
    }

    .product-list li {
        width: 100% !important;
    }

    .product-list li img {
        height: auto !important;
    }

    .product-list li a span {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .product-back {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .product-back .pull-left {
        width: 100%;
        line-height: 30px;
        font-size: 15px;
        text-align: center;
        float: none !important;
        padding-top: 20px;
    }

    .product-back a {
        float: none;
        margin: 0 auto;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
    }

    .product-list-b {
        margin-bottom: 0px;
    }

    .product-tt {
        font-size: 18px;
        margin: 0;
    }

    .shop-left {
        width: 100%;
        background: #fafafa;
        float: none !important;
    }

    .shop-right {
        margin-left: 0;
    }

    .shop-left-down {
        display: none;
    }

    .nav-click {
        margin-bottom: -1px;
    }

    .shop-right {
        padding: 15px;
        border: none;
    }

    .sousuo {
        margin-top: -4px !important;
        width: 68% !important;
    }

    .shop-box {
        margin: 0 -15px;
        padding: 15px;
    }

    .shop-title {
        font-size: 18px;
    }

    .shop-txt {
        margin-top: 10px;
    }

    .shop-left-tt, .nav-click {
        height: 40px;
        line-height: 40px;
    }

    .shop-left-down {
        padding-bottom: 0;
    }

    .shop-box img {
        width: 100% !important;
        height: 100% !important;
        margin: 20px 0;
    }

    .shop-border {
        margin: 20px 0;
    }

    .news-banner-txt {
        font-size: 24px;
        margin-top: 80px;
    }

    .news-tt {
        font-size: 24px;
        padding: 20px 0;
    }

    .news-list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .news-list {
        margin: 20px -15px;
    }

    .news-box-b {
        padding: 15px;
    }

    .news-box-tt a {
        font-size: 16px;
        line-height: 25px;
    }

    .news-box-tt {
        height: auto;
    }

    .news-box-date {
        margin: 10px 0;
        font-size: 14px;
    }

    .news-box-txt {
        font-size: 14px;
        line-height: 25px;
    }

    .news-more {
        font-size: 15px;
        margin-top: 0;
    }

    .news-jz {
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .article-b .col-xs-6 {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .article-b {
        font-size: 14px;
    }

    .news-article-tt {
        font-size: 18px;
    }

    .news-article-tt-sm {
        font-size: 12px;
        margin: 10px 0;
    }

    .news-article-tt-sm span {
        padding: 0 10px;
    }

    .saixuan {
        display: none;
    }

    .news-article-p p {
        font-size: 14px;
        line-height: 25px;

    }

    .news-article-p img {
        height: 100% !important;
    }

    .nav-phone {
        display: block;
        position: absolute;
        right: 0;
        border-bottom: 0;
        top: 0;
        width: 38px;
        padding-top: 10px;
        text-align: center;
    }
}


/*****首页样式2****/

.main-pad-2 {
    padding-top: 0px;
    padding-bottom: 30px;
}

.sizeCover {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-fluid {
    max-width: 1250px !important;
}

.main-pad-3 {
    padding-top: 30px;
}

.title-1 {
    margin-bottom: 1px;
    font-size: 24px;
    line-height: 24px;
    border-bottom: solid 1px #e6e6e6;
}

.title-1 .en {
    margin-bottom: 10px;
    color: #c0c0c0;
}

.title-1 .cn { /* margin-bottom: -2px; *//* font-size: 0; */
}

.title-1 .cn span {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    font-size: 24px;
    color: #000000;
    border-bottom: solid 3px #cf0f0f;
}

.title-1.active {
    border-bottom-color: #fff;
}

.title-1.active .en {
    color: #fff;
}

.title-1.active .cn span {
    color: #fff;
    border-bottom-color: #fff;
}

.title-2 {
    margin-bottom: -6px;
    font-size: 0;
}

.title-2 ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 6px;
}

.title-2 ul li a {
    position: relative;
    display: block;
    padding: 0 10px;
    min-width: 220px;
    font-size: 14px;
    color: #a4a4a4;
    line-height: 48px;
    background: #f0f0f0;
}

.title-2 ul li a i {
    display: block;
    position: absolute;
    background: #e78787;
    transition: all 0.3s;
}

.title-2 ul li a i:nth-child(1) {
    left: 2px;
    top: 5px;
    width: 0;
    height: 1px;
}

.title-2 ul li a i:nth-child(2) {
    left: 5px;
    top: 2px;
    width: 1px;
    height: 0;
}

.title-2 ul li a i:nth-child(3) {
    right: 2px;
    bottom: 5px;
    width: 0;
    height: 1px;
}

.title-2 ul li a i:nth-child(4) {
    right: 5px;
    bottom: 2px;
    width: 1px;
    height: 0;
}

.title-2 ul li.active a {
    color: #fff !important;
    background: #cf0f0f;
    box-shadow: none;
}

.title-2 ul li.active a i:nth-child(1) {
    width: 44px;
}

.title-2 ul li.active a i:nth-child(2) {
    height: 22px;
}

.title-2 ul li.active a i:nth-child(3) {
    width: 44px;
}

.title-2 ul li.active a i:nth-child(4) {
    height: 22px;
}

.title-2.active ul li {
    margin-left: 0;
    margin-right: 6px;
}

.title-3 {
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.title-3:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    z-index: 2;
    width: 15px;
    height: 17px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../../images/t3_jt_pc.png);
}

.title-3 .box {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
}

.title-3 .box:before, .title-3 .box:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 2px;
    background: #cf0f0f;
}

.title-3 .box:before {
    right: calc(100% + 35px);
    bottom: 30px;
}

.title-3 .box:after {
    right: calc(100% + 60px);
    bottom: 15px;
}

.title-3 .box .en {
    margin-bottom: -15px;
    height: 60px;
    font-family: 'Arial';
    font-size: 72px;
    color: #bdbdbd;
    line-height: 60px;
    font-weight: bold;
}

.title-3 .box .cn {
    position: relative;
    z-index: 2;
}

.title-3 .box .cn .mc {
    padding: 0 10px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 53px;
    background: #cf0f0f;
}

.title-3 .box .cn .fumc {
    position: relative;
    margin-left: 10px;
    margin-top: 13px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
}

.title-3 .box .cn .fumc:before {
    content: "";
    position: absolute;
    left: calc(100% + 25px);
    bottom: 10px;
    width: 600px;
    height: 3px;
    background: #cf0f0f;
}

.title-3 .box .cn .fumc span {
    color: #cf0f0f;
}

.title-4 {
    margin-bottom: 20px;
}

.title-4 .biaoti {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.title-4 .time {
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.text-1 .right form {
    display: block;
    border: solid 2px #c5c5c5;
}

.text-1 .right form input {
    display: block;
    padding: 0 15px;
    width: calc(100% - 49px);
    height: 32px;
    font-size: 12px;
    color: #999999;
    line-height: 32px;
    background: #fff;
    border: none;
}

.text-1 .right form button {
    display: block;
    width: 49px;
    height: 32px;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    background: #c5c5c5;
    border: none
}

.text-2 .biaoti {
    margin-bottom: 5px;
    color: #fff;
    line-height: 30px;
}

.text-2 .biaoti .cn {
    font-size: 24px;
}

.text-2 .biaoti .en {
    margin-left: 10px;
    font-size: 18px;
}

.text-2 .fubiaoti {
    margin-bottom: 30px;
    font-size: 30px;
    color: #fff;
    line-height: 34px;
    font-weight: bold;
}

.text-2 .jieshao {
    margin-bottom: 25px;
    height: 230px;
    color: #fff;
    line-height: 28px;
    overflow: hidden;
}

.text-2 .more a {
    display: block;
    width: 130px;
    font-family: '04b_08';
    font-size: 12px;
    color: #fff;
    line-height: 56px;
    border: solid 1px #fff;
}

.text-3 ul li .biaoti {
    margin-bottom: 15px;
}

.text-3 ul li .biaoti .shuzi {
    position: relative;
    width: 90px;
}

.text-3 ul li .biaoti .shuzi:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 70px;
    height: 40px;
    background: #f15f5f;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
}

.text-3 ul li .biaoti .shuzi i {
    position: relative;
    z-index: 2;
    display: block;
    width: 55px;
    height: 55px;
    font-family: 'Calibri';
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    background: #cf0f0f;
}

.text-3 ul li .biaoti .mc {
    width: calc(100% - 90px);
    font-size: 18px;
    color: #cf0f0f;
    font-weight: bold;
    line-height: 54px;
    border-bottom: dotted 1px #000;
}

.text-3 ul li .jieshao {
    position: relative;
    padding-left: 30px;
    color: #333;
    line-height: 30px;
}

.text-3 ul li .jieshao:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #cf0f0f;
    border-radius: 50%;
}

.text-4 {
    color: #333;
    line-height: 30px;
}

.maximg img {
    max-width: 100%;
    height: auto !important;
}

.picture-1-box {
    position: relative;
}

.picture-1 {
    position: relative;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.picture-1:nth-child(n+2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.picture-1 .swiper-slide {
    margin-top: 0 !important;
}

.picture-1-list a {
    display: block;
}

.picture-1-list a .imgbox {
    padding: 2px;
    border: solid 1px #b1b1b1;
}

.picture-1-list a .imgbox .imgs {
    overflow: hidden;
}

.picture-1-list a .imgbox .imgs span {
    display: block;
    padding-top: 65%;
}

.picture-1-list a .textbox {
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    line-height: 64px;
}

.picture-1.active {
    z-index: 2;
    visibility: visible;
    opacity: 1;
}

.picture-1 ul {
    margin: 0 -15px;
}

.picture-1 ul li {
    padding: 0 15px;
    width: calc(100% / 3);
}

.picture-3 ul li {
    position: relative;
    width: 360px;
}

.picture-3 ul li:nth-child(1) {
    margin-bottom: -190px;
    margin-right: calc(100% - 360px);
}

.picture-3 ul li:nth-child(2) {
    margin-left: calc(100% - 360px);
}

.picture-3 ul li:nth-child(1):before {
    content: "";
    position: absolute;
    left: calc(100% + 20px);
    top: 90px;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: #f4caca;
}

.picture-3 ul li:nth-child(2):before {
    content: "";
    position: absolute;
    right: calc(100% + 20px);
    bottom: 0;
    z-index: 1;
    width: 140px;
    height: 140px;
    background: #e88c8c;
}

.picture-3 ul li .imgbox {
    padding-top: 100%;
}

.picture-4 {
    position: relative;
}

.picture-4-list a {
    display: block;
    position: relative;
}

.picture-4-list a .imgbox {
    background: #ff0000;
    overflow: hidden;
}

.picture-4-list a .imgbox span {
    display: block;
    padding-top: 78%;
}

.picture-4-list a .textbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.picture-4-list a .textbox .box .mc {
    padding-top: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
}

.picture-5 {
    position: relative;
}

.picture-5-list a {
    display: block;
}

.picture-5-list a .imgbox {
    padding: 2px;
    width: 226px;
    background: #fff;
    border: solid 1px #c1c1c1;
}

.picture-5-list a .imgbox .imgs {
    overflow: hidden;
}

.picture-5-list a .imgbox .imgs span {
    display: block;
    padding-top: 164px;
}

.picture-5-list a .textbox {
    padding: 20px 15px;
    width: calc(100% - 226px);
    height: 170px;
    background: #fff;
}

.picture-5-list a .textbox .biaoti {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.picture-5-list a .textbox .time {
    margin-bottom: 10px;
    font-size: 12px;
    color: #333;
    line-height: 24px;
}

.picture-5-list a .textbox .jieshao {
    height: 72px;
    font-size: 12px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
}

.picture-6 {
    position: relative;
}

.picture-6-list a {
    display: block;
}

.picture-6-list a .imgbox {
    border: solid 1px #ababab;
    overflow: hidden;
}

.picture-6-list a .imgbox span {
    display: block;
    padding-top: 85%;
}

.picture-7 {
    margin-bottom: 20px;
}

.picture-7 img {
    max-width: 100%;
}

.picture-8 {
    position: relative;
    padding-top: 30%;
    margin-bottom: 20px;
}

.picture-8 .map {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.picture-9 ul li:nth-child(n+2) {
    margin-top: 40px;
}

.picture-9 ul li a {
    display: block;
    padding: 1px;
    background: #ababab;
}

.picture-9 ul li a .imgbox {
    width: 380px;
    border: solid 2px #fff;
    overflow: hidden;
}

.picture-9 ul li a .imgbox span {
    display: block;
    padding-top: 246px;
}

.picture-9 ul li a .textbox {
    padding: 35px 30px;
    width: calc(100% - 380px);
}

.picture-9 ul li a .textbox .biaoti {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}

.picture-9 ul li a .textbox .jieshao {
    margin-bottom: 10px;
    height: 96px;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
}

.picture-9 ul li a .textbox .time {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}

@media (min-width: 992px) {

    .title-2 ul li:hover a {
        color: #cf0f0f;
        box-shadow: inset 0 0 0 1px #cf0f0f;
    }

    .text-1 .left {
        padding-right: 20px;
        width: calc(100% - 345px);
        font-size: 12px;
        line-height: 36px;
    }

    .text-1 .left .mc {
        width: 75px;
        color: #4c4c4c;
    }

    .text-1 .left .list {
        width: calc(100% - 75px);
    }

    .text-1 .left .list ul {
        height: 36px;
        overflow: hidden;
    }

    .text-1 .left .list ul li {
        margin-right: 20px;
    }

    .text-1 .left .list ul li a {
        display: block;
        color: #4c4c4c;
    }

    .text-1 .left .list ul li a:hover {
        color: #cf0f0f;
        text-decoration: underline !important;
    }

    .text-1 .right {
        float: right;
        width: 345px;
    }

    .text-1 .right form:hover {
        border: solid 2px #cf0f0f;
    }

    .text-1 .right form:hover button {
        background: #cf0f0f;
    }

    .text-2 {
        float: right;
        padding-left: 45px;
        width: 53%;
    }

    .text-2 .more a:hover {
        color: #cf0f0f;
        background: #fff;
    }

    .text-3 {
        float: right;
        padding-top: 20px;
        padding-left: 50px;
        width: 50%;
    }

    .text-3 ul li:nth-child(n+2) {
        margin-top: 45px;
    }

    .picture-1-list a:hover .imgbox {
        border: solid 1px #cf0f0f;
    }

    .picture-1-list a:hover .imgbox .imgs span {
        transform: scale(1.05);
    }

    .picture-1-list a:hover .textbox {
        color: #cf0f0f;
    }

    .picture-2 {
        float: left;
        width: 47%;
    }

    .picture-2 .imgbox {
        padding-top: 409px;
    }

    .picture-3 {
        float: left;
        width: 50%;
    }

    .picture-4-list a .textbox b {
        display: block;
        position: absolute;
        background: #fff;
        transition: all 0.3s;
    }

    .picture-4-list a .textbox b:nth-child(1) {
        left: 7px;
        top: 7px;
        width: 0;
        height: 2px;
    }

    .picture-4-list a .textbox b:nth-child(2) {
        right: 7px;
        top: 7px;
        width: 2px;
        height: 0;
    }

    .picture-4-list a .textbox b:nth-child(3) {
        right: 7px;
        bottom: 7px;
        width: 0;
        height: 2px;
    }

    .picture-4-list a .textbox b:nth-child(4) {
        left: 7px;
        bottom: 7px;
        width: 2px;
        height: 0;
    }

    .picture-4-list a .textbox .box {
        max-width: 100%;
        min-width: 115px;
        transform: translateY(10px);
    }

    .picture-4-list a .textbox .box .icon {
        padding-bottom: 10px;
        font-size: 0;
        border-bottom: solid 1px #fff;
    }

    .picture-4-list a .textbox .box .icon img {
        width: 47px;
    }

    .picture-4-list a:hover .imgbox span {
        transform: scale(1.05);
        opacity: 0.3;
    }

    .picture-4-list a:hover .textbox {
        opacity: 1;
    }

    .picture-4-list a:hover .textbox b:nth-child(1) {
        width: calc(100% - 14px);
    }

    .picture-4-list a:hover .textbox b:nth-child(2) {
        height: calc(100% - 14px);
    }

    .picture-4-list a:hover .textbox b:nth-child(3) {
        width: calc(100% - 14px);
    }

    .picture-4-list a:hover .textbox b:nth-child(4) {
        height: calc(100% - 14px);
    }

    .picture-4-list a:hover .textbox .box {
        transform: translateY(0px);
    }

    .picture-1 .swiper-button,
    .picture-4 .swiper-button,
    .picture-5 .swiper-button,
    .picture-6 .swiper-button {
        margin-top: -20px;
        width: 23px;
        height: 41px;
        background: none;
        opacity: 1;
    }

    .picture-1 .swiper-button:before, .picture-1 .swiper-button:after,
    .picture-4 .swiper-button:before, .picture-4 .swiper-button:after,
    .picture-5 .swiper-button:before, .picture-5 .swiper-button:after,
    .picture-6 .swiper-button:before, .picture-6 .swiper-button:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        transition: all 0.3s;
    }

    .picture-1 .swiper-button:before,
    .picture-4 .swiper-button:before,
    .picture-5 .swiper-button:before,
    .picture-6 .swiper-button:before {
        z-index: 1;
        background-image: url(../../images/p1_jt.png);
    }

    .picture-1 .swiper-button:after,
    .picture-4 .swiper-button:after,
    .picture-5 .swiper-button:after,
    .picture-6 .swiper-button:after {
        z-index: 2;
        background-image: url(../../images/p1_jt_h.png);
        opacity: 0;
    }

    .picture-1 .swiper-button.swiper-button-prev,
    .picture-4 .swiper-button.swiper-button-prev,
    .picture-5 .swiper-button.swiper-button-prev,
    .picture-6 .swiper-button.swiper-button-prev {
        left: -63px;
    }

    .picture-1 .swiper-button.swiper-button-next,
    .picture-4 .swiper-button.swiper-button-next,
    .picture-5 .swiper-button.swiper-button-next,
    .picture-6 .swiper-button.swiper-button-next {
        right: -63px;
        transform: rotateY(180deg);
    }

    .picture-1 .swiper-button:hover:before,
    .picture-4 .swiper-button:hover:before,
    .picture-5 .swiper-button:hover:before,
    .picture-6 .swiper-button:hover:before {
        opacity: 0;
    }

    .picture-1 .swiper-button:hover:after,
    .picture-4 .swiper-button:hover:after,
    .picture-5 .swiper-button:hover:after,
    .picture-6 .swiper-button:hover:after {
        opacity: 1;
    }

    .picture-5-list a:hover .imgbox {
        border: solid 1px #cf0f0f;
    }

    .picture-5-list a:hover .imgbox .imgs span {
        transform: scale(1.05);
    }

    .picture-5-list a:hover .textbox {
        background: #cf0f0f;
    }

    .picture-5-list a:hover .textbox .biaoti {
        color: #fff;
    }

    .picture-5-list a:hover .textbox .time {
        color: #fff;
    }

    .picture-5-list a:hover .textbox .jieshao {
        color: #fff;
    }

    .picture-6-list a:hover .imgbox {
        border: solid 1px #cf0f0f;
    }

    .picture-6-list a:hover .imgbox span {
        transform: scale(1.05);
    }

    .picture-9 ul li a:hover {
        background: #cf0f0f;
    }

    .picture-9 ul li a:hover .imgbox span {
        transform: scale(1.05);
    }


}

@media (max-width: 1399px) {
    .picture-1 .swiper-button,
    .picture-4 .swiper-button,
    .picture-5 .swiper-button,
    .picture-6 .swiper-button {
        display: none;
    }
}

@media (max-width: 1199px) {
    .main-pad-2 {
        padding-top: 30px
    }

    .title-1 {
        font-size: 20px;
    }

    .title-1 .cn span {
        font-size: 20px;
    }

    .title-2 ul li a {
        min-width: 200px;
        line-height: 40px;
    }

    .title-3 .box .en {
        height: 50px;
        font-size: 60px;
    }

    .title-3 .box .cn .mc {
        font-size: 24px;
        line-height: 44px;
    }

    .title-3 .box .cn .fumc {
        margin-top: 20px;
        font-size: 24px;
        line-height: 24px;
    }

    .text-2 {
        padding-left: 30px;
    }

    .text-2 .biaoti .cn {
        font-size: 18px;
    }

    .text-2 .biaoti .en {
        font-size: 16px;
    }

    .text-2 .fubiaoti {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px;
    }

    .text-2 .jieshao {
        height: 182px;
        line-height: 26px;
    }

    .text-2 .more a {
        width: 120px;
        line-height: 46px;
    }

    .text-3 {
        padding-top: 0;
        padding-left: 30px;
    }

    .text-3 ul li:nth-child(n+2) {
        margin-top: 30px;
    }

    .text-3 ul li .biaoti .shuzi {
        width: 80px;
    }

    .text-3 ul li .biaoti .shuzi i {
        width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: 50px;
    }

    .text-3 ul li .biaoti .mc {
        width: calc(100% - 80px);
        font-size: 16px;
        line-height: 49px;
    }

    .text-3 ul li .jieshao {
        padding-left: 20px;
        line-height: 26px;
    }

    .text-3 ul li .jieshao:before {
        left: 0;
        top: 8px;
    }

    .picture-1-list a .textbox {
        font-size: 14px;
        line-height: 50px;
    }

    .picture-3 ul li {
        width: 300px;
    }

    .picture-3 ul li:nth-child(1) {
        margin-bottom: -111px;
        margin-right: calc(100% - 300px);
    }

    .picture-3 ul li:nth-child(1):before {
        top: 120px;
        width: 50px;
        height: 50px;
    }

    .picture-3 ul li:nth-child(2) {
        margin-left: calc(100% - 300px);
    }

    .picture-3 ul li:nth-child(2):before {
        width: 120px;
        height: 120px;
    }

    .picture-4-list a .textbox .box .icon img {
        width: 40px;
    }

    .picture-4-list a .textbox .box .mc {
        font-size: 16px;
        line-height: 18px;
    }

    .picture-5-list a .imgbox {
        width: 180px;
    }

    .picture-5-list a .imgbox .imgs span {
        padding-top: 140px;
    }

    .picture-5-list a .textbox {
        padding: 10px;
        width: calc(100% - 180px);
        height: 140px;
    }

    .picture-5-list a .textbox .biaoti {
        font-size: 14px;
    }

    .picture-5-list a .textbox .jieshao {
        height: 48px;
    }

    .picture-9 ul li:nth-child(n+2) {
        margin-top: 30px;
    }

    .picture-9 ul li a .imgbox {
        width: 300px;
    }

    .picture-9 ul li a .imgbox span {
        padding-top: 200px;
    }

    .picture-9 ul li a .textbox {
        padding: 20px;
        width: calc(100% - 300px);
        height: 200px;
    }

    .picture-9 ul li a .textbox .biaoti {
        margin-bottom: 15px;
        font-size: 16px;
    }


}

@media (max-width: 1199px) and (min-width: 992px) {
    .picture-2 .imgbox {
        padding-top: 340px;
    }
}

@media (max-width: 991px) {
    .main-pad-2 {
        padding-top: 20px
    }

    .menu-box {
        display: none;
        position: absolute;
        top: 110px;
        right: 0;
        z-index: 2147483645;
        width: 120px;
    }

    .menu-box ul li {
        margin-bottom: 1px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    }

    .menu-box ul li a {
        display: block;
        font-size: 14px;
        color: #cf0f0f;
        text-align: center;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.9);
    }

    .menu-box ul li.active a {
        color: #fff;
        background: #cf0f0f;
    }

    .menu-btn {
        position: relative;
        top: 31px;
        width: 40px;
    }

    .menu-btn b {
        display: block;
        height: 3px;
        background: #cf0f0f;
    }

    .menu-btn b:nth-child(2) {
        margin: 4px 0;
    }

    .menu-btn.active b:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-btn.active b:nth-child(2) {
        opacity: 0;
    }

    .menu-btn.active b:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .title-1 {
        font-size: 16px;
    }

    .title-1 .en {
        margin-bottom: 5px;
    }

    .title-1 .cn span {
        font-size: 18px;
    }

    .title-1.on {
        border-bottom: none;
        background: #cf0f0f;
    }

    .title-1.on .cn {
        margin-bottom: 0;
    }

    .title-1.on .cn span {
        position: relative;
        display: block;
        padding: 0 15px;
        color: #fff;
        line-height: 50px;
        border-bottom: none;
    }

    .title-1.on .cn span:before {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        z-index: 1;
        margin-top: -6px;
        border-top: solid 6px transparent;
        border-bottom: solid 6px transparent;
        border-left: solid 10px #fff;
        transition: all 0.3s;
    }

    .title-1.on .cn span.active:before {
        transform: rotate(90deg);
    }

    .title-1.on + .main-pad-3 {
        padding: 0;
    }

    .title-2 ul li a {
        min-width: 180px;
    }

    .title-2.on {
        margin-bottom: 0;
    }

    .title-2.on ul li {
        display: block;
        margin-bottom: 0;
    }

    .title-2.on ul li:nth-child(n+2) {
        margin-top: 1px;
    }

    .title-2.on.active ul li {
        margin-right: 0;
    }

    .title-3 .box .en {
        height: 40px;
        font-size: 45px;
        line-height: 40px;
    }

    .title-3 .box .cn .mc {
        font-size: 20px;
        line-height: 40px;
    }

    .title-3 .box .cn .fumc {
        font-size: 20px;
        line-height: 20px;
    }

    .text-2 {
        padding-left: 0;
    }

    .text-2 .biaoti {
        line-height: 24px;
    }

    .text-2 .fubiaoti {
        font-size: 18px;
    }

    .text-3 {
        padding-left: 0;
    }

    .text-4 {
        line-height: 26px;
    }

    .picture-1 ul {
        margin: 0 -10px
    }

    .picture-1 ul li {
        padding: 0 10px;
        width: 50%;
    }

    .picture-2 {
        margin-bottom: 20px;
    }

    .picture-2 .imgbox {
        padding-top: 72%;
    }

    .picture-3 {
        margin-bottom: 20px;
    }

    .picture-3 ul li {
        width: 60%;
    }

    .picture-3 ul li:nth-child(1) {
        margin-right: 40%;
        margin-bottom: -30%;
    }

    .picture-3 ul li:nth-child(1):before {
        top: 25%;
        width: 20%;
        height: 20%;
    }

    .picture-3 ul li:nth-child(2) {
        margin-left: 40%;
    }

    .picture-3 ul li:nth-child(2):before {
        width: 30%;
        height: 30%;
    }

    .picture-4-list a .textbox {
        top: initial;
        bottom: 0;
        display: block;
        padding: 0;
        height: auto;
        opacity: 1;
    }

    .picture-4-list a .textbox .box .mc {
        padding-top: 0;
        line-height: 40px;
        background: rgba(0, 0, 0, 0.4);
    }

    .picture-9 ul li:nth-child(n+2) {
        margin-top: 20px;
    }

    .picture-9 ul li a .imgbox {
        width: 200px;
    }

    .picture-9 ul li a .imgbox span {
        padding-top: 160px;
    }

    .picture-9 ul li a .textbox {
        padding: 15px;
        width: calc(100% - 200px);
        height: 160px;
    }

    .picture-9 ul li a .textbox .biaoti {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .picture-9 ul li a .textbox .jieshao {
        height: 72px;
    }

}

@media (max-width: 767px) {

    .main-pad-3 {
        padding-top: 20px;
    }

    .banner .swiper-pagination {
        bottom: 10px;
    }

    .banner .swiper-pagination span {
        width: 8px;
        height: 8px;
    }

    .menu-box {
        top: 90px;
        width: 100px;
    }

    .menu-box ul li a {
        font-size: 12px;
        line-height: 34px;
    }

    .menu-btn {
        top: 21px;
        width: 30px;
    }

    .title-1 .cn span {
        font-size: 16px;
    }

    .title-1.on .cn span {
        font-size: 16px;
        line-height: 44px;
    }

    .title-2 ul li a {
        min-width: 160px;
        font-size: 12px;
    }

    .title-3 .box .en {
        height: 36px;
        font-size: 30px;
        line-height: 36px;
    }

    .title-3 .box .cn .mc {
        font-size: 16px;
        line-height: 30px;
    }

    .title-3 .box .cn .fumc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .title-3 .box:before {
        bottom: 20px;
        right: calc(100% + 20px);
    }

    .title-3 .box:after {
        bottom: 10px;
        right: calc(100% + 30px);
    }

    .title-3 .box .cn .fumc:before {
        bottom: 7px;
        left: calc(100% + 15px);
    }

    .title-3:before {
        bottom: 0;
        background-image: url(../../images/t3_jt_sj.png);
    }

    .text-1 .right form input {
        padding: 0 10px;
    }

    .text-2 .biaoti .cn {
        font-size: 16px;
    }

    .text-2 .biaoti .en {
        font-size: 14px;
    }

    .text-2 .fubiaoti {
        font-size: 16px;
    }

    .text-2 .more a {
        margin: 0 auto;
        line-height: 40px;
    }

    .text-3 ul li:nth-child(n+2) {
        margin-top: 20px;
    }

    .text-3 ul li .biaoti .shuzi {
        width: 70px;
    }

    .text-3 ul li .biaoti .shuzi:before {
        width: 55px;
        height: 20px;
    }

    .text-3 ul li .biaoti .shuzi i {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
    }

    .text-3 ul li .biaoti .mc {
        width: calc(100% - 70px);
        font-size: 14px;
        line-height: 39px;
    }

    .text-3 ul li .jieshao {
        font-size: 12px;
        line-height: 24px;
    }

    .text-3 ul li .jieshao:before {
        top: 7px;
    }

    .text-4 {
        font-size: 12px;
        line-height: 24px;
    }

    .picture-1-list a .textbox {
        font-size: 12px;
        line-height: 40px;
    }

    .picture-4-list a .textbox .box .mc {
        font-size: 12px;
        line-height: 34px;
    }

    .picture-9 ul li a .imgbox {
        width: 160px;
    }

    .picture-9 ul li a .imgbox span {
        padding-top: 120px;
    }

    .picture-9 ul li a .textbox {
        padding: 10px;
        width: calc(100% - 160px);
        height: 120px;
    }

    .picture-9 ul li a .textbox .biaoti {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .picture-9 ul li a .textbox .jieshao {
        margin-bottom: 5px;
        height: 48px;
        font-size: 12px;
    }

    .tabBar {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99999;
        width: 100%;
        background: #cf0f0f;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .tabBar ul li {
        width: calc(100% / 3);
    }

    .tabBar ul li a {
        display: block;
        padding: 5px 0;
        transition: all 0.3s;
    }

    .tabBar ul li:nth-child(n+2) a {
        box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.5);
    }

    .tabBar ul li a .icon {
        position: relative;
        font-size: 0;
        line-height: 24px;
    }

    .tabBar ul li:nth-child(1) a .icon img {
        width: 20px;
    }

    .tabBar ul li:nth-child(2) a .icon img {
        width: 18px;
    }

    .tabBar ul li:nth-child(3) a .icon img {
        width: 16px;
    }

    .tabBar ul li a .icon span {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .tabBar ul li a .mc {
        font-size: 12px;
        color: #fff;
        line-height: 20px;
    }

    .tabBar ul li .tanchuang {
        position: absolute;
        left: 15px;
        bottom: 100%;
        z-index: 1;
        padding-bottom: 10px;
        width: calc(100% - 30px);
        transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .tabBar ul li .tanchuang:before {
        content: "";
        position: absolute;
        right: calc(((100% + 30px) / 3 - 30px - 12px) / 2);
        bottom: 4px;
        z-index: 1;
        width: 0;
        height: 0;
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
        border-top: solid 6px rgba(255, 255, 255, 0.9);
    }

    .tabBar ul li .tanchuang .imgbox {
        padding: 10px;
        font-size: 0;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .tabBar ul li .tanchuang .imgbox img {
        max-width: 100px;
    }

    .tabBar ul li.active a {
        background: #fff;
    }

    .tabBar ul li.active a .icon span {
        opacity: 1;
    }

    .tabBar ul li.active a .mc {
        color: #cf0f0f;
    }

    .tabBar ul li.active .tanchuang {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 479px) {

    .text-2 .fubiaoti {
        margin-bottom: 10px;
    }

    .picture-5-list a .imgbox {
        width: 140px;
    }

    .picture-5-list a .imgbox .imgs span {
        padding-top: 120px;
    }

    .picture-5-list a .textbox {
        width: calc(100% - 140px);
        height: 126px;
    }

}

@media (max-width: 399px) {

    .menu-box {
        top: 62px;
    }

    .title-3:before, .title-3 .box:before, .title-3 .box:after, .title-3 .box .cn .fumc:before {
        display: none;
    }

    .title-3 .box .en {
        margin-bottom: -10px;
        height: 30px;
        font-size: 24px;
        line-height: 30px;
    }

    .title-3 .box .cn .mc {
        font-size: 14px;
    }

    .title-3 .box .cn .fumc {
        font-size: 14px;
    }

    .text-2 .fubiaoti {
        font-size: 14px;
    }

    .picture-5-list a {
        margin-bottom: 10px;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    }

    .picture-5-list a .imgbox {
        width: 100%;
    }

    .picture-5-list a .imgbox .imgs span {
        padding-top: 70%;
    }

    .picture-5-list a .textbox {
        width: 100%;
        height: auto;
    }

    .picture-9 ul li a .imgbox {
        width: 140px;
    }

    .picture-9 ul li a .imgbox span {
        padding-top: 100px;
    }

    .picture-9 ul li a .textbox {
        padding: 5px 10px;
        width: calc(100% - 140px);
        height: 100px;
    }

    .picture-9 ul li a .textbox .biaoti {
        margin-bottom: 0;
    }

    .picture-9 ul li a .textbox .jieshao {
        margin-bottom: 0;
    }

}



