body {
	font-family: 'Microsoft YaHei', "Open Sans", sans-serif;
	font-size: 15px;
	color: #333;
}
.icon-code {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: -3px;
	margin-right: 6px;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.tel .icon-code {
	flex-shrink: 0;
	margin-right: 8px;
	vertical-align: middle;
}
.icon-code-phone {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23007dac'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}
.icon-code-globe {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23007dac'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM18.92 8h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2 0 .68.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2 0-.68.07-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .68-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2 0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z'/%3E%3C/svg%3E");
}
.icon-code-email {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23007dac'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}
.icon-code-location {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23007dac'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,0.5);
}
.img:hover {
	background: #000
}
.img:hover img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.051) rotate(1deg);
	-webkit-transform: scale(1.05) rotate(1deg);
	-moz-transform: scale(1.051) rotate(1deg);
	-ms-transform: scale(1.051) rotate(1deg);
	opacity: 0.8;
}
h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}
/*----------header----------*/
.header {
	background: #242f35;
	line-height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.header .wrap {
	width: auto;
	padding: 0 250px;
	max-width: initial;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 225px;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.logo img {
	display: block;
	max-width: 100px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.menu ul {
	display: flex
}
.menu ul li {
	flex: 1;
	text-align: center;
	font-size: 18px;
}
.menu {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	;
}
.menu ul li a {
	display: inline-block;
	color: #fff;
	position: relative;
}
.menu ul li a:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: #007dac;
}
.menu ul li.on a:before, .menu ul li a:hover:before {
	width: 100%;
}
.menu ul li.on a, .menu ul li a:hover {
	color: #4bceff;
}
.lang-switch {
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
}
.lang-switch span,
.lang-switch a {
	color: #fff;
	margin: 0 4px;
}
.lang-switch span.sep {
	margin: 0 8px;
	color: #445863;
}
.lang-switch span.on {
	color: #4bceff;
}
.lang-switch a:hover {
	color: #4bceff;
}
.header-extra {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.header-extra .lang-switch {
	padding: 0 18px;
	border-left: 1px solid #445863;
	height: 24px;
	line-height: 24px;
	display: flex;
	align-items: center;
}
.header-extra .tel {
	position: static;
	margin: 0;
	top: auto;
	border-left: 1px solid #445863;
	padding: 0 24px;
	height: 24px;
	display: flex;
	align-items: center;
}
.tel {
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 24px;
	border-left: 1px solid #445863;
	margin-top: -12px;
	padding: 0 30px;
	display: flex;
	align-items: center;
}
.tel span {
	color: #4bceff;
	font-size: 16px;
	padding: 0;
	background: none;
}
.banner .item {
	position: relative;
	font-family: Arial;
}
.banner .item .text {
	text-align: center;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 24px;
}
.banner .text h3 {
	font-size: 42px;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 3px;
}
.banner .text p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	background: #007dac;
	padding: 0 15px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}
.banner .text p:after, .banner .text p:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 18px;
	content: '';
}
.banner .text p:after {
	background: url(../images/icon9-1.png) no-repeat center center;
	left: 100%;
	margin-left: 5px;
}
.banner .text p:before {
	background: url(../images/icon9.png) no-repeat center center;
	right: 100%;
	margin-right: 5px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	opacity: .6;
}
.owl-theme .owl-dots {
	margin-bottom: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ff9e24;
	opacity: 1;
}
.banner .img1 {
	overflow: hidden;
}
/*----------mainer----------*/
.mainer {
	margin-top: 80px;
}
.page {
	padding-top: 60px;
}
.page_tit {
	text-align: center;
	margin-bottom: 40px;
}
.page_tit h3 {
	font-size: 32px;
	font-weight: normal;
}
.page_tit label {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 78px;
	height: 5px;
	background: #222;
}
.page_tit p {
	text-align: center;
	max-width: 575px;
	line-height: 28px;
	color: #333;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 20px;
	width: 90%
}
.owl {
	position: relative;
}
.owl_cur {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 0;
	left: 2%;
	right: 2%;
	z-index: 10;
}
.owl_cur span {
	cursor: pointer;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: url(../images/cur1.png) no-repeat center center rgba(255,255,255,0.2);
}
.owl_cur span.prev {
	float: left;
}
.owl_cur span.next {
	float: right;
	background: url(../images/cur2.png) no-repeat center center rgba(255,255,255,0.2);
}
.owl_cur span:hover {
	background-color: rgba(255,255,255,0.5);
}
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: #656d71;
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	color: #fff;
	background-color: #007dac !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	width: 100px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #000;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
	;
}
.full li a:hover label {
	left: -120px;
	z-index: 101
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.full li a span.span1 {
	background-image: url(../images/full1.png);
}
.full li a span.span2 {
	background-image: url(../images/full2.png);
}
.full li a span.span3 {
	background-image: url(../images/full3.png);
}
.full li a span.span4 {
	background-image: url(../images/full4.png);
}
/*----------footer----------*/
.footer a {
	color: #fff;
}
.pagesize {
	text-align: center;
	padding: 30px 0;
}
.pagesize a {
	background: #fff;
	color: #666;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	display: inline-block;
	height: 34px;
	vertical-align: middle;
	line-height: 34px;
	width: 34px;
	margin: 5px;
}
.pagesize a.prev {
	background-image: url(../images/icon10.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.pagesize a.next {
	background-image: url(../images/icon10-1.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.pagesize a:hover, .pagesize a.on {
	background-color: #007dac;
	color: #fff
}
/* laypage 分页：按钮正方形，风格与 .pagesize a 一致 */
.pagesize .layui-laypage {
	margin: 0;
	font-size: 0;
}
.pagesize .layui-laypage a,
.pagesize .layui-laypage span.layui-laypage-curr,
.pagesize .layui-laypage span.layui-laypage-spr {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	min-width: 34px;
	padding: 0 !important;
	margin: 5px;
	line-height: 1;
	font-size: 14px;
	box-sizing: border-box;
	background: #fff;
	color: #666;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	border: none;
	border-radius: 0;
	vertical-align: middle;
}
.pagesize .layui-laypage a:hover {
	background-color: #007dac;
	color: #fff;
}
.pagesize .layui-laypage .layui-laypage-curr {
	background-color: #007dac !important;
	color: #fff;
}
.pagesize .layui-laypage .layui-laypage-curr em {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	background: none !important;
	color: inherit;
	font-style: normal;
	line-height: 1;
}
.pagesize .layui-laypage .layui-laypage-curr .layui-laypage-em {
	display: none;
}
.pagesize .layui-laypage .layui-disabled,
.pagesize .layui-laypage .layui-disabled:hover {
	background: #f5f5f5 !important;
	color: #ccc !important;
	box-shadow: none;
}
/*----------custom----------*/



.about .img {
	float: left;
}
.about .text {
	overflow: hidden;
	padding: 40px;
	line-height: 32px;
	font-size: 15px;
	color: #444;
}
.about .text p {
	height: 220px;
	overflow: hidden;
	margin-bottom: 10px;
}
.about .text h3 {
	font-size: 22px;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
	margin-top: 15px;
}
.about {
	background: #f5f5f5;
}
.div_btn a {
	display: inline-block;
	min-width: 152px;
	color: #fff;
	line-height: 40px;
	background: #007dac;
	padding: 0 35px 0 20px;
	position: relative;
	box-sizing: border-box;
	white-space: nowrap;
	transition: transform 0.3s ease;
}
.div_btn a::after {
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	width: 22px;
	height: 10px;
	margin-top: -5px;
	background: url(../images/icon7.png) no-repeat right center;
	background-size: contain;
}
.div_btn a:hover {
	transform: translateX(10px);
}
.page {
	overflow: hidden;
}
.cn_list li {
	background: #242f35;
	width: 33.333%;
	position: relative;
	float: left;
}
.cn_list li:nth-child(2n) {
	background: #007dac;
}
.cn_list li:nth-child(2n) .text {
	color: #fff;
}
.cn_list li:nth-child(2n+1) .text {
	color: #fff;
}
.cn_list li:nth-child(2n) .img .bg {
	background: url(../images/icon4-1.png) no-repeat center center;
	background-size: 100% 100%;
}
.cn_list li .img {
	max-width: 357px;
	float: right;
	width: 60%;
	position: relative;
}
.cn_list li .img img {
	height: 256px;
	max-width: initial;
	display: block;
}
.cn_list li .img .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30%;
	bottom: 0;
	background: url(../images/icon4.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 100;
}
.cn_list li .text {
	position: absolute;
	top: 0%;
	margin-top: 20px;
	width: 35%;
	left: 4%;
}
.cn_list li .text h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.cn_list li .text p {
	line-height: 2;
	font-size: 15px;
}
.main_tit {
	text-align: center;
	margin-bottom: 60px;
}
.home-product-panel {
	display: none;
}
.home-product-panel.on {
	display: block;
}
.main_tit li {
	display: inline-block;
	margin: 3px 0;
}
.main_tit li a {
	display: block;
	min-width: 167px;
	height: 46px;
	line-height: 44px;
	padding: 0 18px;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	background: #fff;
	border: 1px solid #d8d8d8;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.main_tit li a:hover {
	color: #007dac;
	border-color: #007dac;
}
.main_tit li.on a {
	color: #fff;
	background: #007dac;
	border-color: #007dac;
}
.main_tit li.on a:hover {
	color: #fff;
	background: #007dac;
	border-color: #007dac;
}
.product_tit {
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #e1e1e1;
}
.product_tit .img1 {
	float: left;
	margin: -15px 0;
	background: #007dac;
	width: 42%;
	line-height: 343px;
	position: relative;
}
.product_tit .img1 img {
	vertical-align: middle;
}
.product_tit .img1 .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30%;
	left: 100%;
	background: url(../images/icon5.png) no-repeat center center;
	background-size: 100% 100%;
}
.product_tit .text {
	overflow: hidden;
	padding-left: 15%;
	padding-right: 3%;
	padding-top: 30px;
}
.product_tit .text h3 {
	padding: 20px 0;
	font-size: 22px;
	font-weight: normal;
	color: #000;
}
.product_tit .text p {
	line-height: 28px;
	font-size: 15px;
	height: 115px;
	overflow: hidden;
	margin-bottom: 10px;
}

.product_list .img {
	overflow: hidden;
	aspect-ratio: 660 / 440;
	background: #fff;
}
.product_list .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.product_list li:nth-child(4n+1) {
	clear: both;
}
.product_list li {
	width: 25%;
	float: left;
}
.product_list a {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	display: block;
	margin: 10px;
}
.product_list ul {
	margin: -10px;
}
.page.on {
	background: #f5f5f5;
}
ul:after {
	content: '';
	display: block;
	clear: both;
}
.product_list {
	padding-bottom: 50px;
}
.product_list .text {
	border-top: 1px solid #e8e8e8;
	text-align: center;
	padding: 20px;
	line-height: 26px;
}
.product_list .text h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.product_list .text p {
	text-align: center;
	color: #666;
	font-size: 15px;
	padding: 0 10px;
}
.page4 {
	color: #fff;
	padding: 60px 0;
	background: url(../images/img_23.jpg) no-repeat center center;
}
.page4 h4 {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: 20px;
	background: #007dac;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}
.page4 h3 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #007dac;
	line-height: 40px;
}
.page4 label {
	display: inline-block;
	margin: 28px 0;
	width: 72px;
	height: 1px;
	background: #007dac;
}
.page4 span {
	font-size: 20px;
}
.news_list {
	padding-bottom: 70px;
}
.news_list li {
	margin-bottom: 24px;
}
.news_list li a {
	display: block;
	border: 1px solid #e1e1e1;
	background: #fff;
}
.news_list .date {
	float: left;
	width: 80px;
	padding: 20px 0;
	padding-right: 55px;
	background: url(../images/icon6.png) no-repeat right center;
	background-size: auto 100%;
	color: #999;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding-left: 25px;
}
.news_list .date label {
	display: block;
	font-size: 36px;
	color: #999;
}
.news_list .text {
	overflow: hidden;
	padding-right: 200px;
	position: relative;
	padding-top: 10px;
}
.news_list .text .div_btn2 {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 0 20px;
	line-height: 40px;
	background: #cfcfcf;
	color: #fff;
	right: 30px;
}
.news_list .text .div_btn2 span {
	display: inline-block;
	padding-right: 35px;
	background: url(../images/icon7.png) no-repeat right center;
}
.news_list .text h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #000;
}
.news_list .text p {
	line-height: 26px;
	color: #444;
	height: 52px;
	overflow: hidden;
}
.news_list li a:hover .date {
	background: url(../images/icon6-1.png) no-repeat right center;
	;
	background-size: auto 100%;
}
.news_list li a:hover .date span, .news_list li a:hover .date label {
	color: #242f35
}
.news_list li a:hover {
	background: #242f35
}
.news_list li a:hover .text h3, .news_list li a:hover .text p {
	color: #fff;
}
.news_list li a:hover .div_btn2 {
	background: #007dac
}
.news_list li a:hover .div_btn2 span {
	color: #fff;
	background: url(../images/icon7.png) no-repeat right center;
}
.footer {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding: 50px 0;
	background: #007dac
}
.f_logo {
	margin-bottom: 20px;
}
.f_logo img {
	display: block;
	max-width: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.f_nav li {
	float : left;
	line-height: 30px;
	padding: 20px;
	position: relative;
}
.f_nav ul {
	overflow: hidden;
	margin: 0 -20px;
}
.f_nav ul a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.f_nav ul a:hover {
	color: #4bceff
}
.f_nav li:first-child:before {
	display: none;
}
.f_nav li:before {
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	right: 100%;
	margin-right: -3px;
	content: '';
	display: block;
	background: url(../images/icon8.png) no-repeat center center;
}
.f_text span {
	color: #4bceff
}

.f_text p{
    font-size: 16px;
}

.f_ewm {
	width: 125px;
	text-align: center;
}
.case_list {
	padding: 40px 0
}
.case_list li {
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
	background: #fff;
}
.case_list .img {
	float: right;
	width: 40%;
	margin: -1px
}
.case_list .img img {
	display: block;
}
.case_list .text {
	overflow: hidden;
	padding: 30px;
	line-height: 28px;
}
.case_list .text h3 {
	font-size: 22px;
	line-height: 50px;
}
.case_list .text p {
	height: 112px;
	overflow: hidden;
	margin-bottom: 20px;
}
.d_tit {
	padding: 40px 0;
	background: #fff;
}
.d_tit .main_tit {
	margin-bottom: 0;
	margin-top: 30px;
}
.d_tit h2 {
	padding-bottom: 15px;
	position: relative;
	color: #222;
	padding-right: 100px;
	font-weight: normal;
	font-size: 32px;
	line-height: 60px;
	border-bottom: 1px solid #007dac
}
.d_tit h2:before {
	content: '';
	display: block;
	width: 47px;
	height: 5px;
	bottom: -3px;
	background: #007dac;
	position: absolute;
}
.d_tit h2 span {
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 15px;
	color: #999
}
.details_txt {
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	margin: 30px 0 80px;
	background: #fff;
	padding: 20px;
	line-height: 26px;
	font-size: 15px;
}
.details_txt p {
	min-height: 20px;
	margin-bottom: 10px;
}
.details_cur {
	line-height: 15px;
	border-top: 1px solid #d8d8d8;
	padding-top: 20px;
}
.details_cur span {
	display: block;
	max-width: 45%;
}
.details_cur a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666
}
.details_cur a:hover {
	color: #242f35;
	text-decoration: underline;
}
.pro_tit .img {
	float: left;
}
.pro_tit {
	margin-bottom: 40px;
}
.pro_gallery {
	float: left;
	width: 480px;
	max-width: 100%;
}
.pro_gallery_main {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	overflow: hidden;
}
.pro_gallery_main img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.pro_gallery_arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -23px;
	height: 0;
	z-index: 2;
	pointer-events: none;
}
.pro_gallery_arrows span {
	pointer-events: auto;
	cursor: pointer;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.88);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px 22px;
	transition: background-color 0.2s ease;
}
.pro_gallery_arrows span.prev {
	left: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23007dac'%3E%3Cpath d='M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
}
.pro_gallery_arrows span.next {
	right: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23007dac'%3E%3Cpath d='M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
}
.pro_gallery_arrows span:hover {
	background-color: rgba(255, 255, 255, 1);
}
.pro_gallery_thumbs {
	position: relative;
	margin-top: 12px;
}
.pro_gallery_thumbs_view {
	overflow: hidden;
}
.pro_gallery_thumbs ul {
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	transition: transform 0.3s ease;
}
.pro_gallery_thumbs li {
	flex: 0 0 25%;
	width: 25%;
	padding: 0 5px;
	box-sizing: border-box;
	vertical-align: top;
}
.pro_gallery_thumbs.has-scroll {
	display: flex;
	align-items: stretch;
}
.pro_gallery_thumbs.has-scroll .pro_gallery_thumbs_view {
	flex: 1;
	min-width: 0;
}
.pro_gallery_thumbs .thumb_prev,
.pro_gallery_thumbs .thumb_next {
	display: none;
	flex: 0 0 24px;
	width: 24px;
	height: auto;
	align-self: stretch;
	cursor: pointer;
	z-index: 2;
	border-radius: 4px;
	background-color: rgba(0, 125, 172, 0.08);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 18px;
	opacity: 1;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}
.pro_gallery_thumbs.has-scroll .thumb_prev,
.pro_gallery_thumbs.has-scroll .thumb_next {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro_gallery_thumbs .thumb_prev:hover,
.pro_gallery_thumbs .thumb_next:hover {
	background-color: rgba(0, 125, 172, 0.16);
}
.pro_gallery_thumbs .thumb_prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23007dac'%3E%3Cpath d='M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
}
.pro_gallery_thumbs .thumb_next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23007dac'%3E%3Cpath d='M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
}
.pro_gallery_thumbs .thumb_prev.disabled,
.pro_gallery_thumbs .thumb_next.disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}
.pro_gallery_thumbs li a {
	display: block;
	aspect-ratio: 4 / 3;
	border: 2px solid transparent;
	box-sizing: border-box;
	overflow: hidden;
	background: #f5f5f5;
	cursor: pointer;
	transition: border-color 0.2s ease;
}
.pro_gallery_thumbs li.on a,
.pro_gallery_thumbs li a:hover {
	border-color: #007dac;
}
.pro_gallery_thumbs li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_tit .txt {
	overflow: hidden;
	padding: 0 20px;
}
.pro_tit h3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	padding: 20px 0;
	letter-spacing: 2px;
}
.pro_tit .tit p {
	line-height: 26px;
}
.pro_tit .tit {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.pro_tit .info {
	line-height: 36px;
	color: #999
}

.pro_tit .info p{
    color: #333;
    font-size: 24px;
    padding-bottom: 6px;
    line-height: 1.6;
}

.info_btn a {
	display: block;
	width: 198px;
	line-height: 46px;
	background: #007dac;
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.info_btn p {
	overflow: hidden;
	line-height: 26px;
}
.info_btn p span {
	display: block;
	font-size: 18px;
	color: #007dac;
	letter-spacing: 2px;
	font-weight: bold;
}
.info_btn {
	margin-top: 15px;
}
.pro_tag {
	margin-bottom: 30px;
	background: #242f35;
	padding: 0 60px;
}
.pro_tag li {
	margin-left: -25px;
	float: left;
	width: 194px;
	line-height: 46px;
	text-align: center;
}
.pro_tag li span {
	font-size: 16px;
	display: block;
	cursor: pointer;
	color: #fff;
}
.pro_tag li:hover span, .pro_tag li.on span {
	background: url(../images/icon3-2.png) no-repeat center center;
	background-size: 100% 100%;
	color: #242f35;
}
.details_txt2 {
	margin-bottom: 30px;
}
.about2 {
	position: relative;
}
.about2 .img {
	position: absolute;
	top: 158px;
	right: 0;
}

.about2 .img img{
	max-width: 415px;
}

.about2 .d_tit {
	position: relative;
	z-index: 10;
	background: none;
}
.about2 .text {
	padding-right: 470px;
	line-height: 32px;
	font-size: 15px;
}
.about2 .text p {
	margin-bottom: 10px;
}
.t_list {
	margin-top: 50px;
	clear: both;
}
.t_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.t_list li {
	display: inline-block;
	min-width: 200px;
	margin-right: 28px;
	font-size: 15px;
	vertical-align: top;
}
.t_list li span {
	display: block;
	float: left;
	font-size: 40px;
	color: #007dac;
	line-height: 50px;
}
.t_list li span label {
	font-size: 66px;
}
.t_list li p {
	overflow: hidden;
	line-height: 26px;
	font-size: 22px;
	padding-left: 15px;
	margin-bottom: 0;
}
.about2 .t_list li p {
	margin-bottom: 0;
}
.his_list .list {
	position: relative;
}
.his_list .list .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 122px;
	width: 2px;
}
.his_list li {
	position: relative;
	padding: 12px 0;
}
.his_list li .timeline-dot {
	position: absolute;
	left: 150px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: #fff;
	border: 3px solid #007dac;
	border-radius: 50%;
	z-index: 2;
	box-shadow: 0 0 0 3px rgba(0, 125, 172, 0.15);
	transition: all 0.4s ease;
}
.his_list li:hover .timeline-dot {
	border-color: #ff9e24;
	box-shadow: 0 0 0 5px rgba(255, 158, 36, 0.2);
	transform: scale(1.15);
}
.his_list li .timeline-dot::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	margin: -2.5px 0 0 -2.5px;
	background: #007dac;
	border-radius: 50%;
	transition: all 0.4s ease;
}
.his_list li:hover .timeline-dot::after {
	background: #ff9e24;
}
.his_list li span {
	display: block;
	float: left;
	width: 140px;
	padding-right: 10px;
	line-height: 50px;
	height: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	box-sizing: border-box;
	transition: all 0.4s ease;
	background: linear-gradient(135deg, #007dac 0%, #00a0d8 100%);
	border-radius: 6px;
	position: relative;
	margin-top: 12px;
}
/* .his_list li span::after {
	content: '';
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #00a0d8;
	transition: all 0.4s ease;
} */
.his_list li:hover span {
	background: linear-gradient(135deg, #006a92 0%, #0088b8 100%);
	box-shadow: -2px 4px 12px rgba(0, 125, 172, 0.25);
}
.his_list li:hover span::after {
	border-left-color: #0088b8;
}
.his_list li .box {
	overflow: hidden;
	position: relative;
}
.his_list li .box::before {
	content: '';
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #f8fafb;
	transition: all 0.4s ease;
}
.his_list li:hover .box::before {
	border-right-color: #fff;
}
.his_list li .box-inner {
	margin-left: 30px;
	padding: 12px 20px;
	background: #f8fafb;
	border-radius: 6px;
	border: 1px solid #e8edf1;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	min-height: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.his_list li:hover .box-inner {
	background: #fff;
	box-shadow: 0 6px 20px rgba(0, 125, 172, 0.12);
	transform: translateX(4px);
	border-color: #cfe4ef;
}
.his_list li .box-inner::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background: radial-gradient(circle at top right, rgba(0, 125, 172, 0.06), transparent 70%);
	border-radius: 0 6px 0 100%;
	transition: all 0.4s ease;
}
.his_list li:hover .box-inner::after {
	width: 70px;
	height: 70px;
	background: radial-gradient(circle at top right, rgba(0, 125, 172, 0.1), transparent 70%);
}
.his_list li .box-inner p {
	flex: 1;
	line-height: 26px;
	padding: 0;
	background: none;
	color: #555;
	font-size: 15px;
	position: relative;
	z-index: 1;
	margin: 0;
}
.his_list .list .line {
	background: linear-gradient(to bottom, #007dac 0%, #dbe1e5 15%, #dbe1e5 85%, #007dac 100%);
	left: 150px;
}
.zp_list .list {
	margin-bottom: 30px;
	margin-top: -30px;
	color: #666666;
	font-size: 14px;
	line-height: 32px;
}
.zp_list .list .tit {
	border-bottom: 1px solid #e1e1e1;
	line-height: 80px;
	font-size: 16px;
	color: #000
}
.zp_list .list .tit label {
	float: right;
	color: #999;
	padding-right: 30px;
	display: block;
	background: url(../images/icon13-1.png) no-repeat right center;
}
.zp_list .list .tit label:before {
	content: '展开';
}
.zp_list .list .on .tit label:before {
	content: '收起';
}
.zp_list .list .on .tit label {
	background: url(../images/icon13.png) no-repeat right center;
}
.zp_list .list .box {
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	padding: 20px;
}
.zp_list .list .box h3 {
	font-size: 16px;
	color: #222;
	padding-left: 10px;
	border-left: 4px solid #007dac;
	line-height: 16px;
	margin: 10px 0;
	font-weight: normal;
}
.zp_list .list .box .item {
	margin-top: 30px;
}
.zp_list .list .box .item:first-child {
	margin-top: 0
}
.yg_owl {
	position: relative;
}
.yg_owl .yg_cur {
	position: absolute;
	bottom: 100%;
	margin-bottom: 62px;
	right: 0;
	width: 92px;
	height: 46px;
	background: url(../images/icon14.jpg) no-repeat center center #007dac
}
.yg_owl .yg_cur span {
	display: block;
	width: 50%;
	float: left;
	height: 46px;
	cursor: pointer;
	background-image: url(../images/cur.png);
	background-repeat: no-repeat;
}
.yg_owl .yg_cur span.prev {
	background-position: 19px 14px;
}
.yg_owl .yg_cur span.next {
	background-position: -28px 14px;
}
.yg_owl {
	margin-bottom: 40px;
}
.yg_owl .item {
	max-width: 285px;
	position: relative;
}
.yg_owl .item .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	background: #007dac;
	right: 0;
	line-height: 35px;
	font-size: 15px;
}
.yg_owl .item .text .bg {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
}
.yg_owl .item .text h3 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
.ry_list {
	margin-bottom: 50px;
}

.ry_list p {
	font-size: 16px;
	line-height: 32px;
}

.ry_list img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.about3 {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 414px;
	column-gap: 40px;
	padding-right: 0;
	align-items: start;
}
.about3 .d_tit {
	grid-column: 1 / -1;
}
.about3 .text {
	padding-right: 0;
	grid-column: 1;
	font-size: 18px;
}

.about3 .text p:nth-child(1),.about3 .text p:nth-child(2){
    color: #000;
    font-weight: bold;
}

.about3 .contact {
	margin-top: 40px;
	grid-column: 1;
}
.about3 .img_map {
	position: static;
	width: 100%;
	top: auto;
	bottom: auto;
	right: auto;
	height: auto;
	overflow: visible;
	grid-column: 2;
	grid-row: 2 / span 2;
	align-self: start;
}
.contact {
	padding: 15px 25px;
	background: #242f35
}
.contact li {
	width: 100%;
	float: left;
	white-space: nowrap;
	color: #fff;
	line-height: 35px;
}
.contact li span {
	display: block;
	float: left;
	padding-left: 0;
	width: 110px;
}
.contact li p {
	margin-bottom: 0
}
.contact li .span1 .icon-code,
.contact li .span2 .icon-code,
.contact li .span3 .icon-code,
.contact li .span4 .icon-code {
	margin-right: 8px;
}

.contact li a{
	color: #fff;
}
.img_map {
	position: absolute;
	width: 414px;
	top: 70px;
	bottom: auto;
	right: 0;
	height: auto;
	overflow: visible;
}
.img_map img {
	
}
.about3 .message_contact {
	padding: 0;
	max-width: none;
	margin: 0;
	width: 100%;
}
.about3 .message_contact ul {
	margin: 0;
	padding: 0;
}
.about3 .message_contact ul li {
	display: block;
	margin-bottom: 12px;
	position: relative;
}
.about3 .message_contact ul li h2 {
	width: 100%;
	display: block;
	margin: 0 0 12px;
	position: relative;
	font-weight: normal;
	font-size: inherit;
}
.about3 .message_contact ul li h2:last-child {
	margin-bottom: 0;
}
.about3 .message_contact ul li .text {
	width: 100%;
	line-height: normal;
	height: 44px;
	font-size: 14px;
	padding: 0 12px;
}
.about3 .message_contact ul li .text1 {
	width: 100%;
	line-height: 1.5;
	font-size: 14px;
	height: 100px;
	padding: 10px 12px;
	resize: vertical;
}
.about3 .message_contact ul li h2 b {
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
}
.about3 .message_contact ul li > b {
	top: 10px;
	right: -8px;
	transform: none;
}
.about3 .message_contact ul li .btn {
	width: 100%;
	height: 48px;
	margin-top: 5px;
}


.hr{
	padding-bottom: 40px;
}


.hr ul{
   margin-top: 30px;
}

.hr ul li{
   background: #f9f9f9;
   box-sizing: border-box;
   padding: 3%;
   margin-bottom: 20px;
}

.hr ul li .xbt{
   font-size: 18px;
   color: #1f3366;
   font-weight: bold;
   padding-bottom: 20px;
}

.hr ul li dl{
   line-height: 34px;
   margin-bottom: 20px;
}

.hr ul li dl dt{
   font-size: 16px;
   color: #000;
   padding-bottom: 5px;
}

.hr ul li dl dd{
   font-size: 16px;
   color: #666;
}

.message{
	padding: 50px 0px;
	max-width: 800px;
	margin: 0px auto;
}

.message ul li {
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.message ul li .text {
	border: solid 1px #bdbdbd;
	font-size: 16px;
	width: 100%;
	line-height: 55px;
	box-sizing: border-box;
	padding: 0px 20px;
}

.message ul li .text1 {
	border: solid 1px #bdbdbd;
	font-size: 16px;
	width: 100%;
	line-height: 55px;
	box-sizing: border-box;
	padding: 0px 20px;
	height: 120px;
}

.message ul li .btn {
	width: 148px;
	height: 52px;
	background-color: #007dac;
	border: 0px;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
}

.message ul li h2 {
	width: 48%;
	display: flex;
	position: relative;
}

.message ul li b{
	font-weight: normal;
	color: #fd0a09;
	position: absolute;
	right: -10px;
}

 @media only screen and (max-width: 1100px) {
.tel {
	padding: 0 20px;
}
.tel span {
	padding-right: 0
}
.header .wrap {
	padding-right: 280px;
	padding-left: 250px;
}
.t_list li span label {
	font-size: 50px;
}
.t_list li {
	margin-right: 20px;
}
.main_tit li a {
	min-width: 150px;
	height: 50px;
	line-height: 48px;
}
.cn_list li .text h3 {
	white-space: normal
}
}
 @media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 1600px) {
.banner .item .text {
	font-size: 22px;
}
}
 @media only screen and (max-width: 1200px) {
.banner .item .text {
	font-size: 20px;
}
.banner img {

	max-width: initial;
}
}
 @media only screen and (max-width: 1000px) {
.banner .item .text {
	font-size: 18px;
}
.banner img {

}
}
 @media only screen and (max-width:900px) {
.menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #242f35;
}
.menu ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0;
}
.menu ul li a {
	line-height: 45px;
	font-size: 18px;
}
.menu ul {
	padding-top: 60px;
}
.header {
	height: 60px;
	line-height: 60px;
}
.header .wrap {
	height: 60px;
	padding: 0
}
.header .logo {
	position: relative;
	z-index: 1001;
	width: 170px;
	height: 60px;
	padding: 0 12px;
}
.header .logo img {
	max-width: 130px;
	max-height: 50px;
}
.menu_wrap {
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center;
	background-size: 25px auto;
	right: 15px;
}
.h_menu .menu_wrap {
	background: url(../images/menu-1.png) no-repeat center center;
	background-size: 25px auto;
}
.h_menu .menu {
	left: 0;
}
.mainer {
	margin-top: 60px;
}
.page {
	padding-top: 40px;
}
.header-extra {
	right: 55px;
}
.header-extra .lang-switch {
	padding: 0 10px;
	font-size: 13px;
}
.header-extra .tel {
	padding: 0 12px;
	border-left: 0;
	border-right: 1px solid #445863;
}
.menu ul li {
	margin: 5px 0;
	text-align: left;
	padding: 0 10px;
	display: block;
	border-bottom-color: #000
}
.menu ul li a {
	display: block;
	padding: 0 20px;
}
.menu ul {
	display: block;
}
.menu ul li.on a:before, .menu ul li a:hover:before {
	width: 5px;
	left: 0;
	top: 10px;
	height: auto;
	bottom: 10px;
	right: auto
}
.about .img {
	width: 400px;
}
.about .text h3 {
	margin: 10px 0
}
.about .text {
	padding: 20px 30px;
}
.cn_list li .text h3 {
	margin-bottom: 5px
}
.cn_list li .text {
	
}
.cn_list li .text p {
	line-height: 25px;
}
.main_tit li a {
	min-width: 120px;
	line-height: 33px;
	height: 35px;
	padding: 0 12px;
}
.product_list a {
	margin: 5px;
}
.news_list {
	padding-bottom: 40px;
}
.t_list ul {
	margin: 0;
	padding: 0;
}
.ry_list li a {
	margin: 10px;
}
.ry_list ul {
	margin: -10px;
}
.case_list .text p {
	height: 80px;
	margin-bottom: 10px;
}
.pagesize {
	padding: 10px 0
}
.contact li {
	width: 100%;
	white-space: normal;
}
.contact li p {
	overflow: hidden;
}
.contact {
	margin-top: 20px;
}
.info_btn a {
	float: none;
}
.pro_tit .info {
	line-height: 26px;
}
.pro_tit h3 {
	padding: 5px 0;
	white-space: normal
}
.pro_tit .tit {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.product_list {
	padding-bottom: 30px;
}
.case_list .text {
	padding: 15px;
}
.case_list .img {
	width: 340px;
}
}
 @media only screen and (max-width: 750px) {
.banner .text h3 {
	font-size: 34px;
}
.d_tit h2 {
	line-height: 50px;
	font-size: 26px;
}
.d_tit {
	padding: 20px 0
}
.d_tit .main_tit {
	margin-top: 20px;
}
.product_list li {
	width: 50%;
}
.pro_tit .img {
	float: none;
}
.pro_gallery {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.pro_tit .txt {
	padding: 0;
	margin-bottom: 20px;
}
.pro_tag {
	padding: 0
}
.pro_tag li {
	margin-left: 0;
	width: 30%;
}
.about .img {
	width: 300px;
}
.about .text h3 {
	margin: 0
}
.about .text p {
	height: 130px;
	margin-bottom: 20px;
}
.page_tit h3 {
	font-size: 26px;
}
.page_tit p {
	font-size: 14px;
	line-height: 25px;
}
.cn_list li {
	width: 100%;
}
.page_tit {
	margin-bottom: 20px;
}
.full {
	display: none;
}
.about3 {
	display: block;
	padding-right: 0
}
.about3 .img_map {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	height: auto;
	width: 100%;
	margin-top: 30px;
	grid-column: auto;
	grid-row: auto;
}
.about3 .message_contact ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 20px;
}
.about3 .message_contact ul li h2 {
	width: calc(50% - 8px);
	margin-bottom: 0;
}
.about3 .message_contact ul li .text1,
.about3 .message_contact ul li .btn {
	width: 100%;
}
.case_list .img {
	width: 220px;
	float: left;
	margin-left: 0;
	margin-right: 5px;
}
.case_list .text p {
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about2 .img {
	position: initial;
	top: auto;
	left: auto;
	bottom: auto;
	float: left;
	margin-right: 20px;
	width: 50%;
}
.his_list li span {
	width: 75px;
	padding-right: 18px;
	font-size: 15px;
	line-height: 42px;
	height: 42px;
}
.his_list li span::after {
	right: -6px;
	margin-top: -6px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
}
.his_list li .timeline-dot {
	left: 85px;
	top: 50%;
	width: 13px;
	height: 13px;
	margin: -6.5px 0 0 -6.5px;
	box-shadow: 0 0 0 3px rgba(0, 125, 172, 0.15);
}
.his_list li .timeline-dot::after {
	width: 3px;
	height: 3px;
	margin: -1.5px 0 0 -1.5px;
}
.his_list li .box-inner {
	margin-left: 18px;
	padding: 10px 14px;
	min-height: 42px;
}
.his_list li .box::before {
	display: none;
}
.his_list li .box-inner p {
	line-height: 24px;
	font-size: 14px;
}
.his_list .list .line {
	left: 85px;
}
.zp_list .list {
	margin-top: 0
}
.zp_list .list .tit {
	line-height: 50px;
}
.zp_list .list .box {
	padding: 10px;
}
.about2 .text {
	padding-right: 0
}
.case_list .text h3 {
	line-height: 30px;
	font-size: 18px;
}
.ry_list li {
	width: 50%;
}
.ry_list li img {
	margin: 0 auto;
}

.message ul li .text{
	line-height: 42px;
	font-size: 14px;
}

}
@media only screen and (max-width: 600px) {
.header .logo {
	width: 130px;
	height: 60px;
	padding: 0 8px;
}
.header .logo img {
	max-width: 110px;
	max-height: 42px;
}
.product_tit .img1 img {
	margin-left: 10px;
}
.product_tit .text h3 {
	padding: 10px 0;
}
.product_tit .img1 {
	line-height: 280px;
}
.product_tit .text {
	padding-top: 20px;
}
.news_list .date {
	padding-right: 40px;
}
.news_list .text .div_btn2 {
	padding: 0 10px;
	right: 15px;
}
.news_list .text {
	padding-right: 150px
}
.header-extra {
	right: 50px;
}
.header-extra .lang-switch {
	padding: 0 6px;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	height: auto;
}

.lang-switch span.sep{
    display: none;
}

.header-extra .tel {
	padding: 0 8px;
}
.header-extra .tel span {
	font-size: 14px;
}
.banner .text h3 {
	font-size: 26px;
	margin-bottom: 10px;
}
.banner .img1 img {

	max-width: inherit; width:100%
}
.d_tit h2 {
	font-size: 24px;
}
.about3 .message_contact ul li h2 {
	width: 100%;
}
.product_list ul {
	margin: 0
}
.ht30 {
	height: 10px
}
.product_list .text {
	padding: 10px;
}
.product_list .text p {
	padding: 0
}
.f_ewm {
	float: none;
	margin: 0 auto;
	margin-top: 10px;
}
.f_nav li {
	padding: 0 10px
}
.f_nav ul {
	margin: 0 -10px;
}
.footer {
	padding: 20px 0;
	text-align: center;
}
.f_nav li {
	float: none;
	display: inline-block
}
.footer .flt {
	float: none;
}
.footer .f_logo {
	margin-bottom: 15px;
}
.footer .f_logo img {
	max-width: 130px;
	max-height: 62px;
	margin: 0 auto;
}

.footer p {
	text-align: center;
}
.menu_wrap {
	right: 5px;
}
.news_list .date {
	padding: 20px 10px;
	padding-right: 40px;
}
.about .img {
	width: 100%;
	float: none;
}
.about .text {
	padding: 20px;
}
.product_tit .text p {
	height: 56px;
}
.product_tit .img1 {
	line-height: 220px;
}
.news_list .text .div_btn2 {
	display: none;
}
.news_list .text {
	padding-right: 10px
}
.d_tit h2 {
	padding-right: 0;
	line-height: 30px;
}
.d_tit h2 span {
	position: initial;
	top: auto;
	bottom: auto;
	display: block;
}
.t_list {
	margin-top: 20px;
}
.t_list li {
	margin-right: 20px;
}
.about2 .t_list li p {
	margin-bottom: 0;
	line-height: 26px;
}
.yg_owl .yg_cur {
	margin-bottom: 21px;
}
.case_list .img {
	width: 150px;
}
.case_list .text .div_btn {
	display: none;
}
.case_list .text p {
	margin-bottom: 0
}
.case_list .text {
}
.pagesize a {
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin: 2px;
}
.pagesize .layui-laypage a,
.pagesize .layui-laypage span.layui-laypage-curr,
.pagesize .layui-laypage span.layui-laypage-spr {
	width: 26px;
	height: 26px;
	min-width: 26px;
	margin: 2px;
	font-size: 12px;
}
.case_list li {
	margin-bottom: 10px;
}
}

/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.dede_pages{height:34px;padding:20px 0;font-size:14px;text-align:center}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;padding:0 12px;line-height:32px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li a{float:left;color:#555;display:block}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid}
.dede_pages ul li.thisclass a{color:#fff}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}

#maximg{ padding-bottom:20px}
#maximg img{ max-width: 100% !important; width:auto !important; height:auto !important}


.owl-case{
	display: block;
	margin-bottom: 40px;
}

.owl-case .swiper-slide{
	text-align: center;
}

.owl-case .swiper-slide .img {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #fff;
}
.owl-case .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.owl-case .swiper-slide .text{
	padding: 15px 0px;
}

.owl-case .swiper-slide .text h3{
	font-weight: normal;
	font-size: 15px;
	overflow: visible;
}


.map{
  width: 100%;
  height: 450px;
  background: #333;
}

.map .custom-info{
  
}

.map .custom-info .info-top{
  border: 1px solid #ddd;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  font-size: 16px;
  color: #333;
  display: none;
}

.map .custom-info .info-top img{
  width: 10px;
  height: 10px;
}

.map .custom-info .info-middle{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #eee;
}

.map .custom-info .info-middle h2 img{
  width: 110px;
  height: auto;
  border-radius: 10px;
  margin-right: 10px;
}

.map .custom-info .info-middle h3{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.map .custom-info .info-bottom{
  display: none;
}