@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:Arial,sans-serif; background: #fff; padding-top: 135px;}
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: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:#fec519;}

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: 135px; background: #fff;  box-shadow: 0 0 10px rgba(0, 0, 0, .1); padding-top: 20px; position: fixed; left:0; top: 0; z-index: 99999;  transition: all .4s;}
.header .nav ul li { position: relative; z-index: 11;}
.header .nav ul li>a{ font-size: 16px; color: #003463; font-weight: bold; text-transform: uppercase; line-height: 50px; padding: 0 35px; display: block; transition: color .4s;}
.header .nav ul li.on>a,.header .nav ul li a:hover,.header .nav ul li:hover a{ color: #fec519; }
.header .nav ul li>a.tit{ background: url(../images/icon01.png) no-repeat right 10px center;}
.header .nav ul li .subnav{ display: none; position: absolute; top: 30px; left: 50%; width: 230px; background: #fff; margin-left: -115px; padding-top: 44px;}
.header .nav ul li .subnav ol{ width: 100%; padding: 15px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, .1);}
.header .nav ul li .subnav ol a{ color: #333; text-align: center; display: block; padding: 3px 0; transition: all .4s;}
.header .nav ul li .subnav ol a:hover{ color: #fec519; }

.header .nav ul li:nth-child(2) .subnav{ width: 550px; margin-left: -275px;}
.header .nav ul li:nth-child(2) .subnav ol{ display: flex;flex-wrap: wrap;}
.header .nav ul li:nth-child(2) .subnav ol a{ width: 50%; }

.header .lang{ position: relative;}
.header .lang dl{ width: 20px; height: 20px; background: url(../images/icon02.png) no-repeat center; cursor: pointer;}
.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: 15px; border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, .1);}

.header .searchBtn{ width: 40px; height: 40px; background: url(../images/icon03.png) no-repeat center; margin: 0 10px; cursor: pointer;}

.header .cart{ display: flex; align-items: center; background: url(../images/icon04.png) no-repeat left center; padding-left: 40px;}
.header .cart .number{ background: #fec519; color: #000; font-size: 12px; padding: 2px 10px; line-height: 16px; border-radius: 5px; margin-right: 10px; text-align: center;}
.header .cart .cartBtn{ height: 40px; line-height: 40px; background: #fec519; border-radius: 5px; padding: 0 10px; color: #000; font-size: 16px; font-weight: bold;}
.header .cart .cartBtn a{ display: block; color: #000;}

.header.menu-toggle{display: none;} 


/* banner */
.banner { position: relative; background: #726863;}
.banner img{width:100%;}
.banner .swiper-slide{ display: flex; align-items: center;}
.banner .pagination { width: 100% !important; height: 15px; position: absolute; left:0; bottom:30px!important;  z-index:111; display: flex; justify-content: center; align-items: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 50px;height: 3px; background:#384a7f; border: none; margin: 0 10px; border-radius:15px!important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fec519;}
.banner .swiper-slide-active{opacity:1;}

.title{ margin-bottom: 80px; text-align: center;}
.title p{ font-size: 24px; color: #666666; font-family: "Lucida Sans Unicode", Arial, sans-serif; margin-bottom: 15px;}
.title h2{ font-size: 48px; color: #1d3664; font-weight: 900; line-height: 1;}

.ntitle{ padding: 40px 0; margin: 0;  border-bottom: 1px solid #cad1d8;}
.ntitle h2{ font-size: 36px; color: #1d3664; text-transform: uppercase; font-weight: 900; line-height: 1;}

.more a{ font-size: 16px; color: #fff; line-height: 56px; font-weight: bold; background: #203f5d; padding: 0 30px; display: inline-block; transition: all .4s;}
.more a:hover{ background: #fec519; }

/* index */
.indexOne{ padding: 100px 0; background: #fbfbfc;}
.indexOne .list{ margin-bottom: 50px; padding-top: 20px;}
.indexOne .list ul{ margin: 0 -35px;}
.indexOne .list ul li{ width: 25%; padding: 0 35px; display: flex; flex-direction: column; align-items: center;}
.indexOne .list ul li h3{ font-size: 48px; text-align: center; margin: 10px 0;}
.indexOne .list ul li p{ font-size: 16px; text-align: center; font-family: "Lucida Sans Unicode", Arial, sans-serif; color: #999;}

.indexTwo{ padding: 60px 0 140px;}
.prolist{ margin-bottom: 50px;}
.prolist ul{ margin: 0 -43px;}
.prolist ul li{ width: 20%; padding: 0 43px; margin-bottom: 30px; display: flex; flex-direction: column; align-items: center;}
.prolist ul li a{ width: 100%; display: block; }
.prolist ul li a:hover h3{color: #fec519;}
.prolist ul li dl{  padding-bottom: 100%; margin-bottom: 10px; background: #cdcdcd;}
.prolist ul li h3{ font-size: 16px; text-align: center; font-weight: normal;}
.prolist ul li p{ font-size: 16px; text-align: center; color: #222; font-weight: bold; margin-bottom: 5px;}
.prolist ul li .cartAdd{ color: #000; font-size: 14px; line-height: 32px; border: #000 solid 1px; padding: 0 15px; border-radius: 3px; display: inline-block; margin: 0 auto; cursor: pointer; transition: all .4s;}
.prolist ul li .cartAdd:hover{ background: #fec519; border: #fec519 solid 1px;}

.indexThree{ background: #f4f4f4;}
.indexThree .pic{ width: 50%; cursor: pointer;}
.indexThree .pic img{ width: 100%; height: 100%;}
.indexThree .con{ width: 50%; padding: 75px;}
.indexThree .con .tit{ font-size: 36px; color: #000; line-height: 1.3; font-weight: bold; margin-bottom: 45px;}
.indexThree .con .tit strong{ font-weight: 900;}
.indexThree .con .text{ font-size: 16px; line-height: 2; color: #000;}

.indexFour{ padding: 160px 0;}
.indexFour .list ul{ margin: 0 -32px;}
.indexFour .list ul li{ width: 33.33%; padding: 0 32px;}
.indexFour .list ul li dl{ border-top-left-radius: 25px; border-bottom-right-radius: 25px; padding-bottom: 63.28%; margin-bottom: 10px;}
.indexFour .list ul li span{ color: #999;}
.indexFour .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;}
.indexFour .list ul li em{ font-style: normal; color: #c6970a; line-height: 1.3; display: inline-block; border-bottom: #c6970a solid 1px;}
.indexFour .list ul li a:hover h3{  opacity: 0.7;}

/* neiye */
.breadcrumb{ padding: 25px 0; color: #999;}
.breadcrumb a{ color: #999;}
.breadcrumb a:hover{ color: #fec519;}
.breadcrumb.blue{ background: #203f5d; color: #fff;}
.breadcrumb.blue a{ color: #fff;}
.breadcrumb.blue a:hover{ color: #7398bd;}

.anchorPoint{ padding-top: 135px; margin-top: -135px;}

.aboutOne{ padding: 30px 0 90px;}
.aboutOne .con{ width: 50%; padding-right: 70px;}
.aboutOne .con .tit{ font-size: 36px; color: #1d3664; line-height: 1.3; font-weight: bold; margin-bottom: 30px;}
.aboutOne .con .tit strong{ font-weight: 900;}
.aboutOne .con .tit span{ color: #fec519;}
.aboutOne .con .text{ font-size: 16px; line-height: 2; color: #000;}
.aboutOne .con .text strong{ color: #1d3664; }
.aboutOne .pic{ width: 50%; text-align: right; padding-left: 20px; cursor: pointer;}

.aboutTwo{ padding: 130px 0; background: #f4f4f4;}
.aboutTwo .box{ padding: 0 190px; position: relative;}
.aboutTwo .swiper-slide dl{ padding-bottom: 139.285%;}
.aboutTwo .swiper-button-next,.aboutTwo .swiper-button-prev{ width: 50px; height: 50px; background: #000; border-radius: 25px; color: #fff;}
.aboutTwo .swiper-button-next:after, .aboutTwo .swiper-button-prev:after{ font-size: 22px; }
.aboutTwo .swiper-button-next:hover,.aboutTwo .swiper-button-prev:hover{ background: #fec519; }

.aboutThree{ padding: 80px 0 120px;}
.aboutThree .ntitle{ margin-bottom: 70px; border-bottom: none; padding: 0;}
.aboutThree .swiper{ padding-bottom: 60px;}
.aboutThree .swiper-pagination{ bottom: 0 !important; }

.leftNav{ width: 235px; margin: 20px 0 50px;}
.leftNav dl{ padding: 20px 0; margin-bottom: 20px; border-bottom: #cad1d8 solid 1px; color: #666; text-transform: uppercase;}
.leftNav ul li{ margin-bottom: 5px;}
.leftNav ul li a{ color: #1d3664; font-size: 14px; padding-left: 10px; display: block; position: relative;}
.leftNav ul li a span{ color: #dca603; font-size: 12px;}
.leftNav ul li a::before{ content: ">"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 12px; color: #1d3664; opacity: 0; transition: opacity .4s;}
.leftNav ul li a:hover::before,.leftNav ul li.on a::before{ opacity: 1;}
.rightBox{ width: calc(100% - 235px); margin-top: 20px; padding-left: 38px;}
.rightBox .tit{ border-bottom: #cad1d8 solid 1px; padding: 20px 0; margin-bottom: 20px; color: #666; text-transform: uppercase;}

.proview{ padding-bottom: 30px;}
.proview .proinfo{ margin-bottom: 30px;}
.proview .proinfo .pic{ width: 50%;}
.proview .proinfo .pic .bigpic dl{ padding-bottom: 100%; border: 1px solid #f2f2f2;}
.proview .proinfo .pic .bigpic dl video{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0;}
.proview .proinfo .pic .smallpic{ margin-top: 20px;}
.proview .proinfo .pic .smallpic li{ width: 100px; margin-right: 20px;}
.proview .proinfo .pic .smallpic li dl{ padding-bottom: 100%; border-radius: 5px; cursor: pointer;}
.proview .proinfo .pic .smallpic li.videoBtn{ position: relative; cursor: pointer;}
.proview .proinfo .pic .smallpic li.videoBtn::after{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 50px; height: 50px; background: url(../images/videoBtn.png) no-repeat center center; }
.proview .proinfo .info{ width: 50%; padding-left: 60px;}
.proview .proinfo .info h1{ font-size: 36px; color: #1d3664; font-weight: bold; margin-bottom: 30px; }
.proview .proinfo .info .text{ font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 40px;}
.proview .proinfo .info .num{ display: flex; align-items: center; margin-bottom: 20px;}
.proview .proinfo .info .num input{ width: 56px; height: 50px; text-align: center; font-size: 18px; border: #e3e1e1 solid 1px;}
.proview .proinfo .info .num span{ width: 56px; height: 50px; line-height: 50px; font-size: 25px; text-align: center; background: #efefef; cursor: pointer;}
.proview .proinfo .info .cartAdd{ width: 220px; font-size: 16px; color: #000; font-weight: bold; text-align: center; line-height: 56px; border-radius: 5px; background: #fec519; margin-right: 15px; cursor: pointer;}
.proview .proinfo .info .cartAdd:hover{ background: #ecb613;}
.proview .proinfo .info .returnBtn{ width: 220px; font-size: 16px; color: #000; font-weight: bold; text-align: center; line-height: 56px; border-radius: 5px; background: #fff;}
.proview .proinfo .info .returnBtn a{ display: block; background: #fff; border: #000 solid 1px; border-radius: 5px; cursor: pointer;}
.proview .proinfo .info .returnBtn a:hover{ background: #fec519; border: #fec519 solid 1px; color: #000;}
.proview .proinfo .info .downloadBtn{ margin: 20px 0;}
.proview .proinfo .info .downloadBtn a{ font-size: 14px; color: #666; line-height: 1.8; background: url(../images/icon10.png) no-repeat left center; padding-left: 20px;}
.proview .proinfo .info .downloadBtn a:hover{ color: #fec519; }


.other { margin-bottom: 80px; border-top: #cad1d8 solid 1px;}
.other .otherTit{ margin-bottom: 30px; padding-top: 30px; font-size: 36px; color: #1d3664; font-weight: bold;  }
.other .swiper-slide{ width: 20%; margin-bottom: 30px; display: flex; flex-direction: column; align-items: center;}
.other .swiper-slide a{ width: 100%; display: block; }
.other .swiper-slide a:hover h3{color: #fec519;}
.other .swiper-slide dl{  padding-bottom: 100%; margin-bottom: 10px; background: #cdcdcd;}
.other .swiper-slide h3{ font-size: 16px; text-align: center; font-weight: normal;}
.other .swiper-slide p{ font-size: 16px; text-align: center; color: #222; font-weight: bold; margin-bottom: 5px;}
.other .swiper-slide .cartAdd{ color: #000; font-size: 14px; line-height: 32px; border: #000 solid 1px; padding: 0 15px; border-radius: 3px; display: inline-block; margin: 0 auto; cursor: pointer; transition: all .4s;}
.other .swiper-slide .cartAdd:hover{ background: #fec519; border: #fec519 solid 1px;}
.other .swiperButton{ position: relative; border-top: 1px solid #cad1d8; margin-top: 30px; padding-top: 70px;}
.other .swiperButton .swiper-button-next,.other .swiperButton .swiper-button-prev{ width: 50px; height: 50px; background: #000; border-radius: 25px; color: #fff; top: 0; margin-top: 20px;}
.other .swiperButton .swiper-button-next{ left: 50%; right: auto; margin-left: 10px;}
.other .swiperButton .swiper-button-prev{ right: 50%; left: auto; margin-right: 10px;}
.other .swiperButton .swiper-button-next:after, .other .swiperButton .swiper-button-prev:after{ font-size: 22px; }
.other .swiperButton .swiper-button-next:hover,.other .swiperButton .swiper-button-prev:hover{ background: #fec519; }

.news{ padding-bottom: 80px;}
.news .box ul li{ padding: 90px 0; border-bottom: 1px solid #cad1d8;}
.news .box ul li a{ display: flex; align-items: center;}
.news .box ul li .pic{ width: 530px;}
.news .box ul li .pic dl{ padding-bottom: 65%;}
.news .box ul li .con{ width: calc(100% - 530px); padding-left: 100px;}
.news .box ul li .con h3{ font-size: 24px; color: #000; line-height: 1.2; font-weight: normal; margin-bottom: 30px;}
.news .box ul li .con span{ font-size: 14px; color: #999; line-height: 1.3; margin-bottom: 30px; display: block;}
.news .box ul li .con p{ font-size: 16px; line-height: 1.8; color: #666; margin-bottom: 50px;}
.news .box ul li .con ol{ width: 222px; line-height: 56px; border: #000 solid 1px; border-radius: 3px; color: #000; font-size: 16px; font-weight: bold; text-align: center;}

.newsView{ padding: 50px 0 100px;}
.newsView .newsHead{ text-align: center; border-bottom: #e5e5e5 solid 1px; padding-bottom: 50px; margin-bottom: 50px;}
.newsView .newsHead h1{ color: #275684;}
.newsView .newsHead p{ color: #999; margin-top: 15px;}
.newsView .text{ font-size: 16px; line-height: 1.8; margin-bottom: 50px;}

.page{ padding: 50px 0; border-top: #e5e5e5 solid 1px; border-bottom: #e5e5e5 solid 1px;}
.page .prevNext{ width: calc(100% - 150px);}
.page .prevNext a{ display: block; margin: 10px 0;}
.page .return a{ font-size: 15px; color: #0090da; border: #0090da solid 2px; border-radius: 40px; display: inline-block; padding: 5px 30px;}

.download{ padding-bottom: 50px;}
.download .box{ padding-top: 50px;}
.download .box ul li{ border-bottom: 1px solid #cad1d8;}
.download .box ul li a{ display: flex; padding: 30px 0; background: url(../images/icon09.png) no-repeat right 20px center; position: relative;}
.download .box ul li a:hover{ background: url(../images/icon09_02.png) no-repeat right 20px center;}
.download .box ul li a::before{ content: ''; position: absolute; top: 50%; left: 0; width: 3px; height: 15px; background: #333; transform: translateY(-50%);}
.download .box ul li h3{ width: 60%; font-size: 16px; font-weight: normal; padding-left: 50px;}

.contact{ padding-bottom: 130px;}
.contact .text{ font-size: 16px; line-height: 1.8; color: #999; padding: 30px 0 80px;}
.contact .info{ width: 48%;}    
.contact .item{ padding: 30px 0; border-top: 1px solid #cad1d8; line-height: 2; font-size: 16px;}
.contact .item:first-child{ border-top: none;}
.contact .pic{ width: 50%; text-align: right;}
.contact .pic img{ border-bottom-right-radius: 50px;}

.inquiry{ padding: 30px 0 100px;}
.inquiry .text{ padding: 35px 0;}

.inquiry .list{ margin-bottom: 30px; padding: 0 130px;}
.inquiry .list ul{ display: flex; justify-content: space-between; align-items: center; text-align: center; border-bottom: #cad1d8 solid 1px; padding: 30px 0;}
.inquiry .list ul.tit{ margin-bottom: 30px; font-size: 16px; color: #1d3664; font-weight: bold;}
.inquiry .list ul li{ width: 25%; display: flex; justify-content: center; font-size: 16px; font-weight: bold;}
.inquiry .list ul li img{ width: 120px; height: 120px; object-fit: cover; border: #cad1d8 solid 1px; border-radius: 5px;}
.inquiry .list ul li .num{ display: flex; align-items: center; margin-bottom: 20px;}
.inquiry .list ul li .num input{ width: 56px; height: 50px; text-align: center; font-size: 18px; border: #e3e1e1 solid 1px;}
.inquiry .list ul li .num span{ width: 56px; height: 50px; line-height: 50px; font-size: 25px; text-align: center; background: #efefef; cursor: pointer;}
.inquiry .list ul li .remove{  width: 36px; height: 36px; background: url(../images/icon11.png) no-repeat center; cursor: pointer;}

.message{ background: #fcfcfc; padding: 50px 130px;}
.message ul{ margin-bottom: 20px;}
.message ul li{ width: 32.5%;}
.message input{ width: 100%; height: 50px; padding: 0 15px; border: #cad1d8 solid 1px; border-radius: 3px;}
.message textarea{ width: 100%; height: 150px; padding: 15px; border: #cad1d8 solid 1px; border-radius: 3px;}
.message button{ width: 220px; height: 50px; padding: 0 15px; background: #fcfcfc; border: #000 solid 1px; border-radius: 3px; margin-right: 15px; color: #000; font-weight: bold; cursor: pointer;}
.message button[type="submit"]{ background: #fec519; border: #fec519 solid 1px;}



/* footer */
.footer{ width: 100%; color: #fff; background: #1d3664; padding: 40px 0 90px;}
.footer .t{ margin-bottom: 35px;}
.footer a{ color: #fff;}
.footer a:hover{ color: #6297f9;}

.footer .fpro .proMore{ background: #fec519; color: #000; font-weight: 900; line-height: 38px; padding: 0 10px; display: inline-block; margin-top: 15px;}
.footer .fpro .proMore:hover{ background: #fad054; color: #000;}

.footer .fcontact .item{ margin-bottom: 25px; display: flex;}
.footer .fcontact .item .icon{ width: 25px; overflow: hidden;}
.footer .fcontact .item .icon img{ filter: drop-shadow(#fff 0 80px); transform: translateY(-80px);}
.footer .fcontact .item .text{ width: calc(100% - 25px);}

.footer .ewm{ margin-bottom: 25px;}
.footer .ewm img{ width: 90px; text-align: center;}
.footer .follow .list ul{ display: flex; justify-content: center;}
.footer .follow .list li{ margin: 0 7px;}
.footer .follow .list li a{ overflow: hidden; display: block;}
.footer .follow .list li a img{ filter: drop-shadow(#fff 0 80px); transform: translateY(-80px);}
.footer .follow .list li a:hover img{ opacity: 0.7;}

.footer .copyright{ text-align: right;  color: #a0a6b5; line-height: 50px; border-top: 1px solid #7a89a4; margin-top: 45px;}
.footer .copyright a{ color: #a0a6b5; margin: 0 10px;}
.footer .copyright a:hover{ color: #e7e7e7; }



/*===/分页=============================*/
.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: #333333;}
.fenye a.current { color: #fff;  background: #333333;}

/*搜索框*/
.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; max-height: 620px;}


@media (max-width: 1550px) {
    .header .nav ul li>a{ font-size: 15px; padding: 0 25px;}
    .header .cart .cartBtn{ font-size: 14px;}

    .title p{ font-size: 22px; margin-bottom: 5px;}
    .title h2{ font-size: 38px;}

    .ntitle h2{ font-size: 32px;}

    .more a { font-size: 15px; line-height: 44px;}

    .indexOne .list ul li dl{ height: 55px;}
    .indexOne .list ul li h3{ font-size: 35px;}
    .indexOne .list ul li p{ font-size: 14px;}

    .indexTwo { padding: 70px 0 110px;}
    .prolist ul{ margin: 0 -35px;}
    .prolist ul li{ padding: 0 35px;}
    .prolist ul li h3{ font-size: inherit;}
    .prolist ul li p{ font-size: inherit;}
    .prolist ul li .cartAdd{ font-size: 12px;}

    .indexThree .con .tit{ font-size: 32px;}
    .indexThree .con .text{ font-size: 14px;}

    .indexFour { padding: 110px 0;}
    .indexFour .list ul li h3{ font-size: 15px;}

    .proview .proinfo .info h1{ font-size: 30px;}
    .proview .proinfo .info .text{ font-size: inherit;}

    .other .otherTit{ font-size: 30px;}

    .aboutOne .con .tit{ font-size: 30px;}
    .aboutOne .con .text{ font-size: inherit;}

    .news { padding-bottom: 40px;}
    .news .box ul li { padding: 60px 0;}
    .news .box ul li .pic { width: 420px;}
    .news .box ul li .con { width: calc(100% - 420px); padding-left: 50px; }
    .news .box ul li .con h3 { font-size: 22px; margin-bottom: 15px;}
    .news .box ul li .con span{ margin-bottom: 15px;}
    .news .box ul li .con p {font-size: 14px;margin-bottom: 25px;}
    .news .box ul li .con ol { width: 160px; line-height: 44px; font-size: 14px; }

    .contact .text{ font-size: 14px;}
    .contact .item{ font-size: 15px;}
    .contact .pic{ width: 48%;}

    .inquiry .list{ padding: 0;}
    .inquiry .list ul.tit{ margin-bottom: 0;}
    .inquiry .list ul li{ font-size: 15px;}
    .inquiry .list ul li img { width: 96px; height: 96px;}
    .inquiry .list ul li .num input{ font-size: 15px;}
    .inquiry .list ul li .num span{ font-size: 20px; font-weight: normal;}
    .inquiry .list ul li .remove{ background-size: 28px;}

}

@media (max-width: 1445px) {

    .header .nav ul li>a{ padding: 0 20px;}

    .prolist ul li{ width: 25%;}

    .indexThree .con{ padding: 50px;}
}

@media (max-width: 1360px) {
    .wrap{ padding: 0 20px;}
}

@media (max-width: 1280px) {
    body{ padding-top: 114px;}
    .header{ height: 114px;}
    .header .logo{ height: 70px;}
    .header .nav ul li>a{ padding: 0 20px;}
    .header .cart .cartBtn{ font-size: 12px;}
    .header .searchBtn { width: 30px; height: 30px;}
}

@media (max-width: 1180px) {
    .header .nav ul li>a{ font-size: 13px; padding: 0 15px;}
    .header .nav ul li>a.tit { background: url(../images/icon01.png) no-repeat right 2px center;}
    .header .cart { padding-left: 29px;}

    .aboutTwo .box{ padding: 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; 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; transform:inherit;}
    .header .headRight { 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;}
    .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-left: 0; padding: 10px 15px; background: #eee;}
    .header .nav ul li .subnav ol{ width: 100%; display: block; box-shadow:inherit; padding: 0; max-height: 40vh; overflow: auto;}
    .header .nav ul li .subnav a{ text-align: left; }
    .header .nav ul li .subnav ol a{ text-align: left; line-height: 25px;}

    .header .nav ul li:nth-child(2) .subnav{ width: 100%; margin-left: 0;}
    .header .nav ul li:nth-child(2) .subnav ol{ display: block;}
    .header .nav ul li:nth-child(2) .subnav ol a{ width: 100%; }

    .header .langCart{ padding: 10px;}
    .header .lang{ display: flex;}
    .header .lang ol{ display: block; transform: inherit; position: relative; top: 0; left: 0; padding-top: 0; width: 112px;}
    .header .lang ol ul { display: flex; background: #fff; padding: 0; border-radius: 0; box-shadow: inherit; }
    .header .lang ol ul li{ margin:0 5px;}
    .header .cart .cartBtn{ height: 32px; line-height: 32px; font-size: 11px;}


    .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: 40px;}
    .title p{font-size: 18px;}
    .title h2 { font-size: 26px; }

    .ntitle{ padding: 25px 0;}
    .ntitle h2 { font-size: 23px; text-align: center;}

    .more a { font-size: 12px; line-height: 36px; padding: 0 20px;}

    .indexOne { padding: 55px 0;}
    .indexOne .list { margin-bottom: 30px; padding-top: 15px;}
    .indexOne .list ul{ margin: 0 -15px; flex-wrap: wrap;}
    .indexOne .list ul li{ width: 50%; padding: 0 15px; margin-bottom: 20px;}
    .indexOne .list ul li dl { height: 30px; }
    .indexOne .list ul li h3{ font-size: 16px; line-height: 1.2;}
    .indexOne .list ul li p { font-size: 12px; line-height: 1.2; }

    .indexTwo { padding: 60px 0; }
    .prolist { margin-bottom: 30px;}
    .prolist ul { margin: 0 -15px;}
    .prolist ul li{ width: 50%; padding: 0 15px;}
    .prolist ul li .cartAdd { color: #000; line-height: 27px;padding: 0 10px;}

    .indexThree { display: block;}
    .indexThree .pic{ width: 100%;}
    .indexThree .con{ width: 100%; padding:45px 25px;}
    .indexThree .con .tit{ font-size: 20px; margin-bottom: 20px;}
    .indexThree .con .text { font-size: 13px; line-height: 1.7;}
 
    .indexFour { padding: 50px 0; }
    .indexFour .list ul{ width: 100%; display: block; margin: 0;}
    .indexFour .list ul li{ width: 100%; padding: 0; margin-bottom: 25px;}
    .indexFour .list ul li h3{ font-size: 14px; margin-bottom: 5px;}
    .indexFour .list ul li em{ font-size: 12px;}

    .products .wrap{ display: block;}
    .leftNav{ width: 100%; margin: 15px 0 0;}
    .leftNav ul{ display: none;}
    .leftNav dl{ font-size: 15px; color: #203f5d; font-weight: bold; background: url(../images/xiala.png) no-repeat right center; background-size:20px; padding: 10px 0;}
    .leftNav ul li a{ font-size: 13px;}
    .rightBox{ width: 100%; padding: 0;}

    .rightBox .tit { border-bottom: #f3f3f3 solid 1px; padding: 10px 0; text-align: center;}

    .proview .proinfo{ display: block;}
    .proview .proinfo .pic{ width: 100%; margin-bottom: 25px;}
    .proview .proinfo .pic .bigpic{ border: 1px solid #eee;}
    .proview .proinfo .pic .smallpic li { width: 64px; margin-right: 12px;}
    .proview .proinfo .info{ width: 100%; padding: 15px 0;}
    .proview .proinfo .info h1{ font-size: 20px; margin-bottom: 10px;}

    .proview .proinfo .info .num span { width: 46px; height: 40px; line-height: 40px; font-size: 20px;}
    .proview .proinfo .info .num input{ height: 40px; font-size: 16px;}
    .proview .proinfo .info .cartAdd{ width: 50%; line-height: 40px; font-size: 14px;}
    .proview .proinfo .info .returnBtn{ width: 50%; line-height: 40px; font-size: 14px;}

    .other .otherTit{ font-size: 20px;}
    .other .swiper-slide h3{ font-size: 14px;}
    .other .swiper-slide p{ font-size: 12px; line-height: 1.2;}
    .other .swiper-slide .cartAdd{ line-height: 30px; font-size: 12px;}
    .other .swiperButton .swiper-button-next, .other .swiperButton .swiper-button-prev { width: 36px; height: 36px;}
    .other .swiperButton .swiper-button-next:after, .other .swiperButton .swiper-button-prev:after {font-size: 15px;}

    .anchorPoint{ padding-top: 59px; margin-top: -59px;}

    .aboutOne { padding: 5px 0 60px;}
    .aboutOne .wrap{ display: block;}
    .aboutOne .con{ width: 100%; padding: 0; margin-bottom: 25px;}
    .aboutOne .con .tit { font-size: 20px; }
    .aboutOne .pic{ width: 100%; padding: 0;}

    .aboutTwo{ padding: 60px 0;}
    .aboutTwo .box { padding: 0 50px; }
    .aboutTwo .swiper-button-next, .aboutTwo .swiper-button-prev { width: 30px; height: 30px;}
    .aboutTwo .swiper-button-next:after, .aboutTwo .swiper-button-prev:after { font-size: 15px;}

    .aboutThree { padding: 55px 0 70px;}
    .aboutThree .ntitle{ margin-bottom: 40px;}

    .news .box ul li { padding: 30px 0; }
    .news .box ul li a{ display: block;}
    .news .box ul li .pic{ width: 100%; margin-bottom: 15px;}
    .news .box ul li .pic dl{ padding-bottom: 57%;}
    .news .box ul li .con{ width: 100%; padding: 0;}
    .news .box ul li .con h3 { font-size: 15px; margin-bottom: 6px; }
    .news .box ul li .con span { margin-bottom: 6px; }
    .news .box ul li .con p { font-size: 12px; margin-bottom: 0; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
    .news .box ul li .con ol { display: none; }

    .newsView { padding: 29px 0 50px;}
    .newsView .newsHead { padding-bottom: 35px; margin-bottom: 35px;}
    .newsView .newsHead h1{ font-size: 16px;}
    .newsView .text{ font-size: inherit; line-height: 1.8;}

    .page{ padding: 30px 0; display: block; border-bottom: none;}
    .page .prevNext a{ margin-bottom: 20px; font-size: 13px;}
    .page .prevNext{ width: 100%;}
    .page .return{ display: flex; justify-content: center; margin-top: 30px}

    .download .box { padding-top: 0;}
    .download .box ul li a{ background: none; width: 100%; justify-content: space-between;}
    .download .box ul li h3 { width: 70%; font-size: 14px; padding-left: 15px;}
    .download .box ul li p{ font-size: 12px;}

    .contact { padding-bottom: 80px;}
    .contact .text{ font-size: 12px; padding: 25px 0 20px;}
    .contact .box{ display: block;}
    .contact .info{ width: 100%; margin-bottom: 20px;}
    .contact .item{ padding: 20px 0; font-size: 14px;}
    .contact .pic{ width: 100%;}

    .inquiry { padding: 0px 0 60px;}
    .inquiry .text { padding: 20px 0; font-size: 12px;}
    .inquiry .list ul{ padding: 15px 0;}
    .inquiry .list ul li { font-size: 12px; }
    .inquiry .list ul li img { width: 50px; height: 50px; }
    .inquiry .list ul li .num { margin-bottom: 0;}
    .inquiry .list ul li .num input{ width: 40px; height: 32px;}
    .inquiry .list ul li .num span{ width: 28px; height: 32px; line-height: 32px;}
    .inquiry .list ul li .remove { width: 30px; height: 30px; background-size: 15px;}
    .inquiry .list ul li:first-child{  width: 60px;}
    .inquiry .list ul li:last-child{  width: 60px;}

    .message{ padding: 20px;}
    .message ul{ display: block; margin-bottom: 10px;}
    .message ul li{ width: 100%; margin-bottom: 10px;}
    .message input{ height: 40px;}
    .message textarea{ height: 120px;}
    .message button{ width: 100%; height: 40px; margin-bottom: 10px;}

    .footer{ padding: 40px 0 4px;}
    .footer .t { margin-bottom: 15px;}
    .footer .fmain{ display: block;}
    .footer .fpro{ display: none;}
    .footer .fcontact .item .text{ font-size: 13px;}
    .footer .fabout{ display: none;}
    .footer .follow{ text-align: center;}
    .footer .ewm{ width: 90px; margin: 0 auto 20px;}
    .footer .copyright{ text-align: center; font-size: 13px;}

    /*===/分页=============================*/
    .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: 94%;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}

@media screen and (max-width:380px){

}