.index-header {
	width: 100%;
	height: 100vh;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.index-fixed{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
}
.index-banner {
	width: 100%;
	height: 100vh;
	position: relative;
}

.indexSwiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.indexSwiper .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translate3d(0, 0, 0);
	overflow: hidden;
}

.swiper-slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate3d(0, 0, 0);
}

.indexSwiper .swiper-horizontal>.swiper-pagination-bullets,
.indexSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: .25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indexSwiper .swiper-pagination-bullet {
	width: 0.06rem;
	height: 0.06rem;
	background: #fff;
	opacity: 1;
	border-radius: 0;
}

.indexSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 0.12rem;
	height: 0.12rem;
	border: .02rem solid #980E1B;
	opacity: 1;
	background: transparent;
}

.header-top {
	margin: 0 auto;
	height: 1rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.18);
	border-radius: 0 0 .2rem .2rem;
	display: flex;
	align-items: center;
}

.header-menu-a {
	font-size: 0.18rem;
	color: #333333;
	height: 1rem;
	line-height: 1rem;
}

.header-menu {
	font-size: 0.18rem;
	color: #333333;

	padding: 0 .2rem;
	position: relative;
}

.index-about {
	width: 100%;
	background-color: #F5F7FA;
	padding-top: 1.04rem;
}

.index-about .index-title {
	margin: 0 auto;
}

.index-about-info {
	display: flex;
	margin: .68rem auto 1.12rem;
}

.index-about-info .rig {
	width: 9.16rem;
	height: 5.66rem;
}

.index-about-info .rig img {
	width: 100%;
	height: 100%;
}

.index-about-info .left {
	width: calc(100% - 9.16rem);
	padding: .85rem .60rem 0 .35rem;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

.index-about-info .left .p {
	font-size: 0.18rem;
	line-height: 0.36rem;
	color: #333333;
	text-indent: 2em;
	text-align: justify;
}

.index-about-info .left .btn {
	width: 2rem;
	height: 0.5rem;
	background: #fff;
	border-radius: 0.08rem;
	font-size: 0.17rem;
	color: #000;
	border: #0081CC 2px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: .30rem .20rem .3rem .5rem;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index-about-info .left .btn a{display: block;
	 color: #000;
	 width: 100%;
	 text-align: center;
	 /* position: absolute; */
	 z-index: 2;
	 font-size: .16rem;
	 top: 10px;}
.index-about-info .left .btn:before,
.index-about-info .left .btn:after {
	content: "";
	position: absolute;
	z-index: 1;
	height: 60px;
	width: 0;
	top: -1px;
	background-color: #0081cc;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index-about-info .left .btn:before {
	left: -30px;
	-webkit-transform: skew(-45deg, 0);
	transform: skew(-45deg, 0);
}

.index-about-info .left .btn:after {
	right: -30px;
	-webkit-transform: skew(-45deg, 0);
	transform: skew(-45deg, 0);
}
.index-about-info .left .btn:hover {
	color: #0081cc;
	background: #0081cc;
}
.index-about-info .left .btn:hover a{
	color: #fff;
}
.index-about-info .left .btn:hover:before,
.index-about-info .left .btn:hover:after {
	width: 80%;
}


.index-about-list {
	display: flex;
	justify-content: space-between;
	padding: 0 .6rem 1.33rem;
	margin:  0 auto;
}

.index-about-list .item {
	display: flex;
	align-items: center;
	position: relative;
}

.index-about-list .item .tag {
	font-size: 0.3rem;
	color: #369BD6;
	font-weight: bold;
	position: absolute;
	top: -0.06rem;
	right: -0.3rem;
}

.index-about-list .item img {
	width: 0.8rem;
	max-height: .9rem;
	margin-right: .3rem;
}
.index-about-list .item:nth-of-type(2) img{
	width: 0.64rem;
	height: 0.8rem;
}
.index-about-list .item .num {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index-about-list .item .num span {
	font-size: 0.6rem;
	font-weight: 600;
	color: #304770;
	display: flex;
}

.index-about-list .item .num p {
	font-size: 0.18rem;
	color: #000000;
}

.index-industry {
	display: flex;
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: 4.2rem;
	position: relative;
}

.index-industry .border {
	position: absolute;
	left: 3rem;
	top: 1.89rem;
	width: 6.1rem;
	height: 6rem;
	border: 0.02px solid #EEEEEE;
}

.index-industry-left {
	width: calc(100% - 7.1rem);
}

.index-industry-left .info {
	padding: 1.04rem .95rem 0 .4rem;
	position: relative;
	width: 100%;
}

.index-industry-left .info .p {
	font-size: 0.18rem;
	line-height: 0.36rem;
	color: #333333;
	margin-bottom: .32rem;
	background-color: #fff;
	text-indent: 2em;
}

.index-industry-left .info .btn {
	width: 2rem;
	height: 0.5rem;
	border: .02px solid #0081CC;
	border-radius: 0.08rem;
	font-size: 0.18rem;
	color: #0081CC;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 9999;
}

.index-industry-rig {
	width: 7.1rem;
	height: 5.6rem;
	position: relative;

}

.index-industry-rig img {
	width: 7rem;
	height: 5.5rem;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: .1rem;
}

.index-industry-rig .bg {
	width: 6.7rem;
	height: 5.2rem;
	background: #0081CC;
	margin-top: .4rem;
}

.index-industry {}

.index-industry .bott {
	width: 100%;
	padding: 0 .95rem;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 5.6rem;
}

.index-industry .bott .item {
	width: 3rem;
	display: flex;
	flex-direction: column;
}
.index-industry .bott .item:hover  img{
    box-shadow: 0 0 12px #0081cc;
  -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform:scale(0.95);
    transform: scale(0.95);
    -webkit-transition-delay: 0s, 1.5s, 1.5s;
    -moz-transition-delay: 0s, 1.5s, 1.5s;
    -ms-transition-delay: 0s, 1.5s, 1.5s;
    -o-transition-delay: 0s, 1.5s, 1.5s;
    transition-delay: 0s, 1.5s, 1.5s;

}
.index-industry .bott .item.activeimg img{
    box-shadow: 0 0 12px #0081cc;
     -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform:scale(0.95);
    transform: scale(0.95);
}
.index-industry .bott .item:nth-of-type(1) {
	margin-top: 1rem;
}

.index-industry .bott .item:nth-of-type(3) {
	margin-top: .66rem;
}

.index-industry .bott .item img {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.index-industry .bott .item .text {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	    line-height: .55rem;
}

.index-industry .bott .item .text .squre {
	width: 0.2rem;
	height: 0.2rem;
	background: #0081CC;
	border-radius: 0.04rem;
	margin-right: .2rem;
}

.index-industry .bott .item .text .span {
	font-size: 0.24rem;
	color: #0081CC;
}

.index-new {
	width: 100%;
	background-color: #F5F7FA;
	padding: 1.23rem 0 1.34rem;
}

.index-new-list {
	display: flex;
	margin: .89rem auto 0;
}

.index-new-list .item {
	display: block;
	position: relative;
	width: 30%;
	height: 5rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.16rem 0rem rgba(0, 128, 208, 0.24);
	border-radius: 0.08rem;
	margin-right: .42rem;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.index-new-list .item:hover {
   box-shadow: 0 0 12px rgba(0,129,204,.5);
  -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(1.02) translateY(-15px);
    -moz-transform: scale(1.02) translateY(-15px);
    -ms-transform: scale(1.02) translateY(-15px);
    -o-transform:scale(1.02) translateY(-15px);
    transform: scale(1.02) translateY(-15px);
    -webkit-transition-delay: 0s, 1.5s, 1.5s;
    -moz-transition-delay: 0s, 1.5s, 1.5s;
    -ms-transition-delay: 0s, 1.5s, 1.5s;
    -o-transition-delay: 0s, 1.5s, 1.5s;
    transition-delay: 0s, 1.5s, 1.5s;
}
.index-new-list .item:nth-of-type(3) {
	margin-right: 0rem;
}
.index-new-list .item .imgbox{
	width: 100%;
	height: 2.5rem;
	overflow: hidden;
} 
.index-new-list .item img {
	width: 100%;
	height: 100%;
	background-color: #Fff;
	border-radius: 0.08rem 0.08rem 0 0;
	transition: all .4s ease-out 0s;
}
.index-new-list .item img:hover{
	transform: scale(1.1);
}
.index-new-list .item .info {
	background-color: #fff;
	padding: .5rem .3rem .27rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 0 0 0.08rem 0.08rem;
}

.index-new-list .item .info .tit {
	font-size: 0.24rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: .21rem;
}
.index-new-list .item .info:hover .tit {
	color: #0081CC;
}
.index-new-list .item .info .text {
	height: 0.69rem;
	font-size: 0.18rem;
	font-weight: 400;
	color: #666666;
	line-height: 0.24rem;
	margin-bottom: .34rem;
}

.index-new-list .item .info .bott {
	align-items: center;
}

.index-new-list .item .info .bott .span {
	font-size: 0.18rem;
	color: #0081CC;
}

.index-new-list .item .info .bott img {
	width: 0.11rem;
	height: 0.11rem;
}

.index-new-list .item .tag {
	width: 1.7rem;
	height: 0.62rem;
	text-align: center;
	line-height: .5rem;
	background-image: url(../img/index/tag.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-size: 0.18rem;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 2.25rem;
	left: -.12rem;
}
/* .istop{
	position: fixed;
	bottom: 4.41rem;
	right: .38rem;
	z-index: 9;
	background: #fff;
	border-radius: .06rem;
}
.istop img{
	width: 0.54rem;height: 0.54rem;
} */
