@charset "utf-8";


@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-SemiBold.woff2') format('woff2'),
        url('font/Poppins-SemiBold.woff') format('woff'),
        url('font/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Light.woff2') format('woff2'),
        url('font/Poppins-Light.woff') format('woff'),
        url('font/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Regular.woff2') format('woff2'),
        url('font/Poppins-Regular.woff') format('woff'),
        url('font/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Medium.woff2') format('woff2'),
        url('font/Poppins-Medium.woff') format('woff'),
        url('font/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewtextITCbyBT';
    src: url('font/NewtextITCbyBT-Regular.woff2') format('woff2'),
        url('font/NewtextITCbyBT-Regular.woff') format('woff'),
        url('font/NewtextITCbyBT-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color:#000; overflow-x: hidden; font-family:'Poppins',Arial,sans-serif; padding-top: 178px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none;  font-family: 'Poppins',Arial,sans-serif;}
svg{ border: none;}
::-webkit-input-placeholder {color: #888;}
::-moz-placeholder {color: #888;}
:-ms-input-placeholder {color: #888;}

a { text-decoration: none; color:#000; transition: color 0.56s ease;}
a:hover{ color:#668865;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 100%; max-width: 1612px; margin: 0 auto; padding: 0 50px;}


::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #666;}

/*顶部*/
.header{ width: 100%; background:#fff; box-shadow: 0 0px 10px rgba(0,0,0,.1); position: fixed; left: 0; top: 0; z-index: 99999; }
.header .headTop{ height: 48px; line-height: 48px; background: #dee9e0; font-size: 15px; font-weight: 500; overflow: hidden; transition: height .2s;}
.header .headTop .headcontact{ display: flex;}
.header .headTop .headcontact span{ margin-right: 30px;}
.header .headTop .share a{ margin-left: 8px;}
.header .headCon{ height: 130px; transition: height .4s;}
.header .logo{ height: 93px; transition: height .4s;}
.header .nav{ position: relative; margin-top: 20px; transition: margin-top .4s;}
.header .nav>ul>li{ position: relative; margin:0 16px;}
.header .nav>ul>li>a{ font-size:16px; color:#000; line-height:38px; font-weight: 700; border-bottom: 2px solid #fff; text-transform: uppercase; transition: all .4s; display: block; position: relative;}
.header .nav>ul>li>a:hover{ color:#668865;}
.header .nav>ul>li.on>a,.header .nav>ul>li:hover>a{ color:#668865; border-bottom: 2px solid #668865;}
.header .nav>ul>li .subnav{ width: 280px; position: absolute; left: 50%; top: 38px; transform: translateX(-50%); z-index: 11; padding-top: 42px; display: none;}
.header .nav>ul>li .subnav ol{ background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,.1); padding: 35px 25px; position: relative;}
.header .nav>ul>li .subnav ol a{ display: block; color: #000; line-height: 2;}
.header .nav>ul>li .subnav ol a:hover{ color:#668865;}
.header .searchBtn{ width: 44px; height: 44px; background: url(../images/icon03.png) no-repeat center; margin-right:15px; cursor: pointer;}
.header .searchCart a{ line-height: 44px; background: #668865; color: #fff; font-weight: bold; padding: 0 22px; border-radius: 8px;}
.header .searchCart a:hover{ background: #557754;}
.menu-toggle{display: none;}

.header.fixed .headTop{ height: 0;}
.header.fixed .headCon{ height: 100px;}
.header.fixed .logo{ height: 80px;}
.header.fixed .nav{ margin-top: 5px;}


/*首页bannner*/
.banner .swiper{ width:100%;}
.banner .swiper .swiper-slide{ width: 100%;}
.banner .swiper .swiper-slide img{width:100%;} 
.banner .pagination { width: 100% !important; position: absolute; left:0; bottom:40px!important;  z-index:111; text-align: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:none; border:#fff solid 2px; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; border: none;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner{ position: relative;}
.neiBanner img{ width: 100%; -o-object-fit: cover; object-fit: cover;}
.neiBanner .bannerText{ width: 100%; position: absolute; left: 0; bottom: 55px; z-index: 11;}
.neiBanner .bannerText h2{ font-size:55px; color: #fff; line-height: 1; font-weight: normal; font-family: 'NewtextITCbyBT',Arial, sans-serif; text-transform: uppercase; margin-bottom: 20px;}
.neiBanner .bannerText p{ font-size: 16px; color: #fff; line-height: 1; text-transform: uppercase; margin-bottom: 20px;}
.neiBanner .bannerText a{ color: #fff;}
.neiBanner .bannerText a:hover{ color: #668865;}

.probanner{ height: 250px; background: url(../images/neiBannerPro.jpg) no-repeat center; background-size: cover;}
.newsBanner{ height: 250px; background: url(../images/neiBannerNews.jpg) no-repeat center; background-size: cover;}
.catBanner{ height: 250px; background: url(../images/neiBannerCat.jpg) no-repeat center; background-size: cover;}

.title{ margin-bottom: 60px; font-family: 'NewtextITCbyBT',Arial, sans-serif; text-align: center;}
.title h2{ font-size: 50px;  line-height: 1; font-weight: normal; text-transform: uppercase;}
.title p{ font-size: 16px;  line-height: 1; text-transform: uppercase; margin-bottom: 20px;}

.ntitle{ margin-bottom: 30px;}
.ntitle h2{ font-size: 35px; text-transform: uppercase; line-height: 1; font-family: 'NewtextITCbyBT',Arial, sans-serif;  font-weight: normal;}

.more a{ display: block; width: 230px; height: 56px; line-height: 56px; text-align: center; background: #000; color: #fff; font-size: 18px; text-transform: uppercase; font-weight: bold; border-radius: 28px; transition: all .4s;}
.more a:hover{ background: #668865;}

.hot::after{ content: 'HOT'; display: block; width: 50px; height: 25px; line-height: 25px; background: #668865; font-size: 14px; color: #fff; text-align: center; position: absolute; right: 20px; top: 20px; z-index: 11;}
.new::after{ content: 'NEW'; display: block; width: 50px; height: 25px; line-height: 25px; background: #ff7800; font-size: 14px; color: #fff; text-align: center; position: absolute; right: 20px; top: 20px; z-index: 11;}

.indexOne{ padding: 75px 0 120px;}
.indexOne .box ul{ margin: 0 -18px;}
.indexOne .box ul li{ width: 12.5%; padding: 0 18px;}
.indexOne .box ul li dl{ padding-bottom: 100%; border-radius: 50%; box-shadow: 0 10px 15px rgba(0,0,0,.1);}
.indexOne .box ul li .tit{ text-align: center; line-height: 1.3; margin-top: 18px;}

.indexTwo{ padding: 140px 0; background: url(../images/indexTwoBg.jpg) no-repeat center; background-size: cover;}
.indexTwo .con{ width: 50%;}
.indexTwo .title{ margin-bottom: 30px; text-align: left;}
.indexTwo .title h2{ color: #fff;}
.indexTwo .text{ color: #fff; font-size: 18px; line-height: 1.8; margin-bottom: 50px;}
.indexTwo .aboutMore a{ display: inline-block; width: 210px; height: 56px; line-height: 56px; border: #fff solid 2px; text-align: center; color: #fff; font-size: 18px; text-transform: uppercase; font-weight: bold; border-radius: 28px; transition: all .4s;}
.indexTwo .aboutMore a:hover{ background: #668865; border: #668865 solid 2px; color: #fff;}
.indexTwo .videoBtn{ width: 412px; height: 412px; border:rgba(255,255,255,.4) solid 2px; border-radius: 50%; color: #fff; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer;}
.indexTwo .videoBtn .tit{ font-size: 38px; font-weight: bold; display: flex; align-items: flex-start; margin: 0 auto;}
.indexTwo .videoBtn .tit strong{ font-size: 150px; line-height: 1;}
.indexTwo .videoBtn p{ font-size: 37px; line-height: 1.2;}
.indexTwo .videoBtn dd{ width: 85px; height: 85px; background: url(../images/icon16.png) no-repeat center; margin-top: 20px;}

.indexThree{ padding: 80px 0;}
.indexThree .box{ position: relative; padding-bottom: 60px;}
.indexThree .swiper{ width: 100%; padding: 10px;}
.indexThree .swiper-slide dl { padding-bottom: 72.88%; box-shadow: 0 0 10px rgba(0,0,0,.2); transition: all .4s;}
.indexThree .swiper-slide dl img{ padding: 4px;}
.indexThree .swiper-slide a{ display: block; position:relative;}
.indexThree .swiper-slide a:hover dl{ box-shadow: 0 0 15px rgba(0,0,0,.2); }

.indexThree .swiper-slide a .tit{ width: 100%; height: 100%; background: rgba(102,136,101,0.9); position: absolute; left: 0; top: 0; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 0 50px; opacity: 0; transition: opacity .3s;}
.indexThree .swiper-slide a .tit h3{ font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 1.3; color: #fff; text-align: center; position: relative; top:20px;}
.indexThree .swiper-slide a .tit h3::before{ content: ""; width: 45px; height: 50px; background: url(../images/icon21.png) no-repeat center; background-size: contain; position: absolute; left: 50%; transform: translateX(-50%); top: -60px;}
.indexThree .swiper-slide a .tit h3::after{ content: ""; width: 20px; height: 20px; background: url() no-repeat center; background-size: contain; position: absolute; left: 50%; transform: translateX(-50%); bottom: -25px;}
.indexThree .swiper-slide a:hover .tit{ opacity: 1;}

.indexThree .pagination { width: 100% !important; position: absolute; left:0; bottom:0px!important;  z-index:111; text-align: center;}
.indexThree .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:none; border:#000 solid 2px; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.indexThree .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #000; border: none;}
.indexThree .swiper-slide-active{opacity:1;}

.indexFour{ padding: 275px 0 65px; background: #f1f1f1; margin-top: -240px;}
.indexFour .box{ margin-bottom: 40px;}
.indexFour .box ul{ margin: 0 -15px;}
.indexFour .box ul li{ width: 25%; padding: 0 15px; margin-bottom: 30px;}
.indexFour .box ul li ol{ background:#fff; transition: all .4s; position: relative;}
.indexFour .box ul li ol:hover{ box-shadow: 0 0 15px rgba(0,0,0,.1);}
.indexFour .box ul li ol dl{ padding-bottom: 102.8%;}
.indexFour .box ul li ol .tit{ font-size: 20px; color: #333; font-weight: bold; line-height: 70px; text-align: center;}
.indexFour .box ul li ol .product-card{width: 100%; height: 70px; background: #668865; position: absolute; left: 0; bottom: 0;  display: flex; align-items: center; color: #fff; font-weight: 500; padding: 0 20px; opacity: 0; transition: all .4s;}
.indexFour .box ul li ol .product-card input{ width: 75px; height: 35px; border: none; border-radius: 5px; text-align: center; }
.indexFour .box ul li ol .product-card button{ background: none; border: none; color: #fff; white-space: nowrap; margin-left: auto; cursor: pointer;}
.indexFour .box ul li ol:hover .product-card{ opacity: 1;}

.indexFive{ padding: 140px 0 120px;}
.indexFive .title{ width: 410px; text-align: left; margin-bottom: 100px;}
.indexFive .title h2{ font-size: 55px; margin-bottom: 20px;}
.indexFive .title p{ font-size: 20px; text-transform: inherit; line-height: 1.3;}
.indexFive .box{ width: 61%;}
.indexFive .box ul{ margin: 0 -20px;}
.indexFive .box ul li{ width: 50%; padding: 0 20px;}
.indexFive .box ul li dl{ padding-bottom: 66.5%; border-radius: 20px; margin-bottom: 15px;}
.indexFive .box ul li h3{ font-size: 20px; font-weight: normal; line-height: 1.3; margin-bottom: 40px;}
.indexFive .box ul li dd{ font-size: 15px; line-height: 1.3; color: #999999; border: #999 solid 1px; border-radius: 20px; display: inline-block; padding: 5px 15px;}

/* neiye */
.aboutOne{ padding: 50px 0 70px;}
.aboutOne .con{ width: 50%; padding-right: 100px; padding-top: 50px;}
.aboutOne .con .text{ font-size: 18px; line-height: 1.6;  color: #333; font-family: Arial, sans-serif;}
.aboutOne .pic{ width: 50%; text-align: right;}

.aboutTwo{ padding: 80px 0; background: url(../images/aboutTwoBg.jpg) no-repeat center top; background-size: cover;}
.aboutTwo .box{ text-align: center;}

.aboutThree{ padding: 85px 0 130px; background: #f1f1f1;}
.aboutThree .box ul{ margin: 0 -9px;}
.aboutThree .box ul li{ width: 20%; padding: 0 9px;}
.aboutThree .box ul li ol{ padding: 40px 25px; height: 100%; background: #ffffff; border-radius: 15px; box-shadow: -5px 2px 5px rgba(0,0,0,.1); text-align: center;}
.aboutThree .box ul li ol i{ height: 95px; display: block;}
.aboutThree .box ul li ol h3{ font-size: 18px; margin-bottom: 20px;}
.aboutThree .box ul li ol .text{ font-size: 16px; color: #666; font-family: Arial, sans-serif; line-height: 1.5;}

.aboutFour{ padding: 100px 0 150px; background: url(../images/aboutFourBg.jpg) no-repeat center; background-size: cover;}
.aboutFour .ntitle { background: url(../images/icon13.png) no-repeat bottom; padding-bottom: 40px;}
.aboutFour .ntitle h2{ color: #fff;}
.aboutFour .text{ font-size: 24px; text-align: center; color: #fff; font-family:'NewtextITCbyBT',Arial, sans-serif; line-height: 1.5; padding: 30px 215px; position: relative;}
.aboutFour .text::before{ content: ''; width: 133px; height: 240px; background:url(../images/icon14.png) no-repeat center; position: absolute; left: 0; top: -30px;}
.aboutFour .text::after{ content: ''; width: 133px; height: 240px; background:url(../images/icon15.png) no-repeat center; position: absolute; right: 0; top: -30px;}

.aboutFive{ padding: 80px 0;}
.aboutFive .box{ padding-top: 20px;}
.aboutFive .box ul{ margin: 0 -20px;}
.aboutFive .box ul li{ width: 25%; padding: 0 20px; margin-bottom: 40px;}
.aboutFive .box ul li dl{ padding-bottom: 68.57%;}
.aboutFive .box ul li h3{ font-size: 16px; font-weight: normal; line-height: 1.3; font-family: Arial, Helvetica, sans-serif; margin-top: 15px; }

.aboutSix{ padding: 80px 0 100px; background: url(../images/aboutSixBg.jpg) no-repeat center; background-size: cover;}
.aboutSix .box{ text-align: center; padding-top: 30px;}

/* why & team */
.why .title h2,.team .title h2,.faq .title h2{ height: 130px; line-height: 130px; background: #f2f2f2;}

.why .whyTit{ font-size: 35px; background: #668865; color: #fff; line-height: 64px; font-family: 'NewtextITCbyBT',Arial, sans-serif; padding: 0 50px; border-radius: 50px; box-shadow: 0 5px 5px rgba(0,0,0,.3); margin-bottom: 60px;}

.whyOne .box ul{ margin: 0 -20px;}
.whyOne .box ul li{ width: 25%; padding: 0 20px; margin-bottom: 40px;}
.whyOne .box ul li .img{ width: 156px; margin: 0 auto;}
.whyOne .box ul li .img dl{ padding-bottom: 100%; border-radius: 50%;}
.whyOne .box ul li .tit{ font-size: 20px; text-align: center; line-height: 1.3; margin: 18px 0;}
.whyOne .box ul li .desc{ font-size: 16px; color: #333; font-family: Arial, sans-serif; line-height: 1.3;  text-align: center;}

.whyTwo{ padding: 60px 0 100px;}
.whyTwo .box{ margin-bottom: 50px;}
.whyTwo .box ul{ margin: 0 -20px;}
.whyTwo .box ul li{ padding: 0 20px;}
.whyTwo .box ul li ol{ height: 100%; background: #f2f2f2; border-radius: 20px; padding: 30px 50px;}
.whyTwo .box ul li ol i{ height: 130px; display: flex; align-items: center;}
.whyTwo .box ul li ol h3{ font-size: 20px; margin-bottom: 20px;}
.whyTwo .box ul li ol .txt{ line-height: 1.3; color: #333; font-family: Arial, sans-serif;}
.whyTwo .text{ font-size: 18px; padding: 0 65px;}

.teamOne{ padding: 30px 0 130px;}
.teamOne .tit{ text-align: center; margin-bottom: 40px;}
.teamOne .tit img{ border-radius: 50%;}
.teamOne .tit p{ font-size: 25px; font-weight: bold; margin-top: 25px;}
.teamOne .text{ font-size: 18px; text-align: center; color: #333; line-height: 1.6; padding: 0 150px;}

.teamTwo{ padding: 80px 0; background-image: linear-gradient(to bottom, #f2f2f2, #fff);}
.teamTwo .item{ margin-bottom: 65px;}
.teamTwo .item .pic{ width: 517px;}
.teamTwo .item .pic img{ width: 100%; border-radius: 25px;}
.teamTwo .item .con{ width: 740px; background: #fff; box-shadow: 0 5px 5px rgba(0,0,0,.2); padding: 40px; position: relative; margin-left: 390px; margin-top: -120px;}
.teamTwo .item .con .tit{ font-size: 25px; font-weight: bold; line-height: 1; margin-bottom: 20px;}
.teamTwo .item .con .text{ font-family: Arial, Helvetica, sans-serif; color: #333; line-height: 1.5;}
.teamTwo .item:nth-child(even){  display: flex; flex-direction: column; align-items: flex-end;}
.teamTwo .item:nth-child(even) .con{ margin-left: 0; margin-right: 390px;}

/* honor */
.honorOne{ padding: 70px 0;}
.honorOne .box{ padding: 20px 0;}
.honorOne .box ul{ margin: 0 -19px;}
.honorOne .box ul li{ width: 33.33%; padding: 0 19px; margin-bottom: 30px;}
.honorOne .box ul li dl{ padding-bottom: 74.22%; box-shadow: 0 5px 8px rgba(0,0,0,.2); border: 1px solid #d2d2d2; transition: all .3s;}
.honorOne .box ul li dl img{ padding: 18px;}
.honorOne .box ul li a{position: relative; display: block;}
.honorOne .box ul li a:hover dl{ box-shadow: 0 5px 8px rgba(0,0,0,.3);}
.honorOne .box ul li a .tit{ width: 100%; height: 100%; background: rgba(102,136,101,0.9); position: absolute; left: 0; top: 0; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 0 90px; opacity: 0; transition: opacity .3s;}
.honorOne .box ul li a .tit h3{ font-size: 22px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 1.3; color: #fff; text-align: center; position: relative; top:30px;}
.honorOne .box ul li a .tit h3::before{ content: ""; width: 86px; height: 91px; background: url(../images/icon21.png) no-repeat center; background-size: contain; position: absolute; left: 50%; transform: translateX(-50%); top: -110px;}
.honorOne .box ul li a .tit h3::after{ content: ""; width: 33px; height: 31px; background: url() no-repeat center; background-size: contain; position: absolute; left: 50%; transform: translateX(-50%); bottom: -50px;}
.honorOne .box ul li a:hover .tit{ opacity: 1;}

.honorOne .moreBtn{ color:#668865; font-size: 18px; font-weight: bold; text-transform: uppercase; position: relative; padding-top: 65px; cursor: pointer;}
.honorOne .moreBtn::before{ content: ""; width: 56px; height: 56px; background: url(../images/icon20.png) no-repeat center; position: absolute; left: 50%; transform: translateX(-50%); top: 0;}

.honorTwo{ background: #f1f1f1; padding: 70px 0;}
.honorTwo .box{ padding: 20px 0;}
.honorTwo .box ul{ margin: 0 -20px;}
.honorTwo .box ul li{ width: 33.33%; padding: 0 20px; margin-bottom: 28px;}
.honorTwo .box ul li a{ position: relative; display: block;}
.honorTwo .box ul li a dl{ padding-bottom: 67.9%; box-shadow: -5px 5px 5px rgba(0,0,0,.15);}
.honorTwo .box ul li a .tit{ width: 100%; height: 100%; background: rgba(102,136,101,0.9); position: absolute; left: 0; top: 0; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 0 90px; opacity: 0; transition: opacity .3s;}
.honorTwo .box ul li a .tit h3{ font-size: 22px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 1.3; color: #fff; text-align: center; position: relative; top:30px;}
.honorTwo .box ul li a .tit h3::before{ content: ""; width: 86px; height: 91px; background: url(../images/icon21.png) no-repeat center; background-size: contain; position: absolute; left: 50%; transform: translateX(-50%); top: -110px;}
.honorTwo .box ul li a .tit h3::after{ content: ""; width: 33px; height: 31px; background: url() no-repeat center; background-size: contain; position: absolute; left: 50%; transform: translateX(-50%); bottom: -50px;}
.honorTwo .box ul li a:hover .tit{ opacity: 1;}

.honorThree{ padding: 70px 0;}
.honorThree .box{ padding: 20px 0;}
.honorThree .box ul{ margin: 0 -20px;}
.honorThree .box ul li{ width: 25%; padding: 0 20px; margin-bottom: 28px;}
.honorThree .box ul li dl{ padding-bottom: 141.54%; box-shadow: 5px 5px 0px rgba(0,0,0,.1); border: 1px solid #d2d2d2; transition: all .3s;}
.honorThree .box ul li dl img{ padding: 18px;}
.honorThree .box ul li a{ position: relative; display: block;}
.honorThree .box ul li a:hover dl{ box-shadow: 5px 5px 0px rgba(0,0,0,.2); }
.honorThree .box ul li a .tit{ width: 100%; height: 100%; background: rgba(102,136,101,0.9); position: absolute; left: 0; top: 0; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 0 90px; opacity: 0; transition: opacity .3s;}
.honorThree .box ul li a .tit h3{ font-size: 22px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 1.3; color: #fff; text-align: center; position: relative; top:30px;}
.honorThree .box ul li a .tit h3::before{ content: ""; width: 86px; height: 91px; background: url(../images/icon21.png) no-repeat center; background-size: contain; position: absolute; left: 50%; transform: translateX(-50%); top: -110px;}
.honorThree .box ul li a .tit h3::after{ content: ""; width: 33px; height: 31px; background: url() no-repeat center; background-size: contain; position: absolute; left: 50%; transform: translateX(-50%); bottom: -50px;}
.honorThree .box ul li a:hover .tit{ opacity: 1;}

.container{ padding: 70px 0 115px;}
.container .leftSide{ width: 315px;}
.container .rightBox{ width: calc(100% - 315px); padding-left: 80px;}

.leftNav{ font-family: Arial, sans-serif;}
.leftNav>dl{ font-size: 35px; font-family:'NewtextITCbyBT', sans-serif; line-height: 1; border-bottom: #ccc solid 2px; padding-bottom: 32px;}
.leftNav ul li{ border-bottom: #ccc solid 1px;}
.leftNav ul li>dl{position:relative;}
.leftNav ul li>dl>a{ font-size: 18px; line-height: 44px;}

.leftNav ul li.tit>dl>span{ width:22px; height:22px; background: url(../images/icon23.png) no-repeat center; position:absolute; right:5px; top:50%; transform: translateY(-50%); z-index:11; transition: all .4s; display:block; cursor: pointer;}
.leftNav ul li.tit>dl:hover>span,.leftNav ul li.tit>dl.on>span{  background:url(../images/icon24.png) no-repeat center;}
.leftNav ul li.slideOn>dl>a{ color: #668865; font-size: 18px; font-weight: bold;}
.leftNav ul li.slideOn>dl>span{ background:url(../images/icon24.png) no-repeat center;}

.leftNav ul li .subnav{ display: none; padding: 5px 0;}
.leftNav ul li .subnav a{ color: #333; font-size: 16px; display: block; margin-bottom: 8px;}
.leftNav ul li .subnav a::before{ content: "-"; margin-right: 5px;}
.leftNav ul li .subnav a:hover,.leftNav ul li .subnav a.on{ color: #668865;}

.blogLeftNav ul li dl{ background: url(../images/icon23.png) no-repeat center right 10px;}

.e-catalog{ box-shadow: 0 0 8px rgba(0,0,0,.2); padding: 30px; margin-top: 70px;}
.e-catalog h2{ font-size: 45px; color: #668865;  font-family:'NewtextITCbyBT', sans-serif; font-weight: normal; line-height: 1; margin-bottom:20px;}
.e-catalog p{ font-size: 18px; font-family: Arial, Helvetica, sans-serif; line-height: 1.3; margin-bottom: 30px;}
.e-catalog a{ background: #668865 url(../images/icon25.png) no-repeat 18px center; border-radius: 6px; display: block; padding-left: 60px; line-height: 50px; font-size: 21px; color: #fff; font-weight: bold; position: relative; transition: all .3s;}
.e-catalog a::after{ content: ""; width: 22px; height: 22px; background: url(../images/icon26.png) no-repeat center; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
.e-catalog a:hover{ background-color: #557754;}

.relatedProducts{ margin-top: 70px;}
.relatedProducts .ntitle h2{ text-transform: inherit;}
.relatedProducts .box ul li{ margin-bottom: 15px;}
.relatedProducts .box ul li a{ display: flex; align-items: center; padding: 10px; border: #e1e1e1 solid 1px; position: relative;}
.relatedProducts .box ul li a::after{ content: ""; width: 30px; height: 100%; background: #e1e1e1 url(../images/icon23.png) no-repeat center; position: absolute; right: 0; top: 0;}
.relatedProducts .box ul li .pic{ width: 100px;}
.relatedProducts .box ul li .pic dl{ padding-bottom: 100%;}
.relatedProducts .box ul li .pic dl img{ padding: 5px;}
.relatedProducts .box ul li .tit{ font-size: 18px; padding:0 40px 0 20px;}

.prolist{ margin-bottom: 40px;}
.prolist ul{ margin: 0 -15px;}
.prolist ul li{ width: 33.33%; padding: 0 15px; margin-bottom: 30px;}
.prolist ul li ol{ background:#fff; border: 2px solid #e1e1e1; transition: all .4s; position: relative;}
.prolist ul li ol:hover{ box-shadow: 0 0 15px rgba(0,0,0,.1); border: 2px solid #fff;}
.prolist ul li ol dl{ padding-bottom: 102.8%;}
.prolist ul li ol .tit{ font-size: 16px; color: #333; font-weight: bold; line-height: 70px; text-align: center;}
.prolist ul li ol .product-card{width: 100%; height: 70px; background: #668865; position: absolute; left: 0; bottom: 0;  display: flex; align-items: center; color: #fff; font-weight: 500; padding: 0 20px; opacity: 0; transition: all .4s;}
.prolist ul li ol .product-card input{ width: 75px; height: 35px; border: none; border-radius: 5px; text-align: center; }
.prolist ul li ol .product-card button{ background: none; border: none; color: #fff; white-space: nowrap; margin-left: auto; cursor: pointer;}
.prolist ul li ol:hover .product-card{ opacity: 1;}

.proview .proHead{ margin-bottom: 45px;}
.proview .proHead .pic{ width: 500px;}
.proview .proHead .pic .big{ margin-bottom: 15px; box-shadow: 5px 5px 0 rgba(0,0,0,.1);}
.proview .proHead .pic .big dl{ padding-bottom: 100%; border: #e1e1e1 solid 2px; cursor: pointer;}
.proview .proHead .pic .small li{ width: 74px; margin: 0 5px; cursor: pointer;}
.proview .proHead .pic .small dl{ padding-bottom: 100%; border: #e1e1e1 solid 2px;}
.proview .proHead .pic .small dl img{ padding: 3px;}

.proview .proHead .pic .small li.active dl{ border: #668865 solid 2px;}

.proview .proHead .pic .small li.videoBtn{ position:relative;}
.proview .proHead .pic .small li.videoBtn:after{ content:""; width:100%; height:100%; background:rgba(0,0,0,0.4) url(../images/video.png) no-repeat center; background-size:35px; position:absolute; left:0; top:0; z-index:11;}

.proview .proHead .con{ width: calc(100% - 500px); padding-left: 45px;}
.proview .proHead .con .tit{  border-bottom: #e1e1e1 solid 1px; padding-bottom: 25px;}
.proview .proHead .con .tit h1{ font-size: 25px;}
.proview .proHead .con .text{ padding: 25px 0;}

.proview .proHead .con .procat .t{ padding: 25px 0; border-bottom: #e1e1e1 solid 1px; margin-bottom: 35px;}
.proview .proHead .con .product-card{width: 100%; transition: all .4s;}
.proview .proHead .con .product-card .product-quantity-control{  font-size: 20px; font-weight: bold; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; margin-bottom: 25px;}
.proview .proHead .con .product-card .num{ border: #e1e1e1 solid 2px; margin-right: 10px; border-radius: 10px; overflow: hidden; display: flex; align-items: center; padding: 0 15px;}
.proview .proHead .con .product-card .num .numbtn{ font-size: 22px; cursor: pointer;}
.proview .proHead .con .product-card input{ width: 75px; height: 46px; border: none;  text-align: center; }
.proview .proHead .con .product-card button{ width: 195px; height: 50px;  background: #668865; border: none; border-radius: 10px; color: #fff; font-size: 18px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; white-space: nowrap; cursor: pointer;}

.proview .desc{ font-family: Arial, sans-serif;}
.proview .desc .tit{ font-size: 20px; font-weight: bold; text-transform: uppercase; border-bottom: #ccc solid 1px; padding-bottom: 10px;}
.proview .desc .text{ padding: 30px 0 80px; line-height: 1.6; font-size: 18px;}
.proview .desc .propage a{ width: calc(50% - 40px); font-size: 18px; color: #668865; line-height: 56px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;}
.proview .desc .propage a:nth-child(1){ padding-left: 40px; background: url(../images/icon27.png) no-repeat left center;}
.proview .desc .propage a:nth-child(2){ padding-right: 40px; text-align: right; background: url(../images/icon28.png) no-repeat right center;}

/* launched */
.launched{ padding: 65px 0 120px;}
.launched .box{ margin-bottom: 40px; padding-top: 20px;}
.launched .box ul{ margin: 0 -15px;}
.launched .box ul li{ width: 25%; padding: 0 15px; margin-bottom: 30px;}
.launched .box ul li ol{ background:#fff; border: 2px solid #e1e1e1; transition: all .4s; position: relative;}
.launched .box ul li ol:hover{ box-shadow: 0 0 15px rgba(0,0,0,.1); border: 2px solid #fff;}
.launched .box ul li ol dl{ padding-bottom: 102.8%;}
.launched .box ul li ol .tit{ font-size: 20px; color: #333; font-weight: bold; line-height: 70px; text-align: center;}

/* ecatalog */
.ecatalog{ padding: 65px 0 120px;}
.ecatalog .box{ padding-top: 20px;}
.ecatalog .box ul{ margin: 0 -16px;}
.ecatalog .box ul li{ width: 25%; padding: 0 16px; margin-bottom: 30px;}
.ecatalog .box ul li dl{ padding-bottom: 140.449%;}
.ecatalog .box ul li a{ display: block; position: relative;}
.ecatalog .box ul li .category{ min-width: 73%; font-size: 18px; color: #000; line-height: 45px; font-family: Arial, Helvetica, sans-serif; text-align: center; border: #c9d2c9 solid 2px; border-radius: 10px; position: absolute; left: 50%; bottom: 34px; z-index: 11; transform: translateX(-50%); padding: 0 10px;}

.ecatalog .box ul li a .tit{ width: 100%; height: 100%; background: rgba(52,90,51,0.8); position: absolute; left: 0; top: 0; z-index: 99; display: flex; align-items: center; justify-content: center; padding: 0 50px; opacity: 0; transition: opacity .3s;}
.ecatalog .box ul li a .tit h3{ width: 100%; font-size: 28px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 1.3; color: #fff; text-align: center; position: relative; top:30px;}
.ecatalog .box ul li a .tit h3::before{ content: ""; width: 79px; height: 89px; background: url(../images/icon29.png) no-repeat center; background-size: contain; position: absolute; left: 50%; transform: translateX(-50%); top: -110px;}
.ecatalog .box ul li a .tit h3::after{ content: "View"; width: 140px; height: 50px; line-height: 46px; font-size: 25px;  border: #fff solid 2px; border-radius: 10px; position: absolute; left: 50%; transform: translateX(-50%); bottom: -80px;}
.ecatalog .box ul li a:hover .tit{ opacity: 1;}

/* news */
.recommend{ margin-top: 70px;}
.recommend .box ul li{ margin-bottom: 28px;}
.recommend .box ul li dl{ padding-bottom: 67%; margin-bottom: 8px;}
.recommend .box ul li h3{ font-size: 18px; font-family: Arial, sans-serif; color: #333; font-weight: normal; left: 1.7; margin-bottom: 15px;}
.recommend .box ul li dd{ font-size: 15px; font-family: Arial, sans-serif; color: #999; }
.recommend .box ul li a:hover h3{ color: #668865;}

.news{ padding-bottom: 1px;}
.news ul li{ padding-bottom: 40px; margin-bottom: 40px; border-bottom: #cccccc solid 1px;}
.news ul li a{ display: flex; font-family: Arial, sans-serif;}
.news .pic{ width: 410px;}
.news .pic dl{ padding-bottom: 67%; border-radius: 15px;}
.news .con{ width: calc(100% - 410px); padding-left: 45px;}
.news .con h3{ font-size: 22px; font-family: Arial, sans-serif; color: #000; margin-bottom: 15px; transition: all .4s;}
.news .con dd{ font-size: 18px; color: #999; margin: 20px 0;}
.news .con .c{ color: #666; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-bottom: 20px;}
.news .con .btn{ width: 180px; line-height: 50px; background: url(../images/icon23.png) no-repeat right 15px center; border: #d1d1d1 solid 2px; border-radius: 10px; padding-left: 28px; color: #333; font-weight: bold;}
.news ul li a:hover h3{ color: #668865;}

.newsView{ font-family: Arial, sans-serif;}
.newsView .newsHead{ border-bottom: #cccccc solid 1px; margin-bottom: 40px;}
.newsView .newsHead h1{ font-size: 30px;}
.newsView .newsHead p{ font-size: 15px; color: #7e7e7e; margin: 15px 0;}
.newsView .text{ font-size: 18px;  color: #333; line-height: 1.8;}
.newsView .page{ border-top: 1px solid #ccc; margin-top: 80px;}
.newsView .page li{ font-size: 18px; font-weight: bold; line-height: 56px; color: #668865; border-bottom: #cccccc solid 1px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.newsView .page li a{ color: #666; font-weight: normal;}
.newsView .page li a:hover{ color: #668865;}

/* faq */
.faq{ padding-bottom: 100px; font-family: Arial, sans-serif;}
.faq .box ul li{ margin-bottom: 30px; background: #f3f3f3; border-radius: 20px; padding: 0 40px; transition: all .4s;}
.faq .box ul li .question{ font-size: 18px; font-weight: bold; font-style: italic; line-height:2; color: #333; border-bottom: #f3f3f3 solid 1px; margin-bottom: 15px; display: flex; align-items: center; cursor: pointer; background: url(../images/icon30.png) no-repeat right  center;}
.faq .box ul li .question span{ font-size: 54px; font-weight: normal; font-family: 'NewtextITCbyBT',Arial, sans-serif;  color: #cacaca; margin-right: 20px;}
.faq .box ul li .answer{ font-size: 18px; line-height: 1.8; color: #666; padding: 15px 80px 50px 90px; display: none;}

.faq .box ul li.active{ background: #668865;}
.faq .box ul li.active .question{ color: #fff; background: url(../images/icon31.png) no-repeat right  center; border-bottom: #9da99d solid 1px;}
.faq .box ul li.active .question span{ color: #fff;}
.faq .box ul li.active .answer{ color: #ebebeb;}

/* contact */
.contact{ padding: 90px 0 140px; font-family: Arial, sans-serif;}
.contact .text{ font-size: 18px; line-height: 1.8; color: #333; text-align: center; margin-bottom: 70px; padding: 0 200px;}
.contact .box .item{ width: calc(50% - 15px); background: #f1f1f1; border-radius: 15px; padding: 50px;}
.contact input{ width: 100%; height: 56px; border: none; border-radius: 10px; padding: 0 20px; margin-bottom: 10px;}
.contact textarea{ width: 100%; height: 120px; border: none; border-radius: 10px; padding: 10px 20px; margin-bottom: 10px;}
.contact button{ width: 100%; height: 56px; background: #668865; border: none; border-radius: 10px; color:#fff; font-size: 18px; cursor: pointer;}
.contact button:hover{ background: #557554;}
.contact .contactText{ font-size: 18px; line-height: 2.2; color: #333;}
.contact .contactText a{ color: #333; text-decoration: underline;}

.contactPic img{ width: 100%;}

/* Inquiry */
.Inquiry{ background: #f1f1f1; padding: 75px 0;}
.Inquiry ul li{ margin-bottom: 30px; display: flex; padding: 40px; background: #fff; border-radius: 20px; box-shadow: 0 5px 0 rgba(0,0,0,0.04);}
.Inquiry ul li .pic{ width: 265px;}
.Inquiry ul li .pic dl{ padding-bottom: 100%; border: #ccc solid 2px; border-radius: 20px;}
.Inquiry ul li .con{ width: calc(100% - 265px); padding-left: 78px; padding-top: 10px; position: relative;}
.Inquiry ul li .con .info{ border-bottom: #ccc solid 1px; margin-bottom: 29px;}
.Inquiry ul li .con .info .tit{ font-size: 25px; font-family: Arial, sans-serif; color: #000; font-weight: bold; margin-bottom: 10px;}
.Inquiry ul li .con .info .model{ font-size: 18px; color: #333; margin-bottom: 20px;}
.Inquiry ul li .con .quantity-control{ font-size: 18px; color: #000;}
.Inquiry ul li .con .num{ border: #e1e1e1 solid 2px; margin-right: 10px; border-radius: 10px; overflow: hidden; display: flex; align-items: center; padding: 0 15px; margin-left: 10px;}
.Inquiry ul li .con .num .numbtn{ font-size: 22px; cursor: pointer;}
.Inquiry ul li .con input{ width: 75px; height: 46px; border: none;  text-align: center; }
.Inquiry ul li .con .remove{ width: 146px; height: 40px; line-height: 36px; padding-left: 60px; background: url(../images/icon32.png) no-repeat left 25px center; position: absolute; top: 5px; right: 0; border: #ccc solid 2px; border-radius: 10px; font-size: 16px; color: #666; font-family: Arial, Helvetica, sans-serif; cursor: pointer;}

.message{ padding: 100px 0;}
.message li{ margin-bottom: 10px; display: flex;}
.message li input{ width: 100%; height: 56px; border: #d4d4d4 solid 2px; border-radius: 10px; padding: 0 20px; margin-bottom: 10px;}
.message li textarea{ width: 100%; height: 120px; border: #d4d4d4 solid 2px; border-radius: 10px; padding: 10px 20px; margin-bottom: 10px;}
.message li button{ width: 250px; height: 56px; background: #668865; border: none; border-radius: 10px; color:#fff; font-size: 18px; margin-right: 10px; cursor: pointer;}
.message li button:hover{ background: #557554;}
.message li button[type="reset"]{ background: #cacaca; color: #333;}
.message li button[type="reset"]:hover{ background: #b9b9b9;}

/* footer */
.footer { background: #ececec;}
.footer .fmain{ padding: 115px 0 70px;}
.footer .fmain .tit{ font-size: 25px; font-weight: bold; text-transform: uppercase; line-height: 1; margin-bottom: 30px;}
.footer .fmain .tit img{ margin-right: 18px;}
.footer .fmain .contactText{ line-height: 2.5;}
.footer .fmain .contactText img{ margin-right: 10px;}
.footer .fmain .text{ line-height: 1.8;}
.footer .fmain .email{ margin-bottom: 30px;}
.footer .fmain .email input{ width: 367px; height: 56px; line-height: 56px; padding: 0 20px; border: none; border-radius: 28px 0 0 28px;}
.footer .fmain .email button{ width: 140px; height: 56px; line-height: 56px; text-align: center; background: #668865; border: none; color: #fff; font-size: 18px; text-transform: uppercase; font-weight: bold; border-radius: 0 28px 28px 0; cursor: pointer;}
.footer .fmain .share a{ display: inline-block; margin:0 5px;}
.footer .copyright{ padding: 30px 0; border-top: 1px solid #d2d2d2; }

/*===/分页=============================*/
.fenye { text-align: center; font-size: 18px; width: 100%; display: flex; justify-content: center; margin-top: 30px;}
.fenye .prev, .fenye .next { width: 42px; height: 42px; line-height: 42px; color: #666; background: #e1e1e1; border-radius: 5px; margin:0 5px; display: block; font-size: 18px; }
.fenye a { width: 42px; height: 42px; line-height: 42px; color: #666;  background: #e1e1e1; border-radius: 5px; margin:0 2px;display: block; transition: all 0.4s;}
.fenye span { width: 42px; height: 42px; line-height: 42px; color: #666;  background: #e1e1e1; border-radius: 5px; margin:0 2px;display: block; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #668865;}
.fenye .active a { color: #fff;  background: #668865;}
.fenye .current  { color: #fff;  background: #668865;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px;}
.tccBox .BoxCon ul.pic {  background: #fff;}


@media (max-width: 1720px) {

}

@media (max-width: 1650px) {

}

@media (max-width: 1540px) {


}

@media (max-width: 1442px) {
    body{ font-size: 15px;}

    input, textarea, select, button{ font-size: 15px;}

    .neiBanner .bannerText h2{ font-size: 45px;}
    .neiBanner .bannerText p{ font-size: inherit;}

    .title h2{ font-size: 40px;}
    .ntitle h2{ font-size: 32px;}

    .indexTwo .text{ font-size: inherit;}
    .indexTwo .videoBtn p{ font-size: 30px;}

    .indexFour .box ul li ol .tit{ font-size: inherit;}
    .indexFour .box ul li ol .product-card{ padding: 0 10px;}
    .indexFour .box ul li ol .product-card input{ width: 60px;}

    .indexFive .title h2{ font-size: 40px;}
    .indexFive .box ul li h3{ font-size: inherit;}

    .aboutOne .con .text{ font-size: inherit;}

    .aboutThree .box ul li ol .text{ font-size: inherit;}

    .aboutFour .text{ font-size: 21px;}

    .aboutFive .box ul li h3{ font-size: inherit;}

    .teamOne .tit p{ font-size: 22px;}
    .teamOne .text{ font-size: inherit;}

    .teamTwo .item .con .tit{ font-size: 22px;}
    
    .honorOne .box ul li a .tit h3{ font-size: 18px; top: 22px;}
    .honorOne .box ul li a .tit h3::before{ width: 60px; height: 70px; top: -85px; background-size: contain;}
    .honorOne .box ul li a .tit h3::after{ width: 20px; height: 22px; bottom: -32px; background-size: contain;}

    .honorTwo .box ul li a .tit h3{ font-size: 18px; top: 22px;}
    .honorTwo .box ul li a .tit h3::before{ width: 60px; height: 70px; top: -85px; background-size: contain;}
    .honorTwo .box ul li a .tit h3::after{ width: 20px; height: 22px; bottom: -32px; background-size: contain;}
    
    .honorThree .box ul li a .tit h3{ font-size: 18px; top: 22px;}
    .honorThree .box ul li a .tit h3::before{ width: 60px; height: 70px; top: -85px; background-size: contain;}
    .honorThree .box ul li a .tit h3::after{ width: 20px; height: 22px; bottom: -32px; background-size: contain;}

    .leftNav>dl{ font-size: 32px;}

    .container .rightBox{ padding-left: 50px;}

    .e-catalog h2{ font-size: 36px;}
    .e-catalog p{ font-size: 16px;}
    .e-catalog a{ font-size: 16px;}

    .prolist ul li ol .tit{ font-size: inherit;}
    .prolist ul li ol .product-card{ padding: 0 10px;}
    .prolist ul li ol .product-card input{ width: 60px;}
    .prolist ul li ol .product-card button{ font-size: 14px;}

    .proview .proHead .pic { width: 430px;}
    .proview .proHead .con { width: calc(100% - 430px);}
    .proview .proHead .con .product-card .product-quantity-control{ font-size: 18px;}
    .proview .desc .text{ font-size: inherit;}

    .launched .box ul li ol .tit{ font-size: inherit;}

    .ecatalog .box ul li .category{ font-size: inherit;}

    .ecatalog .box ul li a .tit h3{ font-size: 18px; top: 22px;}
    .ecatalog .box ul li a .tit h3::before{ height: 60px; top: -85px; background-size: contain;}
    .ecatalog .box ul li a .tit h3::after{ font-size: 16px; width: 96px; height: 34px; line-height: 32px; bottom: -60px;}

    .recommend .box ul li h3{ font-size: inherit;}
    .recommend .box ul li dd{ font-size: inherit;}
    
    .news .pic{ width: 340px;}
    .news .con { width: calc(100% - 340px);}
    .news .con h3{ font-size: 16px;}
    .news .con dd{ font-size: inherit;}
    .news .con .btn{ line-height: 40px;}

    .newsView .newsHead h1{ font-size: 20px;}
    .newsView .text{ font-size: inherit;}
    .newsView .page li{ font-size: inherit;}

    .faq .box ul li .question span{ font-size: 40px;}
    .faq .box ul li .question{ font-size: 17px;}
    .faq .box ul li.active .answer{ font-size: inherit; padding: 15px 70px 50px 70px;}


    .contact .text{ font-size: inherit;}
    .contact .contactText{ font-size: inherit;}
    .contact input{ height: 48px;}
    .contact button{ height: 48px;}

    .Inquiry ul li .con .info .tit{ font-size: 20px;}
    .Inquiry ul li .con .info .model{ font-size: inherit;}

    .footer .fmain .tit{ font-size: 22px;}
    .footer .fmain .email input {
    width: 280px;
    height: 50px;
    line-height: 50px;}
    .footer .fmain .email button {
    width: 122px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;}

}



@media (max-width: 1200px) {

    body{ font-size: 14px;}

    .wrap{ padding: 0 20px;}

    .header .headTop{ font-size: inherit;}
    .header .nav>ul>li { margin: 0 13px;}
    .header .nav>ul>li>a{ font-size: 14px;}

    .neiBanner .bannerText h2{ font-size: 40px;}

    .title h2{ font-size: 28px;}
    .ntitle h2 { font-size: 26px; }

    .more a { width: 168px; height: 46px; line-height: 46px; font-size: 14px;}

    .indexOne .box ul { margin: 0 -10px;}
    .indexOne .box ul li{ padding: 0 10px;}

    .indexTwo{ padding: 100px 0;}
    .indexTwo .videoBtn { width: 330px; height: 330px;}
    .indexTwo .videoBtn .tit{ font-size: 30px;}
    .indexTwo .videoBtn .tit strong{ font-size: 100px;}
    .indexTwo .videoBtn p{ font-size: 20px;}
    .indexTwo .videoBtn dd{ width: 60px; height: 60px; background-size: contain;}
    .indexTwo .aboutMore a {
        width: 146px;
        height: 44px;
        line-height: 40px;
        font-size: 14px;
    }
    
    .indexThree .swiper-slide a .tit{ padding:0 15px}
    .indexThree .swiper-slide a .tit h3{ top:0; font-size: 15px;}
    .indexThree .swiper-slide a .tit h3::before{ display:none;}
    .indexThree .swiper-slide a .tit h3::after{ display:none;}

    .indexFive{ padding: 100px 0;}
    .indexFive .title h2 { font-size: 28px; }
    .indexFive .title p{ font-size: 16px;}

    .aboutThree .box ul li ol i{ height: 35px; margin-bottom: 15px;}
    .aboutThree .box ul li ol h3{ font-size: 16px;}

    .aboutFour .text{ font-size: 18px;}

    .why .whyTit{ font-size: 21px; line-height: 46px;}

    .whyOne .box ul li .tit{ font-size: 16px;}
    .whyOne .box ul li .desc{ font-size: inherit;}

    .whyTwo .box ul li ol i{ height: 45px; margin-bottom: 15px;}
    .whyTwo .box ul li ol h3{ font-size: 16px;}
    .whyTwo .text{ font-size: inherit;}

    .teamOne .tit p{ font-size: 18px;}

    .teamTwo .item .pic { width: 440px;}
    .teamTwo .item .con { width: 510px; padding: 25px;}
    .teamTwo .item .con .tit{ font-size: 16px;}

    .honorOne .box ul li a .tit{ padding: 0 40px;}
    .honorOne .box ul li a .tit h3{ font-size: 15px;}

    .honorTwo .box ul li a .tit{ padding: 0 40px;}
    .honorTwo .box ul li a .tit h3{ font-size: 15px;}
    
    .honorThree .box ul li a .tit{ padding: 0 40px;}
    .honorThree .box ul li a .tit h3{ font-size: 15px;}

    .container .leftSide { width: 280px;}
    .container .rightBox {
        width: calc(100% - 280px);
        padding-left: 40px;
    }

    .leftNav>dl{ font-size: 26px;}
    .leftNav ul li>dl>a{ font-size: 15px;}
    .leftNav ul li.slideOn>dl>a{ font-size: 15px;}
    .leftNav ul li .subnav a{ font-size: inherit;}

    .e-catalog h2 { font-size: 26px; }
    .e-catalog p{ font-size: inherit;}

    .relatedProducts .box ul li .tit{ font-size: inherit;}

    .prolist ul{ margin: 0 -10px;}
    .prolist ul li{ padding: 0 10px;}

    .proview .proHead .con .tit h1 { font-size: 18px;}
    .proview .proHead .con .product-card .product-quantity-control { font-size: 14px; }
    .proview .proHead .con .product-card .num .numbtn{ font-size: 18px;}
    .proview .proHead .con .product-card input { width: 58px; height: 36px;}
    .proview .proHead .con .product-card button { width: 140px; height: 40px; font-size: 14px;}

    .proview .desc .tit{ font-size: 16px;}
    .proview .desc .propage a{ font-size: 16px;}

    .ecatalog .box ul li a .tit h3{ font-size: 15px;}
    .ecatalog .box ul li a .tit h3::after { font-size: 14px; width: 80px; height: 30px; line-height: 28px;}

    .news .pic { width: 310px; }
    .news .con { width: calc(100% - 310px); }
    .news .con dd{ margin: 10px 0;}
    .news .con .btn{ width: 130px;}

    .newsView .newsHead h1{ font-size: 18px;}

    .Inquiry ul li .con .info .tit { font-size: 18px; }
    .Inquiry ul li .con .quantity-control{ font-size: 16px;}
    .message li button { width: 200px; height: 48px; font-size: 16px;}
}

@media (max-width: 1030px) {
    .prolist ul { margin: 0 -8px;}
    .prolist ul li { padding: 0 8px; }
    .prolist ul li ol .product-quantity-control {  font-size: 13px; }
    .prolist ul li ol .product-card input { width: 40px; font-size: 14px; }
    .prolist ul li ol .product-card button{ font-size: 13px;}
    
    .proview .proHead .pic { width: 345px; }
    .proview .proHead .con { width: calc(100% - 345px); }

    .news .con{ padding-left: 20px;}
    .news .con h3{ font-size: 15px;}
    .news .con .btn{ line-height: 32px;}

    .contact{ padding: 70px 0 100px;}
}

@media screen and (max-width:900px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}
    input, textarea, select, button{ font-size: 14px;}

    .header{ width: 100%; height: 60px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15); position: fixed; top: 0; left: 0; z-index: 99999;}
    .header .headTop{ display: none;}
    .header .headCon{ height: 60px;}
    .header .logo{ height: 60px; padding: 8px 0; }

    .header .nav{ position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none; margin-top: 0;}
    .header .nav>ul{ display: block;  position: relative; z-index: 111; border-top: #eee solid 1px; }
    .header .nav>ul>li{ border-bottom: #eee solid 1px; margin-right: 0; margin-left: 0; position: relative;}
    .header .nav>ul>li>a{ padding: 0 15px; font-size: 15px; color: #000;  font-weight: normal; line-height: 46px;  display: block;}
    .header .nav>ul>li>a::before{ display: none;}
    .header .nav>ul>li .subnav{ width: 100%; background: #eee; position: relative; left: 0; top: 0; transform:inherit; padding-top: 0;}
    .header .nav>ul>li .subnav ol{ background: none; box-shadow:none; padding: 15px 0;}
    .header .nav>ul>li .subnav ol::before{ display: none;}
    .header .nav>ul>li .subnav ol a{ text-align: left; padding: 0 15px;}

    .header .searchCart{  margin-right: 50px;}
    .header .searchBtn{ width: 30px; height: 30px; background-size: 16px auto; margin-right: 5px;}
    .header .searchCart a{ width: 30px; height: 30px; font-size: 0; background: url(../images/cart_2.png) no-repeat center; background-size: 20px auto; border-radius: 6px; padding: 0;}


    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}


    .banner .pagination{ bottom: 10px !important;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ width: 10px; height: 10px;}

    .neiBanner .bannerText{ bottom: 0px;}
    .neiBanner .bannerText h2 { font-size: 24px; margin-bottom: 5px;}
    .neiBanner .bannerText p{ font-size: 12px;}

    .probanner{ height: 120px;}
    .newsBanner{ height: 120px;}
    .catBanner{ height: 120px;}

    .title{ margin-bottom: 30px;}
    .title h2{ font-size: 22px;}
    .title p{ font-size: inherit; margin-bottom: 10px;}

    .ntitle h2{ font-size: 22px;}

    .new::after,.hot::after{ font-size: 13px; width: 40px; height: 20px; line-height: 20px; right: 10px; top: 10px;}

    .indexOne { padding: 50px 0 40px;}
    .indexOne .box ul li{ width: 33.33%; margin-bottom: 20px;}
    .indexOne .box ul li .tit{ margin-top: 10px;}

    .indexTwo{ padding: 50px 0;}
    .indexTwo .wrap{ display: block;}
    .indexTwo .con{ width: 100%; margin-bottom: 25px;}
    .indexTwo .text{ line-height: 1.6; margin-bottom: 25px;}
    .indexTwo .aboutMore{ display: flex; justify-content: center;}
    .indexTwo .videoBtn .tit { font-size: 20px; }
    .indexTwo .videoBtn .tit strong { font-size: 70px; }
    .indexTwo .videoBtn p { font-size: 16px; }
    .indexTwo .videoBtn dd{ width: 40px; height: 40px;}
    .indexTwo .videoBtn { width: 280px; height: 280px; margin: 0 auto;}

    .indexThree { padding: 60px 0;}

    .indexFour { padding: 190px 0 65px; margin-top: -200px;}
    .indexFour .box ul{ margin: 0 -5px;}
    .indexFour .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .indexFour .box ul li ol dl{ padding-bottom: 100%;}
    .indexFour .box ul li ol .tit{ line-height: 40px;}
    .indexFour .box ul li ol .product-card{ height: 55px;}
    .indexFour .box ul li ol .product-card .product-quantity-control{ display: none;}
    .indexFour .box ul li ol .product-card input{ width: 45px; height: 30px;}
    .indexFour .box ul li ol .product-card button{ font-size: 12px;}

    .indexFive { padding: 50px 0; }
    .indexFive .wrap{ display: block;}
    .indexFive .title{ width: 100%; margin-bottom: 20px;}
    .indexFive .title h2 { font-size: 22px;}
    .indexFive .title p{ font-size: inherit;}
    .indexFive .box{ width: 100%; margin-top: 30px;}
    .indexFive .box ul{ margin: 0 -10px;}
    .indexFive .box ul li{ width: 50%; padding: 0 10px;}
    .indexFive .box ul li dl{ border-radius: 10px;}
    .indexFive .box ul li h3{ margin-bottom: 20px;}
    .indexFive .box ul li dd{ font-size: 12px;}

    .aboutOne .wrap{ display: block;}
    .aboutOne .con{ width: 100%; padding: 0; margin-bottom: 20px;}
    .aboutOne .pic{ width: 100%;}

    .aboutTwo { padding: 60px 0; }

    .aboutThree { padding:60px 0;}
    .aboutThree .box ul { flex-wrap: wrap;}
    .aboutThree .box ul li{ width: 100%; margin-bottom: 15px;}

    .aboutFour { padding: 60px 0 110px;}
    .aboutFour .text { font-size: 15px; padding: 9px 50px;}

    .aboutFive { padding: 60px 0;}
    .aboutFive .box ul{ margin: 0 -8px;}
    .aboutFive .box ul li{ width: 50%; margin-bottom: 15px; padding: 0 8px;}

    .aboutSix { padding: 60px 0 100px;}

    .why .title h2, .team .title h2, .faq .title h2 { height: 80px; line-height: 80px; }

    .why .whyTit{ margin-bottom: 35px;}
    .why .whyTit { font-size: 17px; line-height: 20px; padding: 10px 20px; }

    .whyOne .box ul{ margin: 0 -10px;}
    .whyOne .box ul li{ width: 50%; padding: 0 10px; margin-bottom: 20px;}
    .whyOne .box ul li .tit{ font-size: 15px; margin-bottom: 13px;}
    
    .whyTwo .box ul { display: block; margin: 0;}
    .whyTwo .box ul li{ width: 100%; margin-bottom: 10px; padding: 0;}
    .whyTwo .text{ padding:  0;}

    .teamOne { padding: 30px 0 70px;}
    .teamOne .tit{ margin-bottom: 20px;}
    .teamOne .text{ padding: 0;}

    .teamTwo{ padding: 60px 0 50px;}
    .teamTwo .item { border-radius: 10px; margin-bottom: 20px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
    .teamTwo .item .pic{ width: 100%;}
    .teamTwo .item .pic img{ border-radius: 0;}
    .teamTwo .item .con{ width: 100%; margin: 0 !important;}

    .honorOne { padding: 50px 0;}
    .honorOne .box{ padding-top: 0;}
    .honorOne .box ul { margin: 0 -5px;}
    .honorOne .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .honorOne .box ul li dl img { padding: 5px;}
    .honorOne .box ul li a .tit h3{ top: 0;}
    .honorOne .box ul li a .tit h3::before{ display: none;}
    .honorOne .box ul li a .tit h3::after{ display: none;}
    .honorOne .moreBtn::before{ width: 30px; height: 30px; background-size: contain;}
    .honorOne .moreBtn{ padding-top: 35px; font-size: 14px;}

    .honorTwo { padding: 50px 0;}
    .honorTwo .box{ padding: 0;}
    .honorTwo .box ul { margin: 0 -5px;}
    .honorTwo .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .honorTwo .box ul li a .tit h3{ top: 0;}
    .honorTwo .box ul li a .tit h3::before{ display: none;}
    .honorTwo .box ul li a .tit h3::after{ display: none;}

    .honorThree { padding-top: 50px;}
    .honorThree .box { padding: 0;}
    .honorThree .box ul { margin: 0 -5px;}
    .honorThree .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .honorThree .box ul li dl img { padding: 5px;}
    .honorThree .box ul li a .tit h3{ top: 0;}
    .honorThree .box ul li a .tit h3::before{ display: none;}
    .honorThree .box ul li a .tit h3::after{ display: none;}

    .container{ padding: 30px 0 80px;}
    .container .wrap{ display: block;}
    .container .leftSide{ width: 100%; margin-bottom: 20px;}
    .e-catalog{ display: none;}
    .relatedProducts{ display: none;}
    .recommend{ display: none;}

    .container .rightBox{ width: 100%; padding: 0;}
    .container .rightBox .ntitle{ margin-bottom: 15px;}
    .container .rightBox .ntitle h2{ font-size: 17px;}

    .leftNav>dl{ font-size: 22px; padding-bottom: 15px; background: url(../images/xiala.png) no-repeat right 5px; background-size: 20px auto;}
    .leftNav ul{ display: none;}

    .prolist{ margin-bottom: 25px;}
    .prolist ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .prolist ul li ol dl{ padding-bottom: 100%;}
    .prolist ul li ol .tit{ line-height: 40px;}
    .prolist ul li ol .product-card{ height: 44px; position:relative; top:0; opacity:1;}
    .prolist ul li ol .product-card .product-quantity-control{ display: none;}
    .prolist ul li ol .product-card input{ width: 45px; height: 30px;}
    .prolist ul li ol .product-card button{ font-size: 12px;}

    .proview .proHead{ display: block;}
    .proview .proHead .pic{ width: 100%; margin-bottom: 30px;}
    .proview .proHead .pic .small li{ width: 56px;}
    .proview .proHead .con{ width: 100%; padding: 0;}
    .proview .proHead .con .tit{ padding-bottom: 10px;}
    .proview .desc .propage a{ width: calc(50% - 10px); font-size: 14px;}

    .launched { padding: 50px 0 80px;}
    .launched .box{ padding: 0;}
    .launched .box ul { margin: 0 -5px;}
    .launched .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .launched .box ul li ol .tit{ line-height: 40px;}

    .ecatalog { padding:50px 0 80px;}
    .ecatalog .box{ padding-top: 0;}
    .ecatalog .box ul { margin: 0 -5px;}
    .ecatalog .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .ecatalog .box ul li .category{min-width:85%; font-size: 11px; bottom: 15px; line-height: 1.2; padding: 5px;}
    .ecatalog .box ul li a .tit{ padding: 0 10px;}
    .ecatalog .box ul li a .tit h3{ top: 0;}
    .ecatalog .box ul li a .tit h3::before{ display: none;}
    .ecatalog .box ul li a .tit h3::after{ display: none;}

    .news ul li { padding-bottom: 25px; margin-bottom: 25px;}
    .news ul li a{ display: block;}
    .news .pic{ width: 100%; margin-bottom: 15px;}
    .news .con{ width: 100%; padding: 0;}
    .news .con .c{ margin-bottom: 0;}
    .news .con .btn{ display: none;}

    .newsView .newsHead h1{ font-size: 16px;}
    .newsView .page{ margin-top: 30px;}

    .faq{ padding-bottom: 60px;}
    .faq .box ul li{ padding: 0 15px; margin-bottom: 15px;}
    .faq .box ul li .question{ min-height: 60px; font-size: 14px; line-height: 1.4; background-size: 20px !important;}
    .faq .box ul li .question span { font-size: 22px; }
    .faq .box ul li.active .answer{ padding: 0; padding-bottom: 20px;}

    .contact { padding: 50px 0 40px; }
    .contact .text{ padding: 0; margin-bottom: 20px;}
    .contact .box{ display: block;}
    .contact .box .item{ width: 100%; margin-bottom: 15px; padding: 30px;}

    .Inquiry{ padding: 50px 0;}
    .Inquiry ul li{ padding: 15px; margin-bottom: 15px;}
    .Inquiry ul li .pic { width: 80px;}
    .Inquiry ul li .pic dl{ border-radius: 8px;}
    .Inquiry ul li .con{ width: calc( 100% - 80px); padding-left: 15px;}
    .Inquiry ul li .con .info{ margin-bottom: 10px;}
    .Inquiry ul li .con .info .tit{ font-size: 15px; padding-right: 50px;}
    .Inquiry ul li .con .remove{ font-size: 0; width: 36px; height: 36px; background: url(../images/icon32.png) no-repeat center center; background-size:16px auto; padding: 0; }
    .Inquiry ul li .con .info .model{ margin-bottom: 10px;}
    .Inquiry ul li .con .quantity-control{ font-size: 13px;}
    .Inquiry ul li .con .num .numbtn{ font-size: 16px;}
    .Inquiry ul li .con input { width: 50px; height: 35px;}

    .message{ padding: 50px 0 70px;}

    .footer .fmain { padding: 50px 0 20px; }
    .footer .fmain .wrap{ display: block;}
    .footer .fmain .item{ margin-bottom: 30px;}
    .footer .fmain .tit{ font-size: 16px; margin-bottom: 13px;}
    .footer .fmain .tit img{ height: 20px;}
    .footer .fmain .contactText{ line-height: 1.8;}
    .footer .fmain .contactText img{ height: 15px;}
    .footer .fmain .email input{ width:calc( 100% - 100px); height: 42px; line-height: 42px;}
    .footer .fmain .email button {
        width: 100px;
        height: 42px;
        line-height: 42px;
        font-size: 13px;
    }
    .footer .copyright{ padding: 10px 0;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 3px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:3px;}
    .fenye span { width: 34px; height: 34px; line-height: 32px; margin-right:3px;}
    .fenye a:hover {color: #fff; }
    .fenye a.current { color: #fff;  margin-right: 3px;}
    .footer .gotop{ display: none;}

    .tccBox .BoxCon{ width: 90%;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}