@charset "utf-8";

/* 
 *@Project: 样式重设及公共样式表
 */
 /* 字体引用 */
body{font-family:myFont1;color: #000;}
@font-face{
    font-family:myFont;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont1;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont2;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont3;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont4;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
.color_3d{
	color: #3d3d3d;
}
.ovf-h {
    overflow: hidden;
}
p{
	margin: 0;
}
ol,
ul {
	list-style: none;
}
ul{
	padding: 0;
    margin: 0;
}
a:hover {
	text-decoration: none;
}
a{
	color: #333;
}
ins,
a {
	text-decoration: none;
}
.grid{
	display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px 10px;
}
 /* width */
 .w50{
 	width: 50%;
 	margin: 0 auto;
 }
 .w60{
 	width: 60%;
 	margin: 0 auto;
 }
 .w70{
 	width: 70%;
 	margin: 0 auto;
 }
.w80{
 	width: 80%;
 	margin: 0 auto;
 }
.w90{
 	width: 90%;
 	margin: 0 auto;
 }
 .w100{
	width: 100%;
 	margin: 0 auto;
 }
.w1200{
	width: 1200px;
 	margin: 0 auto;
 }
.w1000{
	width: 1000px;
 	margin: 0 auto;
 }
 .clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear {
	zoom: 1;
}
.left,
.right {
	display: inline;
}

.left {
	float: left;
}
.right {
	float: right;
}
/* flex */
.flex{
	display: flex;
	justify-content: space-between;
}
.flex-wap{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.flex-f{
	display: flex;
	justify-content: flex-start;
}
.padding-t-10 {
	padding-top: 10px;
}
.padding-t-30 {
	padding-top: 30px;
}
.padding-t-150 {
	padding-top: 150px;
}
.padding-t-100 {
	padding-top: 100px;
}
.padding-t-50 {
	padding-top: 50px;
}
.padding-t-60 {
	padding-top: 60px;
}
.padding-t-80 {
	padding-top: 80px;
}
.padding-t-15 {
	padding-top: 15px;
}

.padding-b-10 {
	padding-bottom: 10px;
}
.padding-b-150 {
	padding-bottom: 150px;
}
.padding-b-100 {
	padding-bottom: 100px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.padding-b-30 {
	padding-bottom: 30px;
}
.padding-b-50 {
	padding-bottom: 50px;
}
.padding-b-60 {
	padding-bottom: 60px;
}
.padding-b-80 {
	padding-bottom: 80px;
}
.padding-10 {
	padding: 10px;
}

.padding-tb-10 {
	padding: 10px 0;
}

.padding-lr-5 {
	padding: 0 5px;
}

.margin-t-5 {
	margin-top: 5px;
}

.margin-t-10 {
	margin-top: 10px;
}

.margin-t-15 {
	margin-top: 15px;
}

.margin-t-20 {
	margin-top: 20px;
}

.margin-t-25 {
	margin-top: 25px;
}

.margin-t-30 {
	margin-top: 30px;
}

.margin-t-35 {
	margin-top: 35px;
}

.margin-t-40 {
	margin-top: 40px;
}

.margin-t-50 {
	margin-top: 50px;
}

.margin-t-60 {
	margin-top: 60px;
}

.margin-t-70 {
	margin-top: 70px;
}

.margin-t-80 {
	margin-top: 80px;
}

.margin-l-5 {
	margin-left: 5px;
}

.margin-l-10 {
	margin-left: 10px;
}

.margin-l-15 {
	margin-left: 15px;
}

.margin-l-20 {
	margin-left: 20px;
}

.margin-l-30 {
	margin-left: 30px;
}

.margin-l-40 {
	margin-left: 40px;
}

.margin-r-10 {
	margin-right: 10px;
}

.margin-r-5 {
	margin-right: 10px;
}

.margin-b-5 {
	margin-bottom: 5px;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.margin-b-15 {
	margin-bottom: 15px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.margin-b-30 {
	margin-bottom: 30px;
}

.margin-b-40 {
	margin-bottom: 40px;
}
.margin-b-50 {
	margin-bottom: 50px;
}
.margin-b-60 {
	margin-bottom: 60px;
}
.margin-b-80 {
	margin-bottom: 80px;
}
.margin-r-40 {
	margin-right: 40px;
}
.margin-lr-10 {
	margin: 0 10px;
}

.margin-lr-20 {
	margin: 0 20px;
}
/*scrollbar*/
body::-webkit-scrollbar,
.layers-table-list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

body::-webkit-scrollbar-track,
.layers-table-list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

body::-webkit-scrollbar-thumb,
.layers-table-list::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f8f8f8;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #aeaeae;
}

::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #2882e8;
}
/*导航样式*/
.nav_bg{
	background: rgb(0 0 0 / 24%);
}
.navbar{
	padding: 0;
}
.web-font{
	font-family: "webfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-light .navbar-nav .nav-link:focus{color: #fff !important;}
.nav-link {
    padding: 1.2rem 0 !important;
}
.navbar-light .navbar-nav .nav-link{
	color: #fff;
	font-family: 'myFont1';
}
.form-inline{
	position: relative;
}
.navbar-brand{
	padding-top: 0;
	margin-right: 4rem;
}
.navbar-light .navbar-nav .active,.navbar-light .navbar-nav .nav-item a:hover{
	color: #fff;
	background: #333333;
}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-item:hover .nav-link{
	color: #fff !important;
	display: block;
}
.nav-item{
	position: relative;
	text-align: center;
}
.nav-item dl{ 
	position: absolute;
	display: none;
    width: 100%;
    background-color: #00000085;
    margin-bottom: 0;
}
.nav-item dl dd{
	margin-bottom: 0;
}
.nav-item dl dd a{
	text-align: center;
    color: white;
    display: block;
    line-height: 60px;
}
.nav-item dl dd a:hover{
	background-color: #000000cc;
	color: #fff;
}
.form-control{
	border-radius: 23px;
    border: 1px solid #fff;
    background: none;
    margin-right: 0 !important;
}
.btn-outline-success{
	color: #ffffff;
    border-color: rgb(0 0 0 / 0%);
    position: absolute;
    right: 9px;
}
.form-inline input[type="text"] {
  	background: rgb(0 0 0 / 0%);
    color: #fff;
    font-size: .8rem;
}
.btn-outline-success:hover{
	background: rgb(0 0 0 / 0%);
	border-color: rgb(0 0 0 / 0%);
}
/* 下滑菜单 */
.header-small{background-color: #000;}
.nav_bg.header-small{
    padding: 0px;
    transition: all .3s ease;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
}
.header-small .navbar-light .navbar-nav .nav-item a:hover {
    color: #fff;
    background: #333333;
}
/* 标题 */
.index_title h2{
	font-family:myFont4;
	letter-spacing: 3px;
	color: #222222;
}
.index_title p{
	font-size: 1.3rem;
}
/* 视频 */
.main-media .pc-video video[data-v-47da712b] {
    width: 100%;
    display: block;
}
.main-media .pc-video[data-v-47da712b] {
    margin-bottom: -4px;
    box-sizing: border-box;
}
.main-media{
    position: relative;
    cursor: pointer;
}
.main-media .text-area[data-v-47da712b] {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main-media .text-area .text-title[data-v-47da712b] {
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1rem;
    font-family: 'myFont1';
}
.main-media .text-area h2[data-v-47da712b] {
    font-size: 1.8rem;
    font-family: 'myFont';
    margin-bottom: 2rem;
    line-height: 1.8em;
    color: #fff;
}
.main-media .text-area .watch-btn[data-v-47da712b] {
    position: relative;
    /* margin-top: 20px;
    width: 166px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 1rem;
    border-radius: 35px;
    background: rgb(0 0 0 / 75%);
    font-family: 'myFont1'; */
}
.play-btn {
    background: rgba(255,255,255,0);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.main-media .text-area .watch-btn .play-outer[data-v-47da712b] {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding-left: 6px;
}
.main-media .text-area .watch-btn .play-outer .play-inner[data-v-47da712b] {
    width: 0;
    height: 0;
    border-width: 3px 0 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
/* banner */
.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide a{
	display: block;
    width: 100%;
}
.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}
.banner .swiper-slide img {
	width: 100%;
	height: auto;
}
.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: 0.95;
    background: #ddd0;
}
.banner .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}
/* page */
.page-box {
    text-align: left !important;
    margin: 25px 0px;
    display: block;
}
.page-box strong {
    padding: 8px 12px;
    float: left;
    margin-right: 5px;
    background: #333;
    line-height: 20px;
    color: #fff;
}
.page-box a {
    color: #6f6f6f;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    background: #fff;
    border: 1px solid #d8d8d8;
    float: left;
    margin-right: 7px;
}
/* 南卡聆听声音 */
h4{
	font-family: 'myFont1';
}
.nanke .nanke_img{
	
}
.nanke .nanke_btn{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -105px;
    margin-left: -88px;
}
.nanke .nanke_btn>div:first-child{
	width: 100px;
    height: 100px;
    background: #000;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 10px;
}
.nanke .nanke_btn>div h3{
	color: #fff;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0;
}
.nanke .nanke_btn>div img{
    width: 100%;
}
/* .nanke .nanke_btn a{
	background: rgb(0 0 0 / 63%);
    padding: 10px;
    width: 176px;
    border-radius: 23px;
    margin: 3rem auto;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-family: 'myFont1';
} */
/* 南卡骨传导技术 */
.img-fluid{
	width: 100%;
}
.technology .technology_box{
	display: flex;
	justify-content: space-between;
}

.technology .technology_list{
	width: 33.333%;
    overflow: hidden;
    position: relative;
    padding-bottom: 37.75%;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
.technology .technology_list.lt_normal{
    width: 13%;
}
.technology .technology_list.lt_active{
	width: 74%;
	border-left: 1px solid #fff;
}
.technology .technology_list .technology_img{
    background-position: 80% 0;
    width: 100%;
    background-position: 72% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    color: #333;
    text-align: left;
    justify-content: space-between;
    transition: all .3s
}
.technology .technology_list.lt_normal .technology_img{
  background: #4a5767!important;
}
.technology .technology_list img{
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block !important;
}
.technology .technology_list img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.technology .technology_list .technology_btn{
	position: absolute;
    top: 5%;
    left: 5%;
    align-items: center;
}
.technology .technology_list .technology_txt{
	position: absolute;
    bottom: 5%;
    left: 5%;
    color: #fff;
    margin-bottom: 0;
    font-size: 2rem;
    font-family: 'myFont1';
}
.technology .technology_list .technology_btn .iconfont{
	font-size: 35px;
    color: #fff;
    margin-right: 10px;
}
.technology .technology_list .technology_btn .technology_btns h5{
	margin-bottom: 0;
    font-size: 1.3rem;
    color: #fff;
    font-family: 'myFont1';
}
.technology .technology_list .technology_btn .technology_btns p{
	font-size: 1rem;
    color: #fff;
    opacity: 0.5;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'myFont4';
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
  margin: 0 auto;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
/* 南卡骨传导声学实验室 */
.gcd_box{
	
}
.gcd_box .gcd_txt{
	color: #fff;
    position: absolute;
    bottom: 15%;
    left: 5%;
}
.gcd_box .gcd_txt h2{
	margin-bottom: 1rem;
}
.gcd_box .gcd_txt p{
	margin-bottom: 0;
	font-size: 1.1rem;
    font-family: 'myFont1';
}
/* 坚持科技驱动 升级聆听体验 */
.picture-transition[data-v-7e83f348] {
	margin-bottom: .7rem
}

.picture-transition h2[data-v-7e83f348] {
	padding: 70px 0 55px 0;
	font-size: .3rem;
	color: #000;
	font-weight: 600
}

.picture-transition figure[data-v-7e83f348] {
	width: 100%;
	display: flex;
	justify-content: center
}

.picture-transition figure ul[data-v-7e83f348] {
	margin: 0
}

.picture-transition figure .pc-version[data-v-7e83f348] {
	display: flex;
	list-style: none;
	position: relative;
	padding-left: 0;
	width: 100%
}

.picture-transition figure .pc-version .img-item[data-v-7e83f348] {
	width: 33.33%;
	position: relative;
	padding-bottom: 37.75%;
	transition: all .5s ease-in-out;
	cursor: pointer;
}

.picture-transition figure .pc-version .img-item .bg-img[data-v-7e83f348] {
	width: 100%;
	background-position: 72% 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	color: #333;
	text-align: left;
	justify-content: space-between;
	transition: all .3s
}

.picture-transition figure .pc-version .img-item .bg-img p[data-v-7e83f348] {
	margin: 0;
	transition: all .3s
}

.picture-transition figure .pc-version .img-item .bg-img .item-title[data-v-7e83f348] {
	font-size: 1.8rem;
	font-family: 'myFont1';
	color: #333;
	z-index: 10
}
.picture-transition figure .pc-version .img-item .bg-img div[data-v-7e83f348]{
	display: none;
}
.picture-transition figure .pc-version .img-item.active .bg-img div[data-v-7e83f348] {
	z-index: 10;
	display: block;
}

.picture-transition figure .pc-version .img-item .bg-img div .item-desc[data-v-7e83f348] {
	font-size: 1.3rem;
	color: #333
}

.picture-transition figure .pc-version .img-item .bg-img div .item-function[data-v-7e83f348] {
	font-size: 1.3rem;
	display: none;
	color: #333
}

.picture-transition figure .pc-version .img-item .bg-img[data-v-7e83f348]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background-color: rgb(0 0 0 / 11%); */
	z-index: 9
}

.picture-transition figure .pc-version .img-item:nth-of-type(2) .bg-img[data-v-7e83f348] {
	background-position: 80% 0
}

.picture-transition figure .pc-version .img-item+.img-item[data-v-7e83f348] {
	border-left: 1px solid #e8e8e8
}

.picture-transition figure .pc-version .active[data-v-7e83f348] {
	width: 74%
}

.picture-transition figure .pc-version .active .bg-img div .item-desc[data-v-7e83f348] {
	margin-bottom: .6rem
}

.picture-transition figure .pc-version .active .bg-img div .item-function[data-v-7e83f348] {
	display: block
}

.picture-transition figure .pc-version .active .bg-img[data-v-7e83f348]:before {
	background-color: rgba(0,0,0,0)
}

.picture-transition figure .pc-version .normal[data-v-7e83f348] {
	width: 13%
}

.picture-transition figure .pc-version .normal .bg-img[data-v-7e83f348] {
	background: #f0f0f0!important
}

.picture-transition figure .pc-version .normal .bg-img .item-title[data-v-7e83f348] {
	writing-mode: vertical-lr;
	display: inline-flex;
	align-items: center;
	color: #000
}

.picture-transition figure .pc-version .normal .bg-img div .item-desc[data-v-7e83f348] {
	display: none
}

.picture-transition figure .pc-version .normal .bg-img div .item-function[data-v-7e83f348] {
	display: none
}

.mobile-version[data-v-7e83f348] {
	display: none
}
/* 内容页banner */
.ny_banner{
	position: relative;
}
.ny_banner .ny_ban_txt{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -126px;
}
.ny_banner .ny_ban_txt p{
	font-size: 2rem;
	color: #fff;
}
/* 产品列表页 */
.nes_bg{
	
}
.news-type {
    
}
.news-type h3 {
    font-size: 1.5rem;
}
.museo-light {
    font-family: web-font1;
}
.news-type ul li {
    
}
.news-type ul li a {
    font-size: 1rem;
    color: #333;
}
.new_list_BOX .new_list>div{
	margin-bottom: 2rem;
}
.new_list_BOX .new_list h5{
	margin-top: 1rem;
}
.new_list_BOX .news_list_bg{
	padding: 10px;
}
.new_list_BOX .new_list a{
	display: block;
	background: #f2f5f6;
	overflow: hidden;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.new_list_BOX .new_list a:hover{
	color: #333;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);
    -ms-box-shadow: 0 10px 20px rgba(0,0,0,.1);
    -o-box-shadow: 0 10px 20px rgba(0,0,0,.1);
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
/* 服务与支持 */
.service_kefu_r_d h2,.about_txt h2{
	font-size: 1.8rem;
    font-family: 'myFont4';
}


a:hover{
	color: #333;
}

/* 新闻咨询 */
.news_box{
	position: relative;
}
.news_box a{
	display: block;
	overflow: hidden;
}
.news_box a:hover h2{
	color: #333;
}
.news_box a:hover p{
	color: #333;
}
.news_box a img{
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block !important;
}
.news_box a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.news_box .news_txt{
	position: absolute;
    top: 4.3rem;
    left: 0;
    width: 100%;
    /* height: 100%; */
    box-sizing: border-box;
    padding: 0.6rem;
    text-align: center;
    color: #fff;
}

.news_box .news_txt h2{
    font-size: 2rem;
    font-family: 'myFont4';
}
.news_box .news_txt p{
	font-size: 1.1rem;
}
.news_box .news_btn{

}
.news_box .news_btn div{
	background: #000;
    text-align: center;
    height: 48px;
    color: #fff;
    line-height: 48px;
    border-radius: 3px;
}
.news_box .news_btn div a{
	color: #fff;
	font-size: 1.1rem;
	font-family: myFont1;
	display: block;
	text-decoration: none;
}
.news_box .news_btn .news_btn_title{
	width: 333px;
    margin-right: 10px;
}
.news_box .news_btn .iconfont{
	width: 40px;
}
.hr{
	border-bottom: 1px solid #dddd;
    padding-top: 30px;
}
/* 按钮动画 */
.kItemTbtns {
    margin: 3rem 0 0 0;
    text-align: center;
}
.kItemTbtns p{
    overflow: hidden;
    position: relative;
    height: 48px;
    width: 176px;
    background: rgb(0 0 0 / 79%);
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    line-height: 48px;
    border-radius: 3px;
    font-family: 'myFont1';
}
.kItemTbtns p span{
	position: relative;
	z-index: 2;
	font-size: 1.3rem;
}
.kItemTbtns p em{
	position: absolute;
    display: block;
    width: 150%;
    padding-bottom: 150%;
    border-radius: 50%;
    transition: transform .5s ease;
    transform: translate3d(-50%,-50%,0) scale(0);
    pointer-events: none;
    z-index: 1;
    background-color: #414f57;
    left: 88px;
    top: 30px;
}
.kItemTbtns p .iconfont{
	font-size: 1.3rem;
	margin-left: 5px;
	vertical-align: middle;
}
.kItem a .kItemTbtns p:hover span{
	color: #fff;
}
.kItem a .kItemTbtns p:hover em {
    transform: translate3d(-50%,-50%,0) scale(1);
}
.xqgcd3_txt p{
	font-size: 1.2rem;
}
/* 内页品牌介绍 */
.ny_about{
	/* position: relative; */
	/* margin: 50px 0; */
	min-height: 430px;
}
.ny_about .ny_about_l{
    text-align: justify;
    font-size: 1.1rem;
}
.ny_about .ny_about_l h2{    
	margin-bottom: 2rem;
}
.ny_about .ny_about_l p{
	font-size: 1.3rem;
	margin-bottom: 0;
}
.ny_about .ny_about_l div{
	background: #333;
    height: 2px;
    width: 20px;
    margin: 20px 0;
}
.ny_about .ny_about_r{
	/* position: absolute;
    right: 12%;
    top: -50px; */
}
.ny_about2_title h3{
	color: #222222;
	font-family: 'myFont4';
}
.l_ab{
	width: 60%;
}
.pz_box{

}
.pz_box ul li{
	width: 285px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
    min-height: 350px;
}
.pz_box ul li:nth-child(1){
	background: url(../images/p_01.png) center center / cover no-repeat;	
}
.pz_box ul li:nth-child(2){
	background: url(../images/p_02.png) center center / cover no-repeat;	
}
.pz_box ul li:nth-child(3){
	background: url(../images/p_03.png) center center / cover no-repeat;	
}
.pz_box ul li:nth-child(4){
	background: url(../images/p_04.png) center center / cover no-repeat;	
}




.pz_box ul li:last-child{
    margin-right: 0 !important;
}
.pz_box ul li:nth-child(2n+2){
	margin-top: 50px;
}
.pz_box ul li img{
	width: 100%;
}
.pz_box ul li p{
	position: absolute;
    top: 8rem;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0.6rem;
    color: #fff;
    text-align: center;
}
.pz_box ul li .pz_horve{
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0.6rem;
    text-align: center;
}
.pz_box ul li .pz_horve p{
	font-size: 1rem;
    text-align: justify;
}
.news_desc{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nr-ppjs{}
.nr-ppjs-l{    
	bottom: 50px;
    left: 10%;
    position: 
    absolute;  
    max-width: 50%;
    color: #fff;
}
.nr-ppjs-l h4{
    font-family: 'myFont4';
    margin-bottom: 1.5rem;
    font-size: 2rem;
}
.nr-ppjs-l p{
	color: #fff;
	font-size: 1.3rem;
}
.ny_about2_title p {
    color: #222222;
    font-size: 1.3rem;
}
.nr-ppjs-r{    
	background-color: #c67c59;
    color: white;
    padding: 6.67%;
    margin-left: 50%;
}
.nr-ppjs-r div{}
.nr-ppjs-r div span{
	font-size: 3rem;
    font-family: 'myFont2';
}
.nr-ppjs-r p{font-size: 1.5rem;}
.nr-ppjs-r div:last-child{}
.abot03box{    
	right: 5%;
    left: auto !important;
    width: 40%;
}
/* 实力展示 */
.shili{
	position: relative;
}
.shili_box {
    position: absolute;
    bottom: 25%;
    left: 10%;
    font-size: 1.3rem;
    color: #fff;
}
.shili_box i{
	font-size: 2rem;
    margin-right: 16px;
	color: #fff;
}
.shili_box span{
	font-family: 'myFont2';
    font-size: 2.2rem;
    margin-right: 5px;
}
.lc_btn{
	text-align: center;
    margin: 0 auto;
    line-height: 80px;
    position: absolute;
    z-index: 800;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(-180deg,rgb(255 255 255 / 0%) 0,#fffffff7 63%);
}
.lc_btn i{
	font-size: 1.5rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
	animation: ghostUpdown 1s infinite alternate;
    -webkit-animation: ghostUpdown 1s infinite alternate;
}
.height_h{

	max-height: 900px;
    overflow: hidden;
}
.xia_active{
	transform: rotate(180deg);
}
 @keyframes ghostUpdown {
    from {
        margin-top: 30px;
    }
    to {
        margin-top: 10px;
    }
}     
@-webkit-keyframes ghostUpdown {
    from {
        margin-top: 30px;
    }
    to {
        margin-top: 10px;
    }
}

/* 实力展示 */
.bg_f9f9f9{
	background-color: #f9f9f9;
}
.ny_about1 .ny_about1_r .ny_about1_btn .iconfont{
	font-size: 1.5rem;
	margin-right: 10px;
}
.ny_about1 .ny_about1_r .ny_about1_btn div{
	
	/* margin-right: 20px; */
}
.ny_about1 .ny_about1_r .ny_about1_btn{
	margin-bottom: 40px;
	justify-content: flex-start;
    align-items: center;
    display: flex;
    font-family: myFont1;
}
.ny_about1 .ny_about1_r .ny_about1_btn .f15{
	font-size: 1.5rem;
}
/* 垂直居中 */
.align-c{
	justify-content: space-between;
    align-items: center;
    display: flex;
}
/* 品牌banner */
.about_box{
	position: relative;
	width: 100%;
}
.about_box .about_box_txt{
	position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -122.5px;
}
.about_box .about_box_txt>div{
	width: 30px;
	height: 2px;
	background: #000;
	margin-bottom: 60px;
}
.about_box_txt h4{
	margin-bottom: 30px;
} 
.about_box_txt h1{
	font-size: 5rem;
    font-family: 'myFont2';
    text-transform: uppercase;
}
.about_box_txt h2{
	font-size: 4rem;
    font-family: 'myFont2';
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}
.about_box_txt p{
	font-size: 1.1rem;
}
.about_box_txt .hr_xx{
	background: #fff;
    width: 30px;
    height: 2px;
    margin-bottom: 2rem;
}
.sl_btn{
	margin-top: 6rem;
}
.sl_btn i{
	font-size: 2rem;
    margin-right: 15px;
}
.sl_btn div{
    margin-bottom: 2rem;
    font-size: 1.1rem;
}
.sl_btn span{
	font-size: 2rem;
	font-family: 'myFont2';
}

/* 历程展示 */
.ny_about2{
	background: #f9f9f9;
	margin: 50px 0;
}
.ny_about2_txts2 .swiper-container{
    width: 100%;
    height: 100%;
}
.ny_about2_txts2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ny_about2_txts2 .swiper-slide img{
	width: 100%;
}
.ny_fzlc {
	position: relative;
}
.ny_fzlc .swiper-button-next, .cont2-date .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/right.png);
    background-position: center center;
    width: 58px;
    height: 58px;
    background-size: auto;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -29px;
}
.ny_fzlc .swiper-button-prev, .cont2-date .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/left.png);
    background-size: auto;
    width: 58px;
    height: 58px;
    background-position: center center;
    left: 0;
    right: auto;
    top: 50%;
    margin-top: -29px;
}

/* 调音师 */

/* 合作伙伴 */
.ny_about4{
	margin-bottom: 50px;
}
.ny_about4 .ny_about4_list{

}
.ny_about4 .ny_about4_list div{
	width: 16%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px;
}
.ny_about4 .ny_about4_list div img{
	width: 100%;
	border-radius: 8px;
    box-sizing: border-box;
}

/* 公益活动 */




/* 支持 */
.service_kefu{}
.service_kefu .service_kefu_l{}
.service_kefu .service_kefu_l img{width: 100%;}
.service_kefu .service_kefu_r{}
.service_kefu .service_kefu_r h1{    
	color: #000;
    width: 100%;
    margin-top: 1rem;
    text-align: left;
    text-transform: uppercase;
    font-family: 'myFont3';
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.service_kefu .service_kefu_r p{    
	color: #333;
    width: 100%;
    text-align: left;
    margin: 0;
}
.service_kefu .service_kefu_r a{
	width: 144px;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    border-radius: 40px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right,#72b4fe,#3777f7);
}
.service_kefu .service_kefu_r a:hover{
	opacity: .8;
    border: none;
}


/* 新闻 */
.news_box{}
.new_list{}
.new_list_li{
	margin-bottom: 50px;
    background: #f7f7f7;
    align-items: center;
}
.new_list_li a{    display: block;}
.new_list_li a .text-imfs{    overflow: hidden;}
.text-imfs img{    width: 100%;}
.text-area{padding: 1rem 0;}
.text-area .title{color: #333;
    font-size: 1.3rem;}
.text-area .time{color: #333;}
.new_list_li .text-imfs{
	width: 67%;
	overflow: hidden;
}
.new_list_li .text-area{
	width: 30%;
    padding: 0 20px 0 0;
    position: relative;
}
.dianji{
	font-size: 1rem;
	position: absolute;
    z-index: 20;
    line-height: 2rem;
    width: 120px;
    font-size: 0.85rem;
    color: #000;
    right: 30px;
    border: 1px solid #ddd;
    text-align: center;
    /* top: 106px; */
}
.news_box a:hover .news_desc{
	color: #333;
}
.new_list_li:hover .dianji{
	background: #ddd;
}
/* 产品详情 */
/* 详情banner */
.swiper{
    width: 100%;
    height: 100%;
}
.pro_xqba .swiper-slide,.mySwiper .swiper-slide{
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

.swiper-slide {
    background-size: cover;
    background-position: center;
  }

.mySwiper2 {
    height: 80%;
    width: 100%;
  }

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    margin-top: 10px;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 按钮 */
.pro_xqba .swiper-button-next, .cont2-date .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/right.png);
    background-position: center center;
    width: 40px;
    height: 40px;
    background-size: auto;
    right: 0;
    left: auto;top: 50%;
}
.pro_xqba .swiper-button-prev:after, .pro_xqba .swiper-rtl .swiper-button-next:after{
	content: '';
}
.pro_xqba .swiper-button-next:after, .pro_xqba .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.pro_xqba .swiper-button-prev, .cont2-date .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/left.png);
    background-size: auto;
    width: 40px;
    height: 40px;
    background-position: center center;
    left: 0;
    right: auto;top: 50%;
}

/* 结束 */
.proxq_box{}
.proxq_mb{}
.proxq_mb a{}
.proxq_top_des{    margin-top: 20px;}
.proxq_top_des-l{}
.proxq_top_des-r{}
.pro-xq_btn{
	background: #333;
    width: 241px;
    height: 54px;
    margin-top: 50px;
    line-height: 54px;
    text-align: center;
}
.pro-xq_btn a{
	color: #fff;
}
.pro-xq-name{    font-weight: bold;    margin-bottom: 1rem;}
.pro-xq-tag{}
.pro-xq-price{color: #eb0028;
    font-size: 30px;
    font-weight: 700;
    margin-top: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;}
.pro-xq-price span{
	font-size: 20px;
    margin-right: 10px;
}
.pro-xq-bz{}
.pro-xq-bz span{      
	color: #000000;
    margin-right: 25px;
}
.pro-xq-bz a{    
	margin-left: 5px;
    color: #7e7f84;
}
.pro-xq-bz .iconfont{
	font-size: 1.2rem;
    color: #71d83c;
}
.pro-xq-xcx{position: relative;margin-top: 30px}
.pro-xq-xcx .iconfont{
	font-size: 1.1rem;
}
.pro-xq-xcx span{     
	color: #000000;
    margin-right: 12px;
}
.pro-xq-xcx a{margin-left: 5px;}
.pro-xq-xcx img{    
	width: 120px;
    position: absolute;
    left: 80px;
    top: 30px;
    transition: all .6s;
    opacity: 0;
}
.pro-xq-xcx:hover img{opacity: 1;}
.proxq_btn_nr{
	margin-top: 15px;
	text-align: center;
}
.proxq_btn_nr-title{
	background-color: #f5f5f5;
    padding: 15px 0px 24px;
}
.proxq_btn_nr-title span{    
	color: #eb0028;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.proxq_btn_nr_box{overflow: hidden;    text-align: left;padding: 10px;}
.proxq_btn_nr_box img{max-width: 100% !important;}
/* 新产品页面 */
.pro_nanke_box{
	background: #fff;
	margin-bottom: 50px;
}
.pro_nanke_box_r h4{

}
.pro_nanke_box_r div{
	background: #333;
    width: 50px;
    height: 2px;
    margin-bottom: 50px;
}
.xcp_box{
	position: relative;
}
.xcp_box .xcp_box_txt1{
	position: absolute;
    top: 30%;
    left: 50%;
    margin-top: -58.5px;
    margin-left: -172.5px;
}
.xcp_box .xcp_box_txt1 h2{
	font-weight: bold;
	font-size: 3rem;
}
.xcp_box .xcp_box_txt1 p{
	font-size: 1.5rem;
}
.xcp_box p img{
	width: 100%;
	max-width: 100%;
    height: auto;
}
.xcp_box .xcp_box_txt2{
	position: absolute;
    bottom: 30%;
    left: 5%;
    margin-top: -43px;
}
.xcp_box2_txt{
	position: absolute;
    bottom: 40%;
	right: 5%;
	margin-top: -43px;
	text-align: right;
}
.xcp_box_txt2_btn{
	width: 176px;
    line-height: 48px;
    display: block;
    background-color: transparent;
    font-size: .9rem;
    color: #ffffff;
    background-image: linear-gradient( #c12c1f, #c12c1f), linear-gradient( #2a2952, #2a2952);
    background-blend-mode: normal, normal;
    border-radius: 8px;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    margin-top: 2rem;
}
.xcp_box_txt2_btn a{
	color: #fff;
	font-size: 1rem;
}
.xcp_box1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xcp_box1 .xcp_box1_list{
	width: 48%;
    margin-bottom: 4%;
    position: relative;
}
.xcp_box1 .xcp_box1_list .pro_txt{
	position: absolute;
    top: 0;
    width: 100%;
    color: #010101;
    margin-top: 4.28vw;
}
.xcp_box1 .xcp_box1_list .pro_txt h2{
    font-family: myFont4;
    letter-spacing: 3px;
    color: #222222;
}
.xcp_box1 .xcp_box1_list .pro_txt p{
	font-size: 1.3rem;
}
.pros_ban{
	position: relative;
}
.pros_ban .pros_more{
	position: absolute;
    top: 81%;
    left: 16.8%;
}
.pros_ban .pros_more .more_red{
	background: #bf0f0f;
    color: #fff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.8rem;
    font-family: 'myFont4';
}
.pros_ban .pros_more .more_fff{
	background: #fff;
    width: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 1.1rem;
    color: #222222;
}
/* 骨传导技术展示 */

.tan_box{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 63px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    overflow-y: auto;
    display: none;
}
.tan_gcd p{
	font-size: 1.3rem;
}
.tan_gcd p img{
	width: 100%;
}
.tan_img{
	background: #f9f9f9;
    align-items: center;
    margin-bottom: 60px;
    padding: 30px 50px;
}
.tan_img .tan_img_l{
	width: 40%;
}
.tan_img .tan_img_l img{
	width: 100%;
}
.tan_img .tan_img_r{
	width: 48%;
}
.tan_img .tan_img_r p{
	font-size: 1.3rem;
    line-height: 40px;
}
.tan_icon ul li{
	width: 29%;
}
.tan_icon ul li .tan_icon_bg{
	width: 180px;
    height: 180px;
    background: linear-gradient(to bottom, #f9f9f9, #e7e7e7);
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 30px;
}
.tan_icon ul li .tan_icon_bg img{
	width: 40%;
    margin-top: 60px;
}
.tan_icon ul li h3{
	
}
.tan_icon ul li p{
	line-height: 30px;
    font-size: 1.2rem;
}
.tan_wen{
	font-family: 'myFont4';
    font-size: 3rem;
    letter-spacing: 5px;
}
.tan_wen1{
	letter-spacing: 51px;
    font-size: 2rem;
    padding-top: 50px;
}
.tan_close{
	width: 80px;
    position: fixed;
    right: 30px;
    top: 110px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
}
.tan_close i{
	font-size: 3rem;
}
.tan_close  p{
	font-size: 1.3rem;
}
/* 第二个产品列表页 */
.pro_list3_btn{
	margin-bottom: 50px;
}
.pro_list3_btn>div{
	width: 30px;
    height: 2px;
    background: #333;
    margin-bottom: 20px;
}
.pro_list3_btn i{
    font-size: 1.8rem; 
}
.pro_list3_btn p{
	margin-bottom: 0;
}
.pro_list3_r .swiper-button-next, .cont2-date .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/r01.png);
    background-position: center center;
    width: 18px;
    height: 48px;
    background-size: auto;
    right: 0;
    left: auto;top: 50%;
}
.pro_list3_r .swiper-button-prev, .cont2-date .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/l01.png);
    background-size: auto;
    width: 18px;
    height: 48px;
    background-position: center center;
    left: 0;
    right: auto;top: 50%;
}


/* 售后服务 */
.service_kefu_l {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service_kefu_l .s_h_btn{
	width: 27%;
    border: 1px solid #ddd;
    text-align: center;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}
.service_kefu_l .s_h_btn div{
	width: 100%;
    height: 110px;
    margin: 0 auto;
    margin-top: 30px;
}
.service_kefu_l .s_h_btn:nth-child(1) div{
	background: url(../images/a.png) no-repeat center;
	cursor: pointer;
}
.service_kefu_l .s_h_btn:nth-child(2) div{
	background: url(../images/b.png) no-repeat center;
	cursor: pointer;
}
.service_kefu_l .s_h_btn:nth-child(3) div{
	background: url(../images/c.png) no-repeat center;
	cursor: pointer;
}
.service_kefu_l .s_h_btn:nth-child(4) div{
	background: url(../images/d.png) no-repeat center;
	cursor: pointer;
}
.service_kefu_l .s_h_btn:nth-child(5) div{
	background: url(../images/e.png) no-repeat center;
	cursor: pointer;
}
.service_kefu_l .s_h_btn:nth-child(6) div{
	background: url(../images/f.png) no-repeat center;
	cursor: pointer;
}

.s_h_btn i:hover{
	
}
.s_h_btn h4{

}
.about_txt h1{
	text-transform: uppercase;
    font-family: 'myFont3';
    font-size: 3rem;
}
.about_txt h4{
	font-size: 1.5rem;
}
.about_hr{
	background: #ddd;
	width: 100%;
	height: 1px;
	margin-top: 50px;
}
/* 联系我们 */
/* .lianxi_hr{
	background-image: linear-gradient(-90deg, #8e6bbf, #5eb1cb,#5fd5a0,#ffcb8a,#ffffff);
    height: 12px;
    width: 100%;
}
.lianxi_bg{
	height: 318px;
    width: 100%;
    background: #f9f9f9;
} */
.lx{
	padding: 150px 0;
    position: relative;
}
.lianxi {
	display: flex;
    justify-content: space-between;
    position: absolute;
    top: 7%;
    left: 10%;
    max-height: 500px;
    overflow: hidden;
}
.lx_bg{
	background-image: url(../images/lx02.png);
	background-size: cover;
	height: 328px;
}
.lianxi_l{
	width: 52%;
}
.lianxi_r{
	width: 44%;
}
.lx_btn_box{
	margin-top: 50px;
}
.lx_btn{ 
	justify-content: flex-start;
	align-items: center;
	display: flex;
	margin-bottom: 20px;
}
.lx_btn i{
	font-size: 2rem;
    background: linear-gradient(to right, #c3c3c3, #a6a6a6);
    -webkit-background-clip: text;
    color: transparent;
    margin-right: 12px;
}
.lx_btn p{
	margin-bottom: 0;
    font-size: 1.2rem;
    color: #222222;
}
.xq_news{
	background: #fff;
	margin: 50px 0;
	padding: 50px;
	text-align: center;
}
.xq_news p{
	text-align: center;
    font-size: 1.1rem;
    color: #333;
    font-family: 'myFont';
    line-height: 2rem;
    font-weight: 600;
}
.xq_news p img{
	border: 0px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
/* 底部 */
footer{
	background: #f2f5f6;
}
.foot_box{
	margin: 0 auto;
    padding-bottom: 30px;
}
.foot_box div h5{
	color: #333;
    font-size: 1rem;
    font-weight: 600;
    font-family: myFont1;
}
.foot_box div p{
	font-size: 1rem;
    color: #222222;
    margin-bottom: 0;
    line-height: 35px;
    /* text-transform: uppercase; */
}
.foot_box div p a{
	display: block;
	color: #555555;
}
.foot_box div p a:hover{
	color: #999;
}
.lin{
	background: #ddd;
	width: 1px;
	height: 140px;
}
.erweima_box p{text-align: center;}
.erweima_box img{
	width: 120px;
}
.weixin-code {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    display: none;
}
.code_box{
	position: relative;
	margin-left: 50px;
}
.code_box a{}
.copy_r p a{color: #333 !important;}
.code_box a i{
	font-size: 1.6rem;
    padding: 0 12px;
    color: #333;
}
.code_box a i:last-child{
	padding: 0;
}
.weixin-code img {
    width: 100%;
    height: 100%;
}
.foot_box{
	display: flex;
	justify-content: space-between;
}
.foot_box .foot_w{
	/* width: 15%; */
}
.Copy .copy_r{
	align-items: center;
}
footer .Copy{
	margin: 0 auto;
    border-top: 1px solid #333;
    padding: 20px 0;
    align-items: center;
}
footer .Copy .icp_box{
	background: #000;
    color: #fff;
    line-height: 35px;
    font-size: 1rem;
    margin-right: 30px;
    height: 35px;
    padding: 0 30px;
}
footer .Copy div a{
	color: #555555;
}
.foot_box div p i{
	margin-right: 12px;
	font-size: 1.2rem !important;
	color: #555555;
}
.foot_box div i{
	color: #555555;
	font-size: 2rem;
	margin-right: 12px;
}
.foot_box div i:hover{
	color: #555555;
}
/* 内页骨传导  */
.jishu1_box .jishu_img{
	position: relative;
}
.jishu1_box .jishu_btn {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -90px;
    margin-top: -24px;
}

/* 手机端证书展示 */
.mobile_ny_zs{
	display: none;
}
.wap_f{
	display: none;
}
.nav_wap{
	display: none;
}
.er_active{
	transform: rotate(90deg);
}
@media screen and (max-width:320px) {
	/* 苹果5移动端 */
	.technology_box{
		display: none !important;
	}
	.service_kefu .service_kefu_l img {
	    width: 10rem;
	}
	.s_h_box {
	    margin-bottom: 50px !important;
	}
	.xq_news {
	    background: #f6f6f6;
	    margin: 2rem 0;
	    padding: 1rem;
	}
	.main-media .text-area h2[data-v-47da712b] {
		font-size: .175rem
	}
	.pc_ny_zs{
		display: none;
	}
	.nav_wap{
		display: block;
	}
	.nav_pc{
		display: none;
	}
	.mobile_ny_zs{
		display: block;
	}
	.w60 {
	    width: 95%;
	    margin: 0 auto;
	}
	.navbar {
    	padding: 0.5rem 0;
	}
	.navbar-toggler{
		border: none;
		padding: 0;
	}
	.w90 {
	    width: 95%;
	    margin: 0 auto;
	}
	.ny_about4 .ny_about4_list div {
	    width: 32%;
	}
	.nav-link {
	    padding: 1.2rem 0 !important;
	    margin: 0;
	}
	.navbar-light .navbar-nav .active, .navbar-light .navbar-nav .nav-item:hover {
	    background: none;
	}
	.pro_nanke_type ul {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.pro_nanke_type ul li {
	    border: 1px solid #eee;
	    text-align: center;
	    line-height: 2.5rem;
	    width: 32%;
	    margin: 1rem 0;
	}
	/* 底部 */
	.pc_f{
		display: none;
	}
	.wap_f{
		display: block;
	}
	.wap_f_box i{
		font-size: 1.8rem;
	}
	.f_erji p a{
		display: block;
		color: #333;
	}
	.header{
    	padding: .3rem 0;
	}
	.head{
	    justify-content: space-between;
	    align-items: center;
	    display: flex;
	}
	.header .logo img {
	    width: 100%;
	}
	.header .logo span{
	    vertical-align: middle;
	    margin-left: 10px;
	    font-family: monospace;
	    font-size: 1.1rem;
	    color: #284593;
	    font-weight: bold;
	}
	.lanmu_b{
	    height: 100%;
	    float: right;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	}
	.lanmu_b  div{

	}
	.lanmu_b  div span{
	    width: 1.5rem;
	    height: 2px;
	    background-color: #333;
	    display: block;
	    margin: .45rem 0px;
	}
	.lanmu_b div span:last-child{}
	.public-nav{
	    background: #414f57;
	    position: fixed;
	    z-index: 999;
	    width: 100%;
	    height: 100%;
	    display: none;
	    top: 0;
	}
	.public-nav-box{    padding: .8rem;}
	.close-p-nav{    width: auto;
	    float: right;}
	.close-p-nav span{width: 25px;
	    height: 2px;
	    background-color: white;
	    display: block;
	    margin: .5rem 0px;}
	.close-p-nav span:first-child{
		transform: rotate(45deg);
	    margin-top: 1rem;}
	.close-p-nav span:last-child{    
		transform: rotate(-45deg);
	    margin-top: -.6rem;
	}
	.public-nav-box ul{    
	    width: 100%;
	    float: left;
	    padding-left: 0px;
	    margin-top: 1rem;
	}
	.public-nav-box ul li{}
	.public-nav-box ul li a{    
	    display: block;
	    color: white;font-size: 1.1rem;
	}


}
@media screen and (max-width:768px) {
	/* 移动端 */

	.technology_box{
		display: none !important;
	}
	.s_h_box {
	    margin-bottom: 50px !important;
	}
	.service_kefu .service_kefu_l img {
	    width: 10rem;
	}
	.xq_news {
	    background: #f6f6f6;
	    margin: 2rem 0;
	    padding: 1rem;
	}
	.nav_wap{
		display: block;
	}
	.nav_pc{
		display: none;
	}
	.header{
    	padding: .3rem 0;
	}
	.head{
	    justify-content: space-between;
	    align-items: center;
	    display: flex;
	}
	.header .logo img {
	    width: 100%;
	}
	.header .logo span{
	    vertical-align: middle;
	    margin-left: 10px;
	    font-family: monospace;
	    font-size: 1.1rem;
	    color: #284593;
	    font-weight: bold;
	}
	.lanmu_b{
	    height: 100%;
	    float: right;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	}
	.lanmu_b  div{

	}
	.lanmu_b  div span{
	    width: 1.5rem;
	    height: 2px;
	    background-color: #333;
	    display: block;
	    margin: .45rem 0px;
	}
	.lanmu_b div span:last-child{}
	.public-nav{
	    background: #414f57;
	    position: fixed;
	    z-index: 999;
	    width: 100%;
	    height: 100%;
	    display: none;
	    top: 0;
	}
	.public-nav-box{    
		padding: .8rem;
	}
	.close-p-nav{    
		width: auto;
	    float: right;
	}
	.close-p-nav span{
		width: 25px;
	    height: 2px;
	    background-color: white;
	    display: block;
	    margin: .5rem 0px;
	}
	.close-p-nav span:first-child{
		transform: rotate(45deg);
	    margin-top: 1rem;
	}
	.close-p-nav span:last-child{    
		transform: rotate(-45deg);
	    margin-top: -.6rem;
	}
	.public-nav-box ul{    
	    width: 100%;
	    float: left;
	    padding-left: 0px;
	    margin-top: 1rem;
	}
	.public-nav-box ul li{
		border-bottom: 1px solid #49555d;
	}
	.public-nav-box ul li .erji_navbox{
		justify-content: space-between;
	    align-items: center;
	    display: flex;
	}
	.public-nav-box ul li .erji_navbox i{
		font-size: 1.8rem;
    	color: #fff;
	}
	.public-nav-box ul li a{    
	    display: block;
	    color: white;font-size: 1.1rem;
	}
	.pc_f{
		display: none;
	}
	.wap_f{
		display: block;
	}
	.wap_f_box i{
		font-size: 1.8rem;
	}
	.pro_nanke_type ul {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.pro_nanke_type ul li {
	    border: 1px solid #eee;
	    text-align: center;
	    line-height: 2.5rem;
	    width: 32%;
	    margin: 1rem 0;
	}
	.f_erji p a{
		display: block;
		color: #333;
	}
	.w90 {
	    width: 95%;
	    margin: 0 auto;
	}
	.navbar-toggler{
		border: none;
		padding: 0;
	}
	.navbar-light .navbar-nav .active, .navbar-light .navbar-nav .nav-item:hover {
	    background: none;
	}
	.w60 {
	    width: 95%;
	    margin: 0 auto;
	}
	.pc_ny_zs{
		display: none;
	}
	.mobile_ny_zs{
		display: block;
	}
	.nav-link {
	    padding: 1.2rem 0 !important;
	    margin: 0;
	}
	.navbar {
    	padding: 0.5rem 0;
	}
	.ny_about4 .ny_about4_list div {
	    width: 32%;
	}
	.foot_box div:last-child {
    	text-align: left;
	}
	.foot_box div img {
	    width: 8rem;
	}
	
	.picture-transition h2[data-v-7e83f348] {
		font-size: 1rem
	}

	.mobile-version .img-item .text-area[data-v-7e83f348] {
		padding: .15rem .12rem
	}

	.mobile-version .img-item .text-area div .item-desc[data-v-7e83f348] {
		font-size: 1rem;
		margin-bottom: .12rem
	}

	.mobile-version .img-item .text-area div .item-function[data-v-7e83f348] {
		font-size: 1rem;
		color: rgba(255,255,255,.5)
	}
	.picture-transition h2[data-v-7e83f348] {
		padding: .3rem 0 .15rem 0;
		font-size: .32rem;
		font-weight: 400
	}

	.picture-transition figure .pc-version[data-v-7e83f348] {
		display: none
	}

	.mobile-version[data-v-7e83f348] {
		display: flex;
		flex-direction: column;
		list-style: none;
		position: relative;
		padding-left: 0;
		width: 100%
	}

	.mobile-version .img-item[data-v-7e83f348] {
		width: 100%;
		position: relative
	}

	.mobile-version .img-item img[data-v-7e83f348] {
		width: 100%
	}

	.mobile-version .img-item .text-area[data-v-7e83f348] {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: #333;
		padding: 1.2rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between
	}

	.mobile-version .img-item .text-area p[data-v-7e83f348] {
		text-align: left;
		margin: 0
	}

	.mobile-version .img-item .text-area .item-title[data-v-7e83f348] {
		font-size: 1.5rem
	}
	.mobile-version .img-item .text-area .item-title[data-v-7e83f348] i{
		font-size: 1.5rem;
		margin-right: 1rem;
	}
	.mobile-version .img-item .text-area div .item-desc[data-v-7e83f348] {
		font-size: 1rem;
		margin-bottom: 1rem
	}

	.mobile-version .img-item .text-area div .item-function[data-v-7e83f348] {
	    font-size: 1rem;
		color: #333;
	}

	.mobile-version .img-item+.img-item[data-v-7e83f348] {
		margin-top: 10px
	}
}
@media screen and (max-width:1000px) {
	.picture-transition figure .pc-version .img-item .bg-img[data-v-7e83f348] {
		padding: 2rem
	}

	.picture-transition figure .pc-version .img-item .bg-img .item-title[data-v-7e83f348] {
		font-size: 1.8rem;
		font-family: 'myFont1';

	}

	.picture-transition figure .pc-version .img-item .bg-img div .item-desc[data-v-7e83f348] {
		font-size: 1.3rem
	}

	.picture-transition figure .pc-version .img-item .bg-img div .item-function[data-v-7e83f348] {
		font-size: 1.3rem
	}

	.picture-transition figure .pc-version .active .bg-img div .item-desc[data-v-7e83f348] {
		font-size: 1.3rem;
		margin-bottom: 1rem
	}
}
@media screen and (max-width:1280px) {
	.picture-transition figure .pc-version .img-item .bg-img[data-v-7e83f348] {
		padding: 2rem
	}

	.picture-transition figure .pc-version .img-item .bg-img .item-title[data-v-7e83f348] {
		font-size: 1.8rem;
		font-family: 'myFont1';
	}

	.picture-transition figure .pc-version .img-item .bg-img div .item-desc[data-v-7e83f348] {
		font-size: 1.3rem
	}

	.picture-transition figure .pc-version .img-item .bg-img div .item-function[data-v-7e83f348] {
		font-size: 1.3rem
	}

	.picture-transition figure .pc-version .active .bg-img div .item-desc[data-v-7e83f348] {
		font-size: 1.3rem;
		margin-bottom: 1rem
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1200px;
	}
}
@media screen and (max-width:1920px) {
	.picture-transition figure .pc-version .img-item .bg-img[data-v-7e83f348] {
		padding: 2rem
	}

	.picture-transition figure .pc-version .img-item .bg-img .item-title[data-v-7e83f348] {
		font-size: 1.8rem;
		font-family: 'myFont1';
	}

	.picture-transition figure .pc-version .img-item .bg-img div .item-desc[data-v-7e83f348] {
		font-size: 1.3rem
	}

	.picture-transition figure .pc-version .img-item .bg-img div .item-function[data-v-7e83f348] {
		font-size: 1.3rem
	}

	.picture-transition figure .pc-version .active .bg-img div .item-desc[data-v-7e83f348] {
		font-size: 1.3rem;
		margin-bottom: .48rem
	}
}