@charset "utf-8";
/* ===================首页样式========================== */

/* 关于我们 s */
.ind_ab {
	padding: 1rem 0 1.2rem;
	background: url(../images/ind_ab_bg.jpg) no-repeat center;
	background-size: cover;
}

.ind_ab .ab_l {
	width: 50%;
}

.ind_ab .ab_l .ind_tit {
	text-align: left;
}

.ind_ab .ab_l .ind_tit span {
	color: #aeaeae;
}

.ind_ab .ab_l .ind_tit h3:after{
	margin: 0.2rem 0 0;
}

.ind_ab .ab_l .info {
	font-size: 16px;
	line-height: 2;
	color: #686868;
	padding-right: 15%;
	margin-top: 0.36rem;
}

.ind_ab .ab_l .more{
	margin-top: 0.5rem;
	width: 170px;
	height: 40px;
	font-size: 16px;
	color: white;
	border-radius: 20px;
	background: -webkit-linear-gradient(left,#007dd3 , #0067ae); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,#007dd3 , #0067ae); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,#007dd3 , #0067ae); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #007dd3 , #0067ae); /* 标准的语法 */

}
.ind_ab .ab_l .more i{
	display: inline-block;
	margin-left: 5px;
}

.ind_ab .ab_r {
	width: 50%;
}

.ind_ab .ab_r ul {}

.ind_ab .ab_r ul li {
	width: 100%;
	padding: 0 14%;
	margin: 0.25rem 0;
	
}

.ind_ab .ab_r ul li .ico {
	width: 0.8rem;
}

.ind_ab .ab_r ul li .ico img {}

.ind_ab .ab_r ul li .txt {
	width: calc(100% - 0.8rem);
	padding-left: 0.55rem;
}

.ind_ab .ab_r ul li .txt p {
	font-size: 32px;
	color: #006db8;
	font-family: "SY-H";
}

.ind_ab .ab_r ul li .txt span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #454647;
	font-family: "SY-M";
	margin-top: 0.08rem;
}

/* 关于我们 e */


/* 产品中心 s */
.ind_pro{
	padding: 0.8rem 0;
}
.ind_pro .con{}
.ind_pro .pro_nav {
	padding: 0.4rem 0;
}

.ind_pro .pro_nav ul {
	font-size: 0;
	text-align: center;
}

.ind_pro .pro_nav ul li {
	display: inline-block;
	margin: 0.1rem;
	width: 220px;
/* 	width: 16%;
	margin-right: 0.8%; */
	height: 52px;
	line-height: 52px;
	
}
/* .ind_pro .pro_nav ul li:last-child{
	margin-right: 0;
} */

.ind_pro .pro_nav ul li a {
	display: block;
	padding: 0 4%;
	border: 1px solid #006db8;
	border-radius: 26px;
	text-align: center;
	font-size: 18px;
	color: #5d5d5d;
	font-family: "SY-R";
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}


.ind_pro .pro_nav ul li:hover a,
.ind_pro .pro_nav ul li.active a {
	color: white;
	font-weight: bold;
	background: -webkit-linear-gradient(left,#007dd3 , #0067ae); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,#007dd3 , #0067ae); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,#007dd3 , #0067ae); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #007dd3 , #0067ae); /* 标准的语法 */
}


.ind_pro .pro_con{
	display: none;
}
.ind_pro .pro_con.show{
	display: block;
}

.ind_pro .pro_con ul {}

.ind_pro .pro_con ul li {
	width: 23%;
	margin-right: calc(8% / 3);
	border: 1px solid #999999;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ind_pro .pro_con ul li:nth-child(4n){
	margin-right: 0;
}
.ind_pro .pro_con ul li:hover{
	border-color: #006db8;
}
.ind_pro .pro_con ul li a {}

.ind_pro .pro_con ul li .com-img {
	overflow: hidden;
}

.ind_pro .pro_con ul li img {
	width: 100%;
}

.ind_pro .pro_con ul li .info {
	text-align: center;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: white;
	padding: 0 5%;
	background-color: #333333;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.ind_pro .pro_con ul li:hover .info {
	background-color: #006db8;
}

.ind_pro .swiper-button-next, .ind_pro .swiper-button-prev{
	/* color: #006db8; */
	color: #aaa;
	width: 36px;
	height: 66px;
	line-height: 66px;
	margin-top: -33px;
	font-size: 24px;
	border: 1px solid #006db8;
	background-color: #006DB8;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}
.ind_pro .pro_con:hover .swiper-button-next,.ind_pro .pro_con:hover .swiper-button-prev{
	opacity: 1;
}
.ind_pro .swiper-button-next:hover, .ind_pro .swiper-button-prev:hover{
	background-color: white;
}
.ind_pro .swiper-button-next::after,.ind_pro .swiper-button-prev::after{
	font-size: 24px;
	color: white;
}
.ind_pro .swiper-button-next:hover::after,.ind_pro .swiper-button-prev:hover::after{
	color: #006DB8;
}
.ind_pro .swiper-button-next{
	right: 0;
}
.ind_pro .swiper-button-prev{
	left: 0;
}
/* 产品中心 e */



/* 资质证书 s */
.ind_hor{
	padding: 0.8rem 0 1.2rem;
	background: url(../images/ind_hor_bg.jpg) no-repeat center;
	background-size: cover;
}
.ind_hor .ind_tit h3,.ind_hor .ind_tit p{
	color: white;
}
.ind_hor .ind_tit h3::after{
	background-color: white;
}
.ind_hor .ind_tit span{
	color: rgb(255,255,255,.3);
}
.ind_hor .con{
	position: relative;
	margin-top: 0.8rem;
	padding: 0 0.5rem 0;
}
.ind_hor .con ul{}
.ind_hor .con ul li{}
.ind_hor .con ul li img{}

.ind_hor .swiper-button-next, .ind_hor .swiper-button-prev{
	/* color: #006db8; */
	color: #aaa;
	width: 36px;
	height: 66px;
	line-height: 66px;
	margin-top: -33px;
	font-size: 24px;
	border: 1px solid #006db8;
	background-color: #006DB8;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}
.ind_hor .con:hover .swiper-button-next,.ind_hor .con:hover .swiper-button-prev{
	opacity: 1;
}
.ind_hor .swiper-button-next:hover,.ind_hor .swiper-button-prev:hover{
	background-color: white;
}
.ind_hor .swiper-button-next::after,.ind_hor .swiper-button-prev::after{
	font-size: 24px;
	color: white;
}
.ind_hor .swiper-button-next:hover::after,.ind_hor .swiper-button-prev:hover::after{
	color: #006DB8;
}
.ind_hor .swiper-button-next{
	right: 0;
}
.ind_hor .swiper-button-prev{
	left: 0;
}

.ind_hor .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -0.3rem;
}
.ind_hor .swiper-pagination-bullet{
	background-color: white;
	opacity: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ind_hor .swiper-pagination-bullet-active{
	width: 30px;
	height: 8px;
	border-radius: 4px;
	background-color: #006DB8;
}
/* 资质证书 e */



/* 新闻资讯 s */
.ind_new{
	padding: 0.6rem 0;
}
.ind_new .con{
	padding-top: 0.5rem;
}
.ind_new ul{}
.ind_new ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.ind_new ul li:last-child{
	margin-right: 0;
}
.ind_new ul li a{
	display: block;
}
.ind_new ul li .com-img{}
.ind_new ul li .com-img img{
	width: 100%;
}
.ind_new ul li .text{
	padding-top: 0.4rem;
}
.ind_new ul li .text .title{
	font-size: 24px;
	color: #006db8;
	font-family: "SY-M";
}
.ind_new ul li .text .time{
	margin: 0.2rem 0;
	font-size: 14px;
	color: #686868;
	font-family: "SY-R";
	letter-spacing: 0.5px;
}
.ind_new ul li .text .info{
	font-size: 18px;
	height: 60px;
	line-height: 30px;
	color: #686868;
	font-family: "SY-R";
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ind_new ul li .text .more{
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	border-radius: 8px;
	margin-top: 0.2rem;
	border: 1px solid #006DB8;
	background-color: white;
	color: #006DB8;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ind_new ul li .text .more:hover{
	background-color: #006DB8;
	color: white;
}
/* 新闻资讯 e */



/* 合作伙伴 s */
.ind_part{
	padding: 0.8rem 0;
	background: url(../images/ind_part_bg.jpg) no-repeat center;
	background-size: cover;
}
.ind_part .ind_tit h3,.ind_part .ind_tit p{
	color: white;
}
.ind_part .ind_tit h3::after{
	background-color: white;
}
.ind_part .ind_tit span{
	color: rgb(255,255,255,.3);
}
.ind_part .con{
	padding: 0.55rem 0 0.5rem;
	/* height: calc(300px + 2.3rem); */
}
.ind_part .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 0;
}
.ind_part ul{}
.ind_part ul li{
	/* float: left; */
	width: 14.5%;
	margin-right: 2.6%;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.ind_part ul li:nth-child(6n){
	margin-right: 0;
}
.ind_part ul li img{
	display: inline-block;
}

.ind_part .swiper-pagination-bullet{
	background-color: white;
	opacity: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ind_part .swiper-pagination-bullet-active{
	width: 30px;
	height: 8px;
	border-radius: 4px;
	background-color: #006DB8;
}
/* 合作伙伴 e */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
	/* 1440 × (900/1050) */
	.ind_ab .ab_r ul li{
		padding-right: 8%;
	}
	.ind_ab .ab_l .info{
		padding-right: 12%;
	}
	
	.ind_new ul li .text .title{
		font-size: 22px;
	}
	.ind_new ul li .text .info{
		font-size: 16px;
	}
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
	.ind_ab .ab_l .info{
		padding-right: 8%;
	}
	
}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */
	
}

@media all and (max-width:1279px) {
	/* 1152 × (864) */
}

@media all and (max-width:1151px) {
	/* 1024 × (600/768) */
	.ind_ab .ab_r ul li .txt span{
		font-size: 14px;
		line-height: 20px;
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
	/* 平板设备 720 适配 */
	.ind_ab{
		padding: 0.8rem 0 0.6rem;
	}
	.ind_ab .w16{
		flex-wrap: wrap;
	}
	.ind_ab .ab_l,.ind_ab .ab_r{
		width: 100%;
	}
	.ind_ab .ab_l .info{
		padding-right: 0;
	}
	.ind_ab .ab_r ul{
		margin-top: 0.4rem;
	}
	.ind_ab .ab_r ul li{
		padding: 0;
		margin: 0.4rem 0;
	}
	.ind_ab .ab_r ul li .txt p{
		font-size: 28px;
	}
	.ind_ab .ab_r ul li .txt span{
		margin-top: 0.2rem;
	}
	
	.ind_new{
		padding: 0.8rem 0 0.6rem;
	}
	.ind_new ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.4rem;
	}
	
	.ind_part .con{
		padding: 0.6rem 0 0.4rem;
		height: calc(2.4rem + 2rem);
	}
	.ind_part ul li{
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.ind_part .swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom: 0;
	}
	
}

@media all and (max-width:768px) {
	.ind_ab .ab_r ul li .txt p{
		font-size: 24px;
	}
	.ind_ab .ab_r ul li .txt{
		padding-left: 0.3rem;
	}
	.ind_ab .ab_r ul li .txt span{
		font-size: 13px;
		margin-top: 0.1rem;
	}
}

@media all and (max-width:640px) {
	/* 移动终端以上 360 适配 */
	.ind_pro .pro_nav ul li{
		width: 48%;
		margin: 0.12rem 1%;
		height: 48px;
		line-height: 48px;
	}
	.ind_pro .pro_nav ul li a{
		font-size: 16px;
	}
	.ind_pro .pro_con ul li{
		margin-right: 0;
	}
	.ind_pro .pro_con ul li .info{
		height: 52px;
		line-height: 52px;
		padding: 0 2%;
	}
	
	.ind_new ul li .text .title{
		font-size: 20px;
	}
	.ind_new ul li .text .info{
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
	.ind_new ul li .text .more{
		margin-top: 0.3rem;
	}
	
	
}

@media all and (max-width:480px) {
	.ind_pro .pro_nav ul li{
		height: 42px;
		line-height: 42px;
	}
	.ind_pro .pro_nav ul li a{
		font-size: 14px;
	}
	.ind_new ul li .text .title{
		font-size: 18px;
	}
}

@media all and (max-width:420px) {}

@media all and (max-width:376px) {}
