*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;}
a{text-decoration: none;}
.con_c em,.con_c i{display: block;font-style: normal;}
.com{margin: 0 auto;width:100%;min-width: 360px;max-width: 1200px;}

@font-face {
	font-family: 'iconfont';  
	src: url('//at.alicdn.com/t/c/font_1490935_b8z25yp8sn6.eot?t=1663385960218'); 
	src: url('//at.alicdn.com/t/c/font_1490935_b8z25yp8sn6.eot?t=1663385960218#iefix') format('embedded-opentype'), 
		 url('//at.alicdn.com/t/c/font_1490935_b8z25yp8sn6.woff2?t=1663385960218') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1490935_b8z25yp8sn6.woff?t=1663385960218') format('woff'),
		 url('//at.alicdn.com/t/c/font_1490935_b8z25yp8sn6.ttf?t=1663385960218') format('truetype'),
		 url('//at.alicdn.com/t/c/font_1490935_b8z25yp8sn6.svg?t=1663385960218#iconfont') format('svg');
  }
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*产品多图展示*/
.view {
	width: 48.5%;
	position: relative;
}

.view .swiper-slide {
	padding: 0 3px;
	overflow: hidden;
	text-align: center;
}

.view .swiper-slide img {
	border: 1px solid #ddd;
	width: 100%;
}

.view .arrow-left {
	position: absolute;
	left: 10px;
	z-index: 10;
	transform: rotate(180deg);
	display: none;
}

.view .arrow-right {
	position: absolute;
	right: 10px;
	z-index: 10;
	display: none;
}

.view .arrow-left span,
.view .arrow-right span {
	font-size: 36px;
	color: #666;
}

.view .arrow-left,
.view .arrow-right {
	top: 50%;
	margin-top: -18px;
}

.preview {
	position: relative;
	margin: 4% 0 5%;
}

.preview .swiper-slide {
	width: 24%;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}

.preview .swiper-slide img {
	border: 1px solid #ddd;
	width: 100%;
	image-rendering: auto;
}

.preview .active-nav {
	border: 1px solid #007cc3;
}

.preview .arrow-left {
	left: 10px;
	transform: rotate(180deg);
}

.preview .arrow-right {

	right: 10px;
	;
}

.img_bc {
	margin-top: 10px;
}

.img_c .swiper-wrapper {
	height: auto !important;
}

.preview .arrow-left,
.preview .arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 10;
	opacity: 0;
	transition: all .5s;
}

.preview .arrow-left span,
.preview .arrow-right span {
	font-size: 20px;
	color: #999;
}

.sx_btn {
	display: flex;
	justify-content: center;
	margin: 2% auto;
}

.sx_btn>a {
	background: #333;
	color: #fff;
	padding: 1% 0;
	width: 35%;
	text-align: center;
}

.sx_btn>a+a {
	background: #007cc3;
	margin-left: 1%;
}

.img_c {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.img_lc {
	width: 49%;
	position: relative;
}

.img_info>b {
	display: block;
	font-size: 26px;
}

.img_info>p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 12px;
}

.ewm_c {
	display: flex;
	padding: 4%;
	margin: 4% 0 0;
	background: #007cc3;
	align-items: center;
}

.ewm_c span {
	display: block;
	text-align: center;
}

.ewm_c>p+p {
	margin-left: 3%;
}

.preview:hover .arrow-left,
.preview:hover .arrow-right {
	opacity: 1;
}
.ewm_c p {
    background: #fff;
    padding: 3%;
}
.ewm_c img {
	max-width: 100px;
}
.pho_c em,.pho_c i {
    font-style: normal;
    color: #fff;
}

.pho_c em {display: block;font-size: 24px;margin-top: 4px;}

.pho_c {
    margin-left: 7%;
}

.pho_c i {
    font-size: 16px;
}

.pho_c i+i {
    margin-top: 7%;
    display: block;
}


/*产品导航*/
.pro_nc {background: #f8f8f8;box-shadow: 0 0 15px rgba(0,0,0,0.1);margin-bottom: 2.2%;}

.pro_nav {
    display: flex;
    justify-content: space-between;
    padding: 0 1%;
    height: 75px;
    align-items: center;
}

.pro_nav ul {
    display: flex;
    height: 100%;
    width: 60%;
    justify-content: flex-end;
}

.mbx_ti {
    position: relative;
    font-size: 15px;
    color: #666;
    padding-left: 26px;
}
.mbx_ti a{
	color: #666;
}
.mbx_ti:after {
    position: absolute;
    content: "\e61e";
    font-family: "iconfont";
    color: #666;
    font-size: 15px;
    left: 0;
    top: 3px;
}

.pro_nav li {height: 100%;width: 19%;}

.pro_nav li a {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: center;
	color: #666;
}
.pro_nav li:hover a {
    background: #007cc3;
    color: #fff;
}

.pro_nav li.active a {
    background: #007cc3;
    color: #fff;
}
/*内页产品*/
.ny_prototal {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.ny_prolist {
	width: 31.3%;
	margin: 0 1%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
}

.ny_propic {
	overflow: hidden;
}

.ny_propic img {
	width: 100%;
	transition: all 0.5s;
}

.ny_protil {
	padding: 4% 0% 5% 0;
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	color: #333;
	border-top: 1px solid rgba(238,238,238,0.5);
}

.ny_prolist a:hover .ny_protil {
	color: #007cc3;
}

.ny_prolist a:before,
.ny_prolist a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	z-index: 222;
	box-sizing: border-box;
	transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;
	opacity: 0;
}

.ny_prolist a:before {
	top: 0;
	left: 0;
	border-top: 1px solid #007cc3;
	border-right: 1px solid #007cc3;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}

.ny_prolist a:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #007cc3;
	border-left: 1px solid #007cc3;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}

.ny_prolist a:hover:before,
.ny_prolist a:hover:after {
	width: 100%;
	height: 100%;
	transition: width 0.5s linear 0s, height 0.5s linear 0.5s;
	opacity: 1;
}

.ny_prolist:hover {
	box-shadow: 0 0 2.4vw 0 rgba(0, 0, 0, 0.1);
}

.ny_prolist a:hover .ny_propic img {
	transform: scale(1.1);
}
/*分页*/

.pagebar .pagination {
  margin: 1.2% 0 2%;
  text-align: center;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 0.4% 0.7%;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #007cc3;
  border: 1px solid #007cc3;
}
.pagination a.page-num-current {
  color: #fff;
  background: #007cc3;
  border: 1px solid #007cc3;
}
.tac{text-align: center;}
/*产品描述*/
.pro_c {box-shadow: 0 0 8px 5px #eee;padding: 3%;margin-bottom: 2%;}
.pro_t{display: flex;}
.pro_t span{font-size: 1.4rem;background-color: #007cc3;color: #fff;padding: 0.6% 1%;display: flex;align-items: center;min-width: 40px;justify-content: center;flex-shrink: 0;}
.pro_t p{font-size: 1.15rem;background: #eee;width: 100%;padding-left: 1%;display: flex;align-items: center;}
.pro_info{margin: 1.55% 0;font-weight: lighter;line-height: 38px;font-size: 1rem;}
.pro_info>p {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    margin: 1% 0 0.4%;
	line-height: 24px;
}

.pro_info>p:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #007cc3;
    border-radius: 100%;
    top: 6px;
    left: 0;
}

.pro_info>p:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #007cc3;
    border-radius: 100%;
    top: 9px;
    left: 3px;
}
.pro_tab{border-collapse: collapse;margin: 20px 0;}
.pro_tab td{border: 1px solid #ddd;text-align: center;line-height: 30px;padding: 10px;word-wrap: break-word;word-break:break-all;}
.pro_tab tr:nth-child(1) td{background: #007cc3;color: #fff;}
.gm_tab tr:nth-child(1) td{background: none;color: #333;font-weight: bold;}
.pro_tab2 tr td:nth-child(2){width: 52%;}
.pro_tab3 tr:nth-child(1) td {background: none;color: #333;}
.pro_tab4 tr td:nth-child(2){width: 80%;}
.no_center td{text-align: left;}
p.zu {color: red;margin-bottom: 2%;}
/* ban_c */
.ban_bc{position:relative;background: url(../images/ggg.jpg) no-repeat center 0;padding: 3% 0;}
.ban_bc .text{color:#fff;text-align: center;}
.ban_bc .text p{font-size:26px;font-weight: bold;color: #fff;}
.ban_bc .text b{font-size:30px;color: #fff;display: block;margin: 1.5% 0 2.2%;}
.ban_bc .text ul{overflow:hidden;display: flex;justify-content: center;}
.ban_bc .text li{text-align:center;font-size:16px;border:#fff solid 1px;color: #fff;padding: 0.5% 3.6%;}
.ban_bc .text li+li{margin-left: 1%;}
/**/
.com_title h3 {
    font-size: 32px;
    font-weight: bold;
}
.com_title {
    text-align: center;
}
.pain_point{
	position: relative;
	margin: 4% auto 5.5%;
}
.com_title{
	margin-bottom: 3.2%;
}
.addfan-img .tit{
	padding: 40px 0;
}
.multi_channel .multi_channel-box .title{
	padding-top: 50px;
}
.com_title p
{
	font-weight: 400;
	color: #545454;
	display: inline-block;
	margin-top: 0.6%;
	font-size: 18px;
}
.com_title span{
	line-height: 16px;
	color: #f2003f;
	font-size: 32px;
	font-weight: bold;
}

.pain_point_box{
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: rgb(231 231 231) 0px 0px 10px 5px;
	display: flex;
}
.pain_point_box .programme{
	width: 20%;
	background: url(../images/IMG_20201201_111814.jpg) no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	background-size: cover;
	padding: 4% 0;
}
.programme_box{
	border: 1px solid rgba(255,255,255,0.5);
	width: 66%;
	padding: 12px 0;
}
.pain_point_box .programme:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,124,195,0.7);
    z-index: -1;
}
.programme_box p{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	width: 75%;
	margin: 0 auto;
	padding: 10px 0;
}
.programme_box p:last-child{
	border-bottom: none;
}
.programme a{
	display: flex;
	width: 66%;
	height: 36px;
	background: #3fa2db;
	margin-top: 10%;
	align-items: center;
	justify-content: center;
}
.programme a span{
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, .8);
}
.programme a i{
	display: inline-block;
	width: 12px;
	height: 7px;
	background: url('../images/live_img35.png') no-repeat;
	vertical-align: middle;
	opacity: .8;
	margin-left: 10px;
	transition: all .35s ease-out;
}
.programme a:hover i {
	margin-left: 14px;
}
.programme a:hover span{
	color: rgba(255, 255, 255, 1);
}
.pain_point_box .list{
	position: relative;
	width: 26.66%;
	padding: 4% 2.3% 2%;
	display: flex;
	flex-direction: column;
}
.pain_point_box .list:hover .p1 span{
	color: #007cc3;
}
.pain_point_box .list:hover .p2{
	color: #1d9fe9;
}
.pain_point_box .list:hover .p4{
	color: rgba(94, 94, 94, 1);
}
.pain_point_box .list::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 56px;
	width: 1px;
	height: 238px;
	background: #EAEAEA;
}
.pain_point_box .last::after{
	display: none;
}
.pain_point_box .list .p1 i{
	font-style: normal;
	font-size: 32px;
	color: #007cc3;
	display: inline-block;
}
.pain_point_box .list .p1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pain_point_box .list .p1 span{
	font-size: 36px;
	font-weight: 400;
	color: #EFEFEF;
}
.pain_point_box .list .p2{
	font-size: 18px;
	font-weight: 600;
	color: #111111;
	line-height: 25px;
	margin: 24px 0 0;
}
.pain_point_box .list .p3 span{
	font-size: 12px;
	color: #D8D8D8;
	margin: 3px 0 16px 0;
	display: inline-block;
	text-transform: uppercase;
}
.pain_point_box .list .p4{
	font-size: 16px;
	color: #A3A3A3;
	line-height: 26px;
	margin-bottom: 9px;
}
/*sup*/
.pro_tit{text-align: center;}
.pro_tit i{position: relative;margin: 0 auto;width: 15px;height: 15px;border-radius:100%;border:1px solid #007cc3;}
.pro_tit i:after{position: absolute;content: "";top: 4px;left: 4px;width: 5px;height: 5px;background: #007cc3;border-radius: 100%;}
.pro_tit strong,.pro_tit b{display: block;font-size: 32px;color: #fff;margin: 0 0 0.8%;}
.pro_tit p{font-size: 20px;color: #fff;}
.sup_bc{padding: 3% 0;overflow: hidden;background: url(/static/upload/image/20220912/supbg2.jpg) no-repeat center;
    position: relative;
    z-index: 2;background-size: cover;}
.sup_bc:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,124,195,0.6);
    top: 0;
    left: 0;
    z-index: -1;
}
.sup_iic{position: relative;background: rgba(255,255,255,0.92);padding: 3%;margin-top: 3%;}
.sup_ic{overflow: hidden;}
/*.sup_iic:after {position: absolute;content: "";width: 500px;height: 100%;background: #f8f8f8;right: -500px;top: 0;}*/
.sup_ic>ul{display: flex;position: relative;padding-top: 5px;}
.sup_ic>ul:after{position: absolute;content: "";width: 100%;height: 1px;background: #ddd;bottom: 7%;left: 0;}
.sup_ic>ul>li{width: 25%;text-align: center;}
.sup_ic>ul>li span{color: #191d1c;display: block;font-size: 36px;}
.sup_ic>ul>li strong,.sup_ic>ul>li b{display: block;font-size: 22px;color: #191d1c;margin: 6% 0 8%;font-weight: normal;}
.sup_ic>ul>li p,.sup_ic>ul>li i{width: 16px;height: 16px;border-radius: 100%;background: rgba(25,29,28,0.5);margin: 0 auto;display: flex;justify-content: center;align-items: center;z-index: 99;position: relative;transition:none;}
.sup_ic>ul>li em{width: 8px;height: 8px;border-radius: 100%;background: #191d1c;font-size:0;}
.sup_ic>ul>li.on span,.sup_ic>ul>li.on strong,.sup_ic>ul>li.on b{color: #007cc3;}
.sup_ic>ul>li.on p,.sup_ic>ul>li.on i{background: rgba(0,124,195,0.5)}
.sup_ic>ul>li.on em{background:#007cc3;}
.sup_cc{margin-top: 3.5%;display: flex;transition: all .5s;}
.sup_item{display: flex;flex-shrink: 0;width: 100%;}
.sup_lc{width: 46%;}
.sup_rc{width: 54%;display: flex;flex-direction: column;justify-content: center;padding: 0 0 0 2%;}

.sup_lc img{width: 100%;}
.sup_rc>strong,.sup_rc>b{display: block;font-size: 26px;color: #007cc3;}
.sup_rc>p{font-size: 18px;color: #666;margin: 1.7% 0 3.4%;}
.sup_rc>em,.sup_rc>i{width: 25px;height: 2px;background: #007cc3;margin-bottom: 4.2%;margin-left: 5px;font-size:0;}
.sup_rc>div>p{font-size: 16px;color: #888;line-height: 28px;position: relative;padding-left: 20px;}
.sup_rc>div>p:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #666;
    border-radius: 100%;
    top: 9px;
    left: 4px;
}
.sup_rc>div>p+p{margin-top: 10px;}
.sup_rbo{display: flex;margin-top: 5%;align-items: center;position: relative;}
.sup_rbo span{font-size: 20px;}
.sup_rbo span.iconfont{margin-right: 8px;}
.sup_rbo>div{font-size: 24px;color: #007cc3;font-weight: bold;}

/*list*/
.list_bc{background: #f2f2f2;}
.list_c{
	padding: 3.2% 0;
	display: flex;
    justify-content: space-between;
	}
.list_item{
	width: 32%;
	background: #fff;
	transition: all .35s ease-out;
}
.list_item .top{
	width: 100%;
	padding: 6.3% 0;
	background: #007cc3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list_item .top i{
	font-size: 48px;
	color: #fff;
	margin-right: 12px;
}
.list_item .top p{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 7px;
}
.list_item .top p span{
	display: block;
	font-size: 16px;
	color: #f8f8f8;
	margin: 15px 0 0 0;
	font-weight: normal;
}
.list_item .bottom{
	padding: 7.2% 14.4% 3.7% 19%;
	display: flex;
	flex-direction: column;
}
.list_item .bottom p{
	font-size: 17px;
	font-weight: 400;
	color: #2A2A2A;
	line-height: 14px;
	position: relative;
	margin-bottom: 24px;
}
.list_item .bottom p span{
	font-size: 15px;
	color: #979797;
	line-height: 24px;
	margin-top: 10px;
	display: block;
}
.list_item .bottom p em{
	position: absolute;
	right: -20px;
	top: 0px;
	font-size: 22px;
	color: #999;
}
.list_item .bottom p i{
	    position: absolute;
	    left: -38px;
	    top: 11px;
	    width: 16px;
	    height: 1px;
	    background: #E7E7E7;
}
.list_item:nth-child(1) .bottom p,.list_item:nth-child(3) .bottom p{
	margin-bottom: 10.8%;
}
/* about */
.ab_c {
    padding: 3.1% 0;
}

.ab_t {
    text-align: center;
    font-size: 36px;
}

.ab_t b {
    display: block;
}
.ab_t b span{color: #f2003f;}

.ab_t p {
    font-size: 20px;
    margin-top: 1%;
}

.ab_ic {
    margin-top: 4%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.ab_ic li i {
    background: linear-gradient(-23deg,#007cc3,#8acaef);
    box-shadow: 0 10px 16px 0 rgb(138 202 239 / 30%);
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    margin-bottom: 17px;
}

.ab_ic li+li {
    margin-top: 11%;
}

.ab_lc,.ab_rc {
    width: 28%;
}

.ab_imgc {
    width: 40%;margin-right: 7px;
}

.ab_imgc img {
    width: 100%;
}


.ab_ic li p {
    font-size: 16px;
    color: #999;
    line-height: 30px;
}
.ab_rc li {display: flex;flex-direction: column;align-items: flex-end;}
.ab_rc li p{text-align: right;}

/*适应*/
@media screen and (max-width:1300px){
	.ban_bc .text p{font-size: 20px;}
	.ban_bc .text b{font-size: 24px;margin: 0.6% 0 1.4%;}
	.pain_point{margin: 3% 2% 4%;}
	.list_c{padding: 2%;}
	.ab_c{padding: 3% 2%;}
	.programme_box,.programme a{width: 80%;}
	.sup_bc{padding:2%}
	.sup_iic{margin-top:2%}
	.ban_bc .text li{padding: 0.2% 4%;}
}
@media screen and (max-width:1080px){
  .programme_box,.programme a{width: 84%;}
  .programme_box p{width:80%;}
  .ban_bc .text b{font-size: 22px;margin: 0.6% 0 1.4%;}
  .ban_bc .text p {font-size: 18px;}
}

@media screen and (max-width:992px){
	.pro_t p{font-size: 1rem;}
	.pro_info{line-height: 32px;}
	.ban_bc .text p{font-size: 16px;}
	.ban_bc .text b{font-size: 20px;}
	.ban_bc .text li{font-size: 14px;}
	.com_title h3,.com_title span{font-size: 28px;}
	.com_title{margin: 3% 0;}
	.com_title p{margin-top: 1%;}
	.pain_point_box{flex-wrap: wrap;box-shadow:none;justify-content: space-around;}
	.pain_point_box .list,.programme{margin-bottom: 2%;}
	.pain_point_box>div{width: 48%!important;}
	.pain_point_box .programme{padding: 4% 0;}
	.programme a{margin-top: 5%;}
	.pain_point_box .list:after{display: none;}
	.pain_point_box .list,.pain_point_box .programme{box-shadow: rgb(231 231 231) 0px 0px 9px 3px;}
	.pro_tit strong,.pro_tit b{font-size: 26px;margin: 0 0 0.5%;}
	.sup_ic>ul>li b,.sup_ic>ul>li strong{font-size: 20px;}
	.sup_ic>ul>li span{font-size: 30px;}
	.sup_ic>ul>li i{width: 14px;height: 14px;}
	.sup_ic>ul>li em{width: 6px;height: 6px;}
	.sup_rc>b,.sup_rc>strong{font-size: 22px;}
	.sup_rc>p{font-size: 17px;line-height: 30px;}
	.sup_iic{padding: 3%;}
	.sup_rbo span{font-size: 18px;}
	.sup_rbo>div{font-size: 20px;}
	.sup_rc{padding: 2% 2% 0 2%;}
	.sup_rc{justify-content: flex-start;}
	.sup_lc,.sup_rc{width: 100%;}
	.sup_lc{height: 350px;overflow: hidden;}
	.sup_item{flex-wrap: wrap;flex-direction: column;}
	.sup_rbo{margin-top: 4%;}
	.list_c{padding: 2.2%;flex-wrap: wrap;justify-content: space-around;}
	.list_item{width: 48%;}
	.list_item .top p{font-size: 20px;}
	.list_item:last-child{width: 100%;margin-top: 2%;}
	.list_item:last-child .top{padding: 3% 0;}
	.list_item:last-child .bottom{padding: 4% 8% 1% 10%;}
	.list_item:last-child .bottom p{margin-bottom: 5%;}
	.ab_c{padding: 3%;}
	.ab_imgc{display: none;}
	.ab_t b{font-size: 22px;}
	.ab_t p{font-size: 16px;margin-top: 1%;}
	.ab_c{padding: 5% 4%;}
	.ab_lc, .ab_rc{width: 100%;}
	.ab_ic{flex-direction: column;flex-wrap: wrap;justify-content: flex-start;margin-top: 6%;}
	.ab_ic li+li{margin-top: 4%;}
	.ab_ic li i{margin-bottom: 10px;padding: 5px 20px;}
	.ab_rc li{align-items: flex-start;}
	.ab_rc li p{text-align: left;}
	.ab_rc{margin-top: 5%;}
}

@media screen and (max-width:768px){
	.pain_point_box .list .p3 span{
		margin: 3px 0 6px 0;
	}
	.ban_bc .text b {
		font-size: 18px;
		margin: 0 0 1.4%;
	}
	.ban_bc .text p {
		font-size: 16px;
	}
	
}

@media screen and (max-width:576px){
	.pro_t span{font-size: 22px;padding: 1.5%;}
	.pro_info{line-height:30px;margin:10px 0;}
	.pro_tab{margin: 15px 0;}
	.ban_bc .text b{font-size: 18px;margin: 0.5% 0 2%;}
	.ban_bc{padding: 5% 0 6% 3%;}
	.com_title h3{font-size: 18px;}
	.com_title span{font-size: 18px;}
	.com_title{margin: 6% 0 2%;}
	.pain_point_box{flex-wrap: wrap;box-shadow:none;}
	.pain_point_box>div{width: 100%!important;}
	.pain_point_box .programme{padding: 8% 0;}
	.programme a{margin-top: 5%;}
	.pain_point_box .list:after{display: none;}
	.pain_point_box .list,.pain_point_box .programme{box-shadow: rgb(231 231 231) 0px 0px 9px 3px;margin: 3% 3% 0;}
	.pro_tit strong,.pro_tit b{font-size: 20px;}
	.pro_tit p{font-size: 16px;}
	.sup_bc{padding-top: 5%;}
	.sup_iic{padding: 3% 2%;margin-top: 5%;}
	.sup_ic>ul>li b,.sup_ic>ul>li strong{font-size: 15px;}
	.sup_ic>ul>li span{font-size: 24px;}
	.sup_ic>ul>li i{width: 10px;height: 10px;}
	.sup_ic>ul>li em{width: 4px;height: 4px;}
	.sup_item{flex-wrap: wrap;flex-direction: column;}
	.sup_lc,.sup_rc{width: 100%;}
	.sup_lc{height: auto;}
	.sup_rc{padding: 3%;justify-content: flex-start;}
	.sup_rc>b,.sup_rc>strong{font-size: 18px;}
	.sup_rc>p{font-size: 16px;margin: 2% 0 4%;line-height: 26px;}
	.sup_rbo span{font-size: 16px;}
	.sup_rbo>div{font-size: 18px;}
	.list_c{flex-direction: column;flex-wrap: wrap;justify-content: flex-start;}
	.list_item{width: 100%;}
	.list_item:nth-child(1) .bottom p, .list_item:nth-child(3) .bottom p{
		margin-bottom: 7%;
	}
	.list_item .bottom{padding: 6% 10% 2% 15%!important;}
	.list_item .bottom p{font-size: 16px;}
	.list_item .top p{font-size: 20px;padding-top: 0;}
	.list_item .top p span{margin: 10px 0 0 0;}
	
}


/*产品列表下方样式*/
.de_bt{text-align:center;width:100%;padding: 0 0 1.5%;}
.de_bta{color:#333;}
.de_bta span{font-weight:bold;color:#0084c4;font-size: 32px;}
.de_btb{font-size:18px;color:#999;margin-top: 0.8%;}
.de_btb p{display: flex;text-transform: uppercase;font-size: 18px;letter-spacing: 1px;font-weight: lighter;align-items: center;justify-content: center;}
.de_btb i{width:30px;height: 1px;background: #acacac;display: inline-block;margin: 0 10px;}

.yi_c{
	overflow: hidden;
	background: url(../images/IMG_5044.jpg);
	position: relative;
	z-index: 2;
	background-size: cover;
	}
.yi_c:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    z-index: -1;
}
.yq_l {
    position: relative;
    width: 38%;
    border-radius: 100%;
    border: 2px dotted #0084c4;
    padding: 3.2%;
}

.yq_td {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.yq_ll {
    width: 30%;
	padding-top: 4%;
}

.yq_tc {
    padding-bottom: 3%;
}
.yq_r {
    width: 20%;
    position: relative;
}

.yq_l img {
    width: 100%;
}

.yq_l p {
    border-radius: 100%;
    overflow: hidden;
    background: rgba(0,132,196,0.6);
    width: 100%;
    position: relative;
}

.yq_l i {
    position: absolute;
    width: 8%;
    height: 8%;
    border-radius: 100%;
    background: #0084c4;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yq_l i:nth-of-type(1) {
    right: 16%;
    top: 6%;
}

.yq_l i:nth-of-type(2) {
    right: -2%;
    top: 30%;
}

.yq_l i:nth-of-type(3) {
    right: -3%;
    top: 59%;
}

.yq_l i:nth-of-type(4) {
    right: 12%;
    bottom: 9%;
}

.yq_r b {
    display: block;
    font-size: 22px;
    color: #0084c4;
}

.yq_r p {
    font-size: 20px;
    color: #666;
    margin-top: 4%;
}

.yq_r li:nth-child(1) {left: -20%;top: 1%;}

.yq_r li {position: absolute;}

.yq_r li:nth-child(2) {
    top: 28%;
}

.yq_r li:nth-child(3) {
    top: 58%;
}

.yq_r li:nth-child(4) {
    bottom: 6%;
    left: -15%;
}
.yq_ll>b {
    display: block;
    font-weight: bold;
    font-size: 22px;
}

.yq_ll>p {
    font-size: 18px;
    margin: 5% 0;
    line-height: 30px;
    width: 90%;
	color: #666;
}

.yq_ll>i {
    display: block;
    font-style: normal;
    color: #0084c4;
    font-weight: 600;
    font-size: 26px;
    margin-top: 8%;
}

.yq_ll>em {
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    margin-top: 3%;
    display: block;
	color: #666;
}

.btnn {
    display: inline-block;
    border: 1px solid #0084c4;
    border-radius: 30px;
    padding: 1% 8%;
    color: #0084c4;
    margin-top: 10%;
}

.pro_at .swiper-wrapper{
	height: auto;
}
.sw em {
    font-style: normal;
    color: #ccc;
    font-size: 16px;
}

.sw span {
    color: #0084c4;
    font-size: 48px;
    border-radius: 100%;
    border: 1px solid #d7d7d7;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	margin: 0 auto;
}

.sw p {
    font-size: 18px;
    margin: 4% 0 1%;
}

.sw .swiper-slide>div{
    text-align: center;
	margin: 3% 4%;
	padding: 10% 0;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.1);
}

.sw span:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    border-radius: 100%;
    border: 1px solid #d7d7d7;
}
.pro_at {
    margin-bottom: 2.5%;
}

.fgt{background: url(../images/bgg.jpg) no-repeat center 0;background-size: cover;padding:3% 2%;}
.fgt .t1{font-size:26px;color:#fff;}
.fgt .t2{font-size:34px;color:#fff;margin: 2.2% 0 1.6%;font-weight:bold;}
.fgt .t2 span {
    font-weight: normal;
    font-size: 34px;
    margin-right: 1%;
}

.fgt .t2 span+span {
    margin-left: 3%;
}
.fgt .t3{font-size: 20px;color:#fff;}
.fgt .t4{margin:3% 0 0;display:flex;}
.fgt .t4 a{border-radius:30px;background:#fff;font-size:18px;transition:all 0.3s;text-align:center;color: #333;padding: 0.5% 6.5%;}
.fgt .t4 a:nth-child(1){background:#108bf0;color:#fff}
.fgt .t4 a+a{margin-left:10px;}
.certify {
	position: relative;
	margin: 3% auto 0;
	overflow: hidden;
}
.certify .swiper-container {
	padding-bottom: 5%;
}
.certify .swiper-wrapper{height: auto;}

.certify  .swiper-slide {
	width: 520px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
.zsc .swiper-slide{
    width: 468px;
}
.certify  .swiper-slide img{
	display:block;
	width: 100%;
}

.certify  .swiper-slide p {
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	padding: 6%;
}

.certify .swiper-pagination,
.zsx_c .swiper-pagination,
.cy_c .swiper-pagination
{
	width: 100%;
	
}
.cy_c .swiper-pagination{
	bottom: -21%;
}
.certify .swiper-pagination{
	bottom: 6%;
}

.zsx_c .swiper-pagination {
	bottom: 0;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet,
.zsx_c .swiper-pagination-bullets .swiper-pagination-bullet,
.cy_c .swiper-pagination-bullets .swiper-pagination-bullet
{
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 16px;
	height: 16px;
	opacity: 1;
}
.cy_c .swiper-pagination-bullets .swiper-pagination-bullet{
	width: 10px;
    height: 10px;
	border: none;
	background: #ccc;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet-active,
.zsx_c .swiper-pagination-bullets .swiper-pagination-bullet-active,
.cy_c .swiper-pagination-bullets .swiper-pagination-bullet-active
{
	border: 3px solid #00aadc;
	background-color: #fff;
}
.cy_c .swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: #007cc3;
	border: none;
}
.certify .swiper-button-prev {
	top: 44%;
	left: 18%;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.zsc .swiper-button-prev{
    left: 20%;
}
.certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

.certify .swiper-button-next {
	top: 44%;
	right: 18%;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}
.zsc .swiper-button-next{
    right: 20%;
}
.certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}


.tdd_bc{
	background: url(../images/tddbg.jpg) center 70%/cover no-repeat;
	padding: 3% 0 2.5%;
	position: relative;
	z-index: 2;
}
.tdd_bc:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,132,196,0.8);
    top: 0;
    left: 0;
    z-index: -1;
}
.tdd_bc .de_bt{
	padding-top: 0;
}
.tdd_bc .de_bta span{color: #fff;}
.tdd_bc .de_btb i{display: none;}
.tdd_bc .de_btb{
	margin-top: 0.2%;
}
.tdd_bc .de_btb p{
	color: #fff;
	font-size: 20px;
}
.tdd_bc .swiper-wrapper{
	height: auto;
}
.culture_div{
    background: rgba(255, 255, 255, 1);
    padding: .625rem;
	margin: 0 3%;
}
.culture_div img{
	width: 100%;
}
.culure_size{
    text-align: center;
    color: #777777;
    line-height: 1.875rem;
    font-size: 16px;
    padding: 1.5625rem 0 1.875rem 0;
}
.culure_size p:nth-of-type(1){
    color: #0b4d72;
    font-size: 1.125rem;
    margin-bottom: .5rem;
}
.culure_size div {
    padding: 0 2%;
}
.btn_cc {
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

.btn_cc span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.btn-next {
    margin-left: 1%;
}

.btn-prev {
    transform: rotate(180deg);
}

.btn-next span {
    background: #333;
    color: #fff;
}
.tx_c {
    display: flex;
    justify-content: space-between;
    margin: 3% auto;
	align-items: center;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.1);
}


.tx_l{
	width: 50%;
	padding: 3%;
}
.tx_r{
	width: 50%;
}
.tx_l b {
    background: linear-gradient(-23deg, #007cc3, #8acaef);
    box-shadow: 0 10px 16px 0 rgb(138 202 239 / 30%);
    color: #fff;
    font-weight: normal;
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.tx_l p {
    color: #666;
    line-height: 32px;
    margin-top: 3%;
}

.tx_l>div+div {
    margin-top: 4%;
}
.tx_r img {
    width: 100%;
}



/*yiqi2*/
.sec_bc {
    background-image: linear-gradient(to right,rgba(0,124,195,0.6),rgba(0,0,0,0.6)),url(../images/sebg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6.4% 2%;
    background-attachment: fixed;
    background-position: center top;
}
.se_ti {
    display: flex;
    align-items: center;
}

.se_content {
    color: #fff;
}

.se_ti span {
    font-size: 22px;
    margin-right: 2%;
}

.se_ti img {
    width: 58px;
    margin: 0;
}

.se_content>h2 {
    font-weight: bold;
    margin: 3% 0 0;
    font-size: 28px;
}

.se_content li {
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    transition: .5s;
    cursor: pointer;
    color: #fff;
	width: 48%;
}

.se_content li:nth-child(n+3) {margin-top: 2%;}

.btn_se {
    width: 186px;
    height: 50px;
    color: #fff;
    display: block;
    background: #007cc3;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.btn_se:hover {
    color: #fff;
}

.se_content li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #da2d28;
    top: 16px;
    left: 0;
    margin-top: -4px;
}

.se_content ul {
    margin: 4% 0 6%;
    display: flex;
    flex-wrap: wrap;
}

.se_content li:hover {
    transform: translateX(6px);
    color: #da2d28;
}

.sec_c {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cj_l {
    width: 56%;
}

.se_content li:nth-child(even) {
    margin-left: 4%;
}

.cj_r {
    width: 36%;
    background: #fff;
    position: relative;
    z-index: 2;
	border: 10px solid #fff;
}


.cj_r p {
    position: relative;
    z-index: 2;
}

.cj_r p img {
    width: 100%;
}

.sec_ti {
    text-align: center;
    padding: 0 0 2.5%;
}

.sec_ti img {
    width: 17%;
}

.sec_ti span {
    color: #007cc3;
    font-size: 22px;
}

.sec_ti p {
    font-size: 32px;
    margin: 0.5% 0 1%;
}

.bz_z dl{justify-content: center;width: 25%; display: flex;flex-direction: column;background: #fff;}
.bz_z li+li{}
.trapic{overflow: hidden;}
.trapic img{transition: all .6s ease;width: 100%;}
.bz_z li .trapic:hover img{transform: scale(1.1);}
.traicon{display: none;}
.tra_c{font-size:17px;color: #666666;font-weight: lighter;line-height:32px;padding:0 9%}
.tra_c span{font-size: 22px;color: #007cc3;display: block;font-weight: bold;margin-bottom: 10px;line-height: 38px;}
.tra_btn a{margin: 7% 0 0 10%;display: inline-block;width: 133px;line-height: 40px;border: 1px solid #e1e1e1; background:#f6f6f6; font-size: 16px;color: #666666;font-weight: lighter;transition: all .3s ease;text-align: center;}
.tracen:hover .tra_btn a{background: #007cc3;color: #fff;letter-spacing: 3px;  border-color: #369bd6;}
.tracen:hover .tra_c span{color: #007cc3;}
.bz_z li+li p{}
.bz_z li{display: flex;}
.sec_c2{background-color: #f5f5f5;padding: 2.5% 0 3%;}


.sec_c3 {
    display: flex;
    justify-content: space-between;
	margin: 3% auto;
	align-items: center;
	flex-direction: row-reverse;
}

.xr_l {
    width: 48%;
}

.xr_r {
    width: 48%;
    position: relative;
	border: 10px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
}

.xr_l>span {
    display: inline-block;
    font-size: 20px;
    color: #007cc3;
    position: relative;
}

.xr_l>b {
    display: block;
    font-size: 30px;
    margin: 2% 0 8%;
	line-height: 44px;
	width: 96%;
}


.xr_l li {
    display: flex;
    justify-content: space-between;
}

.xr_l li span {
    font-size: 40px;
    position: relative;
    width: 72px;
    height: 72px;
    background: #007cc3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border-bottom-left-radius: 20px;
    flex-shrink: 0;
    
    z-index:2;
}

.xr_l li i {
    position: absolute;
    width: 72px;
    height: 72px;
    background: #ddddde;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.xr_l li>div:nth-child(1) {
    position: relative;
    padding: 10px 0 0 10px;
}

.xr_wz b {
    display: block;
    font-size: 20px;
    line-height: 100%;
}

.xr_wz {
    width: 81%;
}

.xr_wz p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 3%;
    width: 90%;
}

.xr_l li+li {
    margin-top: 7%;
}


.xr_ww {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007cc3;
    color: #fff;
    width: 58%;
    padding: 5%;
	display: none;
}

.xr_ww>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xr_ww span {
    font-size: 50px;
    margin-right: 5%;
}

.xr_ww p {
    font-size: 24px;
    line-height: 36px;
}
.xr_ww>a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 6% 0 0 24%;
}

.xr_l>span:after {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background: #007cc3;
    right: -30%;
    top: 52%;
}
.gba_c{
	background: url(../images/gba2.jpg) no-repeat center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.4% 0;
	align-items: center;
}
.gba_c2{
    background: url(../images/gba3.jpg) no-repeat center;
}
/*.gba_rkw{*/
/*    background: url(../images/gba4.jpg) no-repeat center;*/
/*}*/

.gbc>div {
    color: #fff;
    font-size: 30px;
}

.gbc ul {
    display: flex;
    border: 1px solid #fff;
    margin: 3% 0;
    color: #fff;
    justify-content: space-around;
    padding: 1% 0;
}

.gbc>p {
    line-height: 100%;
    color: #fff;
    font-size: 20px;
}

.gbc li {
    position: relative;
    padding-left: 3.5%;
    font-size: 22px;
}

.gbc ul li:before,.gbc ul li:after {
    position: absolute;
    content: "";
    border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.gbc ul li:before {
    border: 1px solid #da2d28;
    width: 16px;
    height: 16px;
}

.gbc ul li:after {
    width: 9px;
    height: 9px;
    background: #da2d28;
    left: 3px;
}





/*yiqi3*/
.about-con .tits {
    font-size: 18px;
    line-height: 18px;
    color: #999;
}
.about-con .en {
    font-size: 40px;
    color: #2c2f30;
    font-family: ATB;
    text-transform: uppercase;
}
.about-brand .about-con .en {
    margin-top: 4%;
}
.about-con .enn{margin: 6% 0;}
.about-con .cn {
    font-size: 34px;
    color: #2c2f30;
	line-height: 100%;
}
.conn .text {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 43px;
    height: 150px;
}
.conn .line {
    width: 1px;
    height: 150px;
    background: #999;
    margin-left: 2px;
    margin-top: 74px;
}
.about-box .box-left {
    width: 28%;
    height: auto;
}
.box-left .con {
    width: 100%;
    height: auto;
}
.box-left .con .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 10%;
}
.box-left .con .text b {
    color: #da2d28;
}
.about-box .box-left.left .pic {
    margin-top: 16%;
}
.box-left .pic {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.box-left .pic img {
    transition: transform 0.5s;
	width: 100%;
}
.box-left .pic:hover img {
    transform: scale(1.1);
}
.about-box .box-center {
    width: 38%;
    height: 100%;
    overflow: hidden;
}
.box-left.right .con {
    margin-top: 12%;
}
.about-box{display: flex;justify-content: space-between;margin: 3% auto;}
.box-center:hover img {
    transform: scale(1.1);
}
.box-center img {
    max-width: 100% !important;
    transition: transform 0.5s;
}

.about-figure {
    width: 100%;
    height: auto;
    margin-top: 100px;
    background-size: cover !important;
    background: url(uploadfile/image/20210708/20210708111042_2033797582.jpg) no-repeat center;
}
.about-figure .figure-new {
    padding-top: 130px;
    padding-bottom: 182px;
    margin: 0 auto;
}
.about-figure .figure-new .con {
    width: 34.2%;
    height: auto;
    text-align: right;
}
.about-figure .figure-new .con .cn {
    margin-top: 23px;
}
.about-figure .figure-new .con .en {
    margin-top: 21px;
}
.about-figure .figure-new .con .text {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 42px;
    text-align: left;
}

.about-course {
    margin: 100px auto;
    display: flex;justify-content: space-between;
}
.about-course .pic {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
}
.about-course .pic:hover img {
    transform: scale(1.1);
}
.about-course .pic img {
    transition: transform 1.5s;
}
.about-course .con {
    width: 50%;
    height: auto;
    float: left;
}
.about-course .con .con-new {
    width: 68.4%;
    height: auto;
    margin: 0 auto;
}
.about-course .con .con-new .tits {
    margin-top: 19px;
}
.about-course .con .con-new .en {
    margin-top: 21px;
}
.about-course .con .con-new .cn {
    margin-top: 21px;
}
.about-course .con .con-new .more {
    width: 198px;
    height: 54px;
    border: 1px solid #B0A5A1;
    border-radius: 27px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 54px;
    background: #B0A5A1;
    color: #fff;
    font-family: ATB;
    text-transform: uppercase;
    margin-top: 44px;
    transition: background .5s,color .5s;
    text-decoration: none;
}
.about-course .con .con-new .text {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: justify;
    margin-top: 42px;
}


.zsx_ti {
    text-align: center;
    margin-bottom: 3%;
}

.zsx_ti span {
    font-size: 32px;
    font-weight: bold;
	color: #007cc3;
}

.zsx_ti p {
    font-size: 18px;
    color: #666;
    margin-top: 0.5%;
}

.zsxj_c {
    display: flex;
    padding: 0 5%;
	justify-content: space-between;
	align-items: center;
}

.zsx_r {width: 54.5%;}
.zsx_l {
    width: 42%;
}
.zsx_r li {
    position: relative;
    font-size: 20px;
    color: #666;
    padding-left: 4%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3.6%;
    line-height: 30px;
}

.zsx_r li:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #007cc3;
    border-radius: 100%;
    top: 10px;
    left: 0;
}

.zsx_r li+li {
    margin-top: 6%;
}
.zsx_r li img {
    position: absolute;
    bottom: -210%;
    left: -10%;
    z-index: -1;
    display: none;
}
.zsx_bc {
	padding: 3% 0;
    background: url(../images/zsxj_bg.jpg) no-repeat 100% 39%;
    position: relative;
    z-index: 2;
}
.zsx_bc:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* background: rgba(255,255,255,0.9); */
	background: #f1f5fe;
    top: 0;
    z-index: -1;
}
.zsx_c{
	position: relative;
}
.zsxj-button-prev span, .zsxj-button-next span {
    width: 40px;
    height: 40px;
    border: 1px solid #666;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	z-index: 2;
}

.zsxj-button-prev:hover span, .zsxj-button-next:hover span {
    border-color: #007cc3;
    color: #007cc3;
}

.zsxj-button-prev span {left: 0;transform: rotate(180deg);}

.com.zsx_c {
    position: relative;
	padding-bottom: 3%;
}

.zsxj-button-next span {
    right: 0;
    top: 55%;
}

.zsx_r2 li+li {
    margin-top: 4%;
}


.zsx_r2 li {
    padding-bottom: 3%;
}

.swiper-slide .zsxj_c .zsx_r {
    height: 0;
    visibility: hidden;
}

.swiper-slide.swiper-slide-active .zsxj_c .zsx_r {
    height: auto;
    visibility: visible;
}


.fea_bc { padding: 0 0 2%; background: url(../images/sbg.jpg) no-repeat center bottom; position: relative;
    overflow: hidden;
    z-index: 2;}
.fea_bcc{background: #f2f2f2 url(../images/sbg.jpg) no-repeat center bottom}
.fea_bc dl {width: 24%;}
.fea_bc dl:last-child { margin-right: 0; }
.fea_bc dt {width: 160px;height: 160px;background: #ffffff;border-radius: 50%;padding: 14px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0 auto 12.6%;position: relative;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.fea_bc dt .pic {width: 142px;height: 142px;background: #f7f7f7;border-radius: 50%;overflow: hidden;position: relative;-o-transition: all 0.3s ease;transition: all 0.3s ease;flex-shrink: 0;}
.fea_bc dt .pic img {-o-transition: all 0.3s ease;transition: all 0.3s ease;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 70px;}
.fea_bc dt .icon {width: 43px;height: 43px;background: #ffffff;box-shadow: 0px 3px 9px 0px rgba(3, 3, 3, 0.07);border-radius: 22px 22px 22px 4px;position: absolute;top: 12%;right: 1%;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.fea_bc dd { text-align: center; }
.fea_bc dd h3 {font-size: 24px;line-height: 34px;color: #fff;margin-bottom: 8px;font-weight: bold;}
.fea_bc dd p {font-size: 18px;line-height: 28px;color: #fff;}
.fea_bc dl:hover dt .pic {background: rgb(218 45 40);box-shadow: 0px 11px 24px 0px rgb(218 45 40 / 38%);}
.fea_c {
    display: flex;
    justify-content: space-around;
}

.fea_bc dt .icon span {
	font-size: 24px;
    color: #007cc3;
}

.fea_bc dt .pic img:last-child {
    opacity: 0;
}

.fea_bc dl:hover dt .pic img:first-child {
    opacity: 0;
}

.fea_bc dl:hover dt .pic img:last-child {
    opacity: 1;
}

.fea_bc dl:hover dt .icon span {
    color: #da2d28;
}

.g_pro{background: #f1f5fe;padding: 3% 2%;}
.g_pro h2 a{display: block;text-align: center;font-size: 34px;color:#020000;font-weight: normal;}
.g_pro h2 em{display: block;font-size: 20px;color:#686868;padding-top: 0.8%;}
.m_pro{background: #e5e8ef;padding: 1.6%;margin-top: 2.4%;}
.m_pro .dl{background: #fff;display: flex;justify-content: space-between;}
.m_pro .dl+.dl{margin-top: 1.6%;}

.m_pro .dt{overflow: hidden;width: 71%;}
.m_pro .dt img{width: 100%;display: block;transition: all 0.3s linear 0s;}
.m_pro .dd{padding: 3.4% 0 4% 5.4%;width: 29%;}
.m_pro h3 a{display: block;font-size: 24px;font-weight: bold;color:#0e4f74;margin-bottom: 15%;}
.m_pro .dl:hover .dt img{transform: scale(1.1);}
.m_pro ul{margin-bottom: 14%;}
.m_pro li{position: relative;padding-left: 10px;font-size: 16px;line-height: 40px;color:#666666;}
.m_pro li a{color:#666666;}
.m_pro li a:hover{color:#0c3b4f;font-weight: bold;}
.m_pro li:before{content: "";position: absolute;width:2px;height: 2px;background: #666666;left:0;top:50%;}
.m_pro p a{display: block;margin-left: 5%;position: relative;}
.m_pro p strong{position: relative;z-index: 10;font-weight: normal;text-align: center;font-size: 18px;color:#fff;background: #007cc3;width:164px;height: 52px;line-height: 52px;display: block;}
.m_pro p a:before{content: "";position: absolute;width:164px;height: 52px;background: #e0eef7;left:-11px;top:10px;z-index: 0;}
/*压力变送器*/
.hpz_bc {
    position: relative;
}

.pz_bg img {
    width: 100%;
}

.pz_wz {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    color: #fff;
    background: rgba(0,0,0,0.7);
    height: 100%;
}

.wz_c {
    top: 50%;
    left: 11%;
    transform: translateY(-50%);
    position: absolute;
}

.pz_tit {
    font-size: 40px;
    margin-bottom: 9%;
}

.wz_c * {
    line-height: 100%;
}

.wz_c li {
    font-size: 18px;
    position: relative;
    padding-left: 8%;
    transition: all .5s;
    cursor: pointer;
}

.wz_c li+li {
    margin-top: 8%;
}
.wz_c li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #f4f4f4;
    transform: rotate(45deg);
    margin-right: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: .5s;
}

.wz_c li:first-child {
    color: #da2d28;
}

.wz_c li:first-child:before {
    background: #da2d28;
}

.wz_c li:hover {
    color: #da2d28;
}

.wz_c li:hover:before {
    background: #da2d28;
}

.pz_wz:before {
    content: "\e63a";
    position: absolute;
    top: 50%;
    left: -32.5px;
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-family: "iconfont";
    background: #da2d28;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.zlg_bc {
    position: relative;
    background-color: #1F1F27;
    z-index: 1;
    overflow: hidden;
}
.zlg_bc:after, .zlg_bc:before {
    position: absolute;
    width: 280px;
    height: 130%;
    content: '';
    top: -15%;
    z-index: -1;
    -webkit-transform: matrix(0.88,0.49,-0.47,0.88,0,0);
    -ms-transform: matrix(0.88,0.49,-0.47,0.88,0,0);
    transform: matrix(0.88,0.49,-0.47,0.88,0,0);
    background: -webkit-linear-gradient(269.15deg,rgba(33,33,40,0.18) 28.12%,#1B1B22 90.57%);
    background: -o-linear-gradient(269.15deg,rgba(33,33,40,0.18) 28.12%,#1B1B22 90.57%);
    background: linear-gradient(180.85deg,rgba(33,33,40,0.18) 28.12%,#1B1B22 90.57%);
}
.zlg_bc:after {
    left: 40%;
}
.zl_mc {
    width: 66%;
    color: #fff;
}

.zlg_c {
    padding: 5% 0 0;
}

.zl_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9%;
}

.zl_top i {
    display: block;
    font-size: 16px;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    margin-bottom: 3%;
	text-transform: uppercase;
}
.zl_top i:before {
    position: absolute;
    content: '';
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    z-index: -1;
    background: transparent;
    border-top: 2px solid #007cc3;
    border-left: 2px solid #007cc3;
}
.zl_top b {
    display: block;
    font-size: 36px;
}

.zl_top>a {
    color: #fff;
    width: 165px;
    height: 50px;
    border: 1px solid #37383A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007cc3;
    border-radius: 5px;
}

.zl_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.zl_b:after, .zl_b:before {
    content: '';
    z-index: -1;
    background: #26262D;
    position: absolute;
}
.zl_b:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
}
.zl_b:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: calc(50% - 50px);
}
.zl_b>li {
    width: 50%;
    display: flex;
    padding-bottom: 11%;
}


.zi_lic>span {
    width: 70px;
    height: 70px;
    border: 1px solid #37383A;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #007cc3;
}

.zi_lic>p {
    font-size: 24px;
    margin: 5% 0 4%;
}

.zl_b>li:nth-child(odd) {
    padding-right: 10%;
}

.zl_b>li:nth-child(even) {
    padding-left: 10%;
}

.zl_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.4%;
}
.zl_img img{max-width: initial;}
.ab_pro {
    padding: 3% 0;
    display: flex;
    justify-content: space-between;
}

.ab_l {
    width: 48%;
}

.ab_r {
    width: 49%;
}

.ab_l>span {
    display: block;
    text-transform: uppercase;
    color: #007cc3;
    font-weight: bold;
}

.ab_pro * {
    line-height: 100%;
}

.ab_l>b {
    display: block;
    font-size: 30px;
    margin: 3% 0;
}
.ab_l>b>span{color:#da2d28;}
.ab_l>p {
    font-size: 16px;
    color: #757575;
	line-height: 30px;
}

.ab_img {
    margin-top: 4%;
    border-radius: 10px;
	overflow: hidden;
}

.ab_item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 40px 5px rgba(0,0,0,0.06);
}
.ab_item+.ab_item{
	margin-top: 3%;
}
.ab_ti {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.2% 3.4%;
	cursor: pointer;
}

.ab_ti span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background: #007cc3;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin-right: 3%;
}

.ab_ti p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 80%;
}

.ab_wz {
    font-size: 16px;
    padding: 2% 3.6%;
    line-height: 30px;
    
}

.ab_item.active .ab_wz {
    
	color: #666;
}

.ab_item.active .ab_ti {
    border-bottom: 1px solid #007cc3;
}
.ab_ti i {
    font-size: 18px;
    transform: rotate(90deg);
	transition: all .5s;
}
.ab_item.active .ab_ti i{
	transform: rotate(-90deg);
}
.ab_item.active .ab_ti p{
	color: #007cc3;
}
/*PK*/
.pk_c{margin: 2% 0 3%;}
.pk_info,.pk_wz{display: flex;justify-content: center;}
.pk_info div, .pk_info p, .pk_info strong{font-size: 20px;text-align: center;height: 50px;line-height: 50px;}
.pk_info div{color: #666666;font-weight: bold;width: 40%;}
.pk_info p{color: #da2d28;font-weight: bold;width: 20%;}
.pk_info strong{color: #007cc3;width: 40%;}
.pk_wz div,.pk_wz p,.pk_wz strong{font-size: 18px;text-align: center;height: 50px;line-height: 50px;}
.pk_wz{margin-bottom: 10px;}
.pk_wz div{width: 40%;background: #e9e9e9;color: #333;}
.pk_wz p{width: 20%;background: #333;color: #fff;}
.pk_wz strong{width: 40%;background: #007cc3;color: #fff;font-weight: normal;}
/*cy_bc*/
.cy_bc{
	z-index: 10;
	position: relative;
	padding: 3% 2% 5%;
	display: block;
}
.cy_bg {
    background: #1a1c23 url(../images/facts-area-bg.jpg) no-repeat top center;
	background-size: cover;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*background-attachment: scroll;*/
    z-index: -1;
	/*background-blend-mode: luminosity;*/
}
.chy_bg{
    background: #1a1c23 url(../images/chy_bg.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: luminosity;
}
.cy_bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #1a1c23;
    opacity: .65;
}
.cy_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*background: #1a1c23;*/
    background: linear-gradient(0deg,rgba(26,28,35,1) 0,rgba(26,28,35,1) 0,rgba(26,28,35,0.700717787114846) 40%,rgba(26,28,35,0.4962359943977591) 60%,rgba(26,28,35,0) 100%);
}
.cy_ti {text-align: center;}

.cy_c {
    color: #fff;
	position: relative;
}

.cy_ti>b {
    display: block;
    font-size: 30px;
}

.cy_ti>p {
    line-height: 100%;
    font-size: 18px;
    color: #a5a6aa;
    margin: 1.2% 0 4%;
}
.cy_icon {position: relative;overflow: hidden;display: flex;align-items: center;justify-content: center;width: 120px;height: 120px;margin: 0 auto;border: 1px solid rgba(255,255,255,.30);border-radius: 50%;font-size: 60px;color: #fff;transition: all 200ms linear;transition-delay: .1s;z-index: 1;}

.cy_icon span {
    font-size: 46px;
}

.cy_icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}
.cy_item{cursor: default;}
.cy_item:hover .cy_icon:before {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.cy_item:hover .cy_icon span{
    color:#007cc3;
}

.cy_text {
    text-align: center;
}

.cy_text p {
    font-size: 16px;
    width: 94%;
    margin: 0 auto;
    line-height:28px;
    color: #a5a6aa;
}

.cy_text h3 {
    font-size: 22px;
    margin: 9% 0 4%;
    line-height: 100%;
}
.xz_c {
    display: flex;
    padding: 3% 0;
    position: relative;
}

.xz_l {
    width: 38%;
    background: url(../images/htybg.jpg) center no-repeat;
    display: none;
    position: absolute;
    left: 0;
    height: 100%;
}
.xz_r {
    width: 100%;
    position: relative;
}


.zx_info>b {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.zx_info>i {
    font-size: 18px;
    display: block;
    margin: 1% auto 3%;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.zx_info li {
    width: 49%;
    padding: 3%;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 6px;
    transition: .3s;
}
.zx_info li:hover {
    transform: translateY(-6px);
}
.zx_info li span {
    width: 74px;
    height: 74px;
    background: #007cc3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 38px;
    color: #fff;
    flex-shrink: 0;
}

.zx_wz b {
    display: block;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 3%;
}

.zx_wz {
    margin-top: 5%;
}


.zx_wz p {
    line-height: 28px;
    font-size: 16px;
    color: #555;
}
.zx_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.zx_info li:nth-child(n+3) {
    margin-top: 2%;
}
.zx_info li:nth-child(even) {
    margin-left: 2%;
}
.xz_bc{
    background: url(../images/htybg2.jpg) center no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    padding: 0 2%;
}
.xz_bc:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,132,196,0.6);
    top: 0;
    left: 0;
    z-index: -1;
}
/*sw_bc*/
.sw_ti {
    text-align: center;
    padding-bottom: 2%;
}

.sw_ti>strong {
    display: block;
    font-size: 30px;
    color: #007cc3;
}

.sw_ti>p {
    font-size: 18px;
    margin-top: 10px;
}
.sw_c {
    display: flex;
}

.sw_l {
    width: 50%;
    position: relative;
}

.sw_r {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sw_wz {
    position: absolute;
    bottom: 18%;
    left: 8%;
    z-index: 2;
}
.sw_wz:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 3px;
    background: #fff;
    bottom: -50%;
    left: 0;
}

.sw_c h3 {
    font-size: 24px;
    color: #fff;
}

.sw_wz h3,.sw_wz i {
    color: #fff;
}

.sw_c i {
    font-size: 15px;
    position: relative;
    margin-top: 10px;
    display: block;
    line-height: 26px;
    color: #fff;
}


.sw_wz i {
    font-size: 16px;
    margin-top: 6px;
}

.sw_bc {
    padding: 3% 2%;
}

.sw_top {
    background: #f5f5f5;
    padding: 6% 6% 0;
    height: 50%;
    position: relative;
}
.sw_top:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 3px;
    background: #ddd;
    bottom: 30%;
    left: 6%;
}
.sw_top i:after {
    background: #ddd;
}

.sw_top i {
    color: #666;
}



.sw_bot {
    display: flex;
    width: 100%;
    height: 50%;
}

.sw_bl {
    width: 50%;
    padding: 5% 6% 0;
    position: relative;
}
.sw_bl:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 3px;
    background: #fff;
    bottom: 20%;
    left: 12%;
}
.sw_top h3 {
    color: #333;
}

.sw_bl:nth-child(1) {
    background: #007cc3;
}

.sw_bl:nth-child(2) {
    background: #499fd1;
}
.sw_bl i:after {
    bottom: -48%;
    display: none;
}

.sw_l:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(360deg, black, transparent 50%);
    top: 0;
    left: 0;
    opacity: .8;
}
.sw_c i em {
    display: block;
    position: relative;
    padding-left: 6%;
}

.sw_c i em:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    top: 11px;
    left: 0;
}
/****/
.chy_bc {
    background: url(../images/chybg.jpg) no-repeat center;
    position: relative;
    padding: 6% 2% 6%;
	z-index: 2;
	background-size: cover;
}
.chy_bc:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(4,14,20,0.6);
    z-index: -1;
}

.chy_l {
    width: 44%;
}

.chy_r {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 52%;
    padding: 4% 1% 4% 4%;
    border-top-left-radius: 140px;
    box-shadow: 1px 1px 20px rgb(0,0,0,0.1);
}

.chy_l>b {
    color: #fff;
    display: block;
    font-size: 32px;
}

.chy_bc * {
    line-height: 100%;
}

.chy_l>i {
    background: #007cc3;
    color: #fff;
    padding: 2% 4% 2% 3%;
    display: inline-block;
    margin: 5% 0 7%;
}

.chy_info {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    
}
.chy_info>p+p {
    margin-top: 3%;
}
.chy_btn {
    position: relative;
    margin: 7% 0 0;
}

.chy_btn em {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    transform: translate(10px, -50%);
}

.chy_btn img {
    margin: 0;
}

.chy_r li {
    display: flex;
    align-items: center;
}

.chy_r li>span {
    width: 70px;
    height: 70px;
    background: #e9f3f9;
    border-radius: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007cc3;
    font-size: 32px;
}

.chyr_wz {
    padding-left: 3%;
}

.chyr_wz i {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #e0e0e0;
	text-transform: uppercase;
	line-height: 16px;
}

.chyr_wz b {
    display: block;
    font-size: 20px;
    margin-top: 5%;
	width: 200px;
	line-height: 28px;
}

.chy_r li+li {
    margin-top: 7%;
}

.chy_r li p {
    font-size: 16px;
    color: #999;
    margin-left: 12%;
    line-height: 26px;
}
.chy_info>p {
    position: relative;
    padding-left: 4%;
    line-height: 24px;
}

.chy_info>p:before,.chy_info>p:after {
    position: absolute;
    content: "";
    border-radius: 100%;
}

.chy_info>p:before {
    width: 6px;
    height: 6px;
    background: #fff;
    top: 10px;
    left: 2px;
}

.chy_info>p:after {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    left: 0;
    top: 8px;
}

/***/
.chy_gc ul {
    display: flex;
    justify-content: space-between;
}

.chy_gg {
    margin: 3% 0;
}
.chy_gc{
    background: #3395cf;
    padding: 1% 2%;
    border-radius: 10px;
}
.chy_gc li {
    display: flex;
    align-items: center;
    width: 24%;
    padding: 2% 0;
    justify-content: center;
    transition: all .5s;
}

.ch_wz>b {
    display: block;
    font-size: 20px;
}

.ch_wz {
    color: #fff;
    padding-left: 6%;
}

.chy_gc li span {
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #007cc3;
    border-radius: 100%;
	flex-shrink: 0;
}

.ch_wz i {
    font-size: 16px;
    display: block;
    padding-top: 5%;
    line-height: 28px;
}

.ch_wz * {
    line-height: 100%;
}



.chy_gc li:hover,.chy_gc li.on{
    background: #007cc3;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
/***/
.bszs_bc{
	background: #ddebf3 url(../images/bs_bg.png) no-repeat center top;
	padding: 3% 2% 2%;
	background-size: contain;
}
.bszs_tit {
    text-align: center;
}

.bszs_tit>strong {
    display: block;
    font-size: 32px;
    color: #fff;
}

.bszs_tit>p {
    font-size: 22px;
    margin-top: 2%;
    color: #fff;
    line-height: 100%;
    position: relative;
    display: inline-block;
}

.bszs_tit>p:before,.bszs_tit>p:after {
    position: absolute;
    content: "";
    background: url(../images/bszs_line.png) no-repeat center;
    width: 80px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: -31%;
    background-size: contain;
}

.bszs_tit>p:before {
    left: auto;
    right: -31%;
	transform: rotate(180deg);
}

.bszs_c>p {
    margin-top: 4%;
}
/***/
.jy_c {
    display: flex;
    justify-content: space-between;
}

.jy_l {
    width: 29%;
	padding-top: 2%;
}

.jy_r {
    width: 66%;
}

.jy_l>p {
    font-size: 22px;
    color: #007cc3;
}

.jy_l>div {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 2%;
}

.jy_bc {
    padding: 2% 2%;
}

.jy_info {
    box-shadow: 1px 1px 30px rgba(0,0,0,0.1);
    margin: 5%;
    padding: 10% 10% 12% 12%;
}

.jy_info>p {
    color: #666;
    font-size: 18px;
    line-height: 36px;
}

.jy_icon {
    display: flex;
    margin-top: 12%;
    align-items: center;
}

.jy_icon>span {
    width: 70px;
    height: 70px;
    background: #007cc3;
    border-radius: 100%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    font-size: 32px;
}

.i_wz p {
    display: block;
    font-size: 20px;
    line-height: 100%;
}

.i_wz {
    margin-left: 4%;
}

.i_wz em {
    line-height: 100%;
    display: block;
    margin-top: 7%;
    color: #666;
}
.jy_l>em {
    font-size: 18px;
    display: block;
    margin-top: 2%;
	line-height: 34px;
}
.jy_pag span {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.jy_pag span+span {
    margin-left: 5px;
}

.jy_pag .swiper-pagination-bullet-active {
    background: none;
    border: 2px solid #007cc3;
}


.jy_pag {
    line-height: 0!important;
    margin-top: 2%;
}
.yss{margin-top: 2%;}
.ys_con {
    display: flex;
}
.ys_con li {
    float: left;
    width: 16.2%;
    overflow: hidden;
    position: relative;
}
.ys_con li:last-child {
    margin-right: 0;
}
.hv {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.hv em {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial;
}
.hv img {
    display: block;
    margin: 0 auto 35px;
}
.hv h3 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.hv span {
    color: #fff;
    font-size: 46px;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #007cc3;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}
.hv>div>p {
    width: 98px;
    height: 98px;
    border-radius: 100%;
    background: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16%;
}
.ys_con li .hv h3 p {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    opacity: 0.5;
    text-transform: uppercase;
    font-weight: normal;
}
.ys_txt {
    position: absolute;
    width: 100%;
    bottom: -100%;
    padding: 0 6% 6%;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
	z-index: 99;
	height: 100%;
    justify-content: center;
    padding-left: 6%;
    opacity: 0;
}
.ys_txt h3 {
    float: left;
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    font-weight: normal;
    margin-bottom: 2%;
	padding-bottom: 3.5%;
}
.ys_txt h3:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.ys_txt h3 strong {
    display: block;
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 12px;
    color: #fff;
}
.ys_txt p {
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    opacity: 0.85;
}
.ys_con li.cur {
    width: 52.6%;
}
.ys_con li.cur .hv {
    display: none;
}
.ys_con li.cur .ys_txt {
    bottom: -6%;
    opacity: 1;
}
.ys_con li img {
    max-width: inherit;
}
.ys_con li.cur img{
    max-width: 100%;
}
.ys_con li.cur img {
    height: auto!important;
}
.ys_con li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, black, transparent 80%);
    opacity: 0;
}

.ys_con li.cur:after {
    opacity: 1;
}
.ys_wwz p:after, .ys_wwz p:before {
    position: absolute;
    content: "";
    border-radius: 100%;
}

.ys_wwz p:before {
    width: 6px;
    height: 6px;
    background: #da2d28;
    top: 17px;
    left: 3px;
}

.ys_wwz p {
    position: relative;
    padding-left: 20px;
}

.ys_wwz p:after {
    width: 12px;
    height: 12px;
    border: 1px solid #da2d28;
    top: 14px;
    left: 0;
}
/***/
.fww_t {
    text-align: center;
}

.fww_t em {
    font-size: 30px;
    display: block;
    color: #007cc3;
    font-weight: bold;
}

.fww_t p {
    font-size: 18px;
    margin-top: 0.5%;
}

.fww_c {
    display: flex;
    margin-top: 3%;
}

.fww {
    width: 33.33%;
	flex: 0 0 auto;
}

.fww_ce {
    width: 33.33%;
	flex: 0 0 auto;
}

.fww li {
    padding: 20px;
    display: flex;
    margin-bottom: 15px;
    border-radius: 10px;
    gap: 15px;
	width: 100%;
}

.fww li em {
    font-size: 46px;
    padding-top: 7px;
    color: #007cc3;
    display: block;
}

.fww_text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
}

.fww_text p {
    font-size: 15px;
    color: #777;
    line-height: 26px;
}

.fww_ce p {
    margin:-36px;
}

.fww_l li:nth-child(2) {
    margin-left: -30px;
}

.fww_r li:nth-child(2) {
    margin-left: 30px;
}
.fww_l {
    position: relative;
    left: 10px;
}
.fww li:hover {
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.1);
}
.fww_bc {
    padding: 3% 0;
}
/****/
.shb_bc{
	position: relative;
	z-index: 10;
	padding: 0 2%;
}
.shb_bg{
	background: url(../images/service-style1.jpg) no-repeat top center;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	height: 60%;
	z-index: -1;
}
.shb_bg:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #007cc3;
    opacity: .8;
}
.shb_l {
	display: flex;
	justify-content: space-between;
	width: 77%;
}
.shb_ti {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.sh_btn {
    width: 18%;
    height: 60px;
    background: #fdc400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
}

.s_t em {
    display: block;
    font-size: 24px;
    color: #fdc400;
}

.shb_l>p {
    max-width: 370px;
    color: rgba(255,255,255,0.8);
}

.s_t b {
    display: block;
    font-size: 32px;
    color: #fff;
    margin-top: 5%;
}

a.sh_btn span {
    margin-left: 10px;
}

.shb_c {
    padding: 4% 0 3%;
}
.shb_b .swiper-slide {
    padding: 0.5% 0.7% 0;
}
.shb_item {
    position: relative;
    display: block;
    padding-bottom: 10%;
    background: #fff;
	transition: .5s;
	height: 100%;
}
.shb_item:hover {
    transform: translateY(-8px);
}
.shb_b {
    display: flex;
    justify-content: space-between;
    margin-top: 4.5%;
}

.shb_inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 18% 15% 22%;
    transition: all 500ms ease;
    z-index: 2;
    border: 1px solid rgba(0,105,64,.10);
	box-shadow: 0 10px 26px 0 rgba(0,0,0,0.07);
	height: 100%;
}

.shb_box {
    position: absolute;
    top: -105px;
    right: -105px;
    width: 215px;
    height: 215px;
    background: #1e2b32;
    opacity: .10;
    border-radius: 50%;
    z-index: 1;
}


.shb_inner .iconfont {
    font-size: 54px;
    color: #007cc3;
}
.shb_inner .zjs{
    font-size: 64px;
}
.shb_text>h3 {
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding: 16% 0 6%;
}

.shb_text>p {
    color: #737c76;
}

.shb_item>a {
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid rgba(0,105,64,.10);
    color: #737c76;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-right: 18%;
    margin-top: -32px;
    z-index: 2;
}

.shb_item>a em {
    font-size: 24px;
}


/*****/
.xjj_c {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.xjj_l {
    width: 30%;
    flex: 0 0 auto;
}

.xjj_img {
    width: 25.5%;
    flex: 0 0 auto;
    background-color: #007cc3;
    border-radius: 8px;
    overflow: hidden;
    border: 10px solid #fff;
    box-shadow: 0 0 26px rgba(0,0,0,0.14);
}

.xjj_r {
    width: 40%;
    position: relative;
    display: block;
    margin-top: 10px;
    flex: 0 0 auto;
}
.xjj_l h2 {
    font-size: 30px;
    font-weight: 500;
    display: block;
    line-height: 50px;
    padding-top: 2%;
}

.xjj_l>p {
    font-size: 17px;
    line-height: 34px;
    color: #797c7f;
    margin: 6% 0 16%;
	width: 96%;
}

.btns-box {
    position: relative;
    display: block;
    line-height: 0;
}
.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
    color: #1a1c23;
    font-size: 18px;
    line-height: 60px;
    font-weight: 500;
    border-radius: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    z-index: 2;
}
.btns-box .btn-one {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
}
.btn-one:hover {
    background: #007cc3;
    color: #fff;
}
.xjj_r ul{
    position: relative;
    display: block;
}


.xjj_r li {
    position: relative;
    display: block;
}

.single-step {
    position: relative;
    display: block;
    padding-left: 100px;
}

.counting {
    position: absolute;
    top: -10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #e6ebe9;
    background-color: #fff;
    color: #a8a8a8;
    font-size: 22px;
    font-weight: 500;
    transition: all 300ms linear;
    transition-delay: .2s;
    z-index: 1;
}

.counting:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(180deg,#45a7df 0,#007cc3 100%);
    background-image: -webkit-linear-gradient(180deg,#45a7df 0,#007cc3 100%);
    background-image: -ms-linear-gradient(180deg,#45a7df 0,#007cc3 100%);
    border-radius: 50%;
    transition: all 300ms linear;
    transition-delay: .2s;
    transform: scale(0.7);
    opacity: 0;
    z-index: -1;
    content: "";
    box-sizing: border-box;
}

.counting:after {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: -82px;
    width: 1px;
    background: #e6ebe9;
    content: "";
    margin: 0 auto;
    z-index: 1;
    box-sizing: border-box;
}

.text-box {
    position: relative;
    display: block;
    background: #f5f8f7;
    padding: 22px 30px 23px;
}

.text-box:before {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    background: #f5f8f7;
    height: 5px;
    content: "";
    box-sizing: border-box;
}

.text-box h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 9px;
}

.text-box p {
    color: #797c7f;
    line-height: 26px;
}

.counting.lnone:after {
    display: none;
}
.single-step:hover .counting::before {
    transform: scale(1.0);
    opacity: 1;
}
.single-step:hover .counting {
    color: #fff;
}

.xjj_r li+li {
    margin-top: 50px;
}

.xjj_bc {
    margin: 0.5% 0 4%;
    padding: 0 2%;
}

@media screen and (max-width:1400px) {
	.certify .swiper-container{padding-bottom: 7%;}
	.certify .swiper-button-next, .certify .swiper-button-prev{display: none;}
}
@media screen and (max-width:1300px) {
	.cj_l{width: 60%;}
	.sec_c3{padding: 0 2%;}
	.about-box{padding: 0 2%;}
	.pz_tit{font-size: 30px;margin-bottom: 10%;}
	.wz_c li{font-size:16px;}
	.pz_wz:before{width: 50px;height: 50px;font-size: 22px;left: -25px;}
	.zlg_c{padding: 5% 2% 0;}
	.ab_pro{padding:3% 2%;}
}
@media screen and (max-width:1240px) {
	.img_info>b {
		font-size: 20px;
	}

	.img_info>p {
		font-size: 15px;
		line-height: 26px;
	}

	.pho_c em {
		font-size: 22px;
	}
	.pho_c{
		margin-left: 3.5%;
	}
	.ewm_c img {
		max-width: 90px;
	}

	.pro_bc {
		margin: 0 2%;
	}

	.img_bc {
		margin: 1.5% 2% 0;
	}
	.fgt .t1{
		font-size: 24px;
	}
	.fgt .t2{
		font-size: 28px;
		margin: 1.5% 0;
	}
	.fgt .t2 span{
		font-size: 28px;
	}
	.tx_c{padding: 3% 2%;}
	.tx_l{width: 50%;padding: 2%;}
	.tx_l p{line-height: 30px;}
	/* .tdd_bc .de_bta span{font-size: 32px;} */
	.tx_l p{font-size: 15px;line-height: 28px;margin-top: 1%;}
	.tx_l>div+div{margin-top: 2%;}
	.se_content li{width: 100%;}
	.se_content li:nth-child(even){margin-left: auto;}
	.se_content li:nth-child(n+3){margin-top: auto;}
	.se_content li+li{margin-top: 2%!important;}
	.cj_l{width: 56%;}
	.cj_r{width: 44%;}
	.se_content ul{margin: 3% 0 4%;}
	.se_content>h2{font-size: 24px;}
	.btn_se{width: 142px;height: 42px;line-height: 42px;font-size: 18px;}
	.sec_ti p{font-size: 28px;}
	.tra_c span{font-size: 22px;margin-bottom: 8px;line-height: 100%;}
	.tra_c{font-size: 16px;line-height: 30px;}
	.tra_btn a{margin: 5% 0 0 10%;line-height: 34px;}
	.about-con .en{font-size: 32px;}
	.about-con .cn{font-size: 28px;}
	.about-con .enn{margin: 5% 0;}
	.about-box .box-left.left .pic{margin-top: 13%;}
	.zsxj_c{padding: 0 7%;}
	.zsxj-button-prev span{left: 2%;}
	.zsxj-button-next span{right: 2%;}
	.zsx_r li{font-size: 18px;}
	.zsx_r2 li+li{margin-top: 3%;}
	.zsx_r2 li {
		padding-bottom: 2%;
	}
	.zsx_ti span{font-size: 26px;}
	.fea_bc{padding: 0 0 3%;}
	.m_pro .dt{width: 68%;}
	.m_pro .dd{width: 32%;padding: 3.4% 0 4% 6%;}
	.m_pro h3 a{margin-bottom: 8%;}
	.m_pro ul{margin-bottom: 9%;}
	.m_pro p strong{width: 140px;height: 46px;line-height: 46px;}
	.m_pro p a:before{width: 140px;height: 46px;}
	.g_pro h2 a{font-size: 30px;}
	.g_pro h2 em{font-size: 18px;}
	.zl_img img{position: relative;left: -44%;}
	.zl_img{overflow:hidden}
	.xr_l>b{font-size: 30px;margin: 2% 0 6%;}
	.xr_l li+li {margin-top: 8%;}
	.cy_ti>b{font-size:30px;}
	.cy_bc{padding: 4% 2% 8%;}
	.cy_icon{width:120px;height:120px;}
	/*.cy_icon span {font-size: 54px;}*/
	.sw_c i{font-size:14px;}
	.sw_c h3{font-size:22px;}
	.sw_l{width:46%;}
	.sw_r{width:54%;}
	.chy_l{width: 46%;}
	.chy_l>b{font-size:28px;}
	.chy_l>i{padding: 1.5% 4% 1.5% 3%;margin: 4% 0 5%;}
	.chy_r{padding: 5% 1% 5% 5%;border-top-left-radius: 110px;}
	.chyr_wz i{font-size:12px;}
	.chyr_wz b{font-size:18px;margin-top: 6%;width: auto;}
	.fww_bc {padding: 3% 2%;}
	.fww_ce{display: flex;align-items: center;}
	.hv em{font-size:24px;}
	.hv>div>p{width: 84px;height: 84px;}
	.hv span{width: 66px;height: 66px;line-height: 66px;font-size: 34px;}
	.hv h3{font-size: 18px;line-height:150%;}
	.ys_con li .hv h3 p{line-height:150%}
	.xjj_c{flex-wrap:wrap;}
	.xjj_l h2{padding-top: 1%;}
	.xjj_l h2 br {display: none;}
	.xjj_l>p{width:100%;margin: 1% 0 3%;}
	.xjj_l{margin-bottom: 5%;width:100%;}
	.xjj_img{width: 36%;min-width: 304px;}
	.xjj_r{width: 60%;}
}
@media screen and (max-width:1080px) {
	.de_bta{font-size: 30px;}
	.tdd_bc{padding: 5% 0;}
	
	
	.gbc>div{font-size: 24px;}
	.gbc li{font-size: 20px;}
	.gbc>p{font-size: 18px;}
	.xr_r{width: 50%;}
	.xr_wz p{width: 96%;}
	.xr_l>b{font-size: 28px;}
	.xr_ww p{font-size: 20px;line-height: 32px;}
	.about-con .en{font-size: 28px;}
	.about-con .cn{font-size: 24px;}
	.about-con .enn{margin: 4% 0;}
	.about-box .box-left.left .pic{margin-top: 11%;}
	.box-left .con .text{line-height: 28px;margin-top: 8%;}
	.box-left.right .con{margin-top: 10%;}
	.zsx_r li {font-size: 16px;line-height: 26px;}
	.zsx_r li+li{margin-top: 4%;}
	.zsx_r2 li+li{margin-top: 2%;}
	.zsx_r li:after{width: 8px;height: 8px;top: 12px;}
	.zsx_ti span{font-size: 24px;}
	.fea_bc {
		padding: 0 0 3.4%;
	}
	.com.zsx_c{padding-bottom: 5%;}
	.zl_top b{font-size: 30px;}
	.zl_top{align-items: flex-end;}
	.fea_bc dt{width: 150px;height: 150px;}
	.fea_bc dt .pic{width: 120px;height: 120px;}
	.fea_bc dt .pic img{width:56px;}
	.zsc{width:90%;}
	.zsc .swiper-slide{width:360px;}
	.sw_top,.sw_bl{padding: 3% 4% 0}
	.sw_c h3{font-size:20px;}
	.ch_wz>b{font-size: 18px;}
	.chy_gc li{padding: 1%;}
	.ch_wz i{padding-top: 6%;line-height: 24px;}
	.chy_gc li:hover, .chy_gc li.on{border-top-right-radius: 20px;border-bottom-left-radius: 20px;}
	.chy_gc{padding:2%;}
	.fww_text h4{font-size:18px;}
	.fww li em{font-size:38px;}
	.ys_txt h3 strong{font-size:22px;line-height:30px;}
	.ys_txt h3{margin-bottom: 4%;padding-bottom: 6%;}
	.ys_txt p{line-height:30px;}
	.ys_wwz p+p {margin-top: 1%;}
	.hv>div>p{margin: 0 auto 12%;}
	.ys_con li:after{background-image: linear-gradient(45deg, black, transparent);}
}
@media screen and (max-width:992px) {
	.certify .swiper-container{padding-bottom: 8%;}
	.certify .swiper-pagination{bottom: 4%;}
	.view{
		width: 65%;
	}
	.img_lc{
		width: 67%;
	}
	.img_c {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}

	.img_info>b,.img_info>p,.ewm_c {
		display: none;
	}

	.sx_btn {
		margin: 4% auto;
	}
	.fgt .t1{
		font-size: 20px;
	}
	.fgt .t2{
		font-size: 24px;
		margin: 1% 0;
	}
	.fgt .t2 span{
		font-size: 24px;
	}
	.fgt .t3{
		font-size: 18px;
	}
	.fgt .t4 a{
		padding: 0.3% 5%;
	}
	.certify .swiper-slide p{padding: 4%;}
	.se_content li{font-size: 16px;}
	.se_content>h2{font-size: 20px;}
	.se_ti span{font-size: 18px;}
	.se_content>h2{margin-top: 1%;}
	.cj_l{width: 52%;}
	.cj_r{width: 46%;}
	.tra_c span{font-size: 20px;}
	.tra_c{line-height: 28px;}
	
	.xr_wz b{font-size: 18px;}
	.xr_l li span{width: 60px;height: 60px;font-size: 36px;}
	.xr_l li i{width: 60px;height: 60px;}
	.xr_l>b{margin: 2% 0 6%;}
	.xr_l>b {
		font-size: 26px;line-height: 38px;
	}
	.xr_ww>a{padding: 2% 0 0 24%;}

	.xr_ww span{font-size: 40px;}
	.xr_l li+li{margin-top: 6%;}
	.xr_ww p {
		font-size: 18px;
		line-height: 26px;
	}
	.xr_wz p {
		width: 100%;
	}
	.about-box .box-left.left .pic {
		margin-top: 8%;
	}
	.box-left.right .con{
		margin-top: 8%;
	}
	.zsxj-button-prev span, .zsxj-button-next span{
		width: 30px;
		height: 30px;
		top: 53%;
	}
	.zsxj_c {
		padding: 0 5%;
	}
	.zsxj-button-prev span {
		left: 1%;
	}
	.zsxj-button-next span {
		right: 1%;
	}
	.m_pro li{line-height: 36px;}
	.tx_l b{width: 100px;height: 34px;text-align: center;line-height: 34px;}
	.pz_wz:before {width: 40px;height: 40px;font-size: 16px;left: -20px;}
	.pz_tit {font-size: 24px;}
	.wz_c li+li {margin-top: 7%;}
	.wz_c li:before{width: 6px;height: 6px;top: 6px;}
	.pz_wz{width:48%;}
	.ab_pro{align-items: center;}
	.ab_ti span{width: 34px;height: 34px;line-height: 36px;}
	.ab_ti p{font-size:18px;}
	.ab_l>b{font-size:26px;}
	.zx_info>b{font-size:26px;}
	.zx_info>i{margin: 0.5% auto 2.5%;font-size: 16px;}
	.zx_info li span{width: 64px;height: 64px;font-size: 36px;}
	.fww_c{margin-top: 4%;justify-content: space-around;}
	.fww{width:40%;}
	.fww_text p{min-height: 80px;}
	.fww_ce{display:none;}
	.fww_l li:nth-child(2) {margin-left: 0;}
	.fww_r li:nth-child(2) {margin-left: 0;}
	.fww_bc {padding: 3%;}
}
@media screen and (max-width:960px) {
    .sw_bl:after{display:none;}
    .sw_l {width: 42%;}
    .sw_r {width: 58%;}
    .sw_top:after{display:none;}
    .chy_gc li span{width: 50px;height: 50px;font-size: 26px;}
    .ch_wz i{font-size:14px;padding-top: 4%;}
    .ch_wz>b {font-size: 16px;}
    .s_t em{font-size:20px;}
    .s_t b{font-size:28px;margin-top: 4%;}
    a.sh_btn{height: 50px;}
    .shb_b{margin-top: 4%;}
    .shb_box{width: 190px;height: 190px;}
    .shb_inner .iconfont{font-size:42px;}
    .shb_inner .zjs{font-size:52px;}
    .shb_text>h3{font-size:20px;padding: 14% 0 7%;}
    .shb_text>p{line-height:30px;}
    .shb_item>a{width: 50px;height: 50px;}
}
@media screen and (max-width:940px) {
    .zl_top b {font-size: 24px;}
    .zl_top i{margin-bottom: 1%;}
    .zl_top>a{width: 150px;height: 42px;}
    .zi_lic>span{width: 60px;height: 60px;font-size: 26px;}
    .zi_lic>p{font-size:20px;}
    .zl_wz {line-height: 28px;}
    .zl_b:after{top: 45%;}
    .zl_b>li:nth-child(even){padding-left: 8%;}
    .zl_b>li{padding-bottom: 8%;}
    .zl_b>li:nth-child(odd){padding-right: 8%;}
    .ys_con{flex-wrap:wrap;}
    .ys_txt h3 strong{font-size:18px;padding-bottom: 6px;}
    .ys_txt h3{font-size:15px;}
    .ys_txt h3:after{width: 24px;}
    .ys_txt p {line-height: 26px;font-size:15px;}
    .ys_wwz p:before{top: 12px;}
    .ys_wwz p:after{top:9px;}
    .ys_con li.cur,.ys_con li{width: 50%;}
    .ys_con li.cur .ys_txt{bottom: -3%;}
}
@media screen and (max-width:920px) {
	.bz_z dl{width: 46%;}
	.bz_z li{flex-wrap: wrap;justify-content: center;}
	.bz_z dl:nth-child(n+3) {
		margin-top: 3%;
	}
	.bz_z li+li {
		margin-top: 3%;
	}
	.sec_ti p{font-size: 22px;}
	.sec_ti span{font-size: 18px;}
	.tra_c span {
		font-size: 26px;
		margin-bottom: 24px;
		line-height: 100%;
	}
	.tra_c {
		line-height: 36px;
	}
	.gbc li {
		font-size: 16px;
		margin-left: 4%;
	}
	.gbc li+li{margin-left: 3%;}
	
	
	.gbc>p {
		font-size: 16px;
	}
	.xr_l>b {
		font-size: 22px;
		line-height: 30px;
	}
	.xr_l>span{font-size: 18px;}
	.about-con .en {
		font-size: 22px;
	}
	.about-con .tits{font-size: 16px;}
	.about-con .cn{font-size: 20px;}
	.about-con .enn {
		margin: 3% 0;
	}
	.box-left .con .text{font-size: 14px;line-height: 24px;}
	.fea_bc dt{width: 150px;height: 150px;}
	.fea_bc dt .pic{width: 122px;height: 122px;}
	.fea_bc dd h3{font-size: 20px;margin-bottom: 0;}
	.fea_bc{background: url(../images/sbg.jpg) no-repeat center 138%;}
	.fea_bc dd p{font-size: 16px;}
	.m_pro .dd{padding: 3% 0 4% 6%;}
	.m_pro p strong {
		width: 120px;
		height: 36px;
		line-height: 36px;
	}
	.m_pro p a:before {
		width: 120px;
		height: 36px;
	}
	.m_pro h3 a {
		margin-bottom: 6%;
	}
	.m_pro ul {
		margin-bottom: 6%;
	}
	.chy_l>b {font-size: 24px;}
	.chy_l>i{margin: 3% 0 4%;}
	.chy_info>p{font-size:15px;}
	.chy_info>p+p {margin-top: 2%;}
	.chyr_wz b{font-size:16px;line-height:26px;}
	.chy_r{padding: 5% 1% 5% 4%;border-top-left-radius: 90px;}
	
}
@media screen and (max-width:900px){
    .sw_c{flex-wrap:wrap;}
    .sw_l {width: 72%;margin: 0 auto 2%;}
    .sw_c i {font-size: 16px;}
    .sw_r {width: 100%;}
    .sw_top, .sw_bl {padding: 3% 4%;}
    .sw_bot,.sw_top{height:auto;}
    .sw_top{width:100%;}
    .sw_c i em{padding-left:4%;}
}
@media screen and (max-width:880px){
    .cy_c .swiper-pagination {bottom: -10%;}
    .ch_wz{padding-left:3%;}
}
@media screen and (max-width:850px){
    .shb_l>p{max-width:310px;}
    .xjj_img{width: 40%;min-width: auto;}
    .xjj_r {width: 100%;margin-top: 6%;}
}
@media screen and (max-width:800px) {
	.about-con .en {
		font-size: 18px;
	}
	.about-con .cn{font-size: 16px;}
	.about-con .enn {
		margin: 1% 0;
	}
	.box-left .con .text{
		margin-top: 6%;
	}
	.about-box .box-left.left .pic {
		margin-top: 6%;
	}
	.box-left.right .con{
		margin-top: 6%;
	}
	.zsx_r li{padding-bottom: 2%;}
	.zsx_r li{font-size: 15px;line-height: 24px;}
	.zsx_ti p{margin-top: 0;font-size: 16px;}
	.zsx_ti span {font-size: 22px;}
	.zsx_bc{padding: 4% 0;}
	.zl_top b {font-size: 22px;}
	.zl_top>a {width: 114px;height: 40px;}
	.zl_wz {line-height: 26px;}
	.zi_lic>p {font-size: 18px;}
	.zi_lic>span {width: 50px;height: 50px;}
	.chy_gc li {padding: 2% 1%;}
	.chy_gg{padding:2%;}
	.chy_gc li{width:49%;}
	.chy_gc ul {flex-wrap: wrap;}
	.chy_gc li:nth-child(n+3) {margin-top: 2%;}
}
@media screen and (max-width:768px) {
	.certify{margin-top: 6%;}
	.certify .swiper-container{padding-bottom: 9%;}
	.view {
		width: 80%;
	}

	.sx_btn p {
		width: 47%;
	}

	.preview {
		display: none;
	}

	.view .arrow-right,
	.view .arrow-left {
		display: block;
	}
	.fgt{padding: 4% 4% 5%;background: url(../images/bgg.jpg) no-repeat 0 0;    background-size: cover;}
	.fgt .t1{
		font-size: 18px;
	}
	.fgt .t2{
		font-size: 18px;
		margin: 0.5% 0 0;
	}
	.fgt .t2 span{
		font-size: 20px;
	}
	.fgt .t3{
		font-size: 16px;
	}
	.fgt .t4{margin: 1% 0 0;}
	.fgt .t4 a{
		padding: 0.1% 3%;
		font-size: 16px;
	}
	.tx_l,.tx_r{width: 100%;}
	.tx_c {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	/* .tx_r{height: 310px;overflow: hidden;} */
	.tdd_bc .de_bta span{font-size: 24px;}
	.tdd_bc .de_btb p{font-size: 16px;}
	.pro_nav{height: 60px;}
	.se_content>h2{font-size: 18px;}
	.se_ti span{font-size: 16px;}
	.se_ti img{width: 50px;}
	.cj_r{width: 44%;}
	.sec_ti p{font-size: 22px;}
	.sec_ti span{font-size: 18px;}
	.tra_c span {
		font-size: 22px;
		margin-bottom: 14px;
	}
	.tra_c {
		line-height: 32px;
	}
	
	.gbc li{margin-left: 0;}
	
	.xr_l,.xr_r{width: 100%;}
	.sec_c3{flex-wrap: wrap;flex-direction: column-reverse;}
	.xr_l li{justify-content: flex-start;align-items: center;}
	.xr_wz p{line-height: 22px;margin-top: 1.5%;}
	.xr_wz{width: 100%;    margin-left: 2%;}
	.xr_l li+li{margin-top: 4%;}
	.xr_l>b {
		margin: 1% 0 4%;
		width: 100%;
	}
	.xr_l{padding: 2%;}
	.xr_ww>a {
		padding: 2% 0 0 21%;
	}
	.about-box .box-left{width: 96%;}
	.about-box .box-center{width: 96%;margin: 2% 0;}
	.about-box{flex-wrap: wrap;}
	.box-left.right .con {
		margin-top: 3%;
	}
	.box-left .con .text {
		margin-top: 2%;
		font-size: 16px;
		line-height: 26px;
	}
	.about-box .box-left.left .pic {
		margin-top: 3%;
	}
	.about-con .enn {
		margin: 1% 0;
	}
	.about-con .tits{
		font-size: 18px;
		font-weight: bold;
		color: #007cc3;
	}
	.about-con .cn,.about-con .enn{display: none;}
	.zsx_l {
		width: 100%;
	}
	.zsx_l>p>img{width: 60%;}
	.zsx_r {
		width: 100%;
		margin-top: 4%;
	}
	
	.zsx_r li {
		font-size: 16px;
		line-height: 26px;
	}
	.zsxj-button-prev, .zsxj-button-next{display: none;}
	.zsx_c .swiper-pagination {
		bottom: -1.2%;
	}
	.zsx_c .swiper-pagination-bullets .swiper-pagination-bullet{
		width: 14px;
		height: 14px;
	}
	.gbc ul{
		justify-content: space-around;
	}
	.fea_bc dt{width: 130px;height: 130px;}
	.fea_bc dt .pic{width: 102px;height: 102px;}
	
	.fea_bc dt .pic img{width: 54px;}
	.fea_bc {
		background: url(../images/sbg.jpg) no-repeat center 230%;
	}
	.m_pro li {
		line-height: 32px;
	}
	.m_pro .dd {
		padding: 3% 0 4% 4%;
	}
	.m_pro h3 a{font-size: 20px;}
	.m_pro h3 a {
		margin-bottom: 3%;
	}
	.m_pro p strong{font-size: 16px;}
	.g_pro h2 a{font-size: 26px;}
	.g_pro h2 em{font-size: 16px;line-height: 100%;}
	.zsxj_c{
		flex-wrap: wrap;
	}
	.pz_wz {width: 50%;}
	.pz_tit {font-size: 20px;margin-bottom: 7%;}
	.pz_wz:before{width: 34px;height: 34px;font-size: 16px;left: -17px;}
	.wz_c li+li{margin-top: 5%;}
	.wz_c{width:86%;}
	.zl_img img {position: relative;left: -92%;}
	.ab_ti span{width: 30px;height: 30px;line-height: 32px;}
	.ab_ti p{font-size:16px;}
	.ab_l>b{font-size:22px;}
	.ab_wz{font-size: 15px;line-height:26px;}
	.cy_ti>b {font-size: 24px;}
	.cy_ti>p{font-size:16px;}
	.cy_icon {width: 100px;height: 100px;}
	/*.cy_icon span {font-size: 48px;}*/
	.cy_text h3{font-size:20px;}
	.cy_bc {padding: 6% 2% 10%;}
	.cy_c .swiper-pagination {bottom: -14%;}
	.chy_r{width:53%;}
	.chy_l>b {font-size: 20px;}
	.chy_l>i {padding: 2% 4% 2% 3%;margin: 4% 0 3%;font-size: 14px;}
	.chy_btn{margin: 4% 0 0;}
	.chy_r li p{line-height: 22px;font-size:15px;}
	.chyr_wz i{transform: scale(0.8);position: relative;margin-left: -7px;}
	.chy_r li>span{width: 60px;height: 60px;font-size: 26px;}
	.chyr_wz b{margin-top:0;}
	
	.sw_ti>strong{font-size:24px;}
	.sw_ti>p{font-size:16px;margin-top: 2px;}
	.sw_c h3 {font-size: 18px;}
	.fww_t p{font-size:16px;}
	.fww_t em{font-size: 24px;}
	.bszs_tit>strong{font-size:24px;}
	.bszs_tit>p{font-size:18px;margin-top:1.6%;}
	.bszs_tit>p:before{right:-36%;}
	.bszs_tit>p:after{left: -36%;}
	.ys_con li.cur,.ys_con li{width: 100%;}
	.ys_txt h3 {margin-bottom: 3%;padding-bottom: 4%;}
	.s_t em{font-size:18px;}
	.s_t b {font-size: 24px;margin-top: 3%;}
	.shb_l>p{line-height:28px;}
	a.sh_btn{height:44px;}
	.shb_l>p {max-width: 290px;}
	.shb_text>p {line-height: 28px;}
	.xjj_l h2{font-size:24px;line-height: normal;}
	.xjj_l>p {margin: 2% 0 4%;}
	.xjj_img {min-width: 400px;}
	.pro_nc{box-shadow:none;background:none;}
	.pro_nav{height: auto;flex-wrap: wrap;padding:0;}
	.mbx_ti{padding: 2% 0 2% 26px;box-shadow: 0 0 15px rgba(0,0,0,0.1);width: 100%;}
	.pro_nav ul{padding: 2% 2% 0;flex-wrap: wrap;justify-content: space-between;width:100%;}
	.pro_nav li a{padding: 8% 0;border: 1px solid #eee;}
	.mbx_ti:after{top:50%;margin-top:-15px;left:6px;}
}
@media screen and (max-width:740px) {
	.fea_bc {
		background: url(../images/sbg.jpg) no-repeat center bottom;
		background-size: 208%;
	}
	.fea_bc dd p {
		font-size: 14px;
	}
	.fea_bc dt{width: 110px;height: 110px;}
	.fea_bc dt .pic{width: 82px;height: 82px;}
	
	.fea_bc dt .pic img{width: 46px;}
	.fea_bc dt .icon{top: 4%;right: -12%;}
	.m_pro .dt{
		width: 60%;
	}
	.m_pro .dt img{
		height: 100%;
	}
	.m_pro .dd {
		padding: 3% 0 4% 7%;
		width: 40%;
	}
	.zsc .swiper-slide{width:320px;}
	.fww {width: 46%;}
}
@media screen and (max-width:690px) {
    .zi_lic>p {margin: 3% 0 2%;}
    .zl_wz {line-height: 24px;}
    .zi_lic>p {font-size: 16px;}
    .zl_top b {font-size: 18px;}
    .zl_top i:before{width: 14px;height: 14px;}
    .zl_top i{font-size:14px;}
    .zl_top>a {width: 94px;height: 36px;font-size: 14px;}
    .ab_l>p{font-size:15px;line-height: 26px;}
    .ab_r {width: 50%;}
    .ab_l>b {font-size: 20px;}
    .ab_l>span{font-size:14px;}
    .shb_l{width:80%;}
    .s_t b {font-size: 20px;margin-top: 2%;}
}
@media screen and (max-width:660px) {
    .chy_bc{padding: 4% 2% 5%;}
    .chy_l {width: 100%;}
    .chy_l>i{margin: 3% 0 3%;}
    .chy_r {width: 100%;margin-top: 5%;position: initial;border-radius: 6px;padding:3%;}
    .chyr_wz i{margin-left: -16px;}
    .chyr_wz{width:155px;}
}
@media screen and (max-width:643px) {
	.fea_bc {
		background: url(../images/sbg.jpg) no-repeat center bottom;
		background-size: 240%;
	}
	.fea_bc dd p{line-height: 22px;margin-top: 2%;}
	.fea_bc dd h3{font-size: 18px;}
	.fea_bc dt .icon{top: 4%;right: -14%;}
	.m_pro .dd {
		padding: 3% 0 4% 4%;
	}
	.zsc{width:96%}
	.zsc .swiper-slide{width:300px;}
	.zx_wz b{font-size:19px;}
	.fww {width: 48%;}
	.fww_bc {padding: 3% 0;}
	.shb_b .swiper-slide{padding: 0.5% 1% 0;}
	.shb_text>h3{padding: 12% 0 5%;}
	.shb_l{width:100%;}
	.shb_ti{flex-wrap:wrap;}
	a.sh_btn{display:none;}
}
@media screen and (max-width:600px) {
    .sw_c i {font-size: 14px;}
}
@media screen and (max-width:576px) {
	.view {
		width: 95%;
	}
	.certify .swiper-container{padding-bottom: 12%;}
	.certify .swiper-pagination{bottom: 3%;}
	.fgt .t1{font-size: 16px;}
	.tdd_bc .de_bta span{font-size: 20px;}
	.tx_l{padding: 4% 2%;}
	.cj_r,.cj_l{width: 100%;}
	.sec_c{flex-wrap: wrap;flex-direction: column-reverse;}
	.cj_l{margin-top: 3%;}
	
	.btn_se{width: 142px;height: 42px;line-height: 42px;font-size: 18px;}
	.sec_ti{padding: 0 0 4%;}
	.sec_ti p{font-size: 18px;}
	.sec_ti span{font-size: 16px;}
	.tra_c span {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.tra_c {
		line-height: 28px;
	}
	.bz_z dl {
		width: 48%;
	}
	.gbc ul{margin: 2% 0;}
	.gba_c{padding: 4% 0;}
	.zsx_ti span{font-size: 18px;}
	.zsx_ti p{font-size: 14px;}
	.gbc>div {
		font-size: 20px;
	}
	.g_pro h2 a{font-size: 18px;}
	.g_pro h2 em{padding-top: 0;}
	.m_pro p strong {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}
	.m_pro p a:before {
		width: 100px;
		height: 30px;
		left: -6px;
		top: 6px;
	}
	.m_pro h3 a {
		font-size: 18px;
	}
	.m_pro li {
		line-height: 30px;
	}
	.pz_tit {font-size: 16px;margin-bottom: 5%;}
	.wz_c li {font-size: 14px;}
	.pz_wz:before{width: 24px;height: 24px;font-size: 12px;left: -12px;}
	.wz_c li+li {margin-top: 4%;}
	.zl_mc {width: 100%;}
	.zl_img {position: initial;width: 100%;height: 450px;}
	.zl_img img {width: 100%;left: 0;top: -16%;}
	.zlg_c {padding: 5% 4% 0;}
	.ab_l {width: 100%;}
	.ab_r {width: 100%;margin-top: 4%;}
	.com.ab_pro {flex-wrap: wrap;}
	.ab_img {margin-top: 2%;}
	.ab_l>b {margin: 2% 0;font-size: 18px;}
	.ab_ti i{font-size:14px;}
	.pk_wz div, .pk_wz p, .pk_wz strong{font-size: 16px;height: 40px;line-height: 40px;}
	.pk_info div, .pk_info p, .pk_info strong{font-size:18px;height: 40px;line-height: 40px;}
	.cy_ti>p{margin: 2% 0 8%;}
	.cy_ti>b {font-size: 20px;}
	.cy_text h3 {font-size: 18px;margin: 8% 0 2%;}
	.cy_icon {width: 84px;height: 84px;}
	.cy_icon span {font-size: 40px;}
	.certify .swiper-pagination-bullets .swiper-pagination-bullet{width:14px;height:14px;}
	.sx_btn>a{width: 46%;}
	.zx_info>i {margin: 0 auto 2.5%;font-size: 15px;}
	.zx_info>b {font-size: 20px;}
	.zx_info li span {width: 54px;height: 54px;font-size: 28px;}
	.zx_wz b {font-size: 18px;}
	.zx_wz p {line-height: 26px;font-size: 15px;}
	.sw_ti>strong{font-size:20px;}
	.fww_text p {min-height: 104px;}
	.fww_text h4 {font-size: 16px;}
	.fww li em {font-size: 32px;}
	.fww_t em {font-size: 20px;}
	.fww_t p{margin-top:0;}
	.bszs_tit>p:before, .bszs_tit>p:after{width:62px;}
	.bszs_tit>p{font-size:16px;}
	.bszs_tit>strong {font-size: 20px;}
	.bszs_tit>p:before {right: -34%;}
	.bszs_tit>p:after {left: -34%;}
	.shb_inner{padding: 15% 15% 22%;}
	.xjj_l h2{font-size: 20px;line-height: normal;}
	.xjj_l>p {margin: 3% 0 4%;}
	.btn-one{font-size:16px;line-height:54px;}
	.xjj_img {min-width: auto;width: 80%;}
	.text-box h3{font-size:20px;}
	.xjj_l{margin-bottom: 6%;}
	.xjj_r{margin-top: 8%;}
	.ny_prototal{padding: 0 1%;}
	.ny_prolist{width:48%;}
	.view .arrow-left span, .view .arrow-right span{font-size: 24px;}
}
@media screen and (max-width:530px) {
	.certify .swiper-slide{box-shadow: none;}
	.certify .swiper-slide p{border: 1px solid #eee;}
	.fgt .t2{margin: 2% 0;}
	.fgt .t3{margin-bottom: 3%;}
	.tra_c{font-size: 15px;line-height: 24px;padding: 0 6%;}
	.tra_btn a{margin: 5% 0 0 6%;}
	.xr_wz b{font-size: 16px;}
	.xr_l>b{font-size: 18px;line-height: 28px;}
	.xr_l>span{font-size: 16px;}
	.xr_ww p{font-size: 16px;line-height: 24px;}
	.xr_ww span {
		font-size: 34px;
	}
	.xr_ww>a{font-size: 16px;}
	.xr_wz p{font-size: 15px;}
	.fea_bc dt{width: 80px;height: 80px;}
	.fea_bc dt .pic{width: 52px;height: 52px;}
	.fea_bc dt .icon{width: 23px;height: 23px;}
	.fea_bc dd h3 {
		font-size: 16px;
	}
	.m_pro li{font-size: 14px;}
	.m_pro h3 a{font-size: 16px;margin-bottom: 0;}
	.m_pro ul {margin-bottom: 3%;}
	.m_pro{margin-top: 3%;}
	.m_pro p strong {
		width: 80px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.m_pro p a:before {
		width: 80px;
		height: 26px;
		left: -6px;
		top: 6px;
	}
	.g_pro h2 a{font-size: 18px;}
	.g_pro h2 em{font-size: 14px;}
	.hpz_bc{padding:2%;}
	.pz_wz{width: 100%;padding: 4%;color: #333;background: none;box-shadow: 1px 1px 20px rgba(0,0,0,0.1);position: initial;}
	.wz_c {width: 100%;transform: none;position: inherit;}
	.wz_c li{padding-left:5%;}
	.pz_wz:before{display:none;}
	.wz_c li:before{background-color:#333;}
	.cy_text p{font-size:14px;line-height: 22px;width: 90%;margin: 0 auto;}
	.cy_ti>b {font-size: 18px;}
	.cy_ti>p {font-size: 14px;}
	.cy_c .swiper-pagination-bullets .swiper-pagination-bullet{width:8px;height:8px;}
	.cy_text h3{font-size:16px;margin: 8% 0 4%;}
	.zx_info li{width: 96%;margin: 0 auto;}
	.zx_wz b{margin-bottom: 2%;}
	.zx_wz {margin-top: 3.5%;}
	.zx_info li:nth-child(even) {margin-left: auto;}
	.zx_info li:nth-child(n+3) {margin-top: auto;}
	.zx_info li+li {margin-top: 3%!important;}
	.sw_l{width:100%;}
	.fww li{padding: 10px;}
	.s_t em {font-size: 16px;}
	.s_t b {font-size: 18px;margin-top: 0;}
	.shb_l>p {line-height: 26px;}
	.shb_inner .iconfont {font-size: 34px;}
	.shb_text>h3 {font-size: 18px;padding: 10% 0 5%;}
	.shb_box {width: 180px;height: 180px;}
	.shb_text>p {line-height: 26px;}
	.shb_inner{padding: 15% 15% 14%;}
	.shb_inner .zjs {font-size: 44px;}
	.shb_item>a {width: 44px;height: 44px;margin-top: -25px;}
	.xjj_img{width:100%;}
}
@media screen and (max-width:460px) {
	.certify .swiper-slide img{width: 82%;}
	.zsc .swiper-slide img{width: 100%;}
	.certify .swiper-slide p{width: 82%;margin: 0 auto;}
	.pro_tab td{line-height: 18px;padding: 4px;font-size: 12px;}
	.gbc li{font-size: 13px;}
	.gbc>div {
		font-size: 16px;
	}
	.gbc>p {
		font-size: 14px;
	}
	.fea_bc dd h3 {
    font-size: 18px;
	}
	.m_pro .dd {
		width: 46%;
		padding: 3% 0 4% 2%;
	}
	.m_pro .dt {
		width: 56%;
	}
	.zsx_c .swiper-pagination-bullets .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.sx_btn>a{width: 46%;}
	.view .arrow-left span, .view .arrow-right span{font-size: 22px;}
	.pro_info>p{line-height: 20px;}
	.pro_info>p:after{top:4px}
	.pro_info>p:before{top:7px}
	.xr_l>b {
		font-size: 15px;
		line-height: 26px;
	}
	.xr_wz b {
		font-size: 15px;
	}
	.xr_l li span {
		width: 50px;
		height: 50px;
		font-size: 32px;
	}
	.xr_l li i {
		width: 50px;
		height: 50px;
	}
	.xr_wz p {
		line-height: 20px;font-size: 13px;
		
	}
	.fea_bc{
		background-size: cover;
		padding: 3.4% 0;
	}
	.fea_bc dt .pic img {
		width: 30px;
	}
	.fea_bc dt .pic {
		width: 48px;
		height: 48px;
	}
	.fea_bc dt {
		width: 62px;
		height: 62px;
		padding: 10px;
	}
	.fea_bc dt .icon span{
		font-size: 18px;
	}
	.fea_bc dd h3 {
		font-size: 16px;
		line-height: 22px;
	}
	.fea_bc dd p {
		line-height: 18px;
		margin-top: 4%;
	}
	.ban_bc .text b{font-size: 16px;}
	.ab_ic li p{font-size: 15px;}
	.ban_bc {
		padding: 5% 0 6% 0;
	}
	.btn_cc span{width: 30px;height: 30px;}
	.list_item .top{padding: 4% 0;}
	.list_item:last-child .top{padding: 4% 0;}
	.list_item .top i{font-size: 42px;margin-right: 6px;}
	.list_item .top p span{margin: 6px 0 0 0;}
	.list_item .top p {font-size: 18px;}
	.tdd_bc .de_btb p{font-size: 14px;}
	.tdd_bc .de_bta span {font-size: 18px;}
	.pro_t p {font-size: 14px;line-height: 18px;padding: 5px 0 5px 5px;}
	.pro_t span {font-size: 20px;padding: 1.5%;}
	.m_pro .dt img {height: 200px;width: auto!important;max-width: initial;}
    .xr_wz p {font-size: 14px;}
    .xr_l li>div:nth-child(1) {position: relative;padding: 6px 0 0 6px;}
    .sup_rc>div>p{font-size:14px;line-height:24px;}
    .sup_rc>div>p+p {margin-top: 7px;}
    .zsx_r li{font-size:15px;}
    .ban_bc .text p{font-size:15px;}
    .zl_img {position: initial;width: 100%;height: 340px;}
    .zl_top i {font-size: 12px;}
    .zl_top b {font-size: 16px;}
    .zi_lic>span {width: 40px;height: 40px;font-size: 22px;}
    .zl_top i:before {width: 10px;height: 10px;}
    .zl_top i {margin-bottom: 0;}
    .pk_wz div, .pk_wz p, .pk_wz strong{font-size: 14px;height: 40px;line-height: 40px;}
	.pk_info div, .pk_info p, .pk_info strong{font-size:16px;}
	.gbc ul li:before{width: 12px;height: 12px;left: -2px;}
	.gbc ul li:after {width: 6px;height: 6px;left: 1px;}
	.certify .swiper-pagination-bullets .swiper-pagination-bullet{width:12px;height:12px;}
	.xz_c{padding:4% 0;}
	.zx_info>b{font-size:18px;}
	.zx_info>i{font-size:14px;}
	.zx_wz b{font-size:16px;}
	.zx_wz p {line-height: 24px;font-size: 14px;}
	.zx_info li span {width: 50px;height: 50px;font-size: 26px;}
	.sw_c h3 {font-size:16px;}
	.sw_c i em{padding-left:6%;}
	.chyr_wz b {font-size: 15px;line-height: 22px;}
	.chy_r li p {font-size: 14px;}
	.chyr_wz i {margin-left: -10px;}
	.chy_info>p{font-size: 14px;}
	.chy_btn img{width:170px;}
	.chy_btn {margin: 3% 0 0;}
	.chy_l>b {font-size: 16px;}
	.chy_l>i{padding: 1% 4% 1% 3%;}
	.chy_l>i {margin: 3% 0 4%;}
	.ch_wz>b {font-size: 15px;}
	.ch_wz i{font-size: 13px;}
	.ch_wz i{line-height:22px;}
	.sw_ti>strong{font-size:16px;}
	.sw_ti>p {font-size: 14px;}
	.sw_c i{line-height: 22px;margin-top: 6px;}
	.sw_c i em+em {margin-top: 5px;}
	.fww_t em {font-size: 18px;}
	.fww_t p {font-size: 14px;}
	.fww_text p {min-height:auto;}
	.fww li em {font-size: 36px;padding-top: 6px;}
	.fww li:last-child {margin-bottom: 0;}
	.fww_text h4 {font-size: 15px;}
	.fww li{gap: 28px;margin-bottom: 10px;}
	.fww_c{margin-top:5%;flex-wrap: wrap;}
	.fww{width:80%;margin:0 auto;}
	.fww_bc {padding: 6% 0;}
	.fww_l{left:auto;}
	.bszs_tit>p:before, .bszs_tit>p:after{width:36px;}
	.bszs_tit>p:before {right: -20%;}
	.bszs_tit>p:after {left: -20%;}
	.bszs_tit>strong {font-size: 18px;}
	.bszs_tit>p {font-size: 15px;}
	.ys_txt p,.ys_txt h3{font-size:14px;}
	.ys_txt p{line-height:24px;}
	.ys_txt h3 strong{font-size:16px;padding-bottom: 4px;}
	.ys_txt h3:after {width: 20px;}
	.hv h3{font-size:16px;}
	.ys_con li .hv h3 p{font-size:12px;}
	.s_t b,.shb_text>h3{font-size: 16px;}
	.shb_text>h3{padding: 6% 0 3%;}
	.shb_l>p {max-width: 64%;line-height: 24px;}
	.shb_text>p {line-height: 24px;}
	.shb_inner .zjs {font-size: 42px;}
	.shb_inner {padding: 10% 12% 10%;}
	.shb_item>a{margin-right: 10%;}
	.btn-one {font-size: 14px;line-height: 44px;}
	.xjj_l>p {font-size: 14px;line-height: 26px;}
	.xjj_l h2{font-size:17px;}
	.single-step{padding-left:80px;}
	.counting{top: -6px;width: 60px;height: 60px;font-size: 18px;}
	.counting:after{top: 68px;bottom: -60px;}
	.text-box{padding: 15px 22px 17px;}
	.text-box h3 {font-size: 17px;}
	.xjj_r li+li{margin-top: 40px;}
	.mbx_ti:after{margin-top: -12px;}
	.pro_nav ul{padding: 2% 1% 0;justify-content: flex-start;}
	.pro_nav li{width: 31%;margin: 1% 1% 0.6%;}
	.pro_nav li a{padding: 6% 0;}
}
