@charset "utf-8";
/* body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
	background: #fff;
	font-size: 0.16rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
}
table {
  border-collapse: collapse;
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.to3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
 */
.cl {
	clear: both;
}
.d_clear:after {
	content:"";
	display: block;
	clear:both;
}
.d_wid{
	width: 1600px;
	margin: 0 auto;
}
.d_phone{
	display: none;
}


/*导航*/
.nav_list li:hover .d_subbox{
	display: block;
}
.d_subbox{
	width: 150px;
	padding-top: 20px;
	position: absolute;
	top: 40px;
	left: -45px;
	display: none;
}
.d_subbox ul{
	background: #fff;
	padding: 22px 5px 26px;
}
.d_subbox li{
	text-align: center;
	font-size: 16px;
	margin-bottom: 18px;
}
.d_subbox li:last-child{
	margin: 0;
}
.d_subbox a{
	color: #333;
}
.d_subbox a:hover{
	color: #00a0e9;
}


/* 产品中心 */
.d_gray{
	background: #f5f5f5;
	padding: 42px 0 38px;
	min-height: 400px;
	overflow: hidden;
}
.d_left{
	float: left;
	width: 280px;
}
.d_right{
	float: right;
	width: calc(100% - 280px);
	padding-left: 40px;
}
.d_list{
	width: 100%;
	position: relative;
}
.d_list_t{
	height: 88px;
	font-weight: normal;
	font-size: 20px;
	color: #222;
	background: #fff;
	border-bottom: solid 1px #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.d_list_t a{
	display: block;
	width: 100%;
	height: 100%;
	color: #222;
	display: flex;
	justify-content: center;
	align-items: center;
}
.d_list li:last-child{
	border-bottom: none;
}
.d_list li:hover .d_list_t{
	background: #00a0e9;
	color: #fff;
	font-weight: bold;
}
.d_list li:hover .d_list_t a{
	color: #fff;
}
.d_list li.on .d_list_t{
	background: #00a0e9;
	color: #fff;
	font-weight: bold;
}
.d_list li.on .d_list02{
	display: block;
}
.d_list02{
	width: 100%;
	display: none;
	background: #fff;
	border-bottom: solid 1px #ddd;
	padding: 20px 10px 20px 40px;
	display: none;
}
.d_list02 li a{
	color: #999;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0;
}
.d_list02 li:hover a{
	color: red;
}
.d_list02 li.active a{
	color: red;
}
.d_pro{
	width: 100%;
}
.d_pro ul{
	margin-right: -3%;
}
.d_pro li{
	float: left;
	width: 30.33%;
	margin: 0 3% 34px 0;
}
.d_pro_pic{
	width: 100%;
	height: 480px;
	overflow: hidden;
	margin-bottom: 18px;
}
.d_pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.d_pro_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.d_pro_info{
	color: #222;
	font-size: 18px;
	line-height: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.d_pro_info img{
	width: 30px;
}


/* 业务领域 */
.d_yewu_bg{
	background: #fff;
	padding: 52px 80px 65px 66px;
}
.d_area_title {
	font-size: 24px;
	color: #333333;
	line-height: 40px;
	font-weight: bold;
}
.d_area_en {
	font-size: 24px;
	color: #999999;
	line-height: 48px;
	margin-bottom: 34px;
}
.d_area_box{
	color: #444;
	font-size: 18px;
	line-height: 40px;
	text-align: justify;
}


/* 关于我们 */
.d_about_box{
	width: 100%;
	padding-bottom: 92px;
	overflow: hidden;
}
.index_about_list{
	display: flex !important;
	justify-content: space-between;
}
.d_honor_gray{
	width: 100%;
	background: #f8f8f8;
	padding: 104px 0 98px;
	overflow: hidden;
}
.d_honor_tit{
	width: 100%;
	text-align: center;
	margin-bottom: 82px;
}
.d_honor_tit h1{
	color: #222;
	font-size: 46px;
	line-height: 60px;
	margin-bottom: 20px;
}
.d_honor_tit div{
	width: 108px;
	height: 3px;
	margin: 0 auto;
	display: flex;
}
.d_red{
	width: 50%;
	height: 3px;
	background: #de0000;
	display: inline-block;
}
.d_blue{
	width: 50%;
	height: 3px;
	background: #00a0e9;
	display: inline-block;
}
.d_honor_box{
	width: 100%;
	padding-bottom: 35px;
	position: relative;
}
.d_honor{
	width: 100%;
	height: 678px;
	background: url(../images/d_02.png) no-repeat left top;
	background-size: 100% 100%;
}
.d_honor .swiper-slide{
	height: 320px;
	cursor: pointer;
}
.d_honor_pic{
	width: 85%;
	height: 243px;
	margin: 0 auto;
}
.d_honor_pic img{
	width: 100%;
	height: 100%;
}
.img_modal{
  position: fixed;
  width: 100%;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.img_modal_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_modal_con{
	/* width: 70%; */
	position: relative;
}
.img_modal_show{
  display: block;
}
.img_modal .img_modal_img{
  width: 100%;
	height: 60vh;
}
.img_modal .img_modal_img img{
  width: auto;
	height: 100%;
  background: #fff;
	border: solid 1px #ddd;
}
.img_modal_header{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
  right: 10px;
}
.img_modal_header img{
  width: 50px;
  height: 50px;
}
.img_modal_header img:nth-last-child(1){
  width: 50px;
  cursor: pointer;
}

.d_history_bg{
	width: 100%;
	background: url(../images/bg1.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 74px 0 120px;
	overflow: hidden;
}
.d_history_top{
	width: 100%;
	position: relative;
	margin-bottom: 98px;
}
.d_history_top .swiper-button-next, .d_history_top .swiper-button-prev{
	width: 56px;
	height: 56px;
	transform: translateY(-50%);
}
.d_history_top .swiper-button-prev{
	background: url(../images/d_05.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
}
.d_history_top .swiper-button-prev:hover{
	background: url(../images/d_06.png) no-repeat;
	background-size: 100% 100%;
}
.d_history_top .swiper-button-next{
	background: url(../images/d_07.png) no-repeat;
	background-size: 100% 100%;
	right: 0;
}
.d_history_top .swiper-button-next:hover{
	background: url(../images/d_08.png) no-repeat;
	background-size: 100% 100%;
}
.d_history_top .swiper-button-next:after, .d_history_top .swiper-button-prev:after{
	display: none;
}
.d_history_tcon{
	width: 1370px;
	margin: 0 auto;
}
.d_hispic{
	float: left;
	width: 640px;
	height: 420px;
	overflow: hidden;
}
.d_hispic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.d_hispic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.d_hisr{
	float: left;
	width: calc(100% - 640px);
	padding: 38px 0 0 54px;
	color: #666;
	font-size: 18px;
	line-height: 34px;
	text-align: justify;
}
.d_hisr li{
	padding-left: 22px;
	position: relative;
	margin-bottom: 32px;
}
.d_hisr li:last-child{
	margin: 0;
}
.d_hisr i{
	width: 6px;
	height: 6px;
	background: #00a0e9;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 0;
}
.d_hisbot_box{
	width: 100%;
	position: relative;
}
.d_his_line{
	width: 300%;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	top: 15px;
	left: -100%;
}
.d_hisbot{
	width: 100%;
}
.d_hisbot .swiper-slide{
	text-align: center;
	cursor: pointer;
}
.d_his_dot{
	width: 8px;
	height: 8px;
	background: #bfbfbf;
	border-radius: 50%;
	margin: 11px auto;
	position: relative;
}
.d_his_dot div{
	width: 30px;
	height: 30px;
	border: solid 1px #00a0e9;
	border-radius: 50%;
	position: absolute;
	top: -11px;
	left: -11px;
	opacity: 0;
}
.d_hisbot h1{
	color: #666;
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
}
.d_hisbot .swiper-slide-thumb-active .d_his_dot{
	background: #00a0e9;
}
.d_hisbot .swiper-slide-thumb-active .d_his_dot div{
	opacity: 1;
}
.d_hisbot .swiper-slide-thumb-active h1{
	color: #00a0e9;
	font-weight: bold;
}


@media only screen and  (max-width: 1600px) {
	.d_wid{
		width: 1440px;
	}


	/* 产品中心 */
	.d_pro_pic{
		height: 400px;
	}


	/* 关于我们 */
	.d_honor{
		height: 620px;
	}
	.d_honor .swiper-slide{
		height: 300px;
	}
	.d_honor_pic{
		height: 215px;
	}
	.d_history_tcon{
		width: 1200px;
	}
	.d_hisr{
		padding: 0 0 0 54px;
	}
}


@media only screen and  (max-width: 1441px) {
	.d_wid{
		width: 1200px;
	}


	/* 产品中心 */
	.d_pro_pic{
		height: 320px;
	}


	/* 关于我们 */
	.d_honor{
		height: 490px;
	}
	.d_honor .swiper-slide{
		height: 225px;
	}
	.d_honor_pic{
		height: 172px;
	}
	.d_history_tcon{
		width: 1000px;
	}
	.d_hispic{
		width: 47%;
		height: 320px;
	}
	.d_hisr{
		float: left;
		width: calc(100% - 47%);
	}
}



@media only screen and  (max-width: 1081px) {
	.d_wid {
		width: 90%;
	}


	/* 产品中心 */
	.d_pro ul{
		margin-right: -5%;
	}
	.d_pro li{
		width: 45%;
		margin: 0 5% 34px 0;
	}
	.d_pro_pic{
		height:340px;
	}


	/* 关于我们 */
	.d_honor{
		height: 490px;
	}
	.d_honor .swiper-slide{
		height: 225px;
	}
	.d_honor_pic{
		height: 172px;
	}
	.d_history_tcon{
		width: 80%;
	}
	.d_hispic{
		width: 47%;
		height: 320px;
	}
	.d_hisr{
		float: left;
		width: calc(100% - 47%);
	}
}


@media only screen and  (max-width: 1023px) {
	.d_wid {
		width: 94%;
	}
	.d_phone{
		display: block;
	}
	.d_pc{
		display: none;
	}


	/* 产品中心 */
	.d_gray{
		padding: 10px 0 38px;
	}
	.d_left{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.d_right{
		float: none;
		width: 100%;
		padding: 0;
	}
	.d_list{
		width: 110%;
		margin-left: -3%;
		position: relative;
	}
	.d_list ul{
		padding: 0 8% 0 10px;
		height: 40px;
		display: flex;
    flex-flow: column wrap;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
	}
	.d_list li{
		height: 40px;
		display: inline-block;
	}
	.d_list_t{
		font-size: 16px;
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
		background: none;
		border-bottom: none;
		display: inline-block;
	}
	.d_list li:hover{
		background: none;
	}
	/* .d_list li:hover a{
		color: #00a0e9;
	}
	.d_list li.on{
		background: none;
	}
	.d_list li.on a{
		color: #00a0e9;
	} */
	.d_list02{
		width: 100%;
		padding: 15px;
		position: absolute;
		top: 40px;
		left: 0;
		z-index: 20;
	}
	.d_list02 ul{
		height: auto;
		display: block;
		margin-right: -4%;
	}
	.d_list02 li{
		float: left;
		width: 46%;
		margin-right: 4%;
	}
	.d_list02 li a{
		font-size: 16px;
		line-height: 26px;
	}
	.d_pro ul{
		margin-right: -3%;
	}
	.d_pro li{
		width: 47%;
		margin: 0 3% 34px 0;
	}
	.d_pro_pic{
		height: 200px;
	}
	.d_pro_info{
		font-size: 16px;
		line-height: 28px;
	}


	/* 业务领域 */
	.d_yewu_bg{
		padding: 30px;
	}
	.d_area_box{
		font-size: 16px;
		line-height: 30px;
	}


	/* 关于我们 */
	.d_about_box{
		padding-bottom: 40px;
	}
	.d_honor_gray{
		padding: 54px 0 44px;
	}
	.d_honor_tit{
		margin-bottom: 40px;
	}
	.d_honor_tit h1{
		font-size: 26px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.d_honor_tit div{
		width: 70px;
	}
	.d_honor{
		height: 360px;
	}
	.d_honor .swiper-slide{
		height: 170px;
	}
	.d_honor_pic{
		height: 120px;
	}
	.d_history_top{
		margin-bottom: 54px;
	}
	.d_history_top .swiper-button-next, .d_history_top .swiper-button-prev{
		width: 36px;
		height: 36px;
		top: 100px;
		transform: translateY(0);
	}
	.d_hispic{
		float: none;
		width: 100%;
		height: 200px;
		margin-bottom: 30px;
	}
	.d_hisr{
		float: none;
		width: 100%;
		padding: 0;
		font-size: 14px;
		line-height: 24px;
	}
	.d_hisr li{
		margin-bottom: 12px;
	}
	.d_hisr i{
		top: 10px;
	}
}