
.w946{
	margin: 0 auto;
	width: 100%;
	max-width: 946px;
}
.w1100{
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
.w1175{
	margin: 0 auto;
	width: 100%;
	max-width: 1175px;
}
.w1200{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.w1400{
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}
.w1700{
	margin: 0 auto;
	width: 100%;
	max-width: 1700px;
}

.c467{
	color: #467EFE;
}
.d599{
	color: rgb(0, 98, 239);
}
.txtcolor-717171{
	color: #717171;
}
.txtcolor-737373{
	color: #737373;
}
.txtcolor-747474{
	color: #747474;
}
.txtcolor-575757{
	color: #575757;
}
.txtcolor-ffffff{
	color: #FFFFFF;
}
.txtcolor-f0f0f0{
	color: #F0F0F0;
}
.txtcolor-000000{
	color: #000000;
}
.txtcolor-333333{
	color: #333333;
}
.txtcolor-666666{
	color: #666666;
}
.txtcolor-ababab{
	color: #ababab;
}
.txtcolor-818181{
	color: #818181;
}
.txtcolor-e1e1e1{
	color: #E1E1E1;
}
.txtcolor-e0e0e0{
	color: #E0E0E0;
}
.fz12{
	font-size: 12px;
}
.fz14{
	font-size: 14px;
}
.fz16{
	font-size: 16px;
}
.fz18{
	font-size: 18px;
}
.fz20{
	font-size: 20px;
}
.fz22{
	font-size: 22px;
}
.fz24{
	font-size: 24px;
}
.fz26{
	font-size: 26px;
}
.fz28{
	font-size: 28px;
}
.fz30{
	font-size: 30px;
}
.fz36{
	font-size: 36px;
}
.fz40{
	font-size: 40px;
}
.fz42{
	font-size: 42px;
}
.fz48{
	font-size: 48px;
}
.fz60{
	font-size: 60px;
}
.fz90{
	font-size: 90px;
}
.table{
	padding: 0 !important;
	margin: 0 !important;
}
.fontEn{
	font-family: Arial;
}

.fontBold{
	font-weight: bold;
}
.dx{
	text-transform: uppercase;
}
.tc {
  text-align: center;
}
.margin-bottom-4{
	margin-bottom: 4rem;
}
.margin-top-4{
	margin-top: 4rem;
}
.padding-top-4{
	padding-top: 4rem;
}
.padding-bottom-4{
	padding-bottom: 4rem;
}
:root{
	--btnMoreH: 34px;
	--btnMoreW: 100px;
	--btnMoreF: 15px;
}
html{
	font-size: 14px;
}

/* flex*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.d-flex-end-between {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.d-flex-center-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.text-nowrap{
	white-space: nowrap; /* 防止文本换行 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 显示省略号 */
}

.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	white-space: nowrap;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.text-overflow5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.textEn{
	font-family: Arial;
}

.textUpper{
	text-transform: uppercase;
}

.textCenter{
	text-align: center;
}

.lineHeight1{
	line-height: 1 !important;
}
.lineHeight2{
	line-height: 2 !important;
}
.lineHeight3{
	line-height: 3 !important;
}

.bgImt{
	position: relative;
	display: block;
}
.bgImt .imt{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.bgWord .wbg{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
}

.pointer {
  cursor: pointer;
}

.answerHeader{
	height: 80px;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	/* padding: 0 3.5%; */
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
	
}

.answerHeader .headerItem,
.answerHeader .w1700
{
	height: 100%;
}

.answerHeader.active{
	position: fixed;
	background-color: #000000;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
	/* color: #000000; */
}

.answerHeader.on{
	background-color: #000000;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}
.answerHeader.pull{
	background-color: #ffffff;
	box-shadow: initial;
	-webkit-box-shadow: initial;
}

.answerNav{
	/* width: 48%; */
	height: 100%;
}

.answerNav .ut{
	height: 100%;
}

.answerNav .lt{
	/* padding-left: 3%; */
	/* padding-right: 3%; */
	height: 100%;
	margin: 0 0.6rem;
}

.answerNav .lt_link{
	font-size: 16px;
	/*font-family: Microsoft YaHei;*/
	color: #FFFFFF;
	display: inline-block;
	padding: 7px 22px;
}

.answerNav .lt .iconfont{
	font-size: 22px;
	color: #FFFFFF;
	padding: 0 16px;
}
.answerNav .lt.language .iconfont{
	/* padding-right: initial; */
}

.answerNav .lt.active .iconfont{
	color: rgb(0, 98, 239);
}

.answerNav .lt.active .lt_link,
.answerNav .lt:hover .lt_link{
	background: rgb(0, 98, 239);
	border-radius: 15px;
	overflow: hidden;
}

.answerNav .lt.sousuo:hover .iconfont,
.answerNav .lt.language:hover .iconfont{
	color: rgb(0, 98, 239);
}

.SearchFrom{
	height: 42px;
	width: 280px;
	line-height: 42px;
	background: rgba(255,255,255,0.15);
	
	border-radius: 21px;
	overflow: hidden;
	display: none;
}
.SearchFrom form{
	height: 100%;
}
.SearchFrom form .SearchInp{
	border: none;
	background: none;
	width: 100%;
	padding: 0 20px;
}

.SearchFrom form .searchBtn{
	border: none;
	background: initial;
}

.SearchFrom form .searchBtn .iconfont{
	color: rgb(0, 98, 239);
}

.answerNav .lt{
	height: 100%;
	position: relative;
}

.answerNav .lt .navSubLink{
	position: absolute;
	top: 80px;
	left: -3rem;
	right: -3rem;
	background: #000000;
	/* box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1); */
	padding: 3px 15px;
	display: none;
}

.answerNav .lt .navSubLink a{
	margin: initial;
	padding: initial;
	
}
.answerNav .lt .navSubLink a .title{
	line-height: 3;
}
.answerNav .lt .navSubLink .clt{
	position: relative;
}

.answerNav .lt .navSubLink .clt::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #5C5C5C;
}

.answerNav .lt .navSubLink .clt:last-child::after{
	height: 0;
}
.answerNav .lt .navSubLink .clt.on .title,
.answerNav .lt .navSubLink .clt:hover .title{
	color: rgb(0, 98, 239);
}

.answerNav .lt .navSubLink .clt.on::after,
.answerNav .lt .navSubLink .clt:hover::after{
	background: rgb(0, 98, 239);
}

.model_btn{
	display: none;
}

.model_btn .menu{
	color: #ffffff;
	font-size: 38px;
}

.model_btn .close{
	color: #ffffff;
	font-size: 35px;
	display: none;
	opacity: 1;
}
.icon-menu{
	margin-left: 2rem;
}
.model_btn .sousuoBtn{
	font-size: 32px;
	color: #FFFFFF;
}

.answerHeader.pull .model_btn .sousuoBtn{
	color: #000000;
}
.answerHeader.pull .model_btn .icon-menu .iconfont{
	color: #000000;
}

.answerHeader.pull .logo .logoImt.default{
	display: none;
}
.answerHeader.pull .logo .logoImt.pull-logo{
	display: block;
}

.answerHeader .logo img{
	max-width: 170px;
}

.model_list{
	position: fixed;
	left: 0;
	top: 70px;
	right: 0;
	bottom: 0;
	background: #fff;
	/* border-top: 1px solid #E1E1E1; */
	font-size: 16px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}

.jxNav_modelList{
	padding: 0 25px 10px;
}

.jxNav_modelList .lt{
	padding: 18px 0;
	border-top: 1px solid #D7D7D7;
}

.jxNav_modelList .lt .lt_link{
	display: block;
	
	position: relative;
	font-size: 20px;
	color: #000000;
}

.jxNav_modelList .lt .lt_link .iconfont{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
}

.jxNav_modelList .lt.active .lt_link .default{
	display: none;
}
.jxNav_modelList .lt.active .lt_link .on{
	display: block;
}

.jxNav_modelList .cut{
	padding: 0 10px;
	font-size: 15px;
	display: none;
}

.jxNav_modelList .cut a{
	display: block;
	font-size: 17px;
	margin-top: 1rem;
}

.jxNav_modelList .clt .clink{
	position: relative;
}

.jxNav_modelList .clt .clink .iconfont{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1;
}

.jxNav_modelList .clut{
	padding: 0 10px;
	display: none;
}

.jxNav_modelList .clut_lt a{
	font-size: 14px;
}

.jxNav_modelList .lt.active .cut{
	display: block;
}

.jxNav_modelList .lt.active .lt_link,
.jxNav_modelList .lt:hover .lt_link{
	color: rgb(0, 98, 239);
}


.mSoso {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sLo {
  max-height: 58px;
  margin-bottom: 2rem;
}

.soInput {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 8px;
  width: 90vw;
  padding: 0 10px;
  box-sizing: border-box;
}
.soInput input {
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 15px;
}

.soInput i {
  padding: 0 10px;
  font-size: 20px;
}

.soInput i.iconfont{
	color: #D10B2E;
}

.soInput button{
	background: initial;
	border: initial;
}

.gbBtns {
  margin-top: 60px;
  font-size: 30px;
  color: #585858;
}

.gbBtns.iconfont{
	font-size: 20px;
	color: #ffffff;
}

.answerBtn{
	width: 180px;
	height: 40px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 2.2;
}

.answerBtn .iconfont{
	margin-right: 10px;
	font-size: 20px;
}

.bannerImt{
	width: 100% !important;
}
.answerBanner .banner{
	position: relative;
}

.mobile{
	display: none;
}

.answerBanner .bannerTxt{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #000000;
}

.answerBanner .bannerTxt .bannerTitle{
	font-size: 64px;
	font-weight: bold;
}

.answerBanner .bannerTxt .bannerTip{
	margin-top: 20px;
	max-width: 560px;
}

.answerBanner .bannerBtn{
	margin-top: 59px;
}

.answerBanner .bannerTxtInner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

.answerBanner .bannerTxtInner .bannerTitle{
	font-weight: bold;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 1.5;
}

.answerBanner .bannerTxtInner .bannerTip{
	font-weight: bold;
	font-size: 36px;
	line-height: 1.4;
}

.answerBanner .banner .iconfont.moveDown{
	position: absolute;
	font-size: 20px;
	color: #FFFFFF;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.answerBanner{
	margin-top: -80px;
}
.answerBanner.no-banner{
	margin-top: 0;
}
/* .answerBanner.no-top{
	margin-top: 0;
} */

.answerBat{
	font-size: 18px;
	color: #CCCCCC;
	line-height: 2.7;
	margin-top: 16px;
}

.answerBat .spt{
	margin: 0 3px;
}

.answerBat .link{
	color: #CCCCCC;
}

.answerBat .end{
	color: #FFFFFF;
}

.answerBtn1{
	width: 160px;
	height: 50px;
}

.answerBtn2{
	width: 140px;
	height: 46px;
}

.answerBtn3{
	width: 142px;
	height: 46px;
}

.answerBtn1
{
	border-radius: 25px;
	overflow: hidden;
	font-size: 20px;
	line-height: 2;
}

.answerBtn2,
.answerBtn3
{
	border-radius: 5px;
	overflow: hidden;
	font-size: 16px;
	line-height: 2;
}

.answerBtn3{
	margin: 0 auto;
}

.answerBtn1.btnChange{
	margin-left: 3%;
}

.answerButton.btnChange{
	background: #FFFFFF;
	color: #467EFE;
	transition: background-color 0.5s; 
}

.answerButton.btnChange:hover{
	background: #467EFE;
	color: #FFFFFF;
	border: initial;
	transition: background-color 0.5s; 
}


.answerButton{
	background: #467EFE;
	transition: background-color 0.5s; 
	color: #FFFFFF;
	border: initial;
}

 .answerButton:hover{
	color: #FFFFFF;
}


.bannerSwiper .swiperPaginationArrows{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
}
.bannerSwiper .swiperPaginationArrows .swiperPaginationList{
	position: relative;
}
.bannerSwiper .swiper-pagination{
	text-align: right;
}

.bannerSwiper .swiper-pagination .swiper-pagination-current{
	font-size: 36px;
	color: rgb(0, 98, 239);
	line-height: 32px;
	font-family: Arial;
}

.indexArea{
	padding: 4rem 0;
}
.innerArea{
	padding: 4rem 0;
}

.indexArea.area-about{
	padding-bottom: initial;
}

.formBox.feedback-form{
	margin: 4rem 0;
	padding: 20px;
	background: #F7F7F7;
	border-radius: 5px;
	overflow: hidden;
}

.formBox.feedback-form form{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 48px;
}


.formBox .formItem .form-item .form-group{
	width: 48.5%;
}
.formBox .formItem .form-item .form-control{
	height: 72px;
	
}
.formBox .formItem .form-item.list-three .form-group{
	width: 31%;
}

.formBox .formItem .form-control{
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	
}

.formBox .formItem .form-textarea .form-control{
	height: 200px;
	padding-top: 17px;
}
.formBox .formItem .form-btn .btn{
	width: 100%;
	padding: initial;
	font-size: 18px;
}
.formBox .formItem .form-btn .submit,
.formBox .formItem .form-btn .reset{
	width: 300px;
	height: 72px;
	border-radius: 5px;
	border: initial;
}
.formBox .formItem .form-btn .submit{
	background: rgb(0, 98, 239);
	color: #FFFFFF;
	margin-right: 3rem;
}
.formBox .formItem .form-btn .reset{
	background: #EFEFEF;
	color: #333333;
}
.formBox .formItem .form-group{
	margin-bottom: 2rem;
}
.formBox .form-item .form-group.select{
	position: relative;
}
.formBox .form-item select
{
	color: #737373;
}

.formBox .group-star{
	position: relative;
}
.formBox .star{
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}
.formBox .code{
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	max-width: 32%;
}

.formBox.consule-form .formItem .form-textarea .form-control{
	height: 270px;
}
.formBox.consule-form .formItem .form-textarea,
.formBox.consule-form .formItem .form-item{
	width: 48.2%;
}
.formBox.consule-form .formItem .form-item .form-group{
	width: 100%;
}
.formBox.consule-form .formItem .form-btn .form-group{
	width: 70%;
}
.formBox.consule-form .formItem .form-btn .submit{
	margin-right: initial;
	margin-bottom: 2rem;
	width: 26.7%;
}
/**
 * 隐藏默认下拉按钮
 */
.formBox .form-item select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
/**
 * 添加下拉按钮
 */
.formBox .form-item .pull{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	color: #ABABAB;
	/**
	 * 给下拉按钮加上点击下来
	 */
	pointer-events: none;
}

.formBox .form-item .pull .iconfont{
	font-size: 18px;
	color: #CCCCCC;
}
.formBox input::placeholder,
.formBox textarea::placeholder {
    color: #737373;
}
.formArea .codeBoxList{
	width: 36.7%;
	background: linear-gradient(-180deg, #C9E1FF 0%, #FFFFFF 100%);
	border-radius: 5px;
	border: 1px solid #C5D6E7;
	padding: 33px 34px 20px 34px;
}
.formArea .codeBoxList .item .title{
	font-weight: bold;
	margin-bottom: 20px;
}
.formArea .codeBoxList .item .tip{
	line-height: 1.43;
	margin-top: 16px;
}

.select2-container{
	width: 100% !important;
}
.select2-results__option{
	position: relative;
	
}

.swiperArrows{
	/* display: none; */
} 

.swiperArrows .swiperBtn1::after{
	display: none;
}

.swiperArrows  .iconfont{
	font-size: 28px;
	color: rgb(0, 98, 239);
	font-weight: bold;
}

.swiperArrows .swiperBtn1.swiper-button-disabled{
	/* background: #c1c5c8; */
	opacity: 0.4;
}
.swiperArrows .swiperBtn1.swiper-button-disabled .iconfont{
	color: #FFFFFF;
}

.swiperArrows .swiper-button-prev{
	left: 50px;
	transform: rotate(180deg);
}
.swiperArrows .swiper-button-next{
	right: 50px;
}

.swiperArrows .swiper-button-next,
.swiperArrows .swiper-button-prev{
	background-image: initial;
}

.newArrivalsBox .newBig .newTxt{
	position: absolute;
	left: 31px;
	bottom: 32px;
	right: 60px;
	right: 20%;
}

.newArrivalsBox .newSmall .newTxt{
	position: absolute;
	left: 53px;
	top: 50%;
	right: 20%;
	transform: translateY(-50%);

}

.newArrivalsBox .newSmall .smallItem:first-child{
	margin-bottom: 3%;
}

.newArrivalsBox .newTxt .boxRight .iconfont{
	font-size: 28px;
	color: #FFFFFF;
}

.newArrivalsBox .newTxt .newCat{
	background: rgb(0, 98, 239);
	border-radius: 5px;
	/*width: 60px;*/
	padding: 5px 8px;
	text-align: center;
	line-height: 1;
	display: inline-block;
}

.newArrivalsBox .newBig .newTxt  .newCat{
	margin-bottom: 15px;
}

.newArrivalsBox .newBig .newTxt  .newTxtBox .tip{
	margin-top: 12px;
}

.newArrivalsBox .newSmall .newTxt  .newTxtBox .tip{
	margin-bottom: 25px;
	margin-top: 14px;
	padding-right: 3rem;
}


.newArrivalsBox .newSmall .newTxt  .newCat{
	margin-bottom: 25px;
}

.newArrivalsBox .link:hover .newTxt  .newCat{
	background: #1C1817;
}
.newArrivalsBox .link:hover .newTxt  .newTxtBox .title{
	color: rgb(0, 98, 239);
}
.newArrivalsBox .link:hover .boxRight  .iconfont{
	color: rgb(0, 98, 239);
}
.newArrivalsBox .newBig,
.newArrivalsBox .newSmall{
	width: 49.25%;
}

.newArrivalsBox a{
	border-radius: 5px;
	overflow: hidden;
}

.catTop{
	margin-bottom: 3rem;
}
.catTop .topLeft .title_en{
	line-height: 2.2;
}
.topRight .topText{
	margin-bottom: 5rem;
	line-height: 2;
	text-align: right;
}
.pagBtn.swiper-pagination{
	position: initial;
}

.swiperArrows .swiperBtn.swiper-button-prev,
.swiperArrows .swiperBtn.swiper-button-next{
	position: initial;
	margin-top: initial;
}
.swiperArrows .swiperBtn.swiper-button-prev{
	margin-top: 4px;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.swiperArrows .swiperBtn.swiper-button-disabled .iconfont{
	color: #000000;
	opacity: 0.4;
}

.pagBtn.swiper-pagination .swiper-pagination-current{
	color: rgb(0, 98, 239);
	font-weight: bold;
}

.catTop .swiper-pagination{
	margin: 0 1rem;
}

.area-products,
.area-cert,
.area-case{
	background: #F7F7F7;
}
.innerArea.area-pro-cats{
	background: #FFFFFF;
}

.innerArea.area-products .tab-content{
	padding-bottom: 3rem;
}

.area-products .tab-header .item .imtBox .on{
	display: none;
}
.area-products .tab-header .item.active .imtBox .on,
.area-products .tab-header .item:hover .imtBox .on
{
	display: inline-block;
}
.area-products .tab-header .item.active .imtBox .default,
.area-products .tab-header .item:hover .imtBox .default{
	display: none;
}

.area-products .tab-header .item.active .title,
.area-products .tab-header .item:hover .title
{
	color: rgb(0, 98, 239);
}

.area-products .tab-header .item .title{
	line-height: 2;
	margin-top: 1rem;
}
.productUt{
	margin-left: -40px;
	margin-top: 1rem;
}
.productUt .lt{
	width: 320px;
	height: 360px;
	background: #FFFFFF;
	border-radius: 5px;
	margin-left: 40px;
	margin-top: 2.5rem;
}
.relate-products .productUt .lt{
	margin-top: 1rem;
}

.productUt .lt a{
	display: block;
	height: 100%;
	width: 100%;
	padding: 0 2rem;
}
.productUt .lt .imtBox{
	height: 75%;
}
.productUt .lt .imt{
	max-height: 90%;
}
.productUt .lt .text{
	margin-top: 1rem;
}
.productUt .lt .text .title{
	line-height: 1.25;
}
.productUt .lt .text .tip{
	line-height: 2.25;
}

.productUt .lt .text .moreBtn{
	width: 60px;
	height: 40px;
	background: rgb(0, 98, 239);
	border-radius: 5px 5px 0px 0px;
	margin: 0 auto;
	margin-top: 1rem;
	display: none;
}
.productUt .lt:hover .text,
.productUt .lt.active .text{
	margin-top: initial;
}
.productUt .lt:hover .imt,
.productUt .lt.active .imt{
	max-height: 85%;
	/* transform: scale(1.1); */
}
.productUt .lt:hover .imtBox,
.productUt .lt.active .imtBox{
	height: 72%;
}
.productUt .lt:hover .text .moreBtn,
.productUt .lt.active .text .moreBtn{
	display: flex;
}
.productUt .lt:hover .text .title,
.productUt .lt.active .text .title{
	color: rgb(0, 98, 239);
}

.productUt .lt:hover,
.productUt .lt.active{
	box-shadow: 0px 0px 35px 0px rgba(201,201,201,0.46);
}

.aboutBox{
	float: right;
}
.aboutBox .w1400,
.caseBox .w1400{
	margin: initial;
}

.glzxCompanyNumber{
	background: #F7F7F7;
	height: 180px;
	margin-top: -90px;
	position: relative;
	z-index: 1;
	margin-left: -2px;
}

.glzxCompanyNumber .number_item{
	padding: 2% 0;
}

.glzxCompanyNumber .number_item .lt{
	width: 20%;
	text-align: center;
}

.glzxCompanyNumber .number_item .lt:last-child{
	border-right: none;
}
.glzxCompanyNumber .number_item .lt .unit{
	margin-left: 2%;
	line-height: 1;
}

.glzxCompanyNumber .number_item .lt .title{
	margin-top: 2%;
}
.glzxCompanyNumber .number_item .lt:hover .number{
	color: rgb(0, 98, 239);
}
.aboutMain{
	position: relative;
}

.aboutMain .aboutTextBox{
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	transform: translateY(-30%);
	padding: 0 27% 0 6%;
}

.aboutTextBox .aboutText{
	width: 50%;
}
.aboutTextBox .aboutText .title{
	line-height: 2;
}
.aboutTextBox .aboutText .catLine{
	
	
}
.aboutTextBox .aboutText .tip{
	line-height: 2;
	margin-bottom: 5rem;
}
.catLine{
	width: 72px;
	height: 3px;
	background: rgb(0, 98, 239);
	border-radius: 2px 1px 1px 1px;
	
}
.catLine.styleOne{
	margin-top: 2rem;
	margin-bottom: 3.5rem;
}
.moreIcon{
	font-size: 28px !important;
	color: #FFFFFF !important;
}

.playBt .iconfont{
	font-size: 60px;
	color: #FFFFFF;
}

.linkMore{
	width: 158px;
	height: 52px;
	border: 2px solid #000000;
}

.linkMore:hover{
	color: #FFFFFF;
	background: rgb(0, 98, 239);
	border: initial;
}

.advantageBox .advanRight{
	width: 52.86%;
	border-radius: 5px;
}
.advantageBox .advanRight img{
	border-radius: 5px;
	overflow: hidden;
}

.advantageBox .advanLeft{
	width: 40%;
}
.advanUt .lt .iconfont{
	font-size: 35px;
	color: #000;
	position: relative;
	margin-right: 2rem;
	padding-right: 2rem;
}

.advanUt .lt .iconfont::after{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: #E5E5E5;
}

.advanUt .lt .ltText .title{
	margin-bottom: 0.5rem;
}
.advanUt .lt{
	margin-bottom: 2.5rem;
} 

.swiperArrows.styleOne .swiper-button-prev{
	margin-right: 1.5rem;
	margin-top: -1px;
}

.swiperNp .pagBtn.swiper-pagination{
	text-align: left;
}

.swiperCert .itemCert{
	position: relative;
	display: block;
	text-align: center;
}

.swiperCert .itemCert .cert{
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50% , -30%);
	max-width: 80%;
	max-height: 71%;
}

.swiperCert .itemCert .title{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7%;
	width: 80%;
}

.swiperCert.swiper-container{
	margin-bottom: 3rem;
}
.techUt{
	margin-left: -10%;
	margin-top: 2rem;
}
.techUt .lt{
	width: 15%;
	margin-left: 10%;
	margin-bottom: 3rem;
}
.techUt .lt img{
	width: 60px;
}
.techUt .lt .imtBox{
	margin-bottom: 0.5rem;
}
.techUt .lt .on{
	display: none;
}

.techUt .lt .title,
.techUt .lt .tip{
	line-height: 2;
}

.techUt .lt:hover .default{
	display: none;
}
.techUt .lt:hover .on{
	display: block;
}

.techUt .lt:hover .title{
	color: rgb(0, 98, 239);
}

.bgWord .wbg.on{
	display: none;
}
.caseMain{
	width: 1960px;
	margin-right: -300px;

}
.swiperCase .link{
	width: 640px;
	height: 380px;
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.swiperCase .swiper-slide:hover .bgWord .wbg.default,
.caseUt .lt:hover .bgWord .wbg.default{
	display: none;
}
.swiperCase .swiper-slide:hover .bgWord .wbg.on,
.caseUt .lt:hover .bgWord .wbg.on
{
	display: block;
}

.swiperCase .newTxt,
.caseUt .newTxt{
	position: absolute;
	bottom: 26px;
	padding: 0 2rem;
	
}

.swiperNp{
	width: 100%;
}

.caseBox {
	margin-bottom: 3rem;
}
.area-case .catTop .topRight .linkMore{
	display: none;
}
.topCat .cat-item{
	margin-left: 5rem;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.topCat.styleOne .cat-item:first-child{
	margin-left: initial;
	padding-bottom: 1.3rem;
}

.topCat .cat-item::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: rgb(0, 98, 239);
	display: none;
}

.topCat .cat-item.active::after,
.topCat .cat-item:hover::after{
	display: block;
}

.topCat .cat-item.active,
.topCat .cat-item:hover,
.topCat .cat-item.active .link,
.topCat .cat-item:hover .link{
	color: rgb(0, 98, 239);
}

.swiperCase.hiddened{
	margin: initial;
	padding-bottom: initial;
	padding-top: initial;
}
.hiddened{
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.swiperNpList .swiperNp{
	display: none;
}
.swiperNpList .swiperNp.active{
	display: flex;
}

.indexNewsUt{
	margin-left: -1.43%;
}
.indexNewsUt .lt{
	width: 48.57%;
	margin-left: 1.43%;
	padding: 3rem 2rem;
	background-color: #F7F7F7;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
	border-radius: 5px;
}

.indexNewsUt .lt .time,
.newsUt .lt .time{
	line-height: 2;
}

.indexNewsUt .lt .title,
.newsUt .lt .title{
	line-height: 1.67;
	margin-bottom: 1.2rem;
	margin-top: 0.3rem;
}
.indexNewsUt .lt .tip,
.newsUt .lt .tip{
	line-height: 1.7;
}

.indexNewsUt .lt:hover{
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	background: #ffffff;
}

.indexNewsUt .lt:hover	.title{
	color: rgb(0, 98, 239);
}

.indexNewsUt .lt:hover	.time{
	color: #000000;
}

.footer{
	background: #030304;
}
.footer .footItem .foot_fl{
	width: 25%;
}
.footer .footItem .foot_fr{
	width: 65%;
}

.footer .footItem .foot_fr dt{
	line-height: 1.875;
	margin-bottom: 1.5rem;
}

.footer .footItem .foot_fr dd{
	line-height: 2.4;
}

.footer a:hover{
	color: rgb(0, 98, 239);
}

.footer .footItem .foot_fl .foot-logo{
	max-width: 192px;
	max-height: 60px;
	margin-bottom: 3rem;
}

.footer .footItem .foot_fl .item{
	margin-bottom: 1.6rem;
}

.footer .footItem .foot_fl .item .title{
	line-height: 2;
	margin-bottom: 0.3rem;
}
.footer .footItem .foot_fl .item .tip{
	line-height: 2;
}

.footer .foot_dom{
	margin-top: 3rem;
}

.foot_dom .dom_fl .spt{
	margin: 0 1rem;
}
.foot_dom .dom_fl .spn .beian{
	margin-left: 1rem;
	margin-right: 0.5rem;
	margin-top: -4px;
}
.foot_dom .dom_fr .spt{
	margin: 0 0.5rem;
}

.innerBanner{
	position: relative;
}

.bannerContent{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.bannerTitleCat .bannerTitleEn{
	line-height: 1;
	opacity: 0.2 !important;
}

.bannerText .breadCrumb{
	margin-top: 5rem;
}

.breadCrumb .spt{
	margin: 0 0.3rem;
}
.breadCrumb a:hover{
	color: rgb(0, 98, 239);
}

.topCat2 .item{
	width: 21.4%;
	position: relative;
	padding-bottom: 1.8rem;
}

.topCat2 .item::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #000000;
}
.topCat2 .item .imtBox .on{
	display: none;
}
.topCat2 .item.active .imtBox .on,
.topCat2 .item:hover .imtBox .on{
	display: block;
}
.topCat2 .item.active .imtBox .default,
.topCat2 .item:hover .imtBox .default{
	display: none;
}

.topCat2 .item.active .itemText .title_en,
.topCat2 .item.active .itemText .title,
.topCat2 .item:hover .itemText .title_en,
.topCat2 .item:hover .itemText .title{
	color: rgb(0, 98, 239);
}
.topCat2 .item.active::after,
.topCat2 .item:hover::after{
	background: rgb(0, 98, 239);
}
.topCat2 .topRight .topText{
	margin-bottom: initial;
}

.catLine.styleTwo{
	margin-left: 3rem;
}
.pageContent {
	line-height: 2;
	padding: 4rem 0;
}
.innerArea .glzxCompanyNumber{
	margin-top: initial;
}

.aboutVideo{
	position: relative;
}

.aboutVideo .playBt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.playBt .tip{
	line-height: 3.25;
}
.widthFullImt{
	width: 100%;
}
.coverFullImt{
	width: 100%;
	height: 100%;
}
.cultureUt{
	margin-left: -2.62%;
}
.cultureUt .lt{
	width: 30.7%;
	margin-left: 2.62%;
	
	background: #F7F7F7;
	border-radius: 5px;
	margin-bottom: 2rem;
	
	padding: 2% 3%;
}
.cultureUt .lt .iconfont{
	font-size: 43px;
	color: rgb(0, 98, 239);
}
.cultureUt .lt .num{
	line-height: 1;
}
.cultureUt .lt .title{
	line-height: 1.8;
	margin: 1rem 0;
}
.cultureUt .lt .tip{
	line-height: 1.875;
	margin-bottom: 1rem;
}
.cultureUt .lt:hover .iconfont{
	color: #333333;
}
.cultureUt .lt:hover .num,
.cultureUt .lt:hover .title{
	color: rgb(0, 98, 239);
}
.cultureUt .lt:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.certUt{
	margin-left: -3.57%;
	margin-top: 4rem;
}
.certUt .lt{
	width: 21.43%;
	margin-left: 3.57%;
	margin-bottom: 3.5rem;
}
.certUt .itemCert .on{
	display: none;
}
.certUt .lt:hover{
	
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.certUt .lt:hover .itemCert .on{
	display: block;
}
.certUt .lt:hover .itemCert .default{
	display: none;
}
.certUt .lt:hover .title{
	color: rgb(0, 98, 239);
}

.pageNum{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin: 1% 0;
}

.pageNum a{
	display: block;
	width: 40px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #E1E1E1;
	border-radius: 2px;
	margin-left: 4px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	color: #747474;
	font-size: 14px;
}

.pageNum a:first-child{
	margin-left: 0;
}

.pageNum a.active,
.pageNum a:hover
{
	background: rgb(0, 98, 239);
	color: #fff;
}

.pageNum a.pageBtn{
	width: 95px;
}
.pageNum a.first span{
	margin-right: 9px;
}
.pageNum a.first{
	margin-right: 4px;
}
.pageNum a.last span{
	margin-left: 9px;
}
.pageNum a.last{
	margin-left: 4px;
}

.historyUt .honorInfo{
	background: #F7F7F7;
	border-radius: 5px;
	padding: 30px 30px 42px 30px;
	margin-top: 0.8rem;
}

.historyUt .honorInfo .info{
	line-height: 2;
	width: 77%;
}
.historyUt .honorMain .title{
	line-height: 3;
}
.historyUt .honorInfo img{
	border-radius: 5px;
	overflow: hidden;
}
.historyUt .dateNum{
	width: 94px;
	height: 94px;
	background: #F7F7F7;
	border-radius: 50%;
	line-height: 1;
	position: relative;
	z-index: 3;
}
.historyUt .dateNum .year{
	margin-bottom: 0.5rem;
}
.historyUt .honorMain{
	width: 85.72%;
}
.historyUt{
	position: relative;
	padding-top: 1rem;
	margin-top: 4rem;
}
.historyUt::before{
	position: absolute;
	content: "";
	width: 19px;
	height: 19px;
	background: rgb(0, 98, 239);
	border-radius: 50%;
	left: 38px;
	top: 0;
	z-index: 2;
}
.historyUt::after{
	position: absolute;
	content: "";
	width: 3px;
	background: #EEEEEE;
	left: 46px;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.historyUt .lt{
	margin-top: 4rem;
}

.historyUt .lt:hover .dateNum{
	background: rgb(0, 98, 239);
}

.historyUt .lt:hover .dateNum .year,
.historyUt .lt:hover .dateNum .unit{
	color: #FFFFFF;
}
.historyUt .lt:hover .honorMain .title{
	color: rgb(0, 98, 239);
}

.historyUt .lt:hover .honorInfo{
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.area-history .linkMore,
.innerArea.area-down .linkMore{
	margin: 0 auto;
	margin-top: 3rem;
}
.linkMore .iconfont{
	margin-left: 1rem;
}

.caseUt{
	margin-left: -1.5%;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}
.caseUt .lt{
	width: 31.8%;
	margin-left: 1.5%;
	margin-bottom: 1.5rem;
}

.caseUt .lt a{
	border-radius: 5px;
	overflow: hidden;
}

.newsUt .lt{
	background: #F7F7F7;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 2rem;
}

.newsUt .lt .ltList{
	padding: 35px 65px 35px 42px;
}
.newsUt .lt .ltList .bgImt{
	margin-right: 2%;
}
.newsUt .lt .ltList .bgImt img{
	border-radius: 5px;
	overflow: hidden;
}
.newsUt .lt .ltList .ltText{
	flex: 1;
	margin-left: 2%;
	margin-top: 1.5rem;
}
.newsUt .lt .ltList .ltText .textList{
	width: 90%;
}
.moreIcon.model-one{
	font-size: 26px !important;
	color: #333333 !important;
}
.moreIcon.model-two{
	font-size: 24px !important;
	color: #333333 !important;
}
.newsUt .lt .ltList .icon{
	flex: 1;
	text-align: right;
	margin-top: 3rem;
}
.newsUt{
	margin-top: 4rem;
	margin-bottom: 3rem;
}
.newsUt .lt .tip{
	height: 70px;
}
.newsUt .lt:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.newsUt .lt:hover .title,
.newsUt .lt:hover .iconfont{
	color: rgb(0, 98, 239) !important;
}
.newsUt .lt:hover .time{
	color: #333333;
}
.videoUt{
	margin-left: -4%;
	margin-bottom: 4rem;
}
.videoUt .lt{
	width: 46%;
	margin-left: 4%;
	margin-top: 4rem;
}

.videoUt .lt .time{
	line-height: 2;
}
.videoUt .lt .ltText{
	margin-top: 2rem;
}
.videoUt .lt .bgImt{
	border-radius: 5px;
	overflow: hidden;
}
.videoUt .lt:hover .bgImt{
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.videoUt .lt:hover .ltText .title,
.videoUt .lt:hover .ltText .moreIcon{
	color: rgb(0, 98, 239) !important;
}
.videoUt .lt:hover .ltText .time{
	color: #333333;
}
.videoUt .lt .ltText .title{
	width: 83%;
}
.innerImt .imt{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.storeUt .lt .bgImt{
	width: 48.57%;
}
.storeUt .lt .bgImt img{
	border-radius: 5px;
	overflow: hidden;
}
.storeUt .lt .ltText{
	width: 45.14%;
	margin-top: 2rem;
	position: relative;
}

.storeUt .lt .ltText::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #000000;
}

.storeUt .lt .ltText .title{
	line-height: 1.25;
}

.storeUt .lt .ltText .tipList{
	line-height: 2.6;
	margin-top: 6%;
	margin-bottom: 8%;
}

.storeUt .lt .ltText .iconfont{
	margin-left: 1rem;
}

.storeUt .lt:nth-child(2n) .link{
	flex-direction: row-reverse;
}
.storeUt .lt{
	margin-bottom: 4rem;
}
.storeUt{
	margin-top: 4rem;
}
.storeUt .lt:hover .ltText::after{
	background: rgb(0, 98, 239);
}

.storeUt .lt:hover .ltText .title,
.storeUt .lt:hover .ltText .iconfont,
.storeUt .lt:hover .ltText .localBtn .txt{
	color: rgb(0, 98, 239) !important;
}
.defaultOn .on{
	display: none;
}
.linkUt{
	margin-top: 4rem;
}
.linkUt .lt{
	margin-bottom: 2rem;
}

.linkUt .lt .title{
	line-height: 2;
	padding-top:2rem;
	padding-bottom:2rem
}
.linkUt .lt:hover{
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.linkUt .lt:hover .defaultOn .on{
	display: block;
}
.linkUt .lt:hover .defaultOn .default{
	display: none;
}
.linkUt .lt:hover .title{
	color: rgb(0, 98, 239);
}
.linkUt .lt:hover .ltText{
	background: #F7F7F7;
}

.iconBox .on{
	display: none;
}
.questionsUt{
	margin-top: 4rem;
}
.questionsUt .lt{
	background: #F7F7F7;
	border-radius: 5px;
	padding: 40px 60px 40px 45px;
	margin-bottom: 3rem;
}

.questionsUt .lt .content_info{
	line-height: 2.4;
	margin-top: 1.8rem;
	
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	text-align: justify;
}

.questionsUt .lt .iconBox .iconfont{
	font-size: 24;
	color: #CCCCCC;
	font-weight: bold;
}
.questionsUt .lt .ltRight{
	width: 93%;
}
.questionsUt .lt .content{
	margin-top: 0.3rem;
	width: 90%;
}

.questionsUt .lt.active {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.questionsUt .lt.active .content_info{
	-webkit-line-clamp: initial;
}

.questionsUt .lt.active .iconBox .on{
	display: block;
	color: rgb(0, 98, 239);
}
.questionsUt .lt.active .iconBox .default{
	display: none;
}
.questionsUt .lt.active .num,
.questionsUt .lt.active .content_title 
{
	color: rgb(0, 98, 239);
}
.downUt{
	margin-left: -1.8%;
	margin-top: 4rem;
}
.downUt .lt{
	width: 48.2%;
	margin-left: 1.8%;
	margin-bottom: 2rem;
	
	background: #F7F7F7;
	border-radius: 5px;
	
}

.downUt .lt .ltList{
	padding: 40px 45px 40px 38px;
}

.downUt .lt .ltList .bgImt{
	margin-right: 2.5rem;
}

.downUt .lt .ltList .bgImt img{
	border-radius: 5px;
	overflow: hidden;
}

.downUt .lt .ltList .title{
	line-height: 2.5;
}
.downUt .lt .ltList .tipList{
	margin-bottom: 2rem;
}

.downUt .lt .ltList .tipList .tip:first-child{
	margin-right: 2rem;
}
.downBtn{
	position: relative;
	padding-bottom: 0.6rem;
}
.downBtn::after{
	position: absolute;
	content: "";
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
}
.downUt .lt:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.downUt .lt:hover .ltList .title,
.downUt .lt:hover .downBtn{
	color: rgb(0, 98, 239);
}

.downUt .lt:hover .downBtn::after{
	background: rgb(0, 98, 239);
}
.recrutUt{
	margin-top: 4rem;
}
.recrutUt .lt{
	padding: 4rem 0;
	position: relative;
}

.recrutUt .lt::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #E1E1E1;
}
.recrutUt .lt:first-child::before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: #E1E1E1;
}
.recrutUt .lt .content{
	line-height: 2;
}

.recrutUt .lt .content .tip{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 1.5;
}

.recrutUt .lt .titleItem .tip{
	line-height: 2.7;
	margin-top: 0.5rem;
}

.recrutUt .lt .titleItem .tip span{
	margin: 0 0.3rem;
}

.recrutUt .lt .titleItem .title{
	position: relative;
	padding-left: 2.5rem;
}
.recrutUt .lt .titleItem .title::before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgb(0, 98, 239);
	height: 14px;
	width: 14px;
}
.recrutUt .lt:hover .titleItem .title{
	color: rgb(0, 98, 239);
}
.recrutUt .lt:hover .titleItem .tip{
	color: #000000;
}
.recrutUt .lt:hover::after{
	background: rgb(0, 98, 239);
}

.recrutUt .lt .contentItem{
	width: 61%;
}
.emailLink .iconfont{
	color: rgb(0, 98, 239);
	font-size: 15px;
	margin-right: 1rem;
}

.contactIconUt{
	margin: 4rem 0 5rem;
	width: 100%;
}

.contactIconUt .lt{
	width: 23.21%;
	background: #F9F9F9;
}

.contactIconUt .lt .ltItem{
	padding: 20px 30px 20px 30px;
	
}

.contactIconUt .lt .ltItem .iconfont{
	font-size: 50px;
	color: #333;
	margin-right: 10%;
}

.contactIconUt .lt .ltItem .content .title{
	line-height: 1;
}

.contactIconUt .lt .ltItem .content .tip{
	line-height: 1;
	margin-top: 12px;
}

.contactIconUt .lt:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.contactIconUt .lt:hover .ltItem .iconfont{
	color: rgb(0, 98, 239);
}

.contactIconUt .lt:hover .ltItem .content .title,
.contactIconUt .lt:hover .ltItem .content .tip{
	color: rgb(0, 98, 239);
}

.glzxTop .topFl .en{
	margin-top: 2rem;
}

.glzxTop .topFr{
	justify-content: flex-end;
}

.glzxTop .topInfo{
	text-align: right;
	margin-right: 1.875rem;
}

.qrcode{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 25px;
}

.qrcode .code:last-child{
	margin-left: 20px;
}

.qrcode .code{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.qrcode .code .tip{
	writing-mode: vertical-rl;
	height: 84px;
	background: #E4E4E4;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding-right: 4px;
}

.area-consule .map,
.area-consule form{
	margin-top: 2.6rem;
}

.area-joinUs .adImt{
	margin-top: 4rem;
}

.area-bread-crumb{
	background: #f9f9f9;
}
.area-bread-crumb .breadCrumb{
	padding: 2rem 0;
}

.detailArea .detail-top .tip{
	line-height: 2.1;
	margin-top: 1.5rem;
}
.detailArea .detail-top{
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #D9D9D9;
}

.detailArea .detail-content{
	line-height: 2.1;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000000;
	margin-bottom: 3rem;
}
.detailArea .detail-content .video_imt{
	position: relative;
	border-radius: 5px;
} 
.detailArea .detail-content .video_imt .content_video{
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    width: 100%;
}
.pagePN .page-prev,
.pagePN .page-next{
	max-width: 33%;
	line-height: 1;
	
}

.pagePN .page-prev .iconfont,
.pagePN .page-next .iconfont{
	font-size: 24px;
	color: #333333;
	line-height: 1;
}
.pagePN .page-prev .iconfont{
	margin-right: 1rem;
}
.pagePN .page-next .iconfont{
	margin-left: 1rem;
}
.backBtn{
	width: 130px;
	height: 46px;
	background: #FFFFFF;
	border: 2px solid #000000;
}

.caseDetail .pagePN .backBtn{
	margin-left: 3rem;
}

.backBtn .iconfont{
	font-size: 16px;
	color: #333333;
	margin-right: 1rem;
}

.pagePN .page-prev:hover .title,
.pagePN .page-prev:hover .iconfont,
.pagePN .page-next:hover .title,
.pagePN .page-next:hover .iconfont{
	color: rgb(0, 98, 239);
}
.backBtn:hover {
	background: rgb(0, 98, 239);
	border: initial;
}
.backBtn:hover .title,
.backBtn:hover .iconfont{
	color: #ffffff;
}

.smallImtUt{
	position: absolute;
	bottom: 3rem;
	right: 2rem;
}

.smallImtUt .lt{
	margin-left: 2rem;
	border-radius: 5px;
	overflow: hidden;
}

.smallImtUt .lt.active{
	border: 2px solid rgb(0, 98, 239);
}

.caseDetailText{
	margin-top: 1rem;
}

.caseDetailText .content-tip{
	line-height: 1.7;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000000;
}

.caseDetailText .detail-content,
.productDetailText .detail-content
{
	line-height: 2.1;
	padding-top: 1rem;
}

.product-detail-main .caseDetailText{
	width: 50%;
}
.product-detail-main .productsImt{
	width: 45%;
}

.product-detail-main .smallImtUt{
	position: initial;
}

.product-detail-main .smallImtUt .lt{
	margin-bottom: 1.2rem;
	border: 1px solid #D9D9D9;
}

.product-detail-main .smallImtUt .lt.active{
	border: 2px solid rgb(0, 98, 239);
}

.product-detail-main .smallImtUt .lt:last-child{
	margin-bottom: initial;
}
.product-detail-main .productsImt .bigImt{
	border: 1px solid #D9D9D9;
}
.product-detail-main .caseDetailText{
	margin-top: initial;
}
.product-detail-main .caseDetailText .detail-content{
	border-bottom: 1px solid #000000;
}

.caseDetailText .title-name{
	margin-bottom: 2rem;
	line-height: 1;
	position: relative;
	padding-left: 2rem;
}

.caseDetailText .title-name::before{
	position: absolute;
	content: "";
	width: 14px;
	height: 20px;
	background: rgb(0, 98, 239);
	border-radius: 0px 14px 0px 0px;
	left: 0;
	top: 80%;
	transform: translateY(-80%);
}

.productBtn{
	width: 200px;
	height: 56px;
	background: rgb(0, 98, 239);
	margin-top: 4rem;
}

.productBtn.styleOne{
	background: #FFFFFF;
	border: 2px solid #000000;
	margin-left: 2rem;
}

.productsDetail{
	background: #F7F7F7;
}

.productDetailText{
	background: #FFFFFF;
	padding: 50px;
}

.productDetailText .content-tip{
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #D9D9D9;
}

.pull-logo{
	display: none;
}

.no-drag-textarea{
	user-select: none; /* 禁止文本选择 */
	resize: none; /* 禁止大小调整 */
}
/**
* 文字渐变
**/
.clip-path {
  position: relative;
  display: inline-block;
}
 
.clip-path::before {
  content: attr(data-text);
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
  clip-path: inset(0); /* or use polygon or circle for specific shapes */
}


.fzkefu{
	position: fixed;
	right: 0px;
	bottom: 15%;
	z-index: 99999;
}
.fzkefu_content{
	width: 190px;
	padding: 10px 0 30px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	display: none;
}
.fzkefu_img{
	width: 72px;
	height: 72px;
	cursor: pointer;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	overflow: hidden;
}
.fzkefu .btnClose{
	text-align: right;
	padding-right: 10px;
	cursor: pointer;
}
.fzkefu .title{
	color: #2e2422;
	font-weight: bold;
}
.fzkefu .imt{
	max-width: 80%;
	text-align: center;
	margin: 1.5rem auto 0.8rem;
}

.fzkefu .btnQQ{
	width: 100px;
	height: 42px;
	color: #fff;
	background: #000000;
	border-radius: 21px;
	text-align: center;
	line-height: 42px;
	margin: 1rem auto;
	cursor: pointer;
}

.swiperNewArrivals{
	padding-bottom: 40px;
}
.index-container.index-about{
	padding-top: 0.2rem !important;
}