#title{
        margin-bottom: 30px;
        text-align: center;
    } 
    #title p{
        font-size: 36px;
        line-height: 36px;
        font-weight: normal;
        color: #000;
    }
   #title a{
        font-size: 16px;
        color: #666;
    }
    @media(max-width:1600px){
        #title p{
            font-size: 34px;
            line-height: 34px;
        }
    }
    @media(max-width:1500px){
        #title p{
            font-size: 30px;
            line-height: 30px;
        }
        #title{
            margin-bottom: 26px;
        }
    }
    @media(max-width:1400px){
        #title p{
            font-size: 28px;
            line-height: 28px;
        }
        #title a{
            font-size: 14px;
        }
    }
    @media(max-width:1360px){
        #title p{
            font-size: 26px;
            line-height: 26px;
        }
        #title{
            margin-bottom: 22px;
        }
    }
    @media(max-width:1200px){
        #title p{
            font-size: 24px;
            line-height: 24px;
        }
        #title a{
            font-size: 13px;
        }
    }
    @media(max-width:960px){
        #title p{
            font-size: 22px;
            line-height: 22px;
        }
        #title{
            margin-bottom: 18px;
        }
        #title a{
            font-size: 12px;
        }
    }
    @media(max-width:760px){
        #title p{
            font-size: 20px;
            line-height: 20px;
        }
        #title{
            margin-bottom: 15px;
        }
    }
    @media(max-width:580px){
        #title p{
            font-size: 18px;
            line-height: 18px;
        }
    }



.index01{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5% 1.5%;
}
.index01-container{
    background: #fff;
    position: relative;
    z-index: 10;
    margin-top: -60px;
   
}
    .index01-container .tab{
        padding: 3% 2.5%;
        display: flex;
        justify-content: space-between;
    }
    .index01-container .tab #title{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .index01-container .tab .index01-left{
        display: inline-block;
        width: 21%;
    }

    .index01-container .tab .hd ul li{
        padding: 0 3% 0 22%;
        line-height: 45px;
        background: #f5f5f5;
        margin-bottom: 4px;
        position: relative;
        font-size: 16px;
        cursor: pointer;
    }
    .index01-container .tab .hd ul li a{
        color: #666;
    }
    .index01-container .tab .hd ul li:after{
        content: "";
        position: absolute;
        left: 8%;
        width: 90%;
        height: 45px;
        background: url(../image/index-arrow01.png) left no-repeat;
        background-size: 22px auto;
    }
    .index01-container .tab #index01-lbt0 .item{
        display: inline-block;
        width: 100%;
        padding-bottom: 117.857%;
        position: relative;
    }
    .index01-container .tab #index01-lbt0 .item a{
        display: flex;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .index01-container .tab #index01-lbt0 .item a img{
        display: inline-block;
        width: 100% !important;
    }
    .index01-container #index01-lbt0 .owl-controls .owl-nav .owl-prev,
    .index01-container #index01-lbt0 .owl-controls .owl-nav .owl-next{
        position: absolute;
        top: 45%;
        width: 12%;
        height: 10%;
        opacity: 0;
    }
    .index01-container #index01-lbt0 .owl-controls .owl-nav .owl-prev{
        left: 2%;
        background: url(../image/left-arrow.png) no-repeat;
        background-size: 100% 100%;
    }
    .index01-container #index01-lbt0 .owl-controls .owl-nav .owl-next{
        right: 2%;
        background: url(../image/left-arrow.png) no-repeat;
        background-size: 100% 100%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .index01-container #index01-lbt0:hover .owl-controls .owl-nav .owl-prev,
    .index01-container #index01-lbt0:hover .owl-controls .owl-nav .owl-next{
       opacity: 1;
    }

    .index01-container .tab .index01-right{
        display: inline-block;
        width: 72.2%;
    }
    .index01-container .tab .index01-right .index01-list .item .item-img{
        display: inline-block;
        width: 100%;
        padding-bottom: 100%;
        position: relative;
    }
    .index01-container .tab .index01-right .index01-list .item .item-img a{
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .index01-container .tab .index01-right .index01-list .item .item-img a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .index01-container .tab .index01-right .index01-list .item:hover .item-img a img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
}
    .index01-container .tab .index01-right .index01-list .item .item-txt{
        padding: 7% 10% 0;
    }
    .index01-container .tab .index01-right .index01-list .item .item-txt h1 a{
        font-size: 18px;
        color: #000;
        font-weight: bold;
        margin-bottom: 5%;
        display: block;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .index01-container .tab .index01-right .index01-list .item .item-txt p a{
        display: block;
        font-size: 13px;
        line-height: 20px;
        color: #999999;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 10%;
    }
    .index01-container .tab .index01-right .index01-list .item .item-txt .more{
        display: inline-block;
        font-size: 13px;
        background:#333;
        color: #fff;
        padding: 5% 10%;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }
    .index01-container .index01-list .owl-controls .owl-nav .owl-prev,
    .index01-container .index01-list .owl-controls .owl-nav .owl-next{
        position: absolute;
        top: 26.5%;
        width: 4%;
        height: 8%;
        display: none !important;
    }
    .index01-container .index01-list .owl-controls .owl-nav .owl-prev{
        left: 0%;
        background: url(../image/left-arrow.png) no-repeat;
        background-size: 100% 100%;
    }
    .index01-container .index01-list .owl-controls .owl-nav .owl-next{
        right: 0%;
        background: url(../image/left-arrow.png) no-repeat;
        background-size: 100% 100%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .index01-container .index01-list:hover .owl-controls .owl-nav .owl-prev,
    .index01-container .index01-list:hover .owl-controls .owl-nav .owl-next{
        display: block !important;
    }

    @media(max-width:1400px){
        .index01-container .tab .index01-right .index01-list .item .item-txt h1 a{
            font-size: 16px;
        }
        .index01-container .tab .hd ul li{
            font-size: 14px;
        }
        .index01-container .tab .hd ul li:after{
            left: 6%;
            background-size: 18px auto;
        }
        .index01-container .tab .hd ul li {
            padding: 0 3% 0 20%;
        }
    }
    @media(max-width:1200px){
        .index01-container .tab .index01-right .index01-list .item .item-txt h1 a{
            font-size: 14px;
        }
        .index01-container .tab .hd ul li{
            font-size: 13px;
        }
        .index01-container .tab .index01-right .index01-list .item .item-txt p a{
            font-size: 12px;
        }
        .index01-container .tab .index01-right .index01-list .item .item-txt .more{
            font-size: 12px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
        }
        .index01-container .tab .hd ul li:after{
            left: 3%;
            height: 40px;
            background-size: 16px auto;
        }
        .index01-container .tab .hd ul li {
            line-height: 40px;
        }
    }
    @media(max-width:960px){
        .index01-container .tab .index01-left {
            width: 31%;
        }
        .index01-container .tab .index01-right {
            width: 62%;
        }
        .index01-container .index01-list .owl-controls .owl-nav .owl-prev, .index01-container .index01-list .owl-controls .owl-nav .owl-next {
            height: 6%;
        }
    }
    @media(max-width:760px){
        .index01-container .tab .index01-left {
            width: 44%;
        }
        .index01-container .tab .index01-right {
            width: 50%;
        }
        .index01-container .tab .hd ul li {
            line-height: 35px;
        }
        .index01-container .tab .hd ul li:after{
            height: 35px;
            background-size: 14px auto;
        }
        .index01 {
            padding: 0 5% 10%;
        }
        .index01-container #index01-lbt0 .owl-controls .owl-nav .owl-prev, 
        .index01-container #index01-lbt0 .owl-controls .owl-nav .owl-next{
            opacity: 1;
        }
        .index01-container .index01-list .owl-controls .owl-nav .owl-prev, .index01-container .index01-list .owl-controls .owl-nav .owl-next {
            width: 8%;
            height: 6%;
            display: block !important;
        }
    }





.index02{
    background: #eeeeee;
    padding: 3% 0;
    margin-bottom: 5%;
}
    .index02-container{
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 5%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .index02-left{
        display: inline-block;
        width: 30%;
        text-align: center;
    }
    .index02-left #title{
        display: block;
        margin-bottom: 10%;
    }
    .index02-left .index02-txt p{
        font-size: 14px;
        line-height: 36px;
        color: #666;
        margin-bottom: 10%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .index02-left .more a{
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        color: #981d22;
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
    }
    .index02-left .more a:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 100%;
        height: 2px;
        background: #981d22;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
    }
    .index02-left .more a:hover:after{
        bottom: -10px;
    }
    .index02-right{
        display: inline-block;
        width: 61.5%;
    }
    .index02-right video{
        display: inline-block;
        width: 100%;
        outline: none;
        object-fit: fill;
    }
    @media(max-width:1400px){
        .index02-left .index02-txt p {
            font-size: 13px;
            line-height: 32px;
        }
        .index02-left .more a{
            font-size: 15px;
        }
    }
    @media(max-width:1200px){
        .index02-left .index02-txt p {
            font-size: 12px;
            line-height: 28px;
        }
        .index02-left .more a{
            font-size: 14px;
        }
    }
    @media(max-width:760px){
        .index02-left{
            width: 100%;
            margin-bottom: 12%;
        }
        .index02-right{
            width: 100%;
        }
        .index02-left #title,.index02-left .index02-txt p {
            margin-bottom: 5%;
        }
        .index02{
            padding: 10% 0;
            margin-bottom: 10%;
        }
    }



.index03-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    margin-bottom: 5%;
}
    .index03-container .owl-carousel .owl-controls .owl-dots{
        position: absolute;
        bottom: 5%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: bottom;
    }
    .index03-container .owl-carousel .owl-controls .owl-dots .owl-dot span{
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #999999;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        margin: 0 5px;
    }
    .index03-container .owl-carousel .owl-controls .owl-dots .owl-dot.active span{
        background: #000;
        width: 13px;
        height: 13px;
    }
    @media(max-width:760px){
        .index03-container .owl-carousel .owl-controls .owl-dots .owl-dot span{
            width: 6px;
            height: 6px;
            margin: 0 3px;
        }
        .index03-container .owl-carousel .owl-controls .owl-dots .owl-dot.active span{
            width: 8px;
            height: 8px;
        }
        .index03-container{
            margin-bottom: 10%;
        }
    }



.index04-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    margin-bottom: 5%;
}
    .index04-container #title{
        display: block;
        text-align: center;
    }
    .index04-container .index04-list ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index04-container .index04-list ul li:nth-child(1){
        display: inline-block;
        width: 32.857%;
    }
    .index04-container .index04-list ul li:nth-child(2),
    .index04-container .index04-list ul li:nth-child(3){
        display: inline-block;
        width: 19.2857%;
    }
    .index04-container .index04-list ul li:nth-child(4){
        display: inline-block;
        width: 25%;
    }
    .index04-container .index04-list ul li .item{
        position: relative;
    }
    .index04-container .index04-list ul li:nth-child(1) .item{
        display: inline-block;
        width: 100%;
        padding-bottom: 130.4347%;
    }
    .index04-container .index04-list ul li:nth-child(2) .item,
    .index04-container .index04-list ul li:nth-child(3) .item{
        display: inline-block;
        width: 100%;
        padding-bottom: 107.4626%;
        margin-bottom: 6%;
        box-sizing: border-box;
        border: 1px #bfbfbf solid;
    }
    .index04-container .index04-list ul li:nth-child(4) .item{
        display: inline-block;
        width: 100%;
        padding-bottom: 171.42875%;
    }

    .index04-container .index04-list ul li .item a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .index04-container .index04-list ul li .item a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .index04-container .index04-list ul li .item:hover a img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    @media(max-width:760px){
        .index04-container{
            margin-bottom: 10%;
        }
    }
    @media(max-width:580px){
        .index04-container .index04-list ul li:nth-child(1){
            width: 62%;
        }
        .index04-container .index04-list ul li:nth-child(2){
            width: 36.3%;
        }
        .index04-container .index04-list ul li:nth-child(3){
            width: 42.5%;
        }
        .index04-container .index04-list ul li:nth-child(4){
            width: 55.5%;
        }
    }




.about01-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 3% 5% 5%;
}
    .about01-txt{
        text-align: center;
        max-width: 1170px;
        margin: 0 auto;
    }
    .about01-txt p{
        font-size: 16px;
        line-height: 55px;
        font-weight: lighter;
        color: #666666;
    }
    .about01-arrow{
        display: inline-block;
        line-height: 20px;
        margin-top: 30px;
        margin-bottom: 5%;
        cursor: pointer;
    }
    .about01-txt p:nth-last-child(3){
        display: none;
    }
    .about01-foot{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about01-foot span{
        display: inline-block;
        margin: 0 3%;
        font-size: 20px;
        line-height: 22px;
        color: #981d22;
        letter-spacing: 0.15rem;
    }
    @media(max-width:1600px){
        .about01-txt p {
            font-size: 15px;
            line-height: 50px;
        }
    }
    @media(max-width:1400px){
        .about01-txt p {
            font-size: 14px;
            line-height: 46px;
        }
        .about01-foot span {
            font-size: 18px;
            line-height: 20px;
        }
    }
    @media(max-width:1360px){
        .about01-txt p {
            font-size: 13px;
            line-height: 42px;
        }
        .about01-foot span {
            font-size: 16px;
            line-height: 20px;
        }
    }
    @media(max-width:960px){
        .about-main{
            margin-top: 120px;
        }
        .about01-txt p {
            font-size: 12px;
            line-height: 36px;
        }
        .about01-foot span {
            font-size: 14px;
            line-height: 18px;
        }
        .about01-arrow{
            margin-bottom: 30px;
        }
    }
    @media(max-width:760px){
        .about01-container{
            padding:3% 5% 10%
        }
        .about01-foot span {
            font-size: 12px;
            line-height: 16px;
        }
    }




.about02{
    background: url(../image/about02-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 3% 0;
    margin-bottom: 5%;
}
    .about02-container{
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .about02-left{
        display: inline-block;
        width: 67.857%;
    }
    .about02-left ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about02-left ul li{
        display: inline-block;
        width: 48.42%;
        margin-bottom: 3%;
    }
    .about02-left ul li:nth-child(3),.about02-left ul li:nth-child(4){
        margin-bottom: 0;
    }
    .about02-left ul li .list-img{
        display: inline-block;
        width: 100%;
        padding-bottom: 65.217%;
        position: relative;
    }
    .about02-left ul li .list-img a{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left: 0;
        overflow: hidden;
    }
    .about02-left ul li .list-img a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .about02-left ul li:hover .list-img a img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .about02-right{
        display: inline-block;
        width: 25.357%;
    }
    .about02-right #title{
        text-align: left !important;
    }
    .about02-right #title p{
        color: #fff !important;
    }
    .about02-right .about02-txt p{
        font-size: 20px;
        line-height: 44px;
        margin-top: 20%;
        font-weight: lighter;
        color: #fff;
    }
    @media(max-width:1500px){
        .about02-right .about02-txt p{
            font-size: 18px;
            line-height: 40px;
            background-size: auto 100%;
            background-position: 50%;
        }
    }
    @media(max-width:1400px){
        .about02-right .about02-txt p{
            font-size: 17px;
            line-height: 38px;
        }
    }
    @media(max-width:1360px){
        .about02-right .about02-txt p{
            font-size: 16px;
            line-height: 36px;
        }
    }
    @media(max-width:1200px){
        .about02-right .about02-txt p{
            font-size: 15px;
            line-height: 32px;
        }
    }
    @media(max-width:960px){
        .about02-right .about02-txt p{
            font-size: 14px;
            line-height: 30px;
        }
    }
    @media(max-width:760px){
        .about02{
            padding: 10% 0;
            margin-bottom: 10%;
        }
        .about02-right .about02-txt p{
            font-size: 13px;
            line-height: 28px;
            margin-top: 3%;
            text-align: center;
        }
        .about02-container{
            flex-direction: column-reverse;
        }
        .about02-right #title{
            text-align: center !important;
        }
        .about02-right{
            width: 80%;
            margin-bottom: 5%;
        }
        .about02-left{
            width: 100%;
        }
    }



.about03-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    margin-bottom: 5%;
}
    .about03-list ul{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 5%;
    }
    .about03-list ul li{
        display: inline-block;
        width: 21%;
        text-align: center;
        padding: 5% 0;
    }
    .about03-list ul li .list-img img{
        display: inline-block;
        width: 27%;
        margin-bottom: 15%;
    }
    .about03-list ul li .list-img img:nth-child(2){
        display: none;
    }
    .about03-list ul li .list-txt h1{
        font-size: 24px;
        margin-bottom: 8%;
        color: #000;
        font-weight: normal;
    }
    .about03-list ul li .list-txt p{
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        font-weight: lighter;
        color: #666;
    }
    .about03-list ul li:nth-child(2) .list-txt p{
        padding: 0 15%;
    }

    .about03-list ul li:hover{
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    }
    .about03-list ul li:hover .list-img img:nth-child(2){
        display: inline-block;
    }
    .about03-list ul li:hover .list-img img:nth-child(1){
        display: none;
    }

    @media(max-width:1500px){
        .about03-list ul li .list-txt h1{
            font-size: 22px;
        }
    }
    @media(max-width:1360px){
        .about03-list ul li .list-txt h1{
            font-size: 20px;
        }
        .about03-list ul li .list-txt p{
            font-size: 13px;
            line-height: 26px;
        }
    }
    @media(max-width:1200px){
        .about03-list ul li .list-txt h1{
            font-size: 18px;
        }
        .about03-list ul li .list-txt p{
            font-size: 12px;
            line-height: 24px;
        }
    }
    @media(max-width:960px){
        .about03-list ul li .list-txt h1{
            font-size: 16px;
        }
        .about03-list ul li:nth-child(2) .list-txt p{
            padding: 0;
        }
        .about03-list ul li {
            width: 25%;
            padding: 5% 2%;
        }
    }
    @media(max-width:760px){
        .about03-list ul li{
            width: 50%;
            margin-bottom: 20px;
            padding: 10% 5%;
        }
        .about03-list ul li .list-img img {
            margin-bottom: 10%;
        }
        .about03-list ul li:nth-child(2){
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
        }
        .about03-list ul li:nth-child(2) .list-img img:nth-child(2){
            display: inline-block;
        }
        .about03-list ul li:nth-child(2) .list-img img:nth-child(1){
            display: none;
        }
    }




.contact01-container{
    padding: 3% 0 5%;
}
    .contact-arrow{
        text-align: center;
    }
    .contact-arrow img{
        display: inline-block;
    }
    .contact-message{
        background: url(../image/contact.bg.jpg) no-repeat;
        background-size: 100% 100%;
        margin-top: 2%;
        padding: 3% 0;
    }
    .contact-message .contact-form{
        display: block;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 5%;
    }
    .contact-message .contact-form ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .contact-message .contact-form ul li{
        display: inline-block;
        width: 48.571%;
        margin-bottom: 25px;
    }
    .contact-message .contact-form ul li:last-child{
        width: 100%;
    }
    .contact-message .contact-form ul li p{
        display: block;
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
        color: #000;
    }
    .contact-message .contact-form ul li .inp{
        outline: none;
        display: inline-block;
        width: calc(100% - 20px);
        padding: 0 10px;
        line-height: 55px;
        border: 1px solid #e5e5e5;
        background: #fff;
        font-size: 16px;
        color: #666;
        font-weight: lighter;
        font-family: Arial, Helvetica, sans-serif;
    }
    .contact-message .contact-form ul li textarea.inp{
        padding-bottom: 4.5%;
    }
    .contact-message .contact-form .submit{
        text-align: center;
        margin-top: 2%;
    }
    .contact-message .contact-form .submit a{
        display: inline-block;
        width: 200px;
        line-height: 70px;
        font-size: 18px;
        color: #fff;
        background: #000;
        text-align: center;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    @media(max-width:1800px){
        .contact-message{
            background-size: auto 100%;
            background-position: right;
        }
    }
    @media(max-width:1360px){
        .contact-arrow img{
            width: 30px;
        }
        .contact-message .contact-form ul li p{
            font-size: 14px;
        }
        .contact-message .contact-form ul li .inp {
            line-height: 50px;
            font-size: 14px;
        }
        .contact-message .contact-form .submit a{
            width: 180px;
            line-height: 60px;
            font-size: 16px;
        }
        .contact-message .contact-form ul li{
            margin-bottom: 20px;
        }
    }
    @media(max-width:960px){
        .contact-main{
            margin-top: 120px;
        }
        .contact-message .contact-form .submit a{
            width: 140px;
            line-height: 50px;
            font-size: 14px;
        }
        .contact-message .contact-form ul li .inp {
            line-height: 45px;
            font-size: 12px;
        }
        .contact-message .contact-form ul li p {
            font-size: 12px;
        }
        .contact-message .contact-form ul li{
            margin-bottom: 18px;
        }
    }
    @media(max-width:660px){
        .contact-message .contact-form ul li{
            margin-bottom: 12px;
            width: 100%;
        }
        .contact-message{
            padding: 8% 0;
            margin-top: 5%;
        }
        .contact-message .contact-form .submit a{
            width: 110px;
            line-height: 40px;
        }
        .contact01-container{
            padding: 3% 0 8%;
        }
    }




.contact02-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    margin-bottom: 5%;
}
    .contact02-list ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact02-list ul li{
        display: inline-block;
        width: 42.857%;
        text-align: center;
        padding-bottom: 5%;
        border-bottom: 1px solid #d2d2d2;
        position: relative;
    }
    .contact02-list ul li:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 1px;
        background: #000;
    }
    .contact02-list ul li:hover:after{
        width: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .contact02-list ul li p img{
        display: inline-block;
        width: 13.333%;
    }
    .contact02-list ul li h1{
        font-size: 24px;
        color: #000;
        font-weight: normal;
        margin-top: 7%;
        margin-bottom: 5%;
    }
    .contact02-list ul li p{
        font-size: 14px;
        line-height: 30px;
        color: #666;
    }
    .contact02-list ul li p span,.contact02-list ul li p a{
        color: #981d22;
        font-weight: bold;
    }

    @media(max-width:1500px){
        .contact02-list ul li h1{
            font-size: 22px;
        }
    }
    @media(max-width:1400px){
        .contact02-list ul li h1{
            font-size: 20px;
        }
        .contact02-list ul li p{
            font-size: 13px;
            line-height: 28px;
        }
    }
    @media(max-width:960px){
        .contact02-list ul li{
            width: 100%;
            margin-bottom: 5%;
        }
        .contact02-list ul li h1 {
            font-size: 18px;
        }
        .contact02-list ul li p {
            font-size: 12px;
            line-height: 26px;
        }
    }
    @media(max-width:760px){
        .contact02-container{
            margin-bottom: 10%;
        }
    }



.pro-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 3% 5% 5%;
}
    .pro-home{
        padding-bottom: 20px;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 30px;
    }
    .pro-home p,.pro-home a{
        font-size: 12px;
        line-height: 12px;
        font-weight: lighter;
        color: #999;
    }
    .pro-home p span{
        color: #981d22;
    }
    .pro-nav ul{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .pro-nav ul>li{
        display: inline-block;
        text-align: center;
        margin: 0 1%;
        padding-bottom: 10px;
        position: relative;
    }
    .pro-nav ul>li>a{
        display: inline-block;
        padding: 0 30px;
        line-height: 40px;
        font-size: 14px;
        color: #999;
        font-weight: lighter;
    }
    .pro-nav ul>li.active>a{
        color: #fff;
        background: #000;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .pro-nav ul>li:hover>a{
        color: #fff;
        background: #000;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .pro-nav ul>li ol{
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 160px;
        left: calc(50% - 80px);
        background: #eeeeee;
        display: none;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
}
    .pro-nav ul>li ol li{
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 16px 0;
        text-align: center;
        display: flex;
    }
    .pro-nav ul>li ol li:nth-child(1){
        margin-top: 10px;
    }
    .pro-nav ul>li ol li:last-child{
        margin-bottom: 10px;
    }
    .pro-nav ul>li ol li a{
        font-size: 14px;
        line-height: 18px;
        color: #999;
        font-weight: lighter;
    }
    .pro-nav ul>li:hover ol{
        display: block;
    }
    .pro-nav ul>li ol li:hover{
        background: #323232;
    }
    .pro-nav ul>li ol li:hover a{
        color: #fff;
    }
    .pro-lbt{
        margin-bottom: 6.5%;
    }
    .pro-lbt .item {
        display: inline-block;
        width: 100%;
        padding-bottom: 39.285%;
        position: relative;
    }
    .pro-lbt .item  a{
        display: flex;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .pro-lbt .item  a img{
        display: inline-block;
        width: 100% ;
        height: 100%;
    }
    .pro-list ul{
        display: flex;
        flex-wrap: wrap;
    }
    .pro-list ul li{
        display: inline-block;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 2%;
    }
    .pro-list ul li:nth-child(3n){
        margin-right: 0;
    }
    .pro-list ul li .list-img{
        display: inline-block;
        width: 100%;
        padding-bottom: 100%;
        position: relative;
    }
    .pro-list ul li .list-img a{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden;
    }
    .pro-list ul li .list-img a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .pro-list ul li:hover .list-img a img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .pro-list ul li .list-txt{
        text-align: center;
        padding: 8% 7%;
    }
    .pro-list ul li .list-txt h1 a{  
        display: block;
        font-size: 18px;
        color: #202020;
        margin-bottom: 4.5%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .pro-list ul li .list-txt p a{
        display: block;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 8%;
        color: #666;
        font-weight: lighter;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .pro-list ul li .list-txt .more{
        display: inline-block;
        font-size: 16px;
        font-weight: lighter;
        color: #fff;
        padding: 3% 10%;
        background: #000;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    @media(max-width:1500px){
        .pro-list ul li .list-txt h1 a {
            font-size: 17px;
        }
        .pro-list ul li .list-txt p a {
            font-size: 13px;
            line-height: 25px;
        }
        .pro-list ul li .list-txt .more {
            font-size: 15px;
        }
    }
    @media(max-width:1400px){
        .pro-list ul li .list-txt h1 a {
            font-size: 16px;
        }
        .pro-list ul li .list-txt p a {
            font-size: 12px;
            line-height: 24px;
        }
        .pro-list ul li .list-txt .more {
            font-size: 14px;
        }
        .pro-nav ul>li>a {
            padding: 0 25px;
            line-height: 35px;
            font-size: 13px;
        }
        .pro-nav ul>li ol li:nth-child(1){
            margin-top: 7px;
        }
        .pro-nav ul>li ol li:last-child{
            margin-bottom: 7px;
        }
        .pro-nav ul>li ol li {
            padding: 14px 0;
        }
        .pro-nav ul>li ol li a {
            font-size: 13px;
        }
        .pro-home {
            padding-bottom: 16px;
            margin-bottom: 22px;
        }
        .pro-nav ul {
            margin-bottom: 25px;
        }
    }
    @media(max-width:960px){
        .pro-list ul li .list-txt h1 a {
            font-size: 14px;
        }
        .pro-list ul li .list-txt .more {
            font-size: 13px;
        }
        .pro-list ul li .list-txt p a {
            font-size: 12px;
            line-height: 22px;
        }
        .products-main{
            margin-top: 120px;
        }
        .pro-nav ul>li>a {
            padding: 0 20px;
            line-height: 30px;
            font-size: 12px;
        }
        .pro-nav ul>li ol li:nth-child(1){
            margin-top: 5px;
        }
        .pro-nav ul>li ol li:last-child{
            margin-bottom: 5px;
        }
        .pro-nav ul>li ol li {
            padding: 10px 0;
        }
        .pro-nav ul>li ol li a {
            font-size: 12px;
        }
        .pro-home {
            padding-bottom: 12px;
            margin-bottom: 18px;
        }
        .pro-nav ul>li ol {
            width: 130px;
            left: calc(50% - 65px);
        }
        .pro-nav ul {
            margin-bottom: 20px;
        }
    }
    @media(max-width:760px){
        .pro-lbt{
            margin-bottom: 10%;
        }
        .pro-list ul li .list-txt p a {
            font-size: 12px;
            line-height: 20px;
        }
        .pro-list ul{
            justify-content: space-between;
        }
        .pro-list ul li{
            width: 47%;
            margin-right: 0;
            margin-bottom: 3%;
        }
        .pro-list ul li .list-txt .more {
            font-size: 12px;
            padding: 5% 10%;
        }
    }




    
.prod-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5.5%;
}

    .prod-top-right{
        display: inline-block;
        width: 38%;
    }
    .prod-top-right>h1{
        font-size: 28px;
        margin-bottom: 3%;
        color: #981d22;
        font-weight: normal;
    }
    .prod-top-right>p{
        padding: 0 5%;
        background: #000;
        font-size: 14px;
        line-height: 40px;
        color: #fff;
        margin-bottom: 4.5%;
    }
    .prod-top-right  .prod-right-txt ul li{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2%;
    }
    .prod-top-right  .prod-right-txt ul p{
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 20px;
        font-size: 14px;
        color: #666;
        font-weight: lighter;
    }
    .prod-top-right .prod-right-txt ul p:nth-child(1){
        display: inline-block;
        width: 90px;
    }
    .prod-top-right .prod-right-txt ul p:nth-child(2){
        color: #000;
        width: calc(100% - 90px);
    }
    .prod-top-right .prod-right-txt ul p img{
        display: inline-block;
        width: auto !important;
        max-width: 100%;
    }
    .prod-share {
        text-align: right;
    }
    .share-more,.bds_more{
        display: inline-block;
        width: 22px;
        height: 22px;
        position: relative;
        padding-left: 0 !important;
    }
    .bds_more:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../image/prod-s4.jpg) no-repeat;
    }
 
    



    .prod-center{
        max-width: 790px;
        margin: 0 auto;
        padding: 0 3%;
        margin-bottom: 5.5%;
    }
    .prod-center .hd ul{
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
    .prod-center .hd ul li{
        display: inline-block;
        border-right: 2px solid #999;
        font-size: 18px;
        line-height: 18px;
        color: #999;
        padding: 0 3%;
        cursor: pointer;
    }
    .prod-center .hd ul li.on{
        color: #000;
    }
    .prod-center .hd ul li:last-child{
        border: none;
    }
    .prod-center .bd ul p{
        font-size: 14px;
        line-height: 30px;
        color: #010101;
    }
    .prod-bottom>h1{
        text-align: center;
        font-size: 24px;
        color: #000;
        font-weight: lighter;
        margin-bottom: 3%;
    }
    .prod-bottom .row .item{
        margin: 1px;
    }
    .prod-bottom .row .item .item-img{
        display: inline-block;
        width: 100%;
        padding-bottom: 100%;
        position: relative;
    }
    .prod-bottom .row .item .item-img a{
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .prod-bottom .row .item .item-img a img{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .prod-bottom .row .item .item-txt{
        margin: 5% 6%;
        text-align: center;
    }
    .prod-bottom .row .item .item-txt h1 a{
        display: block;
        font-size: 18px;
        margin-bottom: 3%;
        color: #444444;
        font-weight: normal;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .prod-bottom .row .item .item-txt p a{
        display: block;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        font-size: 14px;
        color: #999;
    }
    .prod-bottom .row .item:hover{
        border: 1px solid #000;
    }
    .prod-bottom .row .item:hover .item-txt h1 a{
        color: #000;
        font-weight: bold;
    }
    .prod-bottom .row .owl-controls .owl-nav .owl-prev,
    .prod-bottom .row .owl-controls .owl-nav .owl-next{
        position: absolute;
        top: 36.5%;
        width: 2%;
        height: 8%;
        display: none !important;
    }
    .prod-bottom .row .owl-controls .owl-nav .owl-prev{
        left: 0%;
        background: url(../image/left-arrow.png) no-repeat;
        background-size: 100% 100%;
    }
    .prod-bottom .row .owl-controls .owl-nav .owl-next{
        right: 0%;
        background: url(../image/left-arrow.png) no-repeat;
        background-size: 100% 100%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .prod-bottom .row:hover .owl-controls .owl-nav .owl-prev,
    .prod-bottom .row:hover .owl-controls .owl-nav .owl-next{
        display: block !important;
    }
    
    @media(max-width:1600px){
        .prod-top-right>h1 {
            font-size: 26px;
        }
    }
    @media(max-width:1500px){
        .prod-top-right>h1 {
            font-size: 24px;
        }
        .prod-center .hd ul li{
            font-size: 17px;
            line-height: 17px;
        }
        .prod-bottom>h1{
            font-size: 22px;
        }
        .prod-bottom .row .item .item-txt h1 a {
            font-size: 17px;
        }
    }
    @media(max-width:1400px){
        .prod-top-right>h1 {
            font-size: 22px;
        }
        .prod-top-right>p {
            font-size: 13px;
            line-height: 35px;
        }
        .prod-top-right .prod-right-txt ul p{
            font-size: 13px;
        }
        .prod-top-right .prod-right-txt ul p:nth-child(1) {
            display: inline-block;
            width: 80px;
        }
        .prod-top-right .prod-right-txt ul p:nth-child(2){
            width: calc(100% - 80px);
        }
        .prod-center .hd ul li{
            font-size: 16px;
            line-height: 16px;
        }
        .prod-center .hd ul{
            margin-bottom: 20px;
        }
        .prod-center .bd ul p {
            font-size: 13px;
            line-height: 28px;
        }
        .prod-bottom>h1{
            font-size: 22px;
        }
        .prod-bottom .row .item .item-txt h1 a {
            font-size: 16px;
        }
    }
    @media(max-width:1200px){
        .prod-top-right>h1 {
            font-size: 20px;
        }
        .prod-top-right>p {
            font-size: 12px;
            line-height: 30px;
        }
        .prod-top-right .prod-right-txt ul p{
            font-size: 12px;
        }
        .prod-top-right .prod-right-txt ul p:nth-child(1) {
            display: inline-block;
            width: 75px;
        }
        .prod-top-right .prod-right-txt ul p:nth-child(2){
            width: calc(100% - 75px);
        }
        .prod-top-right .prod-right-txt ul p{
            margin-bottom: 18px;
        }
        .prod-center .hd ul li{
            font-size: 15px;
            line-height: 15px;
        }
        .prod-center .hd ul{
            margin-bottom: 15px;
        }
        .prod-bottom>h1{
            font-size: 20px;
        }
        .prod-bottom .row .item .item-txt h1 a {
            font-size: 15px;
        }
        .prod-bottom .row .item .item-txt p a {
            font-size: 13px;
        }
        .prod-bottom .row .owl-controls .owl-nav .owl-prev, .prod-bottom .row .owl-controls .owl-nav .owl-next {
            width: 3%;
        }
    }
    @media(max-width:1100px){
        .prod-top-right>h1 {
            font-size: 18px;
        }
        .prod-top-right .prod-right-txt ul p{
            margin-bottom: 15px;
        }
        .prod-center .hd ul li{
            font-size: 14px;
            line-height: 14px;
        }
        .prod-center .hd ul{
            margin-bottom: 15px;
        }
        .prod-center .bd ul p {
            font-size: 12px;
            line-height: 26px;
        }
      
    }
    @media(max-width:960px){
        .prod-top-right>h1 {
            font-size: 16px;
        }
        .prod-top-right {
           display: inline-block;
           width: 100%;
           margin-top: 5%;
        }
        .prod-bottom .row .owl-controls .owl-nav .owl-prev, .prod-bottom .row .owl-controls .owl-nav .owl-next {
            width: 4%;
        }
    }
    @media(max-width:760px){
        .prod-bottom .row .owl-controls .owl-nav .owl-prev, .prod-bottom .row .owl-controls .owl-nav .owl-next {
            width: 5%;
            height: 8%;
            display: block !important;
        }
        .prod-top{
            margin-bottom: 10%;
        }
        .prod-bottom>h1{
            font-size: 18px;
            margin-bottom: 15px;
        }
        .prod-bottom .row .item .item-txt h1 a {
            font-size: 14px;
        }
        .prod-bottom .row .item .item-txt p a {
            font-size: 12px;
        }
        .prod-top-right>h1 {
            font-size: 15px;
        }
        .prod-top-right .prod-right-txt ul p{
            margin-bottom: 10px;
        }
        .prod-center,.prod-bottom{
            margin-bottom: 10%;
        }
    }