﻿.banner {
  overflow: hidden;
}
.banner .point {
  position: absolute;
  left: auto;
  right: 100px;
  top: 46%;
  width: 45px;
  overflow: hidden;
  z-index: 11;
}
.banner .point .swiper-pagination-bullet {
  display: block;
  float: right;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  opacity: 0.4;
  margin-bottom: 0.22rem;
  transition: all 0.3s;
}
.banner .point .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
  opacity: 1;
}
@media screen and (max-width: 1536px) {
  .banner .point {
    right: 4%;
  }
}

.more {
  display: inline-block;
  padding: 6px 7px 6px 22px;
  border-radius: 37px;
  overflow: hidden;
}
.more span {
  float: left;
  width: 1.1rem;
  font-size: 14px;
  line-height: 32px;
  transition: none;
}
.more .iconfont {
  float: left;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  border-radius: 50%;
}
.more.moreRed {
  background: #fff;
}
.more.moreRed .iconfont {
  background: #6AD6DD;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .more.moreRed:hover {
    background: #6AD6DD;
    color: #fff;
  }
  .more.moreRed:hover .iconfont {
    background: #fff;
    color: #1C1C1C;
  }
}
.more.moreWhite {
  background: #C70024;
  color: #fff;
}
.more.moreWhite .iconfont {
  background: #fff;
  color: #1C1C1C;
}
@media screen and (min-width: 751px) {
  .more.moreWhite:hover {
    background: #fff;
    color: #333;
  }
  .more.moreWhite:hover .iconfont {
    background: #C70024;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .more span {
    width: 1.4rem;
  }
}

.index-tit {
  color: #1573CB;
}
.index-tit .cn {
  font-weight: bold;
  font-size: 0.44rem;
  line-height: 0.52rem;
}
.index-tit .tab{
cursor:pointer;
}
.index-tit .active{
color:#69D5DC;
}
.index-tit .en {
  opacity: 0.5;
  margin-top: 0.08rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 750px) {
  .index-tit .cn {
    font-size: 0.38rem;
  }
  .index-tit .en {
    font-size: 0.28rem;
  }
}

.product {
	overflow: hidden;
}
.product .left{
	float:left;
	/* width: 30%; */
	padding: 1rem;
}
.product .left .index-tit{
	margin-bottom: 2.2rem;
}
.product .left .tab,.product .left .index-tit{
	width: 3rem;
}
.product .left .tab a{
	display: flex;
	margin-bottom: 1.2rem;
	color: #1573CB;
}
.product .left .tab a:hover{
transform:scale(1.1);
}
.product .left .tab a img{
	position: relative;
	bottom: 0.03rem;
	margin-right: 0.1rem;
	width: 0.7rem;
}
.product .left .tab a .cn{
	font-size: 0.22rem;
	font-weight: 500;
	opacity: 0.5;
}
.product .left .tab a .en{
	font-size: 0.14rem;
	font-weight: 400;
	opacity: 0.3;
}
.product .left .tab .active .cn{
	font-weight: 600;
	opacity: 1;
}
.product .left .tab .active .en{
	opacity: 0.5;
}
.product .right{
	float:right;
	width: calc(100% - 5rem);
	background: #F7FAFD;
	padding-bottom: 0.2rem;
}
.product .right .nav{
	display: flex;
	flex-wrap: wrap;
	padding: 0.8rem 0.4rem 0.5rem;
}
.product .right .nav a{
	display: block;
	justify-content: space-between;
	margin: 0.2rem 0.4rem;
	width: calc(25% - 0.8rem);
	font-size: 0.2rem;
	color: #666;
	border-bottom: 1px solid rgba(48,128,203, 0.2);
	padding-bottom: 0.1rem;
	position: relative;
}
.product .right .nav a:hover{
color: #1573CB;
	font-weight: 600;
	border-bottom: 1px solid rgba(48,128,203, 0.6);
}
.product .right .nav a img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-80%);
}
.product .right .nav .active{
	color: #1573CB;
	font-weight: 600;
	border-bottom: 1px solid rgba(48,128,203, 0.6);
}
.product .right .list{
	padding: 0 0.4rem;
	display: flex;
	flex-wrap: wrap;
}
.product .right .list li{
	margin: 0.2rem 0.25rem 0.6rem;
	width: calc(33.333% - 0.5rem);
	position: relative;
	cursor: pointer;
}

.product .right .list li:hover{
	transform: scale(1.1);
}
.product .right .list li img{
	width: 100%;
}
.product .right .list li div{
	background: rgba(255, 255, 255, 0.85);
	padding: 0.2rem;
	font-size: 0.16rem;
	color: #333;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 1669px){
.product .right .list li div{
padding:0.1rem 0.2rem;
}
}
@media screen and (max-width:1250px){
	.product .left{
		padding: 0.5rem;
	}
	.product .right{
		width: calc(100% - 4rem);
	}
	.product .right .nav a{
		margin: 0.2rem 0.2rem;
		width: calc(33% - 0.4rem);
	}
	.product .right .list li{
		margin: 0.1rem;
		width: calc(50% - 0.2rem);
	}
}
@media screen and (max-width:750px){
	.product .left{
		width: 100%;
	}
	.product .right{
		width: 100%;
	}
	.product .right .nav{
		padding-top: 0.5rem;
	}
	.product .right .nav a{
		margin: 0.2rem 0.2rem;
		width: calc(33% - 0.4rem);
	}
	.product .right .list li{
		margin: 0.1rem;
		width: calc(50% - 0.2rem);
	}
	.product .left{
		padding: 0.5rem;
	}
	.product .left .index-tit{
		margin-bottom: 0.5rem;
	}
	.product .left .tab{
		display: flex;
		width: 100%;
	}
	.product .left .tab a{
		width: 33.3%;
		margin-bottom: 0;
		justify-content: center;
	}

	.product .left .tab a .en{
		display: none;
	}
.product .left .tab a .cn{
position:relative;
top:0.15rem;
}
}


.about{
	background: url(../img/about_bg.jpg) no-repeat bottom;
	background-size: cover;
	height: 8.6rem;
	position: relative;
	margin-top: 2rem;
}
.about .about_box{
	position: absolute;
	top: -2.2rem;
	left: 0;
	width: 100%;
}
.about .left{
	float: left;
	width: 50%;
	padding:0 0.8rem;
}
.about .left .txt{
	margin: 0.4rem 0;
	line-height: 0.35rem;
}
.about .right{
	float: right;
	width: 50%;
	padding:0 0.8rem;
}
.about .right .right_box{
	padding: 0.4rem 0;
	border-bottom: 1px solid #D2DAE1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .right .right_box:first-child{
	padding-top: 0;
}
.about .right .right_box:last-child{
	border-bottom: none;
}
.about .right .right_box .span{
	display: inline-block;
	margin-right: 1.5rem;
	font-size: 0.18rem;
	color: #1573CB;
}
.about .right .right_box .span span{
	font-weight: 800;
	font-size: 0.6rem;
}
.about .right .right_box .span div{
	color: #333;
}
.about .mySwiper{
	position: absolute;
	width: 70%;
	bottom: 0.6rem;
	right: 0;
	background: #fff;
}
.about .mySwiper .swiper-wrapper .swiper-slide{
	padding: 1rem 0.8rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.about .mySwiper .swiper-wrapper .swiper-slide .slide{
	padding-right: 1rem;
	font-size: 0.16rem;
	opacity: 0.8;
	line-height: 0.32rem;
}
.about .mySwiper .swiper-wrapper .swiper-slide .slide p{
	font-size: 0.24rem;
	color: #1573CB;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.about .mySwiper .swiper-wrapper .swiper-slide .slide div{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.about .mySwiper .swiper-wrapper .swiper-slide img{
	width: 6rem;
}
.about .mySwiper .swiper-button-prev{
	top: 0;
	left: 0;
	transform: translateY(50%);
	background: #F5F8FB;
	padding:0.24rem 0.8rem;
	box-sizing: border-box;
}
.about .mySwiper .swiper-button-prev:after,.about .mySwiper .swiper-button-next:after{
	font-size: 0.22rem;
}
.about .mySwiper .swiper-button-next{
	top: 0;
	left: 1.6rem;
	transform: translateY(50%);
	background: #F5F8FB;
	padding:0.24rem 0.8rem;
	box-sizing: border-box;
}
@media screen and (max-width:1130px){
	.about .mySwiper .swiper-wrapper .swiper-slide{
		padding: 0.8rem 0.6rem;
	}
	.about .mySwiper .swiper-wrapper .swiper-slide .slide{
		padding-right: 0.5rem;
	}
	.about .right .right_box .span{
		margin-right: 0.5rem;
	}
	.about .mySwiper .swiper-wrapper .swiper-slide img{
		width: 2.5rem;
	}
	.about .mySwiper{
		bottom: 0.5rem;
	}
}
@media screen and (max-width:750px){
	.about{
		height: 18.3rem;
		margin-top: 0;
		padding: 0.2rem 0;
	}
	.about .about_box{
		overflow: hidden;
		position: static;
	}
	.about .left,.about .right{
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.about .mySwiper{
		width: 100%;
		position: relative;
		bottom: 0;
	}
	.about .mySwiper .swiper-wrapper .swiper-slide{
		flex-wrap: wrap;
	}
	.about .mySwiper .swiper-wrapper .swiper-slide .slide{
		width: 100%;
		padding: 0.2rem 0;
font-size: 0.26rem;
	}
	.about .mySwiper .swiper-wrapper .swiper-slide img{
		width: 100%;
	}
.about .mySwiper .swiper-wrapper .swiper-slide .slide p{
font-size: 0.3rem;
}
.about .left .txt{
line-height:1.5;
}
}


.case {
  position: relative;
  background: url(../img/case_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.86rem 0 0;
}
.case .w1720 {
  position: relative;
  z-index: 2;
}
.case .embellish {
  position: absolute;
  left: 0;
  bottom: 4.44rem;
}
.case .embellish img {
  display: block;
  height: 2.63rem;
}
.case .index-tit {
  position: absolute;
  left: 0;
  bottom: 1.95rem;
  color: #fff;
  font-size: 0.18rem;
}
.case .index-tit  div{
	margin-bottom: 0.2rem;
}
.case .index-tit  div:last-child{
	margin-bottom: 0;
}
@media screen and (max-width:750px){
.case .index-tit .tab{
font-size:16px !important;
}
}
.case .title .t1 {
  font-family: 'Microsoft YaHei Light';
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #fff;
  opacity: 0.6;
}
.case .title .t2 {
  margin-top: 3px;
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #fff;
}
.case .cont {
  margin-top: 0.7rem;
}
.case .cont .list {
  position: relative;
  width: 76.45%;
  height: 7.8rem;
  float: right;
display:none;
}
.case .cont .active{
display:block;
}
.case .cont .list li {
  position: absolute;
display:none;
}
.case .cont .list li:nth-child(-n + 4){
display:block;
}
.case .cont .list li .imgbox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.case .cont .list li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.08deg, rgba(255, 255, 255, 0) 51.04%, #0868CC 99.93%);
}
.case .cont .list li .txtbox {
  position: absolute;
  bottom: 0.33rem;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.25rem;
  max-width: 4.45rem;
  overflow: hidden;
  color: #fff;
}
.case .cont .list li .txtbox .txt {
  float: left;
  font-size: 16px;
  line-height: 33px;
  max-width: calc(100% - 45px);
}
.case .cont .list li .txtbox .iconfont {
  text-align: center;
  float: right;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #fff;
  font-size: 14px;
  line-height: 33px;
  color: #000;
}
@media screen and (min-width: 751px) {
  .case .cont .list li:nth-child(1) {
    left: 0;
    top: 0;
    width: calc((100% - 0.25rem)*0.705);
  }
  .case .cont .list li:nth-child(1) .imgbox {
    height: 3.65rem;
  }
  .case .cont .list li:nth-child(2) {
    right: 0;
    top: 0;
    width: calc((100% - 0.25rem)*0.295);
  }
  .case .cont .list li:nth-child(2) .imgbox {
    height: 7.8rem;
    margin-right: -100px;
  }
  .case .cont .list li:nth-child(2) .bg {
    width: calc(100% + 100px);
  }
  .case .cont .list li:nth-child(3) {
    left: 0;
    bottom: 0;
    width: calc((((100% - 0.25rem)*0.705) - 0.25rem)/2);
  }
  .case .cont .list li:nth-child(3) .imgbox {
    height: 3.9rem;
  }
  .case .cont .list li:nth-child(4) {
    left: calc((((100% - 0.25rem)*0.705) - 0.25rem)/2);
    margin-left: 0.25rem;
    bottom: 0;
    width: calc((((100% - 0.25rem)*0.705) - 0.25rem)/2);
  }
  .case .cont .list li:nth-child(4) .imgbox {
    height: 3.9rem;
  }
  .case .cont .list li:hover .bg {
	background: linear-gradient(-135deg, rgba(255, 255, 255, 0) 51.04%, #0868CC 99.93%);
  }
}
.case .more {
  position: absolute;
  left: 0;
  bottom: 0.89rem;
}
@media screen and (max-width: 991px) {
  .case .index-tit {
    position: relative;
    bottom: 0;
    margin-bottom: 0.2rem;
  }
  .case .more {
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
  }
  .case .cont .list {
    width: 100%;
  }
  .case .cont .list li:nth-child(2n) .bg {
    width: 100%;
  }
  .case .cont .list li:nth-child(2n) .imgbox {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .case .title .t1 {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .case .title .t2 {
    font-size: 0.32rem;
    line-height: 0.44rem;
  }
  .case .cont {
    margin-top: 0.4rem;
  }
  .case .cont .list {
    margin-top: 0;
    height: auto;
  }
  .case .cont .list li {
    position: relative;
    float: left;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: calc((100% - 0.15rem)/2);
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
  }
  .case .cont .list li:nth-child(2n) {
    margin-right: 0;
  }
  .case .cont .list li .imgbox {
    height: 3rem;
  }
  .case .cont .list li .txtbox {
    bottom: 0.15rem;
  }
  .case .cont .list li .txtbox .txt {
    font-size: 0.28rem;
    line-height: 0.38rem;
    max-width: 100%;
  }
  .case .cont .list li .txtbox .iconfont {
    display: none;
  }
  .case .cont .list li{
	  display: none;
  }
  .case .cont .list li:nth-child(-n + 4){
	  display: block;
  }
}


.news {
  padding: 1.7rem 0 2.04rem;
}
.news .top .index-tit {
  float: left;
}
.news .top .more {
  float: right;
  margin-top: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 37px;
}
.news .list {
  margin-top: 0.65rem;
}
.news .list li {
  float: left;
  width: calc((100%)/3);
  border: 2px solid #DCE6EF;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width:751px){
	.news .list li:first-child{
		border-right: none;
	}
	.news .list li:last-child{
		border-left: none;
	}
}
.news .list li:hover:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0.05rem;
	background: #1573CB;
}
.news .list li .txtbox {
  padding: 0.5rem;
}
.news .list li .txtbox .date span{
  font-weight: 300;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #666;
}
.news .list li .txtbox .date i{
	text-align: center;
	width: 0.32rem;
	height: 0.32rem;
	font-size: 0.14rem;
	line-height: 0.32rem;
	border-radius: 50%;
	float: right;
	background: #1573CB;
	box-shadow: 0px 2px 4px rgba(83, 140, 193, 0.2);
	color: #fff;
	display: none;
}
.news .list li:hover .txtbox .date i{
	display: inline-block;
}
.news .list li .txtbox .tit {
  margin: 0.3rem 0;
  font-weight: bold;
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.news .list li .txtbox .txt {
  margin-top: 0.13rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #666;
}
.news .list li:hover .txtbox .txt{
	color: #333;
}
@media screen and (min-width: 751px) {
  .news .list li:hover .txtbox .tit {
    color: #3BCDE1;
  }
}
@media screen and (max-width: 750px) {
  .news {
    padding: 0.8rem 0;
  }
  .news .top .more {
    margin-top: 0;
  }
  .news .list {
    margin-top: 0.4rem;
  }
  .news .list li {
    width: 100%;
    margin-bottom: 0.4rem;
    margin-right: 0;
  }
  .news .list li:last-child {
    margin-bottom: 0;
  }
  .news .list li .imgbox {
    height: 3.2rem;
  }
  .news .list li .txtbox {
    padding-top: 0.2rem;
  }
  .news .list li .txtbox .date {
    font-size: 0.26rem;
    line-height: 0.34rem;
  }
  .news .list li .txtbox .tit {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .news .list li .txtbox .txt {
    font-size: 0.28rem;
    line-height: 0.38rem;
    height: 0.76rem;
  }
}
.news .hot{
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
}
.news .hot .hot_img{
	width: 45%;
	margin-right: 0.8rem;
}
.news .hot .hot_box{
	position: relative;
}
.news .hot .hot_box p{
	font-size: 0.24rem;
	line-height: 0.42rem;
	font-weight: 600;
	color: #333;
	margin-top: 0.45rem;
}
.news .hot .hot_box .txt{
	font-size: 0.16rem;
	color: #666;
	line-height: 0.3rem;
	font-weight: 400;
	margin:0.13rem 0 0.2rem;
}
.news .hot .hot_box::before{
	content: " “ ";
	font-size: 0.8rem;
	color: #1573CB;
	position: absolute;
	top: -0.15rem;
	left: 0;
	height: 0.5rem;
}
.news .hot .hot_box::after{
	content: " ” ";
	font-size: 0.8rem;
	color: #1573CB;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 0.5rem;
}
@media screen and (max-width:750px){
	.news .hot{
		margin-top: 0.5rem;
		flex-wrap: wrap;
	}
	.news .hot .hot_img{
		width: 100%;
		margin-right: 0;
	}
.news .hot .hot_box .txt{
font-size: 0.28rem;
line-height: 1.5;
}
}


.contact{
	background: url(../img/con_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 1rem 0;
}
.contact .w1720{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 0.24rem;
	font-weight: 300;
}
.contact .p1{
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.contact .p2{
	font-size: 0.44rem;
	line-height: 0.6rem;
	font-weight: 800;
}