

.mb30 {
  margin-bottom: 30px;
}

.tabs .tab-content .tab-pane {
  display: none;
}
.tabs .tab-content .tab-pane.active {
  display: block;
}

.head_fx .logo_light {
  display: none;
}

.swiper-container .pointer-tip {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  text-align: center;
  z-index: 100;
  line-height: 1.2;
}

.indexBox .title_en {
  color: #cdcdcd;
  margin-bottom: 15px;
  font-size: 34px;
}
.indexBox .title {
  margin-bottom: 60px;
  font-size: 44px;
    color: #000000;
}

.indexBoxAbout {
  background: url("../img/index_about_01.png") no-repeat left bottom;
}
.indexBoxAbout .boxBg {
  padding: 70px 0 60px;
  background: url("../img/index_about_02.png") no-repeat right top;
}
.indexBoxAbout .desc1 {
  margin-bottom: 30px;
    color: #000000;
}
.indexBoxAbout .desc2 {
  color: #818181;
  margin-bottom: 50px;
  line-height: 1.8;
}
.indexBoxAbout .col {
  color: #818181;
  text-align: left;
}
.indexBoxAbout .col .item b {
  font-size: 48px;
  color: var(--main-color);
  font-weight: normal;
}
.indexBoxAbout .col .item span {
  font-size: 14px;
}
.indexBoxAbout .col .item p {
  font-size: 16px;
  padding-top: 10px;
}

.indexVideoBox {
  text-align: center;
  position: relative;
}
.indexVideoBox .video_btn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.indexVideoBox .video_btn a {
  display: inline-block;
  width: 135px;
  height: 135px;
  background: url("../img/index_video_btn.png") no-repeat center;
}
.indexVideoBox .video_btn a img {
  width: 100%;
  height: 100%;
}

.indexSolutionBox,
.indexExhibitionBox{
  position: relative;
}
.indexSolutionBox .container,
.indexExhibitionBox .container{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.indexSolutionBox .container .text {
  color: #fff;
  padding-top: 120px;
}
.indexSolutionBox .container .text .title1 {
  margin-bottom: 15px;
  font-size: 32px;
}
.indexSolutionBox .container .text .title2 {
  margin-bottom: 120px;
  font-size: 40px;
}
.indexSolutionBox .container .text .desc1 {
  margin-bottom: 38px;
  font-size: 42px;
}
.indexSolutionBox .container .text .desc2 {
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 1.4;
}
.indexSolutionBox .container .text .btn {
  display: inline-block;
  background: #fff;
  padding: 0 50px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: var(--main-color);
  font-size: 22px;
}
.indexSolutionBox .container .tab-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 -10px;
  color: #fff;
  text-align: center;
}
.indexSolutionBox .container .tab-header > .item {
  margin: 0 10px;
  line-height: 1.6;
  font-size: 16px;
}
.indexSolutionBox .container .tab-header > .item > div {
  height: 110px;
  background: rgba(0, 0, 0, 0.35);
  padding: 0 20px;
}
.indexSolutionBox .container .tab-header > .item > div i {
  font-size: 38px;
  display: none;
}
.indexSolutionBox .container .tab-header > .item.active > div {
  height: 140px;
  background: #004898;
}
.indexSolutionBox .container .tab-header > .item.active > div i {
  font-size: 36px;
  display: inline-block;
}

.tabs-product .tab-header {
  border-bottom: 1px solid #d9d9d9;
}
.tabs-product .tab-header .item {
  font-size: 16px;
  padding: 0 40px 22px;
  line-height: 1.8;
  position: relative;
    color: #000000;
}
.tabs-product .tab-header .item .iconfont{
    color: #464646;
}
.tabs-product .tab-header .item.active .iconfont{
    color: var(--main-color);
}
.tabs-product .tab-header .item i {
  font-size: 42px;
}
.tabs-product .tab-header .item .point {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d9d9d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
}
.tabs-product .tab-header .item.active {
  color: var(--main-color);
}
.tabs-product .tab-header .item.active .point {
  background: var(--main-color);
  width: 15px;
  height: 15px;
  bottom: -8px;
}

.indexBoxProduct {
  padding: 70px 0 60px;
}
.indexBoxProduct .tab-header {
  margin-bottom: 80px;
}

.indexProductSwiper {
  width: 100%;
  /* height: 300px; */
  /* margin: 20px auto; */
  padding-bottom: 5rem;
  padding-top: 20px;
}

.indexProductSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f7f7f7;
  /* 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;
}

.indexProductSwiper .swiper-pagination{
	bottom: 0;
}

.indexProductSwiper .swiper-pagination .swiper-pagination-bullet{
	width: 23px;
	height: 4px;
	background: #D9D9D9;
	border-radius: initial;
	opacity: 1;
}

.indexProductSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 44px;
	background: #004898;
}

.indexProductSwiper.active{
	/* display: flex; */
}

.imtBox{
	position: relative;
	text-align: center;
}

.imtBox .imt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
}
.imtBox .imt.full{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: initial;
}

.imtBox .imt.mobile{
    display: none;
}
/**倒影**/
.image-with-reflection {
  position: relative;
  display: inline-block;
}
 
.image-with-reflection::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%; 
  /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); */
  background-image: url('../img/product-list-1.png'); 
    background-size: cover;
    background-position: bottom;
    opacity: 0.5;
  transform: scaleY(-1); 
}
 
.image-with-reflection img {
  display: block; 
} 

.under-line-one{
	position: relative;
}

.under-line-one::after{
	position: absolute;
	content: "";
	width: 52px;
	height: 3px;
	background: #004898;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.under-line-one.style-one::after{
	position: absolute;
	content: "";
	width: 52px;
	height: 3px;
	background: #004898;
	bottom: 0;
	left: 0;
	transform: initial;
}

.fromBook{
	/* margin-top: 3%; */
	padding: 64px 61px 66px 67px;
	background: #F6F8FB;
}

.fromBook .formItem .form-com{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}

.fromBook .formItem .form-item .form-group{
	width: 31.5%;
	font-size: 16px;
	background: #FFFFFF;
	padding: 0 2rem;
}

.fromBook .formItem .form-item .form-control{
	height: 72px;
	flex:1;
}

.fromBook .formItem .form-item .form-group-yanz{
	position: relative;
}

.fromBook .formItem .form-item .form-group-yanz .yanz{
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	object-fit: cover;
	line-height: 1;
}

.fromBook .formItem .form-textarea{
	margin-top: 3%;

}

.fromBook .formItem .form-group{
	margin-bottom: 0;
}

.fromBook .formItem .form-group .form-control{
	border: none;
}

.fromBook .formItem .form-textarea .form-group,
.fromBook .formItem .form-textarea .form-control{
	width: 100%;
	
}

.fromBook .formItem .form-textarea .form-control{
	height: 240px;
	padding-top: 2%;
	padding-bottom: 3%;
}
.fromBook .formItem .form-btn.form-btn {
	justify-content: center;
	margin-top: 4rem;
}
.fromBook .formItem .form-btn .btn{
	
}

.fromBook .formItem .form-btn .btn button{
	border: none;
	font-size: 20px;
	padding: 28px 90px;
}

.fromBook .formItem .form-btn .btn .submit{
	background: #004898;
	color: #fff;
	margin-left: 40px;
}

.fromBook .formItem .form-btn .btn .reset{
	background: #fff;
	
}

.fromBook .formItem .form-control{
	padding: 6px 2rem;
	border: initial;
	box-shadow: initial;
	color: #A8A8A8;
}

.fromBook .formItem .star{
	color: #FF3900;
	margin-right: 4px;
}