@charset "utf-8";
html{scroll-behavior: smooth;scroll-padding: 160px;}
header{position: sticky;background-color: rgba(255,255,255,1);box-shadow: 0 4px 10px rgba(0,0,0,.1);}
header .logo img{filter: none;}
header .nav-box .nav-1st > li > a{color: #333;}
header .search-btn{background-color: #DB0058;}
header .language-select{border-left: 1px solid #eee;}
header .language-select .icon{filter: none;opacity: .3;}
header .language-select .name{color: #ccc;}
/******内页******/
.inpage-container{min-height: 500px;box-sizing: border-box;padding: 60px 0;}
/*面包屑*/
.bread{position: relative;display: inline-block;vertical-align: top;line-height: 20px;white-space: nowrap;color: #666;}
.bread .icon{display: inline-block;vertical-align: middle;width: 16px;height: 16px;margin: -.25em .2em 0 0;opacity: .6;}
.bread a{position: relative;display: inline-block;vertical-align: top;margin: 0 4px;color: #666;transition: .3s;}
.bread a:nth-of-type(1){margin-left: 0;}
.bread a.on,.bread a:hover{color: #DB0058;}
/*分页*/
.page{padding-top: 50px;font-size: 0;text-align: center;}
.page > *{height: 40px;display: inline-block;box-sizing: border-box;padding: 0 1.1em;margin: 0 5px;background-color: #fff;border: 1px solid #e6e6e6;border-radius: 20px;font-size: 14px;line-height: 40px;color: #333;transition: .3s;}
.page input{width: 60px;text-align: center;}
.page .no-border{padding: 0 .5em;border-color: transparent;}
.page > a.on,.page > a:hover{background-color: #DB0058;border-color: #DB0058;color: #fff;}

/*内页banner*/
.inpage-banner{position: relative;max-height: 300px;overflow: hidden;}
.inpage-banner .bg{padding-top: 15.625%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.inpage-banner .w1400{position: absolute;left: 3%;right: 3%;top: 0;}
.inpage-banner .title{position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);line-height: 1.2;text-align: center;font-weight: bold;text-transform: uppercase;color: #fff;text-shadow: 2px 2px 4px rgba(0,0,0,.1);}
.inpage-banner .title .cn{font-size: 32px;}
.inpage-banner .title .en{margin-top: .3em;font-size: 18px;opacity: .5;}
/*内页头部栏*/
.inpage-top-wrap{height: 80px;box-sizing: border-box;background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.inpage-top-wrap .w1400{display: flex;justify-content: space-between;align-items: center;}
.inpage-top-wrap .top-title{position: relative;padding: 0 40px;background-color: #DB0058;font-size: 24px;line-height: 80px;font-weight: bold;color: #fff;white-space: nowrap;}
.inpage-top-wrap .top-title::after{content: '';display: inline-block;vertical-align: middle;width: 16px;height: 16px;margin: -.25em 0 0 .4em;background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMCAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS41NiA3LjQ1OEwwIDEzLjAxN2wxLjg5OCAxLjg5OCA3LjQ1OC03LjQ1N0wxLjg5OCAwIDAgMS44OTh6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');background-size: 100% 100%;}
.inpage-top-wrap .top-nav-swiper{position: relative;overflow: hidden;margin-right: 40px;}
.inpage-top-wrap .top-nav-swiper .swiper-slide{width: auto;}
.inpage-top-wrap .top-nav-swiper .swiper-slide a{position: relative;display: block;padding: 0 2em;font-size: 18px;line-height: 80px;text-align: center;transition: .3s;}
.inpage-top-wrap .top-nav-swiper .swiper-slide a:hover{background-color: #eee;}
.inpage-top-wrap .top-nav-swiper .swiper-slide a.on{background-color: #DB0058;color: #fff;}
.inpage-top-wrap .top-nav-swiper .swiper-scrollbar{bottom: 1px;height: 3px;}
.inpage-top-wrap .top-nav-swiper .swiper-scrollbar-drag{background-color: #DB0058;opacity: .2;}
/*内页三级导航*/
.inpage-third-nav{margin-bottom: 50px;}
.inpage-third-nav .nav{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.inpage-third-nav .nav .item{display: block;min-width: 4em;padding: 0 1em;margin: 0 .6em 1em;border: 1px solid #ddd;border-radius: 25px;line-height: 50px;text-align: center;transition: .3s;}
.inpage-third-nav .nav .item:hover{background-color: #eee;}
.inpage-third-nav .nav .item.on{background-color: #DB0058;border-color: #DB0058;color: #fff;}
/*内页标题*/
.inpage-title{margin-bottom: 50px;text-align: center;font-weight: bold;}
.inpage-title .name{position: relative;display: inline-block;vertical-align: top;padding-bottom: .8em;border-bottom: 1px solid #CBC8C9;}
.inpage-title .name::after{content: '';position: absolute;left: 50%;bottom: -2px;width: 2em;height: 3px;background-color: #DB0058;transform: translateX(-50%);}

/*新闻详情*/
.news-details-box{min-height: 500px;}
.news-details-box .title{margin-bottom: 25px;font-size: 24px;line-height: 1.4;text-align: center;}
.news-details-box .func-wrap{display: flex;justify-content: space-between;align-items: center;padding: 15px 0;border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
.news-details-box .record{line-height: 20px;color: #666;}
.news-details-box .record span{display: inline-block;vertical-align: top;margin-left: 35px;}
.news-details-box .record span:first-child{margin-left: 0;}
.news-details-box .record span .icon{display: inline-block;vertical-align: middle;width: 16px;height: 16px;margin: -.25em .4em 0 0;opacity: .6;}
.news-details-box .share-wrap .item .icon{filter: none;}
.news-details-box .share-wrap .weixin-btn{border-color: #00C800;}
.news-details-box .share-wrap .weibo-btn{border-color: #F5AA16;}
.news-details-box .share-wrap .qq-btn{border-color: #FF3D00;}
.news-details-box .content{padding: 30px 0;line-height: 2;}
.news-details-box .content p{margin-bottom: 10px;}
.news-details-box .content em{font-style: italic;}
.news-details-box .jump-wrap{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 15px;border-top: 1px solid #ddd;}
.news-details-box .jump-wrap .btn{width: 100%;margin-top: 5px;font-size: 16px;line-height: 30px;color: #666;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: .3s;}
.news-details-box .jump-wrap .btn .icon{display: inline-block;vertical-align: middle;width: 20px;height: 20px;margin: -.25em .4em 0 0;}
.news-details-box .jump-wrap .btn:hover{color: #DB0058;}

/*产品信息列表*/
.product-info-list{display: flex;flex-wrap: wrap;}
.product-info-list li{width: 31.33%;margin: 0 0 3% 3%;}
.product-info-list li:nth-child(3n+1){margin-left: 0;}
.product-info-list li a{display: block;background-color: #F7FAFC;border-radius: 10px 10px 0 0;overflow: hidden;transition: .5s;}
.product-info-list li .pic{overflow: hidden;}
.product-info-list li .pic em{display: block;padding-top: 63%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .3s;}
.product-info-list li .info{position: relative;padding: 30px 30px 36px;line-height: 1.6;}
.product-info-list li .info::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 4px;background-image: linear-gradient(90deg,#CA0C73,#AF59C3 40%,#02A0FF);transform: scaleX(0);transform-origin: left;transition: 1s;}
.product-info-list li .info .tit1{color: #DB0058;}
.product-info-list li .info .tit2{margin-bottom: 20px;font-weight: bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: .3s;}
.product-info-list li .info .txt{color: #666;}
.product-info-list li a:hover{background-color: #fff;box-shadow: 0 2px 10px rgba(53,0,21,.18);}
.product-info-list li a:hover .pic em{transform: scale(1.05);}
.product-info-list li a:hover .info::after{transform: scaleX(1);}
.product-info-list li a:hover .info .tit2{color: #DB0058;}

/*文件信息列表*/
.document-info-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.document-info-list li{z-index: 1;position: relative;width: 48.6%;box-sizing: border-box;padding: 0 40px 40px;margin-bottom: 3.6%;}
.document-info-list li::before{content: '';z-index: -1;position: absolute;left: 0;right: 0;bottom: 0;height: 80%;background-color: #F7FAFC;border-radius: 10px 10px 0 0;pointer-events: none;transition: .5s;}
.document-info-list li::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 4px;background-image: linear-gradient(90deg,#CA0C73,#AF59C3 40%,#02A0FF);transform: scaleX(0);transform-origin: left;transition: 1s;}
.document-info-list li .top{display: flex;align-items: flex-end;}
.document-info-list li .middle{margin-top: 30px;}
.document-info-list li .bottom{padding-top: 25px;margin-top: 20px;border-top: 1px solid #e3e3e3;}
.document-info-list li .pic{flex: 0 0 110px;overflow: hidden;}
.document-info-list li .pic em{display: block;padding-top: 133%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.document-info-list li .record{display: flex;align-items: center;font-size: 14px;line-height: 20px;white-space: nowrap;}
.document-info-list li .record span{margin-left: 30px;}
.document-info-list li .record span .icon{display: inline-block;vertical-align: middle;width: 20px;height: 20px;margin: -.25em .4em 0 0;}
.document-info-list li .tit{display: block;margin-bottom: 20px;font-weight: bold;transition: .3s;}
.document-info-list li .tit:hover{color: #DB0058;transform: translateX(.3em);}
.document-info-list li .txt{line-height: 1.6;color: #9b9b9b;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.document-info-list li .related{display: flex;align-items: center;flex-wrap: wrap;}
.document-info-list li .related a{position: relative;display: inline-block;vertical-align: top;margin-left: 1em;color: #DB0058;text-decoration: underline;transition: .3s;}
.document-info-list li .related a::after{content: '、';position: absolute;}
.document-info-list li .related a:nth-of-type(1){margin-left: 0;}
.document-info-list li .related a:last-child:after{display: none;}
.document-info-list li .related a:hover{transform: translateY(-.2em);}
.document-info-list li:hover::before{background-color: #fff;box-shadow: 0 2px 10px rgba(53,0,21,.18);}
.document-info-list li:hover::after{transform: scaleX(1);}

/*新闻信息列表*/
.news-info-list{}
.news-info-list li+li{margin-top: 40px;}
.news-info-list li a{display: flex;justify-content: space-between;background-color: #F7FAFC;transition: .5s;}
.news-info-list li .pic{flex: 0 0 300px;margin-right: 50px;overflow: hidden;}
.news-info-list li .pic em{display: block;padding-top: 66%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.news-info-list li .info{display: flex;flex-direction: column;justify-content: center;}
.news-info-list li .info .tit{position: relative;padding-bottom: 1em;background-image: linear-gradient(360deg,#D8D8D8 1px,rgba(0,0,0,0) 1px);line-height: 1.4;font-weight: bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: .3s;}
.news-info-list li .info .tit::after{content: '';position: absolute;left: 0;bottom: 0;width: 150px;height: 1px;background-color: #333;transition: width 1s;}
.news-info-list li .info .txt{margin-top: 1.2em;line-height: 1.6;color: #5A5A5A;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-info-list li .record{flex: 0 0 145px;z-index: 1;position: relative;margin-left: 50px;background-color: #E4F0F8;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.news-info-list li .record::before{content: '';z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-image: linear-gradient(90deg,#CA0C73,#AF59C3 40%,#02A0FF);opacity: 0;transition: .5s;}
.news-info-list li .record .date{margin-bottom: 2em;}
.news-info-list li .record .more{line-height: 20px;color: #DB0058;transition: .3s;}
.news-info-list li .record .more::after{content: '';display: inline-block;vertical-align: middle;width: 20px;height: 20px;margin: -.25em 0 0 .6em;background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE3IDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjY2NyAzLjkxN0guNXYuODMzaDE0LjMzM0wxMiA3LjU4M2wuNTgzLjU4NCAzLjc1LTMuNzUtMy43NS0zLjc1TDEyIDEuMjV6IiBmaWxsPSIjREIwMDU4IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');background-size: 100% 100%;}
.news-info-list li a:hover{background-color: #fff;box-shadow: 0 2px 10px rgba(53,0,21,.18);}
.news-info-list li a:hover .pic em{transform: scale(1.05);}
.news-info-list li a:hover .info .tit{color: #DB0058;}
.news-info-list li a:hover .info .tit::after{width: 100%;background-color: #DB0058;}
.news-info-list li a:hover .record{color: #fff;}
.news-info-list li a:hover .record::before{opacity: 1;}
.news-info-list li a:hover .record .more{color: #fff;}
.news-info-list li a:hover .record .more::after{filter: brightness(0) invert(1);}

/*新闻信息列表2*/
.news-info-list2{display: flex;justify-content: space-between;flex-wrap: wrap;}
.news-info-list2 li{width: 48.6%;margin-bottom: 50px;}
.news-info-list2 li a{display: block;background-color: #F7FAFC;border-radius: 10px 10px 0 0;overflow: hidden;}
.news-info-list2 li .pic{overflow: hidden;}
.news-info-list2 li .pic em{display: block;padding-top: 44%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.news-info-list2 li .info{position: relative;padding: 40px 40px 50px;}
.news-info-list2 li .info::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 4px;background-image: linear-gradient(90deg,#CA0C73,#AF59C3 40%,#02A0FF);transform: scaleX(0);transform-origin: left;transition: 1s;}
.news-info-list2 li .info .tit{margin-bottom: 20px;font-weight: bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: .3s;}
.news-info-list2 li .info .txt{line-height: 1.6;color: #5A5A5A;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-info-list2 li .info .record{display: flex;justify-content: space-between;align-items: center;margin-top: 60px;line-height: 20px;}
.news-info-list2 li .info .record .date{color: #b3b3b3;}
.news-info-list2 li .info .record .more{color: #DB0058;transition: .3s;}
.news-info-list2 li .info .record .more::after{content: '';display: inline-block;vertical-align: middle;width: 20px;height: 20px;margin: -.25em 0 0 .6em;background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE3IDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjY2NyAzLjkxN0guNXYuODMzaDE0LjMzM0wxMiA3LjU4M2wuNTgzLjU4NCAzLjc1LTMuNzUtMy43NS0zLjc1TDEyIDEuMjV6IiBmaWxsPSIjREIwMDU4IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');background-size: 100% 100%;}
.news-info-list2 li a:hover .pic em{transform: scale(1.05);}
.news-info-list2 li a:hover .info::after{transform: scaleX(1);}
.news-info-list2 li a:hover .info .tit{color: #DB0058;}

/*图片信息列表*/
.pic-info-list{display: flex;flex-wrap: wrap;}
.pic-info-list li{width: 31.33%;margin: 0 0 3% 3%;}
.pic-info-list li:nth-child(3n+1){margin-left: 0;}
.pic-info-list li a{display: block;background-color: #F7FAFC;border-radius: 10px 10px 0 0;overflow: hidden;transition: .5s;}
.pic-info-list li .pic{overflow: hidden;}
.pic-info-list li .pic em{display: block;padding-top: 70%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.pic-info-list li .info{padding: 20px 30px 40px;line-height: 1.6;}
.pic-info-list li .info .date{color: #666;}
.pic-info-list li .info .tit{margin-top: .2em;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: .3s;}
.pic-info-list li .info .more{margin-top: 20px;color: #DB0058;}
.pic-info-list li .info .more::after{content: '';display: inline-block;vertical-align: middle;width: 20px;height: 20px;margin: -.25em 0 0 .6em;background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE3IDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjY2NyAzLjkxN0guNXYuODMzaDE0LjMzM0wxMiA3LjU4M2wuNTgzLjU4NCAzLjc1LTMuNzUtMy43NS0zLjc1TDEyIDEuMjV6IiBmaWxsPSIjREIwMDU4IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');background-size: 100% 100%;}
.pic-info-list li a:hover{background-color: #fff;box-shadow: 0 2px 10px rgba(53,0,21,.18);}
.pic-info-list li a:hover .pic em{transform: scale(1.05);}
.pic-info-list li a:hover .info .tit{color: #DB0058;}

/*下载列表*/
.download-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.download-list li{width: 48.6%;margin-bottom: 30px;}
.download-list li a{display: flex;align-items: center;z-index: 1;position: relative;height: 90px;padding: 0 2em;background-color: #F7FAFC;transition: .3s;}
.download-list li a::before{content: '';z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-image: linear-gradient(90deg,#CA0C73,#AF59C3 40%,#02A0FF);opacity: 0;pointer-events: none;transition: .5s;}
.download-list li .date{padding-right: 1em;margin-right: 1em;border-right: 1px solid currentColor;line-height: 16px;}
.download-list li .tit{flex: 1;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.download-list li .btn{margin-left: 1em;line-height: 20px;color: #DB0058;transition: .3s;}
.download-list li .btn .icon{vertical-align: middle;width: 20px;height: 20px;margin: -.25em .4em 0 0;}
.download-list li a:hover{color: #fff;}
.download-list li a:hover::before{opacity: 1;}
.download-list li a:hover .btn{color: #fff;}
.download-list li a:hover .btn .icon{filter: brightness(0) invert(1);}

/*公司介绍区*/
.company-intro-box{}
.company-intro-box .content{line-height: 2;}
.company-intro-box .content p{margin-bottom: 10px;}
.company-intro-box .content em{font-style: italic;}
.company-intro-box .qrcode-wrap{display: flex;justify-content: center;margin-top: 50px;}
.company-intro-box .qrcode-wrap .item{text-align: center;}
.company-intro-box .qrcode-wrap .item .pic{position: relative;padding: 20px;}
.company-intro-box .qrcode-wrap .item .pic::before{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9IjI2MiIgdmlld0JveD0iMCAwIDI2NCAyNjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0RCMDA1OCIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCA0MVYwaDQuMTA0djQxek0yNTkuODk2IDQxVjBIMjY0djQxeiIvPjxwYXRoIGQ9Ik0wIDBoNDEuMDM2djQuMUgwek0yMjIuOTY0IDBIMjY0djQuMWgtNDEuMDM2eiIvPjxnPjxwYXRoIGQ9Ik0wIDIyMXY0MWg0LjEwNHYtNDF6TTI1OS44OTYgMjIxdjQxSDI2NHYtNDF6Ii8+PHBhdGggZD0iTTAgMjYyaDQxLjAzNnYtNC4xSDB6TTIyMi45NjQgMjYySDI2NHYtNC4xaC00MS4wMzZ6Ii8+PC9nPjwvZz48L3N2Zz4=');background-size: 100% 100%;pointer-events: none;}
.company-intro-box .qrcode-wrap .item .pic img{width: 200px;height: 200px;}
.company-intro-box .qrcode-wrap .item .tit{margin-top: .8em;}

/*联系我们页*/
.contact-page{padding: 0;}
.contact-page .part1{padding: 60px 0 0;}
.contact-page .part2{padding: 80px 0;}
/*联系信息栏*/
.contact-info-wrap{display: flex;flex-wrap: wrap;}
.contact-info-wrap .item{display: flex;align-items: center;flex: 25%;box-sizing: border-box;padding: 30px;border: 1px solid rgba(0,0,0,.05);transition: .5s;}
.contact-info-wrap .item:first-child{flex: 50%;}
.contact-info-wrap .item .icon{position: relative;flex: 0 0 60px;height: 60px;box-sizing: border-box;border: 1px solid #DB0058;border-radius: 50%;transition: .3s;}
.contact-info-wrap .item .icon img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 46%;height: 46%;margin: auto;}
.contact-info-wrap .item .info{margin-left: 1em;line-height: 1.2;}
.contact-info-wrap .item .info .tit{font-weight: bold;transition: .3s;}
.contact-info-wrap .item .info .txt{margin-top: .4em;color: #666;transition: .3s;}
.contact-info-wrap .item:hover{box-shadow: 0 0 20px rgba(0,0,0,.1);}
.contact-info-wrap .item:hover .info .tit{color: #DB0058;}
.contact-info-wrap .item:hover .info .txt{color: #DB0058;}
/*地图区*/
.map-wrap{margin-top: 30px;text-align: center;}
/*联系信息列表*/
.contact-info-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact-info-list li{width: 48.6%;box-sizing: border-box;padding: 40px 30px;margin-bottom: 40px;background-color: #F7FAFC;display: flex;align-items: flex-start;transition: .5s;}
.contact-info-list li .pic{flex: 0 0 200px;margin-right: 20px;}
.contact-info-list li .info{flex: 1;overflow: hidden;padding-top: 10px;}
.contact-info-list li .info .tit{position: relative;padding-bottom: 1em;margin-bottom: 1em;background-image: linear-gradient(360deg,#D8D8D8 1px,rgba(0,0,0,0) 1px);line-height: 1.4;font-weight: bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: .3s;}
.contact-info-list li .info .tit::after{content: '';position: absolute;left: 0;bottom: 0;width: 5em;height: 1px;background-color: #333;transition: width 1s;}
.contact-info-list li .info .txt{line-height: 1.4;}
.contact-info-list li .info .txt p{margin-top: 10px;}
.contact-info-list li .info .txt p span{display: block;width: 3em;}
.contact-info-list li .info .txt p em{display: block;margin: -1.4em 0 0 3em;color: #666;}
.contact-info-list li:hover{background-color: #fff;box-shadow: 0 2px 10px rgba(53,0,21,.18);}
.contact-info-list li:hover .info .tit{color: #DB0058;}
.contact-info-list li:hover .info .tit::after{width: 100%;background-color: #DB0058;}

/*促销活动列表*/
.sales-activity-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sales-activity-list li{width: 48.9%;margin-bottom: 30px;}
.sales-activity-list li a{display: block;}
.sales-activity-list li .pic{overflow: hidden;}
.sales-activity-list li .pic em{display: block;padding-top: 40%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.sales-activity-list li a:hover .pic em{transform: scale(1.05);}

/*产品页*/
.product-page{background-color: #F8F8F8;}
/*产品介绍区*/
.product-intro-box{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 40px 45px;background-color: #fff;border-radius: 10px;}
.product-intro-box > .con-l{width: 48.6%;}
.product-intro-box > .con-r{width: 47.0%;}
/*产品图片轮播*/
.product-pic-swiper{position: relative;overflow: hidden;}
.product-pic-swiper .swiper-slide .pic{overflow: hidden;}
.product-pic-swiper .swiper-slide .pic em{display: block;padding-top: 63%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.product-pic-swiper .swiper-pagination{z-index: 1;bottom: 24px;font-size: 0;}
.product-pic-swiper .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 4px;background-color: #DBDBDB;border-radius: 5px;opacity: 1;transition: .5s;}
.product-pic-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 26px;background-color: #DB0058;}
.product-pic-swiper .btn{z-index: 1;position: absolute;top: 50%;width: 36px;height: 36px;margin-top: -18px;border: 1px solid currentColor;border-radius: 50%;color: #fff;cursor: pointer;transition: .3s;filter: drop-shadow(2px 2px 2px rgba(0,0,0,.2));}
.product-pic-swiper .btn:after{content: '';position: absolute;left: 50%;top: 50%;width: 20%;height: 20%;border-top: 2px solid currentColor;}
.product-pic-swiper .prev-btn{left: 20px;}
.product-pic-swiper .prev-btn:after{border-left: 2px solid currentColor;transform: translate(-30%,-50%) rotate(-45deg);}
.product-pic-swiper .next-btn{right: 20px;}
.product-pic-swiper .next-btn:after{border-right: 2px solid currentColor;transform: translate(-70%,-50%) rotate(45deg);}
.product-pic-swiper .btn:hover{background-color: #DB0058;border-color: #DB0058;}
/*产品信息*/
.product-info-wrap{padding-top: 20px;color: #666;}
.product-info-wrap .tit1{margin-bottom: .6em;}
.product-info-wrap .tit2{padding-bottom: .8em;border-bottom: 1px solid #D8D8D8;font-weight: bold;color: #333;}
.product-info-wrap .copy-btn{display: inline-flex;padding: 0 1em;margin-top: 1em;border: 1px solid currentColor;border-radius: 1em;line-height: 2;color: #DB0058;}
.product-info-wrap .param{display: flex;margin-top: 20px;}
.product-info-wrap .param .item{width: 100px;font-weight: bold;}
.product-info-wrap .param .item p{margin-top: .5em;}
.product-info-wrap .param .item p:first-child{font-weight: normal;}
.product-info-wrap .param .item p i{color: #DB0058;}
.product-info-wrap .txt{margin-top: 30px;line-height: 1.4;}
.product-info-wrap .txt p{margin-top: 15px;}
.product-info-wrap .txt p span{display: block;width: 3em;}
.product-info-wrap .txt p em{display: block;margin: -1.4em 0 0 3em;font-weight: bold;}
.product-info-wrap .txt p i{margin-right: .5em;color: #DB0058;}
.product-info-wrap .btns-area{margin-top: 60px;text-align: left;}
.product-info-wrap .btns-area .btn{margin: 0 20px 0 0;border: 1px solid #DB0058;border-radius: 23px;line-height: 44px;color: #DB0058;}
.product-info-wrap .btns-area .btn:hover .icon{filter: brightness(0) invert(1);}
/*产品广告*/
.product-ad-box{margin: 40px 0;}
.product-ad-box .pic{border-radius: 10px;overflow: hidden;}
.product-ad-box .pic em{display: block;padding-top: 11%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.product-ad-box .pic:hover em{transform: scale(1.05);}
/*产品锚链接导航*/
.product-anchor-nav{display: flex;padding: 15px;margin-bottom: 40px;background-color: #fff;border-radius: 10px;box-shadow: 0 6px 10px rgba(0,0,0,.1);z-index: 2;position: sticky;top: 80px;}
.product-anchor-nav .item{padding: 0 2.5em;margin-left: 1em;background-color: #F8F8F8;border-radius: 8px;line-height: 50px;font-weight: bold;transition: .3s;}
.product-anchor-nav .item:first-child{margin-left: 0;}
.product-anchor-nav .item:hover{background-color: #eee;}
.product-anchor-nav .item.on{background-color: #DB0058;color: #fff;}
/*产品锚链接内容*/
.product-anchor-container{}
.product-anchor-container .section{padding: 45px;margin-bottom: 40px;background-color: #fff;border-radius: 10px;box-shadow: 0 0 10px rgba(0,0,0,.05);}
.product-anchor-container .section .section-title{padding-left: .6em;margin-bottom: 30px;border-left: 4px solid currentColor;line-height: 16px;font-weight: bold;color: #DB0058;}
.product-anchor-container .section .section-title i{margin-left: .6em;font-size: 14px;font-weight: normal;}
.product-anchor-container .section .section-subtitle{margin: 30px 0;line-height: 16px;font-weight: bold;color: #DB0058;}
.product-anchor-container .section .brief{margin: 1.5em 0;line-height: 1.6;}
/*产品参数表格默认样式*/
.product-anchor-container .table-box{padding-bottom: 10px;overflow-x: auto;}
.product-anchor-container table{width: 100%;min-width: 500px;border-collapse: collapse;line-height: 1.6;text-align: center;}
.product-anchor-container table tr{background-color: #fff;}
.product-anchor-container table tr:first-child{height: 70px;background-image: linear-gradient(90deg,#CA0C73,#AF59C3 40%,#02A0FF);color: #fff;}
.product-anchor-container table tr:first-child > *{border: 1px solid rgba(255,255,255,.2);}
.product-anchor-container table tr:nth-child(2n+1){background-color: #F5F5F5;}
.product-anchor-container table tr td{height: 50px;box-sizing: border-box;padding: .5em;border: 1px solid #eee;}
.product-anchor-container table tr td:empty::before{content: '-';}
.product-anchor-container table a{text-decoration: underline;color: #DB0058;}
.product-anchor-container table i{color: #DB0058;}
/*产品信息表格*/
.product-anchor-container .product-info-table{text-align: left;}
.product-anchor-container .product-info-table tr:first-child{height: auto;background-image: none;color: #333;}
.product-anchor-container .product-info-table tr:first-child > *{border: 1px solid #eee;}
.product-anchor-container .product-info-table tr td{box-sizing: border-box;padding: 1em 2em;border: 1px solid #eee;color: #666;}
.product-anchor-container .product-info-table tr td:nth-child(2n+1){width: 10em;font-weight: bold;color: #333;}
.product-anchor-container .product-info-table tr td:nth-child(2n){width: 38%;}
/*参数图片表格区*/
.param-pic-table-box{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.param-pic-table-box > .con-l{width: 36%;}
.param-pic-table-box > .con-r{width: 61%;}
/*产品检测流程*/
.product-assay-process{display: flex;flex-wrap: wrap;}
.product-assay-process li{width: 50%;display: flex;align-items: center;box-sizing: border-box;border: 1px solid #eee;}
.product-assay-process li .info{flex: 1;overflow: hidden;padding: 20px 40px;}
.product-assay-process li .info .num{margin-bottom: .3em;font-family: Arial;font-size: 30px;font-weight: bold;color: #DB0058;}
.product-assay-process li .info .txt{line-height: 1.4;}
.product-assay-process li .pic{flex: 0 0 230px;box-sizing: border-box;padding: 10px 20px;border-left: 1px solid #eee;}
.product-assay-process li .pic img{width: 150px;}
/*相关文献轮播*/
.related-document-swiper{position: relative;padding-bottom: 60px;overflow: hidden;}
.related-document-swiper .swiper-slide{position: relative;box-sizing: border-box;padding: 20px 40px;background-color: #F7FAFC;transition: .5s;}
.related-document-swiper .swiper-slide::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 4px;background-image: linear-gradient(90deg,#CA0C73,#AF59C3 40%,#02A0FF);transform: scaleX(0);transform-origin: left;transition: 1s;}
.related-document-swiper .swiper-slide .tit{display: block;padding-bottom: .8em;margin-bottom: 1em;border-bottom: 1px solid #eee;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: .3s;}
.related-document-swiper .swiper-slide .tit:hover{color: #DB0058;transform: translateX(.3em);}
.related-document-swiper .swiper-slide .related{display: flex;align-items: center;flex-wrap: wrap;}
.related-document-swiper .swiper-slide .related a{position: relative;display: inline-block;vertical-align: top;margin-left: 1em;color: #DB0058;text-decoration: underline;transition: .3s;}
.related-document-swiper .swiper-slide .related a::after{content: '、';position: absolute;}
.related-document-swiper .swiper-slide .related a:nth-of-type(1){margin-left: 0;}
.related-document-swiper .swiper-slide .related a:last-child:after{display: none;}
.related-document-swiper .swiper-slide .related a:hover{transform: translateY(-.2em);}
.related-document-swiper .swiper-slide .record{display: flex;align-items: center;margin-top: .5em;font-size: 14px;line-height: 20px;white-space: nowrap;}
.related-document-swiper .swiper-slide .record span{margin-right: 20px;}
.related-document-swiper .swiper-slide .record span .icon{display: inline-block;vertical-align: middle;width: 20px;height: 20px;margin: -.25em .4em 0 0;}
.related-document-swiper .swiper-slide .record b{margin-right: .5em;}
.related-document-swiper .swiper-slide .record a{color: #DB0058;text-decoration: underline;transition: .3s;}
.related-document-swiper .swiper-slide .record a:hover{transform: translateY(-.2em);}
.related-document-swiper .swiper-slide:hover{background-color: #fff;box-shadow: 0 2px 10px rgba(53,0,21,.18);}
.related-document-swiper .swiper-slide:hover::after{transform: scaleX(1);}
.related-document-swiper .swiper-pagination{z-index: 1;bottom: 0;font-size: 0;}
.related-document-swiper .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 4px;background-color: #DBDBDB;border-radius: 5px;opacity: 1;transition: .5s;}
.related-document-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 26px;background-color: #DB0058;}
/*产品细节列表*/
.product-detail-list{display: flex;flex-wrap: wrap;margin-top: 20px;}
.product-detail-list li{width: 32%;margin: 0 0 1% 2%;}
.product-detail-list li:nth-child(3n+1){margin-left: 0;}
.product-detail-list li .pic{border-radius: 10px 10px 0 0;overflow: hidden;}
.product-detail-list li .pic em{display: block;padding-top: 53%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.product-detail-list li .info{padding: 1em;background-color: #f5f5f5;}
.product-detail-list li .txt{max-height: 6em;line-height: 1.5;color: #666;overflow-y: auto;}

/*产品查询页*/
.product-query-page{padding: 0;}
.product-query-page .part1{padding: 30px 0;background-color: #F8F8F8;}
.product-query-page .part2{padding: 30px 0 60px;background-color: #fff;}
.product-query-page .part2 .result-tips-wrap{margin-bottom: 20px;}
/*分类区*/
.classify-area{padding: 10px 40px;margin: 40px 0;background-color: #fff;border-radius: 10px;}
.classify-area .section{display: flex;align-items: flex-start;padding: 20px 0;border-top: 1px solid #eee;line-height: 20px;}
.classify-area .section:first-child{border-top: 0;}
.classify-area .section .name{flex: 0 0 140px;margin: 10px 0;font-weight: bold;}
.classify-area .section .name .icon{vertical-align: middle;width: 20px;height: 20px;margin: -.25em .6em 0 0;}
.classify-area .section .list{flex: 1;overflow: hidden;}
.classify-area .section .list li{display: inline-block;vertical-align: top;margin: 10px 40px 10px 0;}
.classify-area .section .list li a{position: relative;display: block;padding-left: 20px;transition: .3s;}
.classify-area .section .list li a:before{content: '';position: absolute;left: 0;top: 2px;width: 1px;width: 14px;height: 14px;border: 1px solid #DADADA;border-radius: 50%;transition: .5s;}
.classify-area .section .list li a:after{content: '';position: absolute;left: 5px;top: 7px;width: 6px;height: 6px;background-color: #DB0058;border-radius: 50%;transform: scale(0);transition: .5s;}
.classify-area .section .list li:hover a{color: #DB0058;}
.classify-area .section .list li.on a{color: #DB0058;}
.classify-area .section .list li.on a:before{border-color: #DB0058;animation: dotScale .3s;}
.classify-area .section .list li.on a:after{transform: scale(1);}
@keyframes dotScale{
	0%{transform: scale(0);}
	100%{transform: scale(1);}
}
/*结果提示区*/
.result-tips-wrap{display: flex;justify-content: space-between;align-items: center;}
.result-tips-wrap .tit{font-weight: bold;}
.result-tips-wrap .tip{white-space: nowrap;line-height: 34px;}
.result-tips-wrap .tip i{margin: 0 .5em;color: #DB0058;}
.result-tips-wrap .selected-wrap{flex: 1;overflow: hidden;margin: 0 20px;}
.result-tips-wrap .selected-wrap .item{position: relative;display: inline-block;vertical-align: top;padding: 0 2.5em 0 1em;margin: 0 .5em 0 0;background-color: #fff;border: 1px solid #eee;line-height: 34px;color: #666;cursor: pointer;transition: .3s;}
.result-tips-wrap .selected-wrap .item:after{content: '';position: absolute;right: 1em;top: 50%;width: 10px;height: 10px;margin-top: -5px;background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4zMDIuMjcyQS40MTcuNDE3IDAgMCAwIDkuMDEuNEw1IDQuNDEuOTg5LjRhLjQxNy40MTcgMCAxIDAtLjU5LjU4OUw0LjQxMiA1IC40IDkuMDExYS40MTcuNDE3IDAgMSAwIC41ODkuNTlMNSA1LjU4OCA5LjAxMSA5LjZhLjQxNy40MTcgMCAxIDAgLjU5LS41ODlMNS41ODggNSA5LjYuOTg5YS40MTcuNDE3IDAgMCAwLS4yOTgtLjcxN3oiIGZpbGw9IiNEQjAwNTgiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==');background-size: 100% 100%;filter: brightness(0) invert(.5);}
.result-tips-wrap .selected-wrap .item:hover{border-color: #DB0058;}
.result-tips-wrap .selected-wrap .item:hover:after{filter: none;}
.result-tips-wrap .other-btns{white-space: nowrap;}
.result-tips-wrap .other-btns .btn{display: inline-block;vertical-align: top;padding: 0 1.5em;background-color: transparent;border: 1px solid #E4E4E4;border-radius: 20px;line-height: 34px;cursor: pointer;user-select: none;transition: .3s;}


/*笔记本1920*1080显示放大比例为125%，实际分辨率为1920/1.25=1536*/
@media screen and (max-width: 1550px){
	
}

/*中屏PC，分辨率1366*/
@media screen and (max-width: 1440px){
	
}

/*小屏PC，分辨率1280*/
@media screen and (max-width: 1300px){
	
}

/*pad横屏，分辨率1024*/
@media screen and (max-width: 1024px){
	header .search-btn{background-color: transparent;}
	/******内页******/
	.inpage-container{min-height: 300px;padding: 30px 0;}
	/*面包屑*/
	.bread{padding: 0 20px 0 25px;font-size: 14px;}
	.bread .icon{top: 2px;width: 16px;height: 16px;}
	/*分页*/
	.page{padding-top: 30px;}
	.page > *{padding: 0 .8em;margin: 0 3px;height: 28px;font-size: 12px;line-height: 26px;}
	
	/*内页banner*/
	.inpage-banner .bg{padding-top: 25%;}
	.inpage-banner .title .cn{font-size: 20px;}
	.inpage-banner .title .en{font-size: 14px;}
	/*内页头部栏*/
	.inpage-top-wrap{display: none;}
	/*内页标题*/
	.inpage-title{margin-bottom: 20px;}
	.inpage-title .cn{margin-bottom: 0;font-size: 20px;}
	.inpage-title .en{font-size: 14px;}
	/*更多按钮*/
	.index-more-btn{padding: 0 10px;font-size: 12px;line-height: 24px;}
	.index-more-btn .arrow{width: 14px;height: 4px;}
	/*内页三级导航*/
	.inpage-third-nav{margin-bottom: 30px;}
	.inpage-third-nav .nav .item{min-width: 0;padding: 0 .8em;margin: 0 .3em;line-height: 30px;}
	
	/*新闻详情*/
	.news-details-box .title{margin-bottom: 15px;font-size: 18px;}
	.news-details-box .func-wrap{padding: 10px 0;flex-wrap: wrap;}
	.news-details-box .func-wrap .share-wrap{display: none;}
	.news-details-box .record{width: 100%;font-size: 13px;text-align: center;}
	.news-details-box .record span{margin-left: 10px;}
	.news-details-box .record span .icon{width: 12px;height: 12px;}
	.news-details-box .content{padding: 15px 0;font-size: 15px;}
	.news-details-box .content p{margin-bottom: 8px;}
	.news-details-box .jump-wrap{padding-top: 10px;margin-top: 0;}
	.news-details-box .jump-wrap .btn{margin-top: 0;font-size: 14px;}

	/*产品信息列表*/
	.product-info-list li{width: 48%;margin: 0 0 4% 4%;}
	.product-info-list li:nth-child(3n+1){margin-left: 4%;}
	.product-info-list li:nth-child(2n+1){margin-left: 0;}
	.product-info-list li .info{padding: 15px;}
	.product-info-list li .info .tit2{margin-bottom: 5px;}

	/*文件信息列表*/
	.document-info-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.document-info-list li{width: 100%;box-sizing: border-box;padding: 0 20px 20px;margin-bottom: 30px;}
	.document-info-list li .top{flex-wrap: wrap;}
	.document-info-list li .middle{margin-top: 10px;}
	.document-info-list li .bottom{padding-top: 10px;margin-top: 15px;}
	.document-info-list li .pic{margin: 0 auto 10px;}
	.document-info-list li .record span{margin-left: 20px;}
	.document-info-list li .record span:first-child{margin-left: 0;}
	.document-info-list li .record span .icon{width: 16px;height: 16px;}
	.document-info-list li .tit{margin-bottom: 10px;}
	.document-info-list li .txt{line-height: 1.4;}

	/*新闻信息列表*/
	.news-info-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.news-info-list li{width: 48%;margin-bottom: 30px;}
	.news-info-list li+li{margin-top: 0;}
	.news-info-list li a{flex-direction: column;}
	.news-info-list li .pic{flex: 0 0 100%;margin-right: 0;}
	.news-info-list li .info{padding: 10px;}
	.news-info-list li .info .tit{padding-bottom: 0;background-image: none;}
	.news-info-list li .info .tit::after{display: none;}
	.news-info-list li .info .txt{display: none;}
	.news-info-list li .record{flex: 0 0 100%;margin-left: 0;line-height: 24px;}
	.news-info-list li .record::before{display: none;}
	.news-info-list li .record .date{margin-bottom: 0;}
	.news-info-list li .record .more{display: none;}

	/*新闻信息列表2*/
	.news-info-list2 li{width: 48%;margin-bottom: 25px;}
	.news-info-list2 li a{border-radius: 0;}
	.news-info-list2 li .info{padding: 10px;}
	.news-info-list2 li .info::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 4px;background-image: linear-gradient(90deg,#CA0C73,#AF59C3 40%,#02A0FF);transform: scaleX(0);transform-origin: left;transition: 1s;}
	.news-info-list2 li .info .tit{margin-bottom: 0;}
	.news-info-list2 li .info .txt{display: none;}
	.news-info-list2 li .info .record{margin-top: 10px;}
	.news-info-list2 li .info .record .more{display: none;}

	/*图片信息列表*/
	.pic-info-list li{width: 48%;margin: 0 0 4% 4%;}
	.pic-info-list li:nth-child(3n+1){margin-left: 4%;}
	.pic-info-list li:nth-child(2n+1){margin-left: 0;}
	.pic-info-list li a{border-radius: 0;}
	.pic-info-list li .info{padding: 10px;}
	.pic-info-list li .info .date{color: #666;}
	.pic-info-list li .info .tit{margin-top: .2em;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: .3s;}
	.pic-info-list li .info .more{margin-top: 10px;font-size: 14px;}

	/*下载列表*/
	.download-list li{width: 100%;margin-bottom: 20px;}
	.download-list li a{height: 60px;padding: 0 .8em;}
	.download-list li .date{padding-right: .8em;margin-right: .8em;line-height: 12px;}
	.download-list li .btn{margin-left: .8em;}
	.download-list li .btn .icon{width: 16px;height: 16px;}

	/*公司介绍区*/
	.company-intro-box .qrcode-wrap{margin-top: 20px;}
	.company-intro-box .qrcode-wrap .item .pic{padding: 10px;}
	.company-intro-box .qrcode-wrap .item .pic img{width: 100px;height: 100px;}

	/*联系我们页*/
	.contact-page{padding: 0;}
	.contact-page .part1{padding: 30px 0 0;}
	.contact-page .part2{padding: 30px 0;}
	/*联系信息栏*/
	.contact-info-wrap{display: flex;flex-wrap: wrap;}
	.contact-info-wrap .item{flex: 100%;padding: 15px;}
	.contact-info-wrap .item:first-child{flex: 100%;}
	.contact-info-wrap .item .icon{flex: 0 0 50px;height: 50px;}
	.contact-info-wrap .item .info{margin-left: .8em;}
	/*地图区*/
	.map-wrap{margin-top: 30px;text-align: center;}
	/*联系信息列表*/
	.contact-info-list li{width: 100%;padding: 15px;margin-bottom: 20px;}
	.contact-info-list li .pic{flex: 0 0 100px;margin-right: 15px;}
	.contact-info-list li .info{flex: 1;overflow: hidden;padding-top: 10px;}

	/*产品介绍区*/
	.product-intro-box{padding: 15px;border-radius: 4px;}
	.product-intro-box > .con-l{width: 100%;}
	.product-intro-box > .con-r{width: 100%;margin-top: 15px;}
	/*产品图片轮播*/
	.product-pic-swiper .swiper-pagination{bottom: 10px;}
	.product-pic-swiper .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 3px;}
	.product-pic-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 20px;}
	.product-pic-swiper .btn{display: none;}
	/*产品信息*/
	.product-info-wrap{padding-top: 0;}
	.product-info-wrap .txt{margin-top: 15px;}
	.product-info-wrap .txt p{margin-top: 10px;}
	.product-info-wrap .btns-area{margin-top: 20px;}
	.product-info-wrap .btns-area .btn{padding: 0 1.2em;margin: 0 10px 0 0;line-height: 34px;}
	/*产品广告*/
	.product-ad-box{margin: 20px 0;}
	.product-ad-box .pic{border-radius: 4px;}
	.product-ad-box .pic em{padding-top: 15%;}
	/*产品锚链接导航*/
	.product-anchor-nav{justify-content: space-between;padding: 0;margin-bottom: 20px;border-radius: 4px;top: 60px;}
	.product-anchor-nav .item{padding: 0 .8em;margin-left: 0;border-radius: 4px;font-size: 13px;line-height: 40px;font-weight: normal;}
	/*产品锚链接内容*/
	.product-anchor-container .section{padding: 20px 15px;margin-bottom: 20px;border-radius: 4px;}
	.product-anchor-container .section .section-title{margin-bottom: 20px;border-left-width: 2px;}
	.product-anchor-container .section .section-title i{font-size: 13px;}
	.product-anchor-container .section .section-subtitle{margin: 20px 0;}
	.product-anchor-container .section .brief{margin: 1em 0;}
	/*产品参数表格默认样式*/
	.product-anchor-container table tr:first-child{height: 40px;}
	.product-anchor-container table tr td{height: 30px;padding: .3em;}
	/*产品信息表格*/
	.product-anchor-container .product-info-table tr td{padding: .5em;}
	/*参数图片表格区*/
	.param-pic-table-box > .con-l{width: 100%;}
	.param-pic-table-box > .con-r{width: 100%;}
	/*产品检测流程*/
	.product-assay-process li{width: 100%;}
	.product-assay-process li .info{padding: 15px;}
	.product-assay-process li .info .num{font-size: 20px;}
	.product-assay-process li .pic{flex: 0 0 120px;padding: 10px;}
	.product-assay-process li .pic img{width: 80px;}
	/*相关文献轮播*/
	.related-document-swiper{padding-bottom: 30px;}
	.related-document-swiper .swiper-slide{padding: 15px;}
	.related-document-swiper .swiper-slide .record span{margin-right: 10px;}
	.related-document-swiper .swiper-slide .record span .icon{width: 16px;height: 16px;}
	.related-document-swiper .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 3px;}
	.related-document-swiper .swiper-pagination .swiper-pagination-bullet-active{width: 20px;}
	/*产品细节列表*/
	.product-detail-list{justify-content: space-between;}
	.product-detail-list li{width: 48%;margin: 0 0 10px;}
	.product-detail-list li .info{padding: .5em;}

	/*产品查询页*/
	.product-query-page{padding: 0;}
	.product-query-page .part1{padding: 30px 0 0;}
	.product-query-page .part2{padding: 30px 0;}
	.product-query-page .part2 .result-tips-wrap{margin-bottom: 15px;}
	/*分类区*/
	.classify-area{padding: 2px 10px;margin: 0 0 20px;border-radius: 4px;}
	.classify-area .section{padding: 10px 0;}
	.classify-area .section .name{flex: 0 0 100px;margin: 6px 0;}
	.classify-area .section .name .icon{width: 16px;height: 16px;margin: -0.25em 0.2em 0 0;}
	.classify-area .section .list li{margin: 6px 10px 6px 0;}
	.classify-area .section .list li:hover a{color: inherit;}
	/*结果提示区*/
	.result-tips-wrap .tip{line-height: 24px;}
	.result-tips-wrap .tip i{margin: 0 .3em;}
	.result-tips-wrap .selected-wrap{margin: 0 10px;}
	.result-tips-wrap .selected-wrap .item{padding: 0 1.5em 0 .5em;margin: 0 .3em 0 0;line-height: 24px;}
	.result-tips-wrap .selected-wrap .item::after{right: .4em;width: 8px;height: 8px;margin-top: -4px;}
	.result-tips-wrap .other-btns{white-space: nowrap;}
	.result-tips-wrap .other-btns .btn{padding: 0 1em;line-height: 24px;}
}

/*phone和pad竖屏，分辨率820*/
@media screen and (max-width: 820px){
	
}