@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 14px; color:#333; line-height: 1.7; overflow-x: hidden; font-family: "Lucida Sans Unicode", Arial, sans-serif; background: #fff; padding-top: 190px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,main,section,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 14px; outline:none;  font-family: "Lucida Sans Unicode", Arial, sans-serif; }
svg{ border: none;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#333; transition: all .4s;}
a:hover{ color:#f07836;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none; }

.wrap{ width: 100%; max-width: 1620px; 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%; height: 190px; background: #fcf9f3; display: flex; align-items: center;  position: fixed; left:0; top: 0; z-index: 99999;  transition: all .4s;}
.header .wrap{ position: relative;}
.header .logo {position: absolute;left: 50%; top: -10px;transform: translateX(-50%);}
.header .nav ul li { padding: 0 50px; position: relative; z-index: 11;}
.header .nav ul li:nth-child(2){ margin-right: 90px;}
.header .nav ul li:nth-child(3){ margin-left: 130px;}
.header .nav ul li>a{ font-size: 16px; color: #666666;  text-transform: uppercase; line-height: 50px; padding: 0 25px; display: block; transition: color .4s;}
.header .nav ul li.on>a,.header .nav ul li a:hover,.header .nav ul li:hover a{ color: #f07836; }
.header .nav ul li>a.tit{ background: url(../images/icon01.png) no-repeat right center;}
.header .nav ul li .subnav{ display: none; width: 100%; padding: 15px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, .1); position: absolute; top: 40px; left: 50%; width: 230px; background: #fff;  border-radius: 10px; margin-left: -115px;}
.header .nav ul li .subnav  a{ color: #333; text-align: center; display: block; padding: 3px 0; transition: all .4s;}
.header .nav ul li .subnav  a:hover{ color: #f07836; }

.header .lang{ position: absolute; top:-36px; right: 50PX; z-index: 999999;}
.header .lang dl{ height: 18px; color: #666; line-height: 18px; padding-left: 25px; padding-right: 15px; background: url(../images/icon05.png) no-repeat left center; position: relative; cursor: pointer;}
.header .lang dl::after{ content: ""; position: absolute; top: 50%; right: 0; width: 8px; height: 8px; background: url(../images/icon01.png) no-repeat right center; transform: translateY(-50%);}
.header .lang ol{ position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 100px; text-align: center; padding-top: 10px; display: none;}
.header .lang ol ul{  background: #fff; padding: 10px; border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, .1);}
.header .lang ol ul li{ padding: 2px 0;}
.header .lang ol ul li a{ display: block; transition: all .4s;}

.header.menu-toggle{display: none;} 

.title{ margin-bottom: 70px;}
.title p{ font-size: 24px; color: #666666; font-family: "Lucida Sans Unicode", Arial, sans-serif; margin-bottom: 15px;}
.title h2{ font-size: 48px; color: #000; font-weight: 300; line-height: 1.2;}
.title .text{ font-size: 16px; color: #666666; margin-top: 30px;}


.indexOne{ background: #fcf9f3; padding: 45px 0 100px;}
.indexOne .t{ font-size: 48px; color: #000; line-height: 1.2; font-family: "Lucida Sans Unicode", sans-serif; margin-bottom: 50px;}
.indexOne .p{ margin-bottom: 40px;}
.indexOne .btn:hover{ opacity: 0.85}

.goToProducts{ background: #fcf9f3; padding: 80px 0 100px}
.goToProducts .t{ font-size: 48px; color: #000; line-height: 1.2; font-family: "Lucida Sans Unicode", sans-serif;}
.goToProducts .b{ margin-left: 230px;}
.goToProducts .btn:hover{ opacity: 0.85}

.indexTwo{ padding: 80px 0 150px;}
.indexTwo .list ul{ margin: 0 -32px;}
.indexTwo .list ul li{ width: 33.33%; padding: 0 32px;}
.indexTwo .list ul li dl{ border-top-left-radius: 25px; border-bottom-right-radius: 25px; padding-bottom: 63.28%; margin-bottom: 10px;}
.indexTwo .list ul li span{ color: #999;}
.indexTwo .list ul li h3{ color: #333; font-weight: normal; line-height: 1.5; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px; transition: all .4s;}
.indexTwo .list ul li em{ font-style: normal; color: #f07836; line-height: 1.3; display: inline-block; border-bottom: #f07836 solid 1px;}
.indexTwo .list ul li a:hover h3{  opacity: 0.7;}

/* neipage */
.aboutOne{ padding: 80px 0 0;}
.aboutOne .text{ width: 50%; height: 390px; line-height: 2; padding-right:50px; overflow-y: auto;}
.aboutOne .text::-webkit-scrollbar{ width: 2px;}
.aboutOne .text::-webkit-scrollbar-thumb {background:#ea8a1c;}
.aboutOne .pic{ width: 50%; text-align: right;}

.aboutTwo{ padding: 120px 0 150px;}
.aboutTwo .box{ padding-top: 20px;}
.aboutTwo .item{ width: 25%; text-align: center; }
.aboutTwo .item .icon{ height: 90px; margin-bottom: 35px;}
.aboutTwo .item .t{ font-size: 48px; color: #000; line-height: 1.2; font-weight: 700; margin-bottom: 10px;}
.aboutTwo .item .text{ font-size: 18px; color: #999;}

.why{ padding: 100px 0 180px;}
.why .box{ margin-top: 80px;}
.why .box .item{ display: flex; align-items: center;}
.why .box .item .pic{ width: 50%;}
.why .box .item .pic img{ width: 100%; object-fit: cover;}
.why .box .item .con{ width: 50%; padding: 60px 100px 50px 35px;}
.why .box .item .con .t{ font-size: 36px; color: #000; line-height: 1.4; margin-bottom: 30px; padding-left: 20px; position: relative;}
.why .box .item .con .t::before{ content: ""; width: 8px; height: 8px; background:#ea8a1c; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.why .box .item .con .c{ font-size: 18px; color: #666;}
.why .box .item:nth-child(even){ flex-direction: row-reverse;}
.why .box .item:nth-child(even) .con{ padding: 60px 50px 50px 100px;}

.honor{ padding: 80px 0 150px;}
.honor .box{ padding: 0 90px; position: relative;}
.honor .swiper-slide{ text-align: center;}
.honor .swiper-slide dl{ padding-bottom: 136.33%;}
.honor .swiper-slide p{ min-width: 160px; line-height: 50px; font-size: 18px; text-align: center; color: #666; border-top: 1px solid #bababa; border-bottom: 1px solid #bababa; display: inline-block; margin-top: 30px;}
.honor .swiper-button-next,.honor .swiper-button-prev{ width: 30px; height: 30px; background: #fff; border: #000 solid 2px; border-radius: 25px; color: #333;}
.honor .swiper-button-next:after, .honor .swiper-button-prev:after{ font-size: 15px; font-weight: bold;}
.honor .swiper-button-next:hover,.honor .swiper-button-prev:hover{ background: #fff; }

.products{ padding: 80px 0 150px;}
.products .wrap{ position: relative;}
.products .t{ font-size: 48px; color: #000; line-height: 1.2; font-family: "Lucida Sans Unicode", sans-serif; margin-bottom: 65px;}
.products .t p{ font-size: 30px; color: #666; line-height: 1.2; margin-top: 30px;}
.products .stepper { display: flex;  margin-bottom: 80px; gap: 60px;}
.products .stepper .step-dot{ width: 80px; height: 80px; background: #999999; border: #fff solid 5px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 36px; position: relative;}
.products .stepper .step-dot.active{ background: #ef7c3c; border: #fdead8 solid 5px;}
.products .stepper .step-dot::after{ content: ""; width: 30px; height: 2px; background: #c9c9c9; position: absolute; right: -50px; top: 50%; transform: translateY(-50%);}
.products .stepper .step-dot:last-child::after{ display: none;}

.products .product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(328px, 1fr)); gap: 66px; cursor: pointer;}
.products .product-card{ background: #f5f5f5; position: relative;}
.products .product-card .zoomBtn{ position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; background:url(../images/fangda.png) no-repeat center; background-size: 20px auto; cursor: pointer; z-index: 11; display: none;}
.products .product-card:hover .zoomBtn{ display: block;}
.products .product-card.selected{ background: #ea8a1c;}
.products .product-card.selected h4{ color: #fff;}
.products .product-card.selected dt{ color: #fff;}
.products .product-card dl{ background: #fff;}
.products .product-card img {padding: 10px;}
.products .product-card ol{ padding: 15px;}
.products .product-card ol h4{ font-size: 18px; color: #666; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}

.products .action-bar{ display: flex; justify-content: center; gap: 20px; margin-top: 80px;}
.products .action-bar button{ background: #fff; font-size: 18px; color: #828282; line-height: 1.2; margin: 0 20px; display: inline-block; padding: 10px 25px; border-radius: 25px; border: 2px solid #828282; position: relative; cursor: pointer;}
.products .action-bar button:hover{ color: #f07836; border-color: #f07836;}
.products .action-bar button.prev{ padding-left: 40px;}
.products .action-bar button.next{ padding-right: 50px;}
.products .action-bar button::after {content: ""; width: 18px; height: 18px; background: #828282 url(../images/icon04.png) no-repeat center; background-size: 4px auto; border-radius: 32px; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
.products .action-bar button.prev::after{ left: 15px; right: auto; transform:  translateY(-50%) rotate(180deg);}
.products .action-bar button:hover::after{ background: #f07836 url(../images/icon04.png) no-repeat center;  background-size: 4px auto;}

.prolist .menu{ position: relative; right: auto; top: inherit;}
.menu{ width: 280px; position: absolute; right: 50px; top: -10px; border-top-left-radius: 15px; border-bottom-right-radius: 15px; overflow: hidden;}
.menu dl{ font-size: 19px; color: #fff; line-height: 55px; background: #f07836; padding: 0 20px; }
.menu ul li{ margin-top: 8px;}
.menu ul li a{ font-size: 16px; color: #666; line-height: 46px; background: #f1f1f1; padding: 0 20px; display: block; background-position: right 20px center;}
.menu ul li a:hover, .menu ul li.on a{ background: #f07836; color: #fff; }
.menu .off{ width: 11px; height: 11px; background: url(../images/off-white.png) no-repeat center; position: absolute; right: 15px; top:20px;cursor: pointer; }

.menu ul li.tit>a{ background: #f1f1f1 url(../images/icon01.png) no-repeat right 20px center;}
.menu ul li.tit>a:hover, .menu ul li.slideOn>a{ background: #f07836 url(../images/icon01_2.png) no-repeat right 20px center; color: #fff;}
.menu ul li .subnav{ display: none; }
.menu ul li .subnav a{ line-height: 40px; font-size: 15px;}
.menu ul li .subnav a::before{ content: "- ";}
.menu ul li .subnav a:hover, .menu ul li .subnav a.on{ background: #ff8b4d; color: #fff; }

.prolist { padding: 80px 0 150px;}
.prolist .rightBox{ width: calc(100% - 280px); padding-left: 115px;}
.prolist .ntitle{ margin-bottom: 20px;}
.prolist .ntitle h2{ font-size: 55px; font-weight: normal; line-height: 1.3;}
.prolist .text{ font-size: 16px; line-height: 1.6; color: #666; margin-bottom: 50px;}
.prolist .box ul{ margin: 0 -35px;}
.prolist .box ul li{ width: 33.33%; padding: 0 35px; margin-bottom: 60px;}
.prolist .item{ height: 100%; background: #f5f5f5; cursor: pointer;}
.prolist .item dl{ background: #fff;}
.prolist .item img {padding: 10px;}
.prolist .item ol{ padding: 15px; background: url(../images/star.png) no-repeat right 15px top 15px;}
.prolist .item ol h4{ font-size: 18px; color: #666; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}
.prolist .item.active ol{ background: url(../images/star_2.png) no-repeat right 15px top 15px;}

.search{ padding: 80px 0 120px;}
.search .ntitle{ margin-bottom: 20px;}
.search .ntitle h2{ font-size: 55px; font-weight: normal; line-height: 1.3;}
.search .box{ padding-top: 25px;}
.search .box ul{ margin: 0 -35px;}
.search .box ul li{ width: 25%; padding: 0 35px; margin-bottom: 60px;}
.search .item{ height: 100%; background: #f5f5f5; cursor: pointer; position: relative;}
.search .zoomBtn{ position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; background:url(../images/fangda.png) no-repeat center; background-size: 20px auto; cursor: pointer; z-index: 11; display: none;}
.search .item:hover .zoomBtn{ display: block;}
.search .item dl{ background: #fff;}
.search .item img {padding: 10px;}
.search .item ol{ padding: 15px;}
.search .item ol h4{ font-size: 18px; color: #666; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}

.news{ padding: 80px 0 120px;}
.news .box ul li{ padding: 50px 0; border-bottom: 1px solid #e7e7e7;}
.news .box ul li a{ display: flex; align-items: center;}
.news .box ul li .pic{ width: 345px;}
.news .box ul li .pic dl{ padding-bottom: 65%; border-top-left-radius: 25px; border-bottom-right-radius: 25px;}
.news .box ul li .con{ width: calc(100% - 345px); padding-left: 70px;}
.news .box ul li .con span{ font-size: 14px; color: #999; line-height: 1.3; margin-bottom: 25px; display: block;}
.news .box ul li .con h3{ font-size: 16px; color: #000; line-height: 1.5; font-weight: normal; margin-bottom: 35px;}
.news .box ul li .con ol{ font-style: normal; color: #f07836; line-height: 1.3; display: inline-block; border-bottom: #f07836 solid 1px;}

.newsView{ padding: 80px 0 120px;}
.newsView .newsHead{ margin-bottom: 60px; padding-bottom: 40px; text-align: center; border-bottom: 2px solid #f07836;}
.newsView .newsHead h1{ font-size: 36px; color: #333; font-weight: 300; line-height: 1.2;}
.newsView .newsHead p{ font-size: 16px; color: #666666; margin-top: 30px;}
.newsView .text{ line-height: 2;}
.newsView .newsPage{ margin-top: 60px; padding-top: 40px; text-align: center; border-top: 1px solid #e9e9e9;}
.newsView .newsPage a{ font-size: 18px; color: #828282; line-height: 1.2; margin: 0 20px; display: inline-block; padding: 10px 20px; border-radius: 25px; border: 2px solid #828282; position: relative;}
.newsView .newsPage a:hover{ color: #f07836; border-color: #f07836;}
.newsView .newsPage a.prev{ padding-left: 40px;}
.newsView .newsPage a.next{ padding-right: 50px;}
.newsView .newsPage a::after {content: ""; width: 18px; height: 18px; background: #828282 url(../images/icon04.png) no-repeat center; background-size: 4px auto; border-radius: 32px; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}
.newsView .newsPage a.prev::after{ left: 10px; right: auto; transform:  translateY(-50%) rotate(180deg);}
.newsView .newsPage a:hover::after{ background: #f07836 url(../images/icon04.png) no-repeat center;  background-size: 4px auto;}

.contact{ padding: 80px 0 120px; background: #fcf9f3;}
.contact .box ul li{ width: 20%; padding: 0 20px;}
.contact .box ul li i{ width: 60px; height: 60px; background: #e0deda; border-radius: 30px; display: flex; justify-content: center; align-items: center; margin: 0 auto 40px;}
.contact .box ul li .t{ text-align: center; font-size: 16px; color: #000; line-height: 1.8;}

.message{ padding: 80px 0 150px;}
.message .box ul{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.message .box ul li{ width: 48%; margin-bottom: 25px; position: relative;}
.message input{ width: 100%; height: 44px; border: #d5d5d5 solid 1px; padding: 0 15px; }
.message textarea{ width: 100%; height: 150px; border: #d5d5d5 solid 1px; padding: 15px;}
.message .btn{ margin-top: 50px;}
.message .btn button{ width: 150px; height: 54px; background: #f07836; border-radius: 30px; color: #fff; font-size: 20px; border: none; cursor: pointer;}
.message .btn button:hover{ background: #e77131;}

.message .box ul li::after{ content: "*"; color: #f07836; line-height: 42px; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
.message .box ul li:last-child::after{ display: none;}

/* footer */
.footer{ width: 100%; color: #000; background: #fcf9f3; border-top-right-radius: 36px; padding: 70px 0 30px; position: relative; overflow: hidden;}

.footer>.icon{ width: 72px; height: 36px; background: #fff; position: absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: 11;}
.footer>.icon::before{ content: ""; position: absolute; top: 0; left:0; width: 36px; height: 36px; background: #fcf9f3; border-top-right-radius: 36px;}
.footer>.icon::after{ content: ""; position: absolute; top: 0; right:0; width: 36px; height: 36px; background: #fcf9f3; border-top-left-radius: 36px;}

.footer .t{ font-size: 16px; margin-bottom: 35px;}
.footer a{ color: #000;}
.footer a:hover{ color: #f07836;}

.footer .fabout .list li{ margin-bottom: 10px;}

.footer .fcontact .item{ margin-bottom: 15px; display: flex;}
.footer .fcontact .item .icon{ width: 25px; overflow: hidden;}
.footer .fcontact .item .icon img{ width:13px;}
.footer .fcontact .item .text{ width: calc(100% - 25px);}

.footer .fsearch .box{ margin-bottom: 25px;}
.footer .fsearch .box form{ display: flex;}
.footer .fsearch .box input{ width: 250px; height: 46px; border: #81817f solid 1px; border-right: none; background:#fff url(../images/icon03.png) no-repeat 10px center; padding-left: 30px;}
.footer .fsearch .box button{ width: 46px; height: 46px; background: #f07836 url(../images/icon04.png) no-repeat center center; border: none; cursor: pointer;}
.footer .fsearch .box button:hover{ background: #e77131 url(../images/icon04.png) no-repeat center center; }

.footer .follow .list{ display: flex; justify-content: center;}
.footer .follow .list li{  margin-right: 5px;}
.footer .follow .list li a:hover img{ opacity: 0.7;}

.footer .copyright{ text-align: right;  color: #b9b7b7; line-height: 50px; border-top: 1px solid #c9c8c5; margin-top: 45px;}
.footer .copyright a{ color: #b9b7b7; margin: 0 10px;}
.footer .copyright a:hover{ color: #e7e7e7; }

.cart{ padding:0 20px 0 50px; border-radius: 20px; background: #f07836 url(../images/star_3.png) no-repeat 15px 15px; color: #fff; font-size: 17px; line-height: 40px; position: fixed; right: 50px; bottom: 20%; z-index: 9999999; cursor: pointer;}
.cart span{ width: 19px; height: 19px; line-height: 20px; border-radius: 10px; text-align: center; line-height: 20px; background: #fff; font-size: 11px; color: #f07836; position: absolute; left: 28px; top: 7px;}


/*===/分页=============================*/
.fenye { text-align: center; font-size: 14px; width: 100%; display: flex; justify-content: center; margin: 80px 0; }
.fenye .prev, .fenye .next { width: 42px; height: 42px; line-height: 42px; color: #333;margin:0 4px; display: block; font-family: "宋体";font-size: 18px; background: #ccc; border-radius: 50%;}
.fenye a { width: 42px; height: 42px; line-height: 42px; color: #333; margin:0 4px; display: block; background: #ccc;  border-radius: 50%; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #f07836;}
.fenye a.current { color: #fff;  background: #f07836;}

/*搜索框*/
.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: 31px; height: 31px; background:url(../images/off.png) no-repeat center; position: absolute; top: 38px; right: 38px; z-index: 11;  cursor: pointer;}
.tccBox .BoxCon .content{ min-width: 1300px; background: #fff; padding: 60px 80px 100px; position: relative;}
.tccBox .BoxCon .content .downlogo{ position: absolute; right: 30px; bottom: 30px; right: 30px; bottom: 30px; height: 30px;}
.tccBox .BoxCon .content .t{  font-size: 30px; color: #333; text-align: center;}
.tccBox .BoxCon .content .t1{  font-size: 30px; color: #333; text-align: center; font-weight: bold;  margin-bottom: 20px;}
.tccBox .BoxCon .content .list { margin-bottom: 50px;}
.tccBox .BoxCon .content .list ul{ display: flex; align-items: center; border-bottom: #e9e9e9 solid 1px; padding: 6px 0;}
.tccBox .BoxCon .content .list ul:first-child{ border-top: #ef7c3c solid 2px; border-bottom: #ef7c3c solid 2px; }
.tccBox .BoxCon .content .list ul:first-child li{ font-size: 18px; color: #000; font-weight: bold; padding: 5px 0;}
.tccBox .BoxCon .content .list ul li{ width: 33.33%; text-align: center; font-size: 16px; color: #666;}
.tccBox .BoxCon .content .list ul li img{ height: 40px;}
.tccBox .BoxCon .download-btn-box{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 85px;}
.tccBox .BoxCon .download-btn-box .download-btn{ padding: 0 36px 0 66px; height: 50px; line-height: 50px; border-radius: 30px; background: #f07836 url(../images/icon15.png) no-repeat 30px center; color: #fff; font-size: 18px; cursor: pointer;}
.tccBox .BoxCon .download-btn-box .download-btn:hover{ background: #e77131 url(../images/icon15.png) no-repeat 30px center;}
.tccBox .BoxCon .content .list ul li .remove-btn{ background: #e77131; border: none; color: #fff; font-size: 14px; padding: 3px 8px; border-radius: 5px; cursor: pointer;}


.modal{ display: none; background-color: rgba(0, 0, 0, .8); position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.modal .modal-content{ background: #fff; padding: 20px; position: absolute; left:50%;top:50%; width: 680px; padding: 30px;transform: translate(-50%,-50%);}
.modal .modal-content .close-modal{  width: 31px; height: 31px; background:url(../images/off.png) no-repeat center; position: absolute; top: 20px; right: 20px;  z-index: 111; cursor: pointer;}

@media (max-width: 1930px) {
    .products .t{ font-size: 40px; margin-bottom: 25px;}
    .products .t p{ font-size: 28px;}
    .products .stepper{ margin-bottom: 40px;}
    .products .stepper .step-dot{ width: 70px; height: 70px; font-size: 30px;}
    .products .product-grid{ gap:35px 66px;}

    .menu dl{ font-size: 18px; line-height: 50px;}
    .menu ul li a{ font-size: 15px; line-height: 40px;}

    .menu ul li .subnav a {
        line-height: 37px;
        font-size: 14px;
    }
}

@media (max-width: 1620px) {
    .products .product-grid{ grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));}
}

@media (max-width: 1550px) {

    .title { margin-bottom: 60px;}
    .title h2{ font-size: 42px;}
    .title p{ font-size: 22px;}

    .indexOne .t{ font-size: 38px;}
    .indexOne .p{ height: 150px;}
    .indexOne .b{ height: 80px;}

    .indexTwo{ padding: 80px 0 110px;}
    .indexTwo .list ul li h3{ font-size: 15px;}

    .goToProducts{ padding: 60px 0 90px;}
    .goToProducts .t{ font-size: 38px;}
    .goToProducts .b{ height: 80px;}

    .aboutTwo .item .icon{ height: 60px;}
    .aboutTwo .item .t{ font-size: 36px;}
    .aboutTwo .item .text{ font-size: 16px;}

    .why { padding: 80px 0 150px;}
    .why .box .item .con .t{ font-size: 30px; margin-bottom: 20px;}
    .why .box .item .con .c{ font-size: 16px;}

    .products .t{ font-size: 38px;}
    .products .t p{ font-size: 26px;}
    .products .stepper{ gap: 50px;}
    .products .stepper .step-dot { width: 60px; height: 60px; font-size: 26px;}
    .products .stepper .step-dot::after{ right: -46px;}

    .products .product-grid{ grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));}

    .prolist .ntitle h2{ font-size: 38px;}
    .prolist .rightBox{ padding-left: 70px;}
}

@media (max-width: 1445px) {

    .title h2{ font-size: 38px;}

    .aboutTwo .item .icon { height: 45px; }
    .aboutOne .text{ padding-right: 30px;}
    .aboutOne .pic{ padding-left: 20px;}

    .why .box .item .con{ padding: 30px;}
    .why .box .item:nth-child(even) .con { padding:30px;}
    .why .box .item .con .t{ font-size: 24px;}
    .why .box .item .con .c{ font-size: 15px;}

    .honor .swiper-slide p{ font-size: 15px;}

    .products .product-grid{ gap:35px;}
    .products .product-card ol h4{ font-size: 16px;}

    .prolist .box ul{ margin: 0 -20px;}
    .prolist .box ul li{ padding: 0 20px; margin-bottom: 40px;}
    .prolist .item ol{ background-size: 10px !important;}
    .prolist .item ol h4{ font-size: 16px;}


    .search .box ul{ margin: 0 -20px;}
    .search .box ul li{ padding: 0 20px; margin-bottom: 40px;}
    .search .item ol{ background-size: 10px !important;}
    .search .item ol h4{ font-size: 16px;}


    .news .box ul li{ padding: 35px 0;}
    .news .box ul li .con{ padding-left: 40px;}

    .newsView .newsHead h1{ font-size: 30px;}

    .contact { padding: 55px 0 90px;}

    .fenye{ margin: 50px 0;}
}

@media (max-width: 1360px) {
    .wrap{ padding: 0 20px;}

    .indexOne .t { font-size: 32px; text-align: center;}

    .products .t{ font-size: 30px;}

    .products .stepper .step-dot { width: 50px; height: 50px; font-size: 20px; }

    .menu ul li a{ line-height: 40px;}

    .tccBox .BoxCon .content{ min-width: 900px;}
}

@media (max-width: 1280px) {
    .header .nav ul li{ padding: 0 35px;}

    .goToProducts .t { font-size: 35px; }
    .goToProducts .b { margin-left: 140px;}

    .products .stepper{justify-content:flex-start}
}

@media (max-width: 1180px) {
    .header .nav ul li{ padding: 0 15px;}

    .aboutOne .text{ height: 286px;}

    .prolist .rightBox { padding-left: 40px; }
    .prolist .ntitle h2 { font-size: 32px;}
    .search .ntitle h2 { font-size: 32px;}

    .footer .fcontact{ width: 300px;}
    .footer .fsearch .box input{ width: 200px;}
}

@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; padding: 0; border-radius: 0; display: block; position: fixed; left: 0; top: 0; z-index: 99999;}
    .header .logo { height: 60px; padding:10px 0; left: 0; top: 0; transform:inherit; position: relative;}
    .header .nav { width: 100%; height:calc(100vh - 60px); background: #fff; position: absolute; left: 0; top: 60px; z-index: 99999; display: none;}
    .header .nav{ margin: 0;}
    .header .nav ul{ width: 100%; display: block; border-top: #eee solid 1px;}
    .header .nav ul li{ margin-left: 0; border-bottom: #eee solid 1px; padding: 0;}
    .header .nav ul li>a{ font-size: 15px; color: #000; font-weight: normal; padding: 0 15px; line-height: 45px; }
    .header .nav ul li>a.tit { background: url(../images/icon01.png) no-repeat right 15px center; }
    .header .nav ul li .subnav{ width: 100%; position: relative; left: 0; top: 0; margin: 0;  padding: 15px; background: #eee; border-radius: 0; box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);}
    .header .nav ul li .subnav a{ text-align: left; line-height: 30px;}
    .header .nav ul li:nth-child(2) { margin-right: 0;}
    .header .nav ul li:nth-child(3) { margin-left: 0;}
    .header .lang { top: 23px; right: 75px;}

    .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{ height: 10px; bottom: 20px !important;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ width: 10px; height: 10px; border-radius: 50% !important;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 10px; background: #d12053;}

    .title { margin-bottom: 38px; }
    .title h2 { font-size: 25px; }
    .title p{ font-size: 16px; margin-bottom: 8px;}
    .title .text{ font-size: 13px; line-height: 1.4; margin-top: 20px;}

    .indexOne { padding: 50px 0 50px;}
    .indexOne .t{ font-size: 18px; margin-bottom: 30px;}
    .indexOne .p{ height: auto; margin-bottom: 25px;}
    .indexOne .b { height: 46px; }

    .indexTwo { padding: 50px 10px 60px; }
    .indexTwo .list ul{ display: block; margin: 0;}
    .indexTwo .list ul li{ width: 100%; padding: 0; margin-bottom: 25px;}
    .indexTwo .list ul li h3 { font-size: 14px; margin-bottom: 5px; }
    .indexTwo .list ul li em{ font-size: 13px;}

    .goToProducts{ padding: 50px 0;}
    .goToProducts .t { font-size: 17px; }
    .goToProducts .b { width: 45px; margin-left: 20px; align-items: center;}
    
    .aboutOne { padding: 50px 0 0;}
    .aboutOne .box{ display: block;}
    .aboutOne .text{ width: 100%; height: auto; line-height: 1.6; margin-bottom: 30px; padding: 0;}
    .aboutOne .pic{ width: 100%; height: auto; padding: 0;}

    .aboutTwo{ padding: 80px 0;}
    .aboutTwo .box{ flex-wrap: wrap;}
    .aboutTwo .item{ width: 50%; margin-bottom: 20px;}
    .aboutTwo .item .icon { height: 30px; margin-bottom: 20px;}
    .aboutTwo .item .t{ font-size: 20px;}
    .aboutTwo .item .text{ font-size: 13px;}

    .why { padding: 50px 0 70px; }
    .why .box { margin-top: 50px;}
    .why .box .item{ display: block;}
    .why .box .item .pic{ width: 100%;}
    .why .box .item .con{ width: 100%; padding: 20px;}
    .why .box .item .con .t{ font-size: 16px;}
    .why .box .item .con .c{ font-size: 14px; line-height: 1.6;}

    .honor { padding: 50px 0 90px;}
    .honor .box {padding: 0 45px;}
    .honor .swiper-slide p { min-width: 90px; line-height: 32px; font-size: 14px; margin-top: 15px;}
    .honor .swiper-button-prev{ left: 0;}
    .honor .swiper-button-next{ right: 0;}
    
    .menu{ width: 100%; position: relative; top: 0; right: 0; margin-bottom: 40px; border-top-left-radius: 10px; border-bottom-right-radius: 10px;}
    .menu dl{ font-size: 17px; line-height: 46px;}
    .menu ul li a{ font-size: 14px; line-height: 35px;}

    .products { padding: 40px 0 50px;}
    .products .t { font-size: 17px; margin-bottom: 25px;}
    .products .t p{ font-size: 15px; margin-top: 10px;}
    .products .stepper { gap: 15px; margin-bottom: 30px;}
    .products .stepper .step-dot { width: 30px; height: 30px; font-size: 12px;}
    .products .stepper .step-dot::after{ width: 10px; right: -18px;}
    .products .product-grid { gap: 12px;  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));}
    .products .product-card ol h4 { font-size: 15px; }
    .products .product-card ol dt { font-size: 12px; line-height: 1.4;}
    .products .action-bar { gap: 10px; margin: 60px 0;}
    .products .action-bar button{ font-size: 15px; margin: 0;}

    .prolist{ padding: 40px 0 90px;}
    .prolist .wrap{ display: block;}
    .prolist .ntitle h2{ font-size: 30px;}
    .prolist .rightBox{ width: 100%; padding-left: 0;}
    .prolist .text{ font-size: 13px;}
    .prolist .box ul{ margin: 0 -5px;}
    .prolist .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 25px;}
    .prolist .item img{ padding: 0;}
    .prolist .item ol h4{ font-size: 15px;}
    .prolist .box ul li dt{ font-size: 12px; line-height: 1.4;}

    .search{ padding: 40px 0 60px;}
    .search .wrap{ display: block;}
    .search .ntitle h2{ font-size: 30px;}
    .search .rightBox{ width: 100%; padding-left: 0;}
    .search .text{ font-size: 13px;}
    .search .box ul{ margin: 0 -5px;}
    .search .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 25px;}
    .search .item img{ padding: 0;}
    .search .item ol h4{ font-size: 15px;}
    .search .box ul li dt{ font-size: 12px; line-height: 1.4;}

    .cart { padding: 0 14px 0 50px; background: #f07836 url(../images/star_3.png) no-repeat 10px 10px;    font-size: 14px;    line-height: 35px;    position: fixed;    right: 10px;    bottom: 5%;}
    .cart span{ font-size: 10px; left: 24px;}

    .news{ padding: 50px 0;}
    .news .box ul li a{ display: block;}
    .news .box ul li .pic{ width: 100%; margin-bottom: 15px;}
    .news .box ul li .con{ width: 100%; padding: 0;}
    .news .box ul li .con span{ font-size: 12px; line-height: 1.4; margin-bottom: 6px;}
    .news .box ul li .con h3 { font-size: 14px; margin-bottom: 5px; }
    .news .box ul li .con ol{ font-size: 13px;}

    .newsView { padding: 50px 0 90px;}
    .newsView .newsHead { margin-bottom: 35px; padding-bottom: 20px;}
    .newsView .newsHead h1 { font-size: 18px; }
    .newsView .newsHead p{ font-size: 14px; margin-top: 18px;}
    .newsView .newsPage a{ font-size: 15px; padding: 8px 20px;}

    .contact { padding: 50px 0;}
    .contact .box ul{ flex-wrap: wrap; margin: 0 -10px;}
    .contact .box ul li{ width: 50%; padding: 0 10px; margin-bottom: 30px;}
    .contact .box ul li i{ width: 50px; height: 50px; margin: 0 auto 18px;}
    .contact .box ul li i img{ width:20px; }
    .contact .box ul li .t{ font-size: 14px; line-height: 1.4;}

    .message { padding: 50px 0 80px;}
    .message .box ul li{ margin-bottom: 15px;}
    .message .btn button { width: 120px; height: 45px; font-size: 16px;}
  
    .footer{ border-top-right-radius: 0; padding: 40px 0 0;}
    .footer .t { font-size: 15px; text-transform: uppercase; margin-bottom: 10px;}
    .footer .fmain { display: block;}
    .footer .fabout{ display: none;}
    .footer .fcontact{ margin-bottom: 30px;}
    .footer .fcontact .item{ margin-bottom: 10px;}
    .footer .fsearch .box input{ width: calc(100% - 40px); height: 40px;}
    .footer .fsearch .box button{ width: 40px; height: 40px;}
    .footer .follow .list{ justify-content: flex-start;}
    .footer .copyright{ text-align: center; line-height: 1.5; margin-top: 25px; padding: 10px 0;}

    /*===/分页=============================*/
    .fenye{ margin: 40px 0;}
    .fenye a { width: 35px; height: 35px; line-height: 35px; font-size: 12px; margin: 0 2px;}
    .fenye .prev, .fenye .next { width: 35px; height: 35px; line-height: 35px;}

    .tccBox .BoxCon{ width: 100%; padding: 15px;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 28px; top: 28px;}
    .tccBox .BoxCon .content { max-width: 100%; min-width: inherit; padding: 50px 15px 35px;}
    .tccBox .BoxCon .content .t{ font-size: 13px;}
    .tccBox .BoxCon .content .t1{ font-size: 15px;}
    .tccBox .BoxCon .content { max-width: 100%; padding: 40px 15px 38px; }
    .tccBox .BoxCon .content .list ul{ padding: 5px 0;}
    .tccBox .BoxCon .content .list ul li{ font-size: 13px;}
    .tccBox .BoxCon .content .list ul:first-child li{ font-size: 12px;}
    .tccBox .BoxCon .download-btn-box{ bottom: 40px;}
    .tccBox .BoxCon .download-btn-box .download-btn { padding: 0 18px 0 44px; height: 36px; line-height: 36px; background: #f07836 url(../images/icon15.png) no-repeat 17px center; font-size: 14px; background-size: 20px auto;}
    .tccBox .BoxCon .download-btn-box .download-btn:hover { background: #e77131 url(../images/icon15.png) no-repeat 17px center; background-size: 20px auto;}
    .tccBox .BoxCon .content .list ul li .remove-btn{ font-size: 11px;}
    .search-dialog{ width: 95%;}

    .modal .modal-content{ width: 90%; }
    .modal .modal-content .close-modal{ background-size: 20px;}
}

@media screen and (max-width:380px){

}