* {
    margin: 0;
    padding: 0
}

html {
    font-size: 70px;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 100%;
    line-height: 30px;
    width: 100%;
    color: #000;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
    outline: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.noPaddingLeft {
    padding-left: 0;
}

.noPaddingRight {
    padding-right: 0;
}

.width50 {
    width: 50%
}
.width35{width:30%}





@media(min-width:1440px) {
    .container {
        width: 1400px;
    }
}

@media(min-width:1680px) {
    .container {
        width: 1600px
    }
}

/* header */
.top {
    background: #333333;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-right: 60px;
    font-size: 14px;
}

.topBox .topList {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.topBox .topList:last-child {
    margin-right: 0;
}

.topBox .topList img {
    margin-right: 10px;
    height:14px
}
.topBox .topList .topList-list{
    display: none;
    position: absolute;
    top:40px;
    left:0;
    background: #fff;
    padding: 20px;
    z-index: 9;
    width: 150%;
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.2);
    transition: all .6s;
}
.topBox .topList .topList-list li{
    transition: all .6s;
}
.topBox .topList .topList-list li a{
    display: block;
    line-height: 40px;
    font-size: 14px;
}
.topBox .topList:hover .topList-list{
    display: block;
    text-align: center;
}
.topBox .topList .topList-list li:hover{
    background: #f4f4f4;
}

.banner {
    width: 100%;
}

.bannerBox {
    width: 100%;
    position: relative;
}

.bannerPic {
    width: 100%;
}

.bannerPic img {
    width: 100%;
    display: block;
}

.bannerTxt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 16%
}

.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-rtl .swiper-button-prev,
.bannerSwiper .swiper-button-prev,
.bannerSwiper .swiper-rtl .swiper-button-next {
    color: #fff;
}

.txt {
    color: #fff;
    font-family: "峰广明锐体" !important;
    font-size: 0.54rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.middle {
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.middel-box {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.sub_nav {
    width: 65%;
}

.sub_nav ul {
    font-size: 0;
    width: 100%;
}

.sub_nav li {
    display: inline-block;
}

.sub_nav li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    position: relative;
    padding: 0px 30px;
    line-height: 60px;
}

.sub_nav li.cur a {
    color: #fff;
    background: #38675e;
}

.sub_nav li.cur a:after {
    left: 0;
    width: 100%;
}

.sub_nav li:hover a {
    color: #fff;
    background: #38675e;
}

.sub_nav li:hover a:after {
    left: 0;
    width: 100%;
}

.location {
    width: 35%;
    text-align: right;
    font-size: 14px;
    line-height: 60px;
}

.banner-c {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-pic {
    width: 100%;
    height: 100%;
}

.banner-pic img {
    width: 100%;
    margin: 0 auto;
    animation: zoomIn 4s ease-out forwards;
}

.banner-txt {
    position: absolute;
    bottom: 0;
    left: 8%;
    width: 18%;
    height: 1rem;
    color: #fff;
}

.catname {
    position: relative;
    padding-left: .4rem;
}

.catname h2 {
    position: relative;
    z-index: 2;
}

.catname:after {
    content: "";
    display: block;
    width: 100%;
    border-top: .8rem solid rgba(56, 103, 94, 0.8);
    border-right: .8rem solid transparent;
    position: absolute;
    left: 0;
    top: -40%;
}





section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.sectionAbout {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sectionAbout-content {
    padding-left: 60px;
}

.sectionAbout-title {
    background: #38675e;
    font-size: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: .4rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.6rem;
}

.sectionAbout-title:after {
    content: "";
    display: block;
    background-color: #38675e;
    width: .9rem;
    height: .8rem;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.sectionAbout-desc {
    line-height: .4rem;
}

.sectionAbout-btn {
    margin-top: .8rem;
    width: 120px;
    border-bottom: 1px solid #000;
    line-height: 40px;
}

.sectionAbout-content:hover .sectionAbout-btn a {
    color: #38675e;
}

.aboutTop {
    width: 100%;
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.aboutTop-pic {
    height: 100%;
}

.aboutTop-pic-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.aboutTop-pic-box img {
    width: 100%;
    object-fit: cover;
    transition: all .6s;
}

.aboutTop:hover .aboutTop-pic-box img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.aboutTop-content {
    height: 100%;
    background: #f4f4f4;
    padding-top: 8%;
    padding-bottom: 10%;
    padding-right: 8%;
    padding-left: .8rem;
    overflow: hidden;
}

.aboutTop-content-box {
    line-height: .3rem;
    color: #000;
}

.aboutTop-title {
    margin-bottom: 60px;
}

.aboutTop-title h1 {
    height: 80px;
    background: #38675e;
    width: 100%;
    line-height: 80px;
    color: #fff;
    font-weight: normal;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
}

.aboutTop-title h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 81px;
    background: #f4f4f4;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);

}
.aboutTop-desc{
    line-height: 30px;
}

.culture {
    margin-bottom: 60px;
    overflow: hidden;
}

.cultureBox {
    width: 100%;
    overflow: hidden;
}

.cultureLi {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cultureLi-pic {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.cultureLi-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.cultureLi:hover .cultureLi-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cultureLi-text {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    height: 270px;
    transform: translateY(100%);
    transition: all .6s;
    line-height: 20px;
    font-size: 14px;
}

.culture-name {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(56, 103, 94, 0.8);
    color: #fff;
    width: 100%;
    height: 150px;
    overflow: hidden;
    font-size: 24px;
    padding: 0 30px;
    clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
    padding-top: 28%;
    transition: all .6s;
}

/* .culture-name h2{
    width: 100%;
    height: 100px;
    line-height: 100px;
    padding:0 30px;
    overflow: hidden;
    position: relative;
}
.culture-name h2:after{
    content: "";
    display: block;
    width: 100px;
    height:100px;
    background: #38675e;
} */

.cultureLi-text h4 {
    margin-bottom: 20px;
}

.cultureLi:hover .cultureLi-text {
    transform: translateY(0);
}

.cultureLi:hover .culture-name {
    display: none;
}
















/* 产品 */
.sectionProduct {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
}

.product {
    max-width: 1200px;
    margin: 60px auto;
}

.productTop {
    overflow: hidden;
    margin-bottom:60px;
}

.productTop-box {
    width: 100%;
    padding:5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.productTop-list {
    width: 4rem;
    height: 2rem;
    margin-right: .4rem;
    border: 1px solid #000;
    padding: 20px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.productTop-list:last-child {
    margin-right: 0;
}

.productTop-list img {
    height: 60px;
    display: block;
    margin: 0 auto;
}

.productTop-list h4 {
    text-align: center;
    line-height: 40px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.productTop-list:hover {
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.productTop-list:hover h4 {
    color: #38675e
}

.productItem,
.productItem-box {
    width: 100%;
    overflow: hidden;
}

.productItem {
    margin-bottom: 60px;
}

.productLi {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.productLi a {
    display: block;
}

.productLi-pic {
    width: 100%;
    height: 357px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.productLi-pic img {
    width: 100%;
    max-height: 357px;
    object-fit: cover;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.productLi-pic::after {
    content: "";
    display: block;
    width: 30%;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(56, 103, 94, 0.8);
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 0%);
    -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 0%);
    -moz-clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 0%);
    -o-clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 0%);
}

.productLi:hover .productLi-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.productLi-content {
    background: #f4f4f4;
    padding: 20px;
    overflow: hidden;
    text-align: center;
}

.productLi-btn {
    line-height: 40px;
    color: #777;
    font-size: 14px;
}

.productLi:hover {
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.pro-c-top {
    width: 100%;
    overflow: hidden;
}

.pro-c-pic {
    padding-right: 60px;
}

.pro-c-pic .proSwiper2 {
    height: 6rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.pro-c-pic .proSwiper2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    transition: all .6s;
}

.pro-c-pic:hover .proSwiper2 img{
    transform: scale(1.1);
}

.proSwiper {
    margin-top: 20px;
}

.proSwiper .swiper-slide {
    height: 1.5rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    border:1px solid #ddd;
}

.proSwiper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.ProText {
    width: 100%
}

.proText h2 {
    line-height: 80px;
    overflow: hidden;
}

.proText-perfor-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.proText-perfor-item .proText-perfor-li {
    width: 18%;
    text-align: center;
}

.proText-perfor-name{height: 48px;line-height: 24px;}
.proText-perfor-item .proText-perfor-li .proText-perfor-pic img {
    height: 80px;
    display: block;
    margin: 0 auto;
}

.proText-perfor-item .proText-perfor-li .proText-perfor-info {
    font-size: 30px;
    margin-top: 10px;
}

.proText-perfor-item .proText-perfor-li .proText-perfor-info span {
    font-size: 16px;
}

.proText-desc {
    padding: .4rem 0;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: .3rem;
}

.category {
    color: #555;
}

.proText-desc span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.proText-perfor {
    padding-top: .3rem;
}

.proText-perfor>span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.banner-pro{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    overflow: hidden;
}
.banner-pro-pic{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.banner-pro-pic img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.banner-jz-box,.banner-gz-box{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.banner-pro-name{
    position: absolute;
    bottom:60px;
    width: 50%;
    height: 120px;
    line-height: 120px;
    background: rgba(56, 103, 94, 0.8);
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.banner-jz-box .banner-pro-name{
    left:0;
}
.banner-gz-box .banner-pro-name{
    right:0;
}
.banner-jz-box:hover .banner-pro-pic img,.banner-gz-box:hover .banner-pro-pic img{
    transform: scale(1.1);
}



.specifics-nav {
    line-height: .8rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.specifics-nav ul {
    overflow: hidden;
}

.specifics-nav ul li {
    width: 10%;
    float: left;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
}

.specifics-nav ul li.active {
    background: #c6dad9;
}

.specifics-nav ul li.active::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: .6rem;
    height: .4rem;
    background: #38675e;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%, 0% 100%);
    -moz-clip-path: polygon(0% 0%, 100% 100%, 0% 100%, 0% 100%);
    -o-clip-path: polygon(0% 0%, 100% 100%, 0% 100%, 0% 100%);
}

.specifics-nav ul li:hover {
    background: #38675e;
}

.specifics-nav ul li:hover a {
    display: block;
    color: #fff;
}

.specifics-content {
    padding: 60px 0;
    overflow: hidden;
}

.specifics-c {
    padding: .4rem 0 0;
    overflow: hidden;
}

.specifics-part1,
.specifics-part2 {
    margin-bottom: 60px;
}
.cp{
    overflow:hidden;
    width:100%
}
.cp-txt{
    overflow:hidden;
    line-height: 30px;
    padding-top:.8rem;
}
.cp-txt p{
    background: #f4f4f4;
    margin-bottom:20px;
    padding:20px 60px;
    position:relative;
    width: 48%;
    margin-right:4%;
    float:left;
    height: 160px;
    line-height: 24px;
    font-size: 14px;
}
.cp-txt p:nth-child(2n){
    margin-right:0;
}
.cp-txt p strong{
    display: block;
    font-size: 16px;
}

.specifics-c table{
    width:100%;
}
.specifics-c table tr td{
    border: 1px solid #777;
    padding:0 10px;
    line-height: 48px;
}
.specifics-box{
    height: 350px;
    border: 1px solid #777;
    padding:5px;
    overflow: hidden;
}
.specifics-box img{
    max-height: 340px;
    display:block;
    margin: 0 auto;
    overflow: hidden;
    transition: all .6s;
}
.specifics-box:hover{
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
}
.specifics-box:hover img{
    transform: scale(1.1);
}
.proBtn {
    width: 2rem;
    height: 0.6rem;
    text-align: center;
    border: 1px solid #777;
    line-height: 0.6rem;
    margin: 0 auto;
    margin-bottom: 60px;
    transition: all .3s;
}

.proBtn a {
    display: block;
    color: #777;
    transition: all .3s;
}

.proBtn:hover {
    background: #38675e;
}

.proBtn:hover a {
    color: #fff;
}






/* case */
.image-tab-container {
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    gap: 20px;
}

/* 缩略图 Tab 样式 */
.thumb-tabs {
    display: flex;
    gap: 10px;
    width: 40%;
    margin-left: 60px;
    margin-top: 120px;
    position: relative;
    z-index: 2;
}

.thumb {
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
    height: 134px;
    overflow: hidden;
    background: #c6dad9;
}

.thumb:hover {
    border-color: #4a90e2;
}

.thumb.active {
    border-color: #4a90e2;
}

.thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* 大图区域样式 */
.large-image-preview {
    width: 100%;
    flex: 1;
    display: none;
    /* 默认隐藏 */
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.8s ease;
    opacity: 0;
}

.large-image {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}



.sectionCase {
    width: 100%;
    height: 100%;
    background: url(../../images/case-bg.jpg) no-repeat right top;
    background-size: 90% auto;
}

.sectionCase-box {
    width: 100%;
    height: 100%;
}

.sectionCase-title {
    margin-top: 10%;
    width: 15rem;
    height: 3rem;
    color: #fff;
    position: relative;
    z-index: 2;
    border-top: 3rem solid #38675e;
    border-right: 3rem solid transparent;
}

.sectionCase-title-txt {
    position: absolute;
    left: 120px;
    top: -180px;
}

/* .sectionCase-title:after{
    content: "";
    display: block;
    background-color: #38675e;
    width: .9rem;
    height: 1.2rem;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
} */

.sectionCase-title h1 {
    margin-bottom: 10px;
}

/* 集团 */
.sectionGroup {
    overflow: hidden;
}

.sectionGroup-top {
    position: relative;
    margin-bottom: 30px
}

.sectionGroup-top-pic,
.sectionGroup-bottom-pic {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.sectionGroup-top-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.sectionGroup-top-title {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 45%;
    border-top: 1rem solid rgba(56, 103, 94, 0.8);
    border-right: .6rem solid transparent;
    color: #fff;
}

.sectionGroup-top-title-txt {
    position: absolute;
    left: 40px;
    top: -60px;

}

.sectionGroup-bottom-box {
    position: relative;
    width: 100%;
}

.sectionGroup-bottom-pic {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sectionGroup-bottom-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.sectionGroup-bottom-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    color: #fff;
    border-top: 1rem solid rgba(56, 103, 94, 0.8);
    border-right: .6rem solid transparent;
}

.sectionGroup-bottom .col-sm-4:nth-child(2) .sectionGroup-bottom-title {
    width: 75%;
}

.sectionGroup-bottom-title-txt {
    position: absolute;
    left: 40px;
    top: -60px;
}

.sectionGroup-bottom-title-txt h2 {
    margin-bottom: 10px
}

.sectionGroup-top:hover .sectionGroup-top-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sectionGroup-bottom-box:hover .sectionGroup-bottom-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}



/* 服务 */
.sec-service {
    overflow: hidden;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.sec-service-box,
.sec-search-box {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 80px 0;
    overflow: hidden;
}

.sec-search-box:after {
    content: "";
    display: block;
    width: 275px;
    height: 145px;
    background: #38675e;
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
}

.sec-service-box:after {
    content: "";
    display: block;
    width: 275px;
    height: 145px;
    background: #38675e;
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 100%);
}

.item-description {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 2;
    font-weight: normal;
}

.item-description .input-box {
    width: 45.8%;
    height: 42px;
    border: 1px solid #fff;
    display: flex;
    margin: 40px 0;
    align-items: center;
}

.item-description .input-box input {
    height: 100%;
    border: none;
    flex: 1;
    background-color: transparent;
    text-indent: 3px;
    font-size: 14px;
    color: #fff;
}

.item-description .input-box input::placeholder {
    color: #f5f5f5;
}

.item-description .input-box button {
    width: 72px;
    height: 42px;
    margin: 20px 0;
    border: none;
    border-left: 2px solid #fff;
    outline: none;
    background: transparent;
    color: #fff;
    line-height: 5px;
}

.item-description .input-box button:hover {
    cursor: pointer;
}

.sec-search {
    background: #eeeeee;
    border-right:1px solid #ddd;
    transition: all .6s;
}

.sec-ser {
    background: #eeeeee;
    transition: all .6s;
}


.sec-btn {
    width: 45.8%;
    height: 0.42rem;
    line-height: 0.42rem;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.sec-service-desc {
    margin: 40px 0;

}
.sec-search:hover,.sec-ser:hover{
    background: #c6dad9;
}


.section2 {
    background: #f8f8f8;
}

footer {
    padding: 60px 0;
    overflow: hidden;
}

.ft-box {
    overflow: hidden;
}

.ft-nav {
    padding-right: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-nav-list {
    width: 14%;
}

.ft-nav-list h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.ft-nav-list ul li {
    font-size: 14px;
}

.ft-contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-contact-left,
.ft-contact-right {
    width: 50%;
}

.ft-contact-left h4,
.ft-contact-right h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.ft-contact-left {
    padding-right: 30px;
}

.ft-contact-desc {
    font-size: 14px;
}

.copyright {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.copyright-desc {
    font-size: 14px;
}

.copyright-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.copyright-box .share {
    /* text-align: right; */
    padding-top: 40px;
    text-transform: uppercase;
    font-size: 20px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.copyright-box .share img {
    width: 30px;
    margin-right: 5px;
}
.copyright-box .share .share-xs img{
    width: 120px;
}

.share-box{
    position: relative;
}
.share-box .share-xs{
    display: none;
    transition: all .6s;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.share-box:hover .share-xs{
    display: block;
    position: absolute;
    top: -250%;
    left:-100%;
    width: 300%;
    display: block;
}


/* 新闻 */
.newsItem {
    width: 100%;
    overflow: hidden;
    margin: 60px 0;
}

.newsItem-box {
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.newsItem-pic {
    width: 100%;
    height: 254px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.newsItem-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.newsItem-pic:after {
    content: "";
    display: block;
    width: 40%;
    height: 1rem;
    background: rgba(56, 103, 94, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
}

.newsItem-content {
    padding: 20px 20px;
    overflow: hidden;
}

.newsItem-content h3 {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.newsItem-desc {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 15px 0;
}

.newsItem-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.newsItem-btn {
    color: #38675e
}

.newsItem-box:hover .newsItem-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newsItem-box:hover {
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.maincontent {
    overflow: hidden;
}

.othercontent .newdetails .topic {
    padding-top: 1.4rem;
    background: #f7f7f7;
    background-size: 19.16666666666667% auto;
}

.topic .location {
    display: flex;
    align-items: center;
    padding: 20px 60px;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
}

.topic .location a {
    color: #333;
}

.padT50 {
    padding-top: 50px;
}

.padB120 {
    padding-bottom: 120px;
}

.padT120 {
    padding-top: 120px;
}

.padB200 {
    padding-bottom: 200px;
}

.padT100 {
    padding-top: 100px;
}

.padB100 {
    padding-bottom: 100px;
}

.maincontent .padT50 .left_w {
    width: 42%;
    overflow: hidden;
    height: 504px;
}

.maincontent .padT50 .left_w img {
    display: block;
    margin: 0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.maincontent .padT50:hover .left_w img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.maincontent .padT50 .right_w {
    width: 53%;
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-bottom: 80px;
}

.maincontent .padT50 .comwidth {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.newdetails .topic .title .text .txt {
    display: flex;
    font-family: "Microsoft YaHei" !important;
    text-shadow: unset;
    font-size: 16px;
    margin-top: .4rem;
    color: #333;
}

.newdetails .topic .title .text .txt span {
    margin-right: 40px;
}

.newdetails .topic .title .text .txt span:last-child {
    margin-right: 0;
}

.specifics .left_w {
    width: 62.5%;
}

.specifics .details {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.7;
}

#page-content .kj {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page-content .kj .kj-b {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
}

#page-content .kj .kj-b img {
    width: 100%;
    object-fit: cover;
}

.specifics .right_w {
    width: 28.125%;
}

.RelatedNews .title {
    padding-bottom: 0.78125vw;
    border-bottom: rgba(0, 0, 0, 0.06) solid 0.1vw;
}

.RelatedNews .title h3 {
    color: #000000;
}

.RelatedNews ul li {
    padding: 30px;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.RelatedNews ul li a {
    display: block;
}

.RelatedNews ul li .right_w_date {
    color: #999;
}

.RelatedNews ul li h4 {
    line-height: 30px;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.RelatedNews ul li:hover {
    background: rgba(162, 162, 162, 0.1);
}

.RelatedNews ul li:hover h4 {
    color: #f90401;
}

.prvenext ul {
    display: flex;
}

.prvenext ul li {
    width: 50%;
}

.prveli a {
    padding-left: 8.33333333333333vw;
    padding-right: 2.6vw;
    text-align: left;
}

.prvenext ul li a {
    display: block;
    width: 100%;
    padding-top: 2.34375vw;
    padding-bottom: 2.34375vw;
    box-sizing: border-box;
    background-color: #eeeeee;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.prvenext ul li:nth-child(1) a {
    background: #c6dad9;
}

.prvenext ul li .t1 {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0.2vw;
}

.prvenext ul li .t2 {
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.nextli a {
    padding-right: 8.33333333333333vw;
    padding-left: 2.6vw;
    text-align: right;
}

.prvenext ul li a:hover {
    background: #38675e;
}

.prvenext ul li a:hover .t1 {
    color: rgba(255, 255, 255, 0.6);
}

.prvenext ul li a:hover .t2 {
    color: #ffffff;
}

/* 联系 */
.contactPic {
    width: 100%;
    background-color: #f4f4f4;
    background-image: url(../../images/contact-pic.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 15%;
    color: #fff;
}

.contactPic h2 {
    position: relative;
    line-height: 60px;
}

.contactPic h2::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #38675e;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-content {
    color: #000;
    background: #fff;
    padding: 0.6rem;
    overflow: hidden;
    margin-top: 0.6rem;
}

.contactDesc {
    width: 45%;
    line-height: 0.3rem;
    margin-top: .2rem;
}

.contact-content-c {
    overflow: hidden;
    margin-bottom: 60px;
    line-height: 30px;
}

.contact-content-box {
    position: relative;
}

.contact-content-box h3 {
    margin-bottom: 20px;
}

.contact-content-box img {
    display: block;
    margin: 0 auto;
}

.contact-content-box span {
    display: block;
    text-align: center;
    line-height: 40px;
}

.contact-content-box:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0;
}

.col-sm-4:nth-child(3) .contact-content-box:after {
    display: none;
}

.contactC {
    background: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 60px;
}

.message {
    background: #fff;
    padding: 60px;
    overflow: hidden;
}

.message h2 {
    position: relative;
    line-height: 60px;
}

.message h2::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #38675e;
    position: absolute;
    left: 0;
    top: 0;
}

.message-desc {
    margin-top: 20px;
    margin-bottom: 60px;
}

.message form {
    width: 100%;
}

.message form .form-group label {
    display: block;
    text-align: left;
    line-height: 40px;
    font-weight: normal;
}

.message form .form-group input {
    display: block;
    line-height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
}

.message form textarea {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.message form button {
    width: 100%;
    line-height: 40px;
    border-radius: 0;
    background: #333;
    font-size: 16px;
    transition: all .6s;
}

.message form button:hover {
    background: #38675e;
}


.margin-top-60 {
    margin-top: 60px;
}

.margin-top-30 {
    margin-top: 30px;
}

.form-control,
.input-text,
textarea,
#q,
select {
    font-size: 16px;
    line-height: 1.75em;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.show-pro-content {
    font-size: 16px;
    line-height: 1.75em;

}

.store-search .input-text {
    width: 70%;
    float: left;
}

.btn-shop {
    border-radius: 0;
    width: 30%;
    background-color: #e77204;
    border: 1px solid #e77204;
    color: #fff;
    line-height: 1.75em;
}

.map-info {
    height: 600px;
    overflow-y: scroll;
}

.tit3 {
    font-size: 22px;
    padding-bottom: 10px;
}

.add,
.tel {
    color: #777;
    font-size: 16px;
    line-height: 1.75em;
}

.store-ul li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.store-ul li .fa {
    padding-right: 10px;
    font-size: 18px !important;
}

.honor {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.honorItem {
    overflow: hidden;
}

.honorItem-box {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    transition: all .6s;
}

.honorItem-box .honorItem-pic {
    height: 370px;
    overflow: hidden;
    display: flex;
    align-content: center;
    position: relative;

}

.honorItem-box .honorItem-pic img {
    max-height: 370px;
    margin: 0 auto;
    transition: all .6s;
}

.honorItem-name {
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #ddd;
    position: relative;
}

.honorItem-name:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100px;
    background: #38675e;
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);

}

.honorItem-box:hover {
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.honorItem-box:hover .honorItem-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* .videoItem-pic{
} */
/* .play {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} */

.videolist {
    position: relative;
    float: left;
    width: 100%;
    height:327px;
    overflow: hidden;
    margin-bottom:30px;
    display: flex;
    flex-wrap: wrap;
}
.videolist img{
    width: 100%;
    object-fit: cover;
    transition: all .6s;
}
.videolist .play{
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 327px;
    left:0;
    top:0;
}
.videolist .play i{
    transition: all .6s;
}
.videolist .play .fa-play-circle-o:before{
    font-size:60px;
    color:#fff;
}

.videolist:hover {
    cursor: pointer;
}
.videolist:hover img{
    transform: scale(1.1);
}
.videolist:hover .play i{
    transform:rotate(360deg);
}
/* .videoed {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 99;
    border-radius: 100%;
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -210px;
    z-index: 100;
    width: 640px;
    height: 360px;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
} */
.vtit{
    position: absolute;
    left:0;
    bottom:0;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    width:100%;
    text-align: center;
    color: #fff;
}

.text-c{
    text-align: center;
}
.text-c a{
    padding:5px 10px;
}
.text-c span{
    padding:5px 10px;
    background: #38675e;
    color: #fff;
}
.solution{
    padding:60px 0;
    overflow: hidden;
}


.shop {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
  }

  #allmap {
    top: 100px;
    left: 0px;
    height: 70%;
    width: 50%;
    overflow: hidden;
  }

  #allAdr{
    position: absolute;
    top: 100px;
    right: 0px;
    height: 70%;
    width: 45%;
    overflow: hidden;
    overflow-y: scroll;    
  }


  #r-result {
    width: 100%;
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 0px
  }


  #cityName {
    width: 60%;
    margin-right: 10px;
    height: 48px;
  }

  #distpicker5 .form-group {
    width: 23%;
    margin-right: 2%
  }

  #distpicker5 .form-group select {
    width: 100%;
    height: 48px;
  }

  #distpicker5 .form-group:last-child {
    margin-right: 0;
  }

  #distpicker5 .form-group input[type='button'] {
    width: 25%;
    height: 48px;
    border: unset;
  }
  #allAdr ul{
    overflow: hidden;
  }
  #allAdr ul li{
    padding:30px;
    border-bottom:1px solid #ccc;
  }
  #allAdr ul li h3{
    margin-bottom:15px;
  }
  
  
  .no-results {
    color: #999;
    font-style: italic;
    padding: 20px;
    text-align: center;
  }
  .phone-section-product{
    display: none;
  }
  .phone.sub_nav{
    display: none;
  }


  @keyframes zoomIn {
    from {
        transform: scale(1.2);
        opacity: 0.8; /* 可选：开始时的透明度 */
    }
    to {
        transform: scale(1);
        opacity: 1; /* 可选：结束时的透明度 */
    }
}





@media(min-width:1920px){
    .sectionAbout{
        max-width: 1920px;
        margin: 0 auto;
    }
    .txt{font-size:100px;}
    section{height: auto;}
    .sectionAbout{
        padding:80px 0;
    }
    section:nth-child(5){
        height: 100vh;
    }
    .topic .location{max-width: 1920px;margin:0 auto}
    .aboutTop{height:70vh}
}

@media(min-width:1439px) and (max-width:1600px){
    .sectionGroup-bottom-title{width:70%}
    .sectionGroup-bottom .col-sm-4:nth-child(2) .sectionGroup-bottom-title{width:85%}
    .aboutTop-pic{width:40%}
    .aboutTop-content{width:60%}
    .aboutTop-desc{line-height: 30px;}
    .culture-name{padding-top:30%}
    .honorItem-box .honorItem-pic{height: 274px;}
    .honorItem-box .honorItem-pic img{max-height: 274px;}
}    

@media(min-width:1280px) and (max-width:1439px){
    .ft-nav-list{width:25%}
    .product-num-add{right:5px}
    .culture-name{padding-top: 40%;
        font-size: 20px;
        padding-left: 10px;}
    .honorItem-box .honorItem-pic{height: 236px;}
    .honorItem-box .honorItem-pic img{max-height: 226px;}
    .videolist{height:204px}
    .videolist .play{line-height:204px;}
    .cp-txt{padding-top:0;}
    .sectionAbout-title{font-size: 0.20rem;}
    .thumb{height: 96px;}
    .sectionGroup-top-title{width:35%}
    .sectionGroup-bottom-title{width:100%}
    .sectionGroup-bottom .col-sm-4:nth-child(2) .sectionGroup-bottom-title{width:100%}
    .sectionGroup-bottom-title-txt{top: -70px;}
    .sectionGroup-bottom-title-txt .desc{line-height: 20px;}
    .sec-service-desc{padding:0 60px;}
    .banner-pro-name{font-size:30px;}
    .specifics-nav ul li{width:20%}
    .cp-txt p{height:232px;padding: 20px 40px;}
    .aboutTop{height: 140vh;}

}


@media(max-width:1024px){
    header{height: auto;}
    .banner{margin-top:40px;height:30vh;}
    .banner .bannerSwiper{width:100%;height: 100%;}
    .bannerBox{height: 100%;}
    .bannerPic{
        height: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .bannerPic img{
        object-fit: cover;
    }
    .txt{font-size: 32px;}
    .noPaddingLeft{
        padding-left:15px;
    }
    .noPaddingRight{
        padding-right:15px;
    }
    section{
        height: auto;
    }
    .sectionAbout{
        padding:30px 10px;
    }
    .sectionProduct-box{display: none;}
    .phone-section-product{display: block;}
    .phone-section-product-box{
        position: relative;
        margin-bottom:20px;
    }
    .phone-section-product-name{
        position: absolute;
        width: 100%;
        height:80px;
        line-height: 100px;
        left:0;
        bottom:0;
        font-size: 20px;
        color: #fff;
        padding-left:20px;
        background: rgba(56, 103, 94, 0.8);
        clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
        -moz-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
        -o-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);    
    }


}

@media(min-width:768px) and (max-width:1024px){
    html{font-size: 80px;}
    .sectionAbout .col-sm-6{
        width: 100%;
    }
    .sectionAbout-video video{
        height:500px !important;
    }
    .sectionAbout-content{
        padding-left:0;
        margin-top:30px;
    }
    .sectionCase-title-txt{left:40px;top: -85px;}
    .thumb{height:55px}
    .sectionGroup-top-title{width: 45%;}
    .sectionGroup-top-title-txt{top: -65px;}
    .sectionGroup-bottom-title{width: 100%;}
    .sectionGroup-bottom .col-sm-4:nth-child(2) .sectionGroup-bottom-title{width:100%}
    .sectionGroup-bottom-title-txt{left:10px;}
    .ft-box .col-sm-6:nth-child(1){display:none;}
    .ft-box .col-sm-6:nth-child(2){width: 100%;}
    .banner-c{
        height: 40vh;
    }
    .banner-pic{
        display:flex;
        flex-wrap: wrap;
    }
    .banner-pic img{
        object-fit:cover;
        width:100%
    }
    .banner-txt{width:35%}
    .sub_nav{width:100%}
    .location{width:100%}
    .productTop-list{height: 140px;}
    .productLi-pic{height: 216px;}
    .productLi-pic img{max-height: 216px;}
    .cp .cp-box,.cp .cp-txt{width:100%}
    .cp-txt p{padding:20px;}
    .specifics-box img{max-height: 202px;}
    .specifics-box{height: 212px;}
    .newsItem-pic{height:124px}
    .aboutTop{height: auto;}
    .aboutTop .width50{width: 100%;}
    .aboutTop-pic{height:300px}
    .culture-name{
        clip-path:unset;
        -webkit-clip-path:unset;
        -moz-clip-path:unset;
        -o-clip-path:unset;
    }
    .culture-name{
        padding:0 20px;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }

    .honorItem-box .honorItem-pic{height: 137px;}
    .honorItem-box .honorItem-pic img{max-height:137px}
    .videolist{height: 130px;}
    .videolist .play{line-height: 130px;}
    .contactDesc{width:70%}
}
@media(max-width:767px){
    html{font-size:40px;}
    .sectionAbout-video video{
        height: 220px !important;
    }
    .sectionAbout-content{padding-left:0;}
    .sectionAbout-title{
        font-size:16px;
        padding-left:10px;
        height: 2rem;
        line-height: 0.6rem;}
    .sectionAbout-title:after{display: none;}
    .sectionAbout-desc{line-height: 24px;font-size: 14px;}

    .sectionCase-title h1{font-size: 20px;}
    .sectionCase-title-txt{position: unset;padding:20px;}
    .sectionCase-title{
        width:100%;
        height:160px;
        background: #38675e;
        border-top: unset;
    border-right: unset;
    }
    .sectionCase-title-desc{
        font-size: 14px;
        line-height: 24px;
    }
    .thumb-tabs{
        display: unset;
        width: 100%;
        margin-left:10px;
        margin-right:10px;
        margin-top:60px;
    }
    .thumb{height: auto;margin-bottom:10px;}
    .sectionGroup-top-title{
        width:70%;
        height: 40px;
        line-height: 40px;
        background: rgba(56, 103, 94, 0.8);
        border: unset;
        padding:0 20px;
    }
    .sectionGroup-bottom-title{width:50%}
    .sectionGroup-top-title-txt{
        position: unset;
    }
    .sectionGroup-top-title-txt h3{
        line-height: 40px;
    }
    .desc{display: none;}
    .sectionGroup-bottom{
        width: 100%;
        overflow: hidden;
    }
    .sectionGroup-top-pic{
        height: 180px;
    }
    .sectionGroup-bottom-title-txt{
        left: 10px;
    top: -32px;
    }
    .sectionGroup-bottom-title-txt h3{
        font-size: 20px;
    }
    .sectionGroup-bottom-box{margin-bottom:20px;}
    .sec-service{margin:30px auto 0;}
    .sec-service .width50{width:100%}
    .sec-service-box, .sec-search-box{padding: 60px 0;}
    .item-description .input-box{width:60%}
    .sec-search-box:after{height: 40px;}
    .sec-btn{height: 40px;line-height: 40px;}
    .sec-service-box:after{height:40px;}
    footer{display: none;}
    .copyright-box{padding:0 10px;}
    .copyright-box .width50{width: 100%;}
    .copyright-desc{text-align: center;}
    .share{display: none;}

    .banner-c{
        height:40vh;
    }
    .banner-pic{
        display: flex;
        flex-wrap: wrap;
    }
    .banner-pic img{
        object-fit: cover;
        width: 100%;
    }
    .banner-txt{
        width: 55%;
        left:0;
    }
    .catname h2{font-size: 20px;}
    .catname:after{
        border-top: 60px solid rgba(56, 103, 94, 0.8);
        border-right: 60px solid transparent;
    }
    .middel-box{display: none;}
    .product{margin:30px auto}
    .productTop-list{height: 120px;width: 30%;}
    .productTop-list h4{font-size: 16px;}
    .productItem{margin-bottom:40px;}
    .location{width: 100%;}
    .topic .location{padding:20px;display:none;}
    .padT100{padding-top:40px;}
    .pro-c-pic{padding-right: 0px;}
    .proSwiper .swiper-slide{height: 50px;}
    .proText-perfor-item .proText-perfor-li{
        width:32%
    }
    .proText-perfor-item{
        justify-content: start;
    }
    .padB120{padding-bottom:40px;}
    .specifics-nav ul li{width: 30%;}
    .specifics-content{padding:40px 10px;}
    .cp-txt p{width: 100%;height: auto;}
    h2{font-size: 24px;}

    .specifics-box{height: 195px;margin-bottom:10px;}
    .specifics-box img{max-height: 185px;}
    .padB100{padding-bottom:40px;}
    .proBtn{width: 40%;line-height: 40px;height: 40px;}
    .productLi-pic{height: 216px;}
    .productLi-pic img{max-height: 216px;}
    .banner-jz-box, .banner-gz-box{width: 100%;}
    .banner-pro-name{
        bottom:0;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }
    .shop{height: 130vh;padding:0 10px;}
    #allmap{width:100%;position: unset;height: 400px;top:180px;}
    #allAdr{width: 100%;position: unset;height: 450px;
        transform: translateY(200px);}
    #distpicker5 .form-group{width: 48%;float:left;}
    #cityName{float:left;}
    #allAdr ul li h3{font-size: 20px;}
    .phone.sub_nav{
        display: block;
        width:100%
    }
    .phone.sub_nav li{
        width: 49%;
        margin-right:2%;
        margin-bottom: 10px;
        float:left;
    }
    .phone.sub_nav li:nth-child(2n){
        margin-right: 0;
    }
    .phone.sub_nav li a{font-size: 14px;line-height: 24px;background-color: #f4f4f4;padding:10px 10px;height: 68px;}
    .margin-top-60{margin-top:30px;}
    .phone.sub_nav li.cur a{color:#38675e}
    .newsItem-pic{height:194px}
    .topic{padding:0 10px;}
    .padT120{padding-top: 40px;}
    .text h2{line-height: 30px;}
    .specifics .left_w{width: 100%;}
    .specifics .right_w{width: 100%;margin-top:30px;}
    .specifics{padding:30px 10px;}
    .RelatedNews ul li h4{font-size: 16px;}
    .prvenext ul{display: unset;}
    .prvenext ul li{width:100%}
    .aboutTop{height: auto;}
    .aboutTop .width50{width: 100%;}
    .aboutTop-content{padding:20px 10px;}
    .aboutTop-title h1{font-size: 24px;padding:0 20px;height:90px;line-height:30px}
    .aboutTop-title h1:after{height:91px;}
    .aboutTop-title{margin-bottom:30px;}
    .aboutTop-desc{line-height: 30px;}
    .honorItem-box .honorItem-pic{height: 216px;}
    .honorItem-box .honorItem-pic img{max-height:216px}
    .honorItem-name{height:48px;line-height:48px}
    .videolist{height: 196px;}
    .videolist .play{line-height: 196px;}
    .contactPic{background-size: 100% 40%;padding-top:20%}
    .contactPic h2{padding:0 10px;}
    .contactPic h2::before{left:10px;}
    .contactDesc{width: 100%;padding:10px;line-height: 24px;}
    .contact-content-box h3{font-size: 20px;}
    .contact-content{padding:20px 10px;}
    .contact-content-box{margin-bottom:30px;}
    .contact-content-box:after{display: none;}
    .message{padding:40px 10px;}
    .copyright-box .share{display: none;}
    .specifics-nav{display:none;}
    .specifics-c table tr td{
        line-height: 20px;
    font-size: 14px;
    }
}
