main{
	/*margin-top: 99px;*/
}
.index-tit {
  float: left;
}
.index-tit .cn {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 0.46rem;
  line-height: 0.52rem;
}
.index-tit .cn:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1.06rem;
  width: 1.35rem;
  height: 0.06rem;
  background: #004da1;
}
.index-tit .en {
  margin-top: 0.2rem;
  margin-left: 0.44rem;
  text-transform: uppercase;
  font-family: 'Source Han Sans CN Medium';
  font-size: 0.36rem;
  line-height: 1;
  color: #656565;
}
.cn1 {
  text-align: center;
  font-size: 0.46rem;
  line-height: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
.cn2 {
  margin-top: 0.15rem;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.38rem;
  color: #CBCBCB;
}

.banner .swpbtn {
  position: absolute;
  bottom: 15.3%;
  z-index: 16;
  width: 0.52rem;
  height: 0.75rem;
  line-height: 0.75rem;
  background: #064C9E;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.banner .swpbtn i{
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 0.02rem;
}
@media screen and (min-width: 751px) {
  .banner .swpbtn:hover {
    opacity: 1;
    background: #004da1;
    color: #fff;
  }
}
.banner .prevbtn {
  left: 13.4%;
}
.banner .nextbtn {
  left: 16.6%;
}
.swiper-button-disabled{
	opacity: .45;
	pointer-events: none;
}
.banner .point {
  position: absolute;
  bottom: 4.4%;
  text-align: center;
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 0;
}
.banner .point .swiper-pagination-bullet {
  opacity: 1;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  margin: 0 0.11rem;
  background: none;
}
.banner .point .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.14rem;
  height: 0.14rem;
  margin: -0.07rem 0 0 -0.07rem;
  background: #a4a6aa;
  border-radius: 50%;
}
.banner .point .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: none;
}
.banner .point .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #fff;
}
@media screen and (max-width:1450px){
	.banner .nextbtn {
	  left: 17%;
	}
}
@media screen and (max-width:1174px){
	.banner .nextbtn {
	  left: 17.5%;
	}
}
@media screen and (max-width:1014px){
	.banner .nextbtn {
	  left: 18%;
	}
}
@media screen and (max-width:950px){
	main{
		margin-top: 0;
	}
}
@media screen and (max-width:750px){
	.banner .nextbtn {
	  left: 22%;
	}
}



.about {
  padding: 0.98rem 0 1.05rem;
  background: #F9FBFF;
}
.about .content{
	display: flex;
	margin-top: 0.7rem;
}
.about .content .left {
  width: 53%;
  box-sizing: border-box;
  padding:0 0.6rem 0 1.75rem;
  position: relative;
}
.about .content .left .en {
  position: absolute;
  top: 0;
  left: 1.3rem;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1rem;
  color: #004da1;
  opacity: 0.16;
  letter-spacing: 0.5rem;
}
@media screen and (max-width:1669px){
	.about .content .left .en{
		font-size: 1rem;
	}
}
.about .content .left .tit {
  margin: 0.5rem 0 0.1rem;
  font-size: 0.34rem;
  line-height: 0.44rem;
  color: #064C9E;
}
.about .content .left .titen{
	font-size: 0.26rem;
	color: #656565;
	margin-bottom: 0.4rem;
}
.about .content .left .txt{
	line-height: 2;
	letter-spacing: 0.02rem;
	font-size: 0.17rem;
}
.about .content .right {
  width: 47%;
  position: relative;
}
.about .content .right img{
	height: 100%;
}
.about .content .right span{
	display: block;
	position: absolute;
	bottom: -0.25rem;
	right: -0.5rem;
	width: 100%;
	height: 100%;
	background: #E0E9F4;
	z-index: -1;
	border-radius: 10px;
}
.about .bot {
  margin-top: 0.4rem;
}
.about .bot .more {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: 0.64rem;
  width: 2.4rem;
  border: 1px solid #064D9F;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.7rem;
  color: #064D9F;
}
.about .bot .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #064D9F;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .about .bot .more:hover {
    color: #fff;
  }
  .about .bot .more:hover:before {
    width: 100%;
  }
}
.about .data {
  margin-top: 0.75rem;
}
.about .data .tit {
  text-align: center;
  font-size: 0.46rem;
  line-height: 0.56rem;
}
.about .data ul {
  margin-top: 1.15rem;
}
.about .data ul li {
  position: relative;
}
.about .data ul li:before {
  content: "";
  position: absolute;
  right: -80%;
  bottom: 0.08rem;
  width: 2px;
  height: 0.56rem;
  background: #d2d7dc;
}
.about .data ul li:nth-child(3):before {
  right: -40%;
}
.about .data ul li:last-child:before {
  display: none;
}
.about .data ul li .num {
  font-size: 0.46rem;
  line-height: 1;
  color: #004da1;
  font-weight: bold;
}
.about .data ul li .num sup {
  top: -0.8em;
  font-size: 0.3rem;
  font-weight: normal;
}
.about .data ul li .txt {
  margin-top: 0.22rem;
  font-size: 0.22rem;
  line-height: 0.32rem;
}
@media screen and (max-width:750px){
	.about .content{
		flex-wrap: wrap;
	}
	.about .content .left{
		padding: 0 0.2rem;
	}
	.about .content .left,.about .content .right{
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.about .content .left .en{
		left: 0.2rem;
		letter-spacing:0.4rem;
	}
}

.product {
	padding: 0.6rem 0;
}
.product .nav {
  margin-top: 0.73rem;
  display: flex;
  justify-content: space-between;
}
.product .nav li{
	width: 30%;
	background: #F5F5F7;
	height: 1.53rem;
}
.product .nav li:hover,.product .nav .active{
	background: #3470B1;
	/* box-shadow: 0 16px 32px 0 rgb(47 77 109 / 40%); */
	/* margin-top: -10px; */
}
.product .nav li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-size: 0.22rem;
	padding: 0 0.4rem;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.product .nav li .before{
	position: absolute;
	left: 0.13rem;
	font-size: 0.46rem;
	color: rgba(6, 76, 158, 0.18);
	font-weight: 600;
	top: 17%;
}
.product .nav li:hover a,.product .nav .active a{
	color: #fff;
}
.product .nav li:hover .before,.product .nav .active .before{
	color: rgba(255, 255, 255, 0.18);
}
.product .list_tit{
	font-size: 0.18rem;
	margin-top: 0.3rem;
}
.product .list{
	margin-top: 0.1rem;
	background: url(../image/index2.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 0.2rem 0;
	display: flex;
	flex-wrap: wrap;
}
.product .list li{
	margin: 0.2rem 0.3rem;
	width: calc(20% - 0.6rem);
	text-align: center;
}
.product .list li a{
	position: relative;
}
.product .list li a:hover,.product .list .active a{
	color: #3470B1;
	border-bottom: 1px solid #3470B1;
}
.product .list li a::before{
	position: absolute;
	content: "";
	left: -0.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #989898;
}
.product .list li a:hover::before,.product .list .active a::before{
	background: #3470B1;
}
.product .swiperbox{
	position: relative;
}
.product .swiper{
	height: 9rem;
	margin-top: 0.5rem;
}
.product .swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2);
	border: 1px solid #ECECEC;
	box-sizing: border-box;
	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;
}
.product .swiper .swiper-slide:hover{
	border-color: #2370BC;
}
.product .swiper .swiper-slide a{
	width: 100%;
	height: 100%;
}
.product .swiper .swiper-slide a .imgbox{
	height: 75%;
	padding: 0.2rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .swiper .swiper-slide a .imgbox img{
	/* width: 100%; */
}
.product .swiper .swiper-slide:hover .imgbox img{
	transform: scale(1.08);
}
.product .swiper .swiper-slide a p{
	height: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.14rem;
	font-weight: 600;
}
.product .swiper .swiper-slide:hover p{
	color: #3470B1;
}
.product .swpbtn {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 16;
  text-align: center;
  cursor: pointer;
}
.product .swpbtn img{
	width: 0.4rem;
}
.product .prevbtn {
  left: -0.6rem;
}
.product .nextbtn {
  right:-0.6rem;
}
.swiper-button-disabled{
	opacity: .45;
	pointer-events: none;
}
.product .btn{
	text-align: center;
	margin-top: 0.5rem;
}
.product .btn a{
	color: #3470B1;
	border: 1px solid #3470B1;
	padding: 0.2rem 1rem;
}
.product .btn a:hover{
	background: #3470B1;
	color: #fff;
}
@media screen and (max-width: 1070px) {
  .product .prevbtn {
    left: -0.4rem;
  }
  .product .nextbtn {
    right:-0.4rem;
  }
}
@media screen and (max-width: 750px) {
	.product .nav{
		flex-wrap: wrap;
	}
	.product .nav li{
		width: 49%;
		margin-bottom: 0.2rem;
	}
	.product .list_tit{
		font-size: 0.3rem;
	}
	.product .list li{
		margin: 0.2rem 0.2rem;
		width: calc(50% - 0.4rem);
	}
	.product .swpbtn{
		transform: translateX(0);
	}
	.product .prevbtn {
	  left: -0.1rem;
	}
	.product .nextbtn {
	  right:-0.1rem;
	}
}

.case .row{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.case .row .row-item{
	position: relative;
	overflow: hidden;
}
.case .row .row-item .doc{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.16rem;
	transition: all 0.3s linear;
}
.case .row .row-item .doc span{
	position: relative;
	z-index: 1;
	text-shadow: 5px 5px 10px #656565;
}
.case .row .row-item .doc::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
	background: rgb(6, 77, 159,0.3);
	transition: all 0.3s;
}
.case .row .row-item:hover .doc::after{
	width: 50%;
	height: 40%;
}
.case .row .row-item:hover .doc.removefade::after{
	width: 0;
	height: 0;
}
.case .row .global-tit3 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    position: relative;
	width: 70%;
}
.global-tit3 .line {
    width: 1rem;
    height: 0.1rem;
    background-color: #000000;
    margin-bottom: 0.625rem;
}
.global-tit3 h2 {
    font-weight: bold;
    font-size: 0.4rem;
    color: #454b5a;
    line-height: 1;
    opacity: 1;
    position: absolute;
    top: 0rem;
    right: 0;
	letter-spacing: 0.08rem;
}
.global-tit3 h4 {
    font-size: 0.42rem;
    color: #DCDCDC;
    line-height: 1;
	text-align: right;
	width: 100%;
}
@media screen and (max-width:750px){
	.case .row{
		flex-wrap: wrap;
	}
}

.advantage{
	background: url(../image/index5.jpg) no-repeat center;
	height: 7.46rem;
	color: #fff;
	padding-top: 0.8rem;
	box-sizing: border-box;
}
.advantage .cn1,.advantage .cn2{
	color: #fff;
}
.advantage ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.1rem;
}
.advantage ul li{
	width: calc(100% / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 2.4rem;
}
.advantage ul li div{
	font-size: 0.24rem;
	margin: 0.05rem 0 0.1rem;
}
@media screen and (max-width:750px){
	.advantage{
		background-size: cover;
		height: auto;
		padding-bottom: 0.3rem;
	}
	.advantage ul li{
		width: 50%;
		margin-bottom: 0.2rem;
	}
	.advantage ul li p{
		font-size: 0.26rem;
	}
}

.newsbox {
  padding: 0.8rem 0;
}
.newsbox .top .switch {
  position: relative;
  float: right;
  padding-right: 110px;
}
.newsbox .top .switch ul {
  overflow: hidden;
  padding-top: 0.17rem;
}
.newsbox .top .switch ul li {
  float: left;
  margin-right: 0.1rem;
}
.newsbox .top .switch ul li span {
  text-align: center;
  min-width: 1.38rem;
  display: block;
  font-size: 16px;
  line-height: 0.6rem;
  cursor: pointer;
  border: 1px solid #fff;
}
@media screen and (min-width: 751px) {
  .newsbox .top .switch ul li span:hover {
    color: #004da1;
  }
}
.newsbox .top .switch ul li a {
  position: absolute;
  right: 0.1rem;
  top: 0.17rem;
  font-size: 16px;
  line-height: 0.6rem;
  display: none;
}
@media screen and (min-width: 751px) {
  .newsbox .top .switch ul li a:hover {
    color: #004da1;
  }
}
.newsbox .top .switch ul li.active span,.newsbox .top .switch ul li:hover span {
  border-color:#004da1;
  color: #004da1;
}
.newsbox .top .switch ul li.active a {
  display: block;
}
.newsbox .bot {
  margin-top: 0.78rem;
}
.newsbox .bot .item {
  display: none;
}
.newsbox .bot .item.active {
  display: block;
}
.newsbox .bot .item .left {
  float: left;
  width: 43.87%;
}
.newsbox .bot .item .left .imgbox {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.newsbox .bot .item .left .imgbox .img {
	background: url(../image/index6.jpg) no-repeat center;
  height: 4.05rem;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsbox .bot .item .left .imgbox .img img{
}
.newsbox .bot .item .left .txtbox {
  padding: 0.38rem 0.34rem 0.38rem 0.18rem;
  min-height: 1.15rem;
  box-shadow: 0 1px 0.24rem rgba(0, 0, 0, 0.06);
}
.newsbox .bot .item .left .txtbox .tit {
  font-size: 18px;
  line-height: 20px;
}
.newsbox .bot .item .left .txtbox .det {
  margin-top: 0.23rem;
  font-size: 16px;
  line-height: 1.875;
  color: #666;
}
@media screen and (max-width: 1373px) {
  .newsbox .bot .item .left .txtbox .tit {
    font-size: 16px;
    line-height: 18px;
  }
  .newsbox .bot .item .left .txtbox .det {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  .newsbox .bot .item .left:hover .img img{
    transform: scale(1.1);
  }
  .newsbox .bot .item .left:hover .txtbox .tit {
    color: #004da1;
  }
}
.newsbox .bot .item .right {
  position: relative;
  float: right;
  min-height: 5.99rem;
  width: 53.55%;
}
.newsbox .bot .item .right .swiper-slide .litxt {
  display: none;
  position: relative;
  border: 1px solid #e5ebf6;
  padding: 0.35rem 0.35rem 0.28rem 1.55rem;
  margin-bottom: 0.25rem;
  box-sizing: border-box;
}
.newsbox .bot .item .right .swiper-slide .litxt:last-child {
  margin-bottom: 0;
}
.newsbox .bot .item .right .swiper-slide .litxt .date {
  position: absolute;
  top: 50%;
  left: 0.32rem;
  margin-top: -0.28rem;
  height: 0.56rem;
  width: 0.84rem;
  border-right: 1px solid #adadad;
}
.newsbox .bot .item .right .swiper-slide .litxt .date .year {
  font-size: 0.18rem;
  line-height: 0.23rem;
  color: #666;
}
.newsbox .bot .item .right .swiper-slide .litxt .date .day {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #666;
}
.newsbox .bot .item .right .swiper-slide .litxt .tit {
  font-size: 18px;
  line-height: 28px;
}
.newsbox .bot .item .right .swiper-slide .litxt .det {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.875;
  height: 3.75em;
}
@media screen and (min-width: 751px) {
  .newsbox .bot .item .right .swiper-slide .litxt:hover .tit {
    color: #3B6EA4;
  }
}
@media screen and (max-width: 1536px) {
  .newsbox .bot .item .right .swiper-slide .litxt {
    margin-bottom: 0.15rem;
  }
  .newsbox .bot .item .right .swiper-slide .litxt .tit {
    font-size: 16px;
    line-height: 26px;
  }
  .newsbox .bot .item .right .swiper-slide .litxt .det {
    font-size: 14px;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 1280px) {
  .newsbox .bot .item .right .swiper-slide .litxt {
    margin-bottom: 0.1rem;
  }
}
.newsbox .bot .item .right .point {
  position: absolute;
  left: 0;
  bottom: 0.08rem;
  font-size: 0;
}
.newsbox .bot .item .right .point .swiper-pagination-bullet {
  margin-right: 0.14rem;
  width: 0.2rem;
  height: 0.04rem;
  background: #b2c9e3;
  opacity: 1;
  border-radius: 0;
}
.newsbox .bot .item .right .point .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.38rem;
  background: #004da1;
}
@media screen and (max-width: 750px){
	.newsbox .top .index-tit {
	    width: 100%;
		text-align: center;
	}
	.index-tit .en {
	    margin-top: 0.15rem;
	    margin-left: 0;
	    font-size: 0.32rem;
	}
	.index-tit .cn {
	    font-size: 0.36rem;
	    line-height: 0.46rem;
	}
	.index-tit .cn:before {
	    width: 0.98rem;
	    right: -0.8rem;
	    height: 0.04rem;
	    bottom: 0.02rem;
	}
	.newsbox .top .switch {
	    width: 100%;
	    padding-right: 0;
	}
	.newsbox .top .switch ul li span {
	    font-size: 0.28rem;
	    line-height: 0.7rem;
		min-width: 1.8rem;
	}
	.newsbox .top .switch ul li a {
	    font-size: 0.28rem;
	    line-height: 0.7rem;
	    right: 0;
	}
	.newsbox .bot .item .left,.newsbox .bot .item .right {
	    width: 100%;
		margin-bottom: 0.2rem;
	}
	.newsbox .bot .item .right .swiper-slide .litxt:last-child{
		margin-bottom: 0.2rem;
	}
}


.contact{
	background: url(../image/index7.jpg) no-repeat center;
	height: 9.4rem;
	background-size:cover;
	box-sizing: border-box;
	padding: 0.8rem 0 0.4rem;
}
.contact .nav{
	margin-top: 0.4rem;
	display: flex;
}
.contact .nav li{
	width: calc(100% / 3);
	text-align: center;
}
.contact .nav li span{
	border: 2px solid #064D9F;
	border-radius: 50%;
	display: flex;
	margin: 0 auto;
	width: 1rem;
	height: 1rem;
	align-items: center;
	justify-content: center;
}
.contact .nav li span img{
	width: 0.4rem;
}
.contact .nav li .p1{
	color: #064C9E;
	font-size: 0.22rem;
	margin-top: 0.1rem;
}
.contact .nav li .p2{
	font-size: 0.18rem;
}
.contact form{
	width: 73%;
	margin: 0 auto;
	margin-top: 0.6rem;
}
.contact form .flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.25rem;
}
.contact input{
	width: 48%;
	border-bottom: 1px solid #9EA7B2;
	padding: 0.2rem;
	font-size: 0.18rem;
}
.contact textarea{
	width: 100%;
	border: none;
	border-bottom: 1px solid #9EA7B2;
	padding: 0.2rem;
	font-size: 0.18rem;
	resize: none;
}
.contact input:focus,.contact textarea:focus{
	background: none;
}
.contact .btn{
	margin-top: 1.2rem;
	text-align: center;
}
.contact .btn a{
	color: #fff;
	background: #064C9E;
	padding: 0.2rem 0.9rem;
	border-radius: 4px;
}
@media screen and (max-width:1669px){
	.contact .btn{
		margin-top: 1rem;
	}
}
@media screen and (max-width:750px){
	.contact{
		height: 9.8rem;
	}
	.contact .nav li span{
		width: 0.6rem;
		height: 0.6rem;
	}
	.contact .nav li span img{
		width: 0.3rem;
	}
	.contact .nav li .p1{
		font-size: 0.28rem;
	}
	.contact .nav li .p2{
		font-size: 0.26rem;
	}
	.contact form{
		width: 92%;
	}
}

.phshow {
  display: none;
}



