* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 6px;
	margin: 5px;
}
::-webkit-scrollbar-track {
	background: #ddd;
}
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #333;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
b {
	font-weight: unset;
}
img {
	max-width: 100%;
}
body,
html {
	width: 100%;
	height: 100%;
}
body {
	font-size: 16px;
	font-family: Arial, "Microsoft YaHei", 微软雅黑, 'PingFang SC';
	color: #333;
	line-height: 1.75;
}
.mb{
	display: none;
}
.w1580 {
	width: 1580px;
	margin: 0 auto;
}
.gonggao {
	height: 33px;
	line-height: 33px;
	background-image: url(/skin/images/top.jpg);
	background-color: #333;
	background-size: auto 100%;
	color: #fff;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 14px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: top 0.3s ease;
	z-index: 99999999;
}
.gonggao.hidden {
	top: -36px;
}
.gonggao .w1580 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gonggao .left a {
	color: #fff;
}
.gonggao .right {
	display: flex;
	align-items: center;
	color: #ccc;
}
.gonggao .yuyan {
	position: relative;
	cursor: pointer;
}
.gonggao .yuyan p {
	display: flex;
	align-items: center;
	color: #ccc;
}
.gonggao .yuyan img {
	width: 19px;
	margin-right: 5px;
}
.gonggao .yuyan .yyli {
	background-color: #333;
	width: 120%;
	border-radius: 8px;
	border: 1px solid #fff;
	padding: 10px 20px;
	position: absolute;
	top: 92%;
	display: none;
	z-index: 99999999;
}
.gonggao .yuyan:hover .yyli {
	display: block;
}
.gonggao .yuyan .yyli a {
	color: #ccc;
	display: block;
}
.gonggao .ss {
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 3px 15px;
	border-radius: 30px;
	margin-left: 40px;
}
.gonggao .ss button {
	border: unset;
	background: unset;
}
.gonggao .ss img {
	width: 18px;
	margin-left: 5px;
}
.gonggao .ss input {
	outline: unset;
	color: #333;
	width: 180px;
}
.head {
	position: fixed;
	top: 33px;
	left: 0;
	z-index: 99999;
	width: 100%;
	background-color: #fff;
	transition: top 0.3s ease;
}
.headgd.scrolled {
	top: 0;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.head>.w1580 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head .logo a {
	display: flex;
}
.head .menu {
	display: flex;
	align-items: center;
}
.head .menu .nav1 {
	margin: 0 5px;
	height: 85px;
	line-height: 85px;
}
.head .menu .nav1>a {
	color: #333333;
	font-size: 18px;
	transition: all 0s;
	padding: 10px 15px;
}
.head .menu .nav1.active>a,
.head .menu .nav1:hover>a {
	background-color: #f39800;
	color: #fff;
}
.head .menu .nav2ul {
	background: url(/skin/images/zd_nav_bg.jpg);
	width: 100%;
	position: absolute;
	z-index: 9;
	left: 0;
	display: none;
}
.head .menu .nav1:hover .nav2ul {
	display: block;
}
.head .menu .nav2ul .w1580 {
	display: flex;
	justify-content: center;
}
.head .menu .nav2ul .dl {
	padding: 0 40px;
	margin: 20px 0;
	height: auto;
	line-height: 2;
	border-right: 1px solid #999;
}
.head .menu .nav2ul .dl a:hover {
	color: #f39800;
	transition: all .5s ease;
}
.head .menu .nav2ul .dl dl {
	margin-bottom: 15px;
}
.head .menu .nav2ul dl a {
	position: relative;
	padding-left: 15px;
}
.head .menu .nav2ul dl a::before {
	content: '';
	position: absolute;
	left: 1px;
	top: 0;
	width: 3px;
	height: 100%;
	background: #f39800;
}
.head .menu .nav2ul .list {
	font-size: 14px;
	margin-left: 15px;
	display: block;
}
.top {
	height: 118px;
}
.banner .swiper-container {
	width: 100%;
	position: relative;
}
.banner .swiper-slide .img {
	position: relative;
	padding-top: 47%;
	overflow: hidden;
}
.banner .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.banner .swiper-prev,
.banner .swiper-next {
	position: absolute;
	width: 30px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 999;
	cursor: pointer;
	opacity: 0.5;
}
.banner .swiper-prev:hover,
.banner .swiper-next:hover {
	opacity: 1;
}
.banner .swiper-prev {
	left: 2%;
}
.banner .swiper-next {
	right: 2%;
}
.banner_mouse {
	z-index: 99;
	position: absolute;
	bottom: 13%;
	right: 49.5%;
	width: 23px;
	height: 40px;
	cursor: pointer;
	background: url(/skin/images/shubiao.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
}
.banner_mouse:after,
.banner_mouse:before {
	content: "";
	position: absolute;
}
.banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(/skin/images/shubiao.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}
.banner_mouse:after {
	background-color: #fff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@-webkit-keyframes colorSlide {
	0% {
		height: 0;
	}
	90% {
		height: 40px;
	}
}
@keyframes colorSlide {
	0% {
		height: 0;
	}
	90% {
		height: 40px;
	}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.cpul {
	padding: 50px 0;
}
.cpul .t1 {
	font-size: 36px;
	font-weight: bold;
	display: flex;
	align-items: center;
	width: 100%;
}
.cpul .t1 .t11 {
	width: 8px;
	height: 12px;
	background-color: #f39800;
	margin: 0 5px 0 20px;
	flex-shrink: 0;
}
.cpul .t1 .t12 {
	flex: 1;
	height: 12px;
	background-color: #E6EBEF;
}
.cpul .t2 {
	color: #666;
}
.cpul ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-wrap: wrap;
}
.cpul ul li {
	width: 19.2%;
	border: 1px solid #bbb;
	padding: 7px;
}
.cpul ul li.neiye {
	margin-bottom: 14px;
}
.cpul ul li p {
	font-weight: bold;
	text-align: center;
	font-size: 19px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 8px;
}
.cpul ul li span {
	background-color: #014190;
	color: #fff;
	display: block;
	margin: 10px auto 15px auto;
	width: 160px;
	text-align: center;
	padding: 8px 0;
	font-size: 14px;
}
.cpul ul li .img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.cpul ul li .img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.cpul ul li:hover .img img {
	transform: scale(1.1);
}
.syab {
	background-image: url(/skin/images/syab.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 50px 0;
	background-size: cover;
}
.syab .w1580 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
.syab .left {
	width: 50%;
}
.syab .right {
	width: 45%;
}
.syab .left .t1 {
	font-size: 36px;
	font-weight: bold;
}
.syab .left .t2 {
	width: 70px;
	height: 4px;
	background-color: #014190;
	margin: 10px 0 20px 0;
}
.syab .left .t3 {
	font-size: 15px;
}
.syab .left .t4 {
	width: 190px;
	display: block;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	background-color: #014190;
	text-align: center;
	color: #fff;
	margin: 20px 0 40px 0;
	font-family: "Microsoft YaHei", 微软雅黑, 'PingFang SC';
}
.syab .left .t4:hover {
	background-color: #f39800;
}
.syab .left .t5 {
	display: flex;
}
.syab .left li {
	position: relative;
	padding: 0 30px;
	border-left: 1px solid #dddddd;
}
.syab .left li:before {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 30%;
	background: #014190;
	z-index: 1;
}
.syab .left li .t51 {
	font-size: 42px;
	color: #014190;
	line-height: 70px;
	font-weight: bold;
}
.syab .left li .t51 span {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.syab .left li p {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.foot {
	background-color: #e2e2e2;
	padding-bottom: 20px;
}
.foot .w1580 {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
.foot .logo {
	width: 18%;
}
.foot .mulu{
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    display: flex;
	justify-content: space-between;
	padding: 0 30px;
	width: 45%;
	flex-wrap: wrap;
}
.foot .mulu li {
	
}
.foot .mulu li .menu {
	display: block;
	margin-bottom: 10px;
	color: #333;
	font-size: 17px;
	margin-right: 10px;
	height: 30px;
	line-height: 1.5;
	transition: all 0.3s ease;
	font-weight: bold;
}
.foot .mulu li .menu:hover {
	font-size: 18px;
	margin-right: 0px;
}
.foot .mulu li .list {
	display: block;
	font-size: 14px;
	height: 25px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: #666;
	transition: all 0.3s ease;
}
.foot .mulu li .list:last-child{
    margin-bottom: 0;
}
.foot .mulu li .list:hover {
	font-size: 15px;
	margin-right: 0px;
}
.foot .dibulianxi {
	width: 30%;
	padding: 0 30px;
}
.foot .shemei {
	width: 10%;
}
.shemei svg{
    max-width: 25px;
    max-height: 25px;
    color: #555;
}
.shemei a{
    margin-right: 8px;
}
.shemei a:last-child{
    margin-right: 0;
}
.dibulianxi .dbt{
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
    font-size: 17px;
    height: 30px;
}
.dibulianxi p{
    font-size: 14px;
    line-height: 1.1;
}
.banquan {
	border-top: 1px solid #01419166;
	background-color: #e2e2e2;
}
.banquan .w1580 {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
.banquan p,
.banquan a {
	color: #555;
	font-size: 15px;
}
.banquan a {
	margin-left: 8px;
}
.banquan a:hover {
	color: #014191;
}
.xbanner {
	width: 100%;
	padding-top: 30%;
	overflow: hidden;
	position: relative;
}
.xbanner img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.xbanner p {
	position: absolute;
	z-index: 99;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 100%;
}
.xbanner span {
	width: 50px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background-color: #fff;
}
.chanpin {
	padding: 50px 0;
}
.chanpin .w1580 {
	border-radius: 15px;
	border: 1px solid #014190;
	overflow: hidden;
}
.chanpin .cp1 {
	width: 100%;
	text-align: center;
	background-color: #014190;
	font-size: 22px;
	color: #fff;
	padding: 10px 0;
}
.chanpin .cp2 {
	width: 100%;
	padding: 50px;
	display: flex;
	justify-content: space-between;
}
.chanpin .cp2 .img {
	width: 36%;
	border: 1px solid #ddd;
	padding-top: 36%;
	position: relative;
	overflow: hidden;
}
.chanpin .cp2 .img img {
	position: absolute;
	padding: 10px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.chanpin .right {
	width: 57%;
}
.chanpin .right .r1 {
	text-indent: 2em;
}
.chanpin .right .xiazai {
	padding: 10px 22px;
	background-color: #014190;
	color: #fff;
	margin-top: 30px;
	display: inline-flex;
	border-radius: 10px;
	align-items: center;
}
.chanpin .right .xiazai img {
	width: 22px;
	margin-left: 8px;
}
.chanpin .cp3 {
	display: flex;
	padding: 0 50px;
	justify-content: space-between;
}
.chanpin .cp3 li {
	width: 23%;
	border: 1px solid #ddd;
	padding: 10px;
}
.chanpin .cp3 li img {
	width: 100%;
	display: block;
}
.chanpin .cp4 {
	padding: 50px;
}
.chanpin .cp4 .cp41 {
	font-size: 28px;
	text-align: center;
}
.chanpin .cp4 .cp42 {
	background-color: #f39800;
	width: 60px;
	height: 2px;
	margin: 15px auto 40px auto;
}
.chanpin .cp4 .cp43 p {
	line-height: 1.6;
	margin-bottom: 8px;
	color: #555555;
}
.about{
	padding: 40px 0;
}
.about li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}
.about li .left{
	width: 48%;
}
.about li .right{
	width: 48%;
}
.about li .left .l1{
    font-size: 24px;
	margin-bottom: 10px;
}
.about li .left p{
    color: #555;
}
.contact .w1580{
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.contact .left{
	width: 48%;
}
.contact .right{
	width: 48%;
}
.map-container {
	width: 100%;
	max-width: 800px;
	height: 500px;
	border: 2px solid #eee;
	border-radius: 8px;
	overflow: hidden;
}
.map-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header {
	width: 100%;
	padding: 14px 0;
	background: #fff;
	position: fixed;
	top: 33px;
	z-index: 999;
	transition: top 0.3s ease;
}
.header_box {
	display: flex;
	justify-content: space-between;
	width: 92%;
	margin: 0 auto;
	align-items: center;
}
.head-logo {
	height: 50px;
}
.head-logo a {
	display: block;
	height: 100%;
}
.head-logo img {
	height: 100%;
}
#top #nav {
	width: 28px;
	height: 24px;
	text-align: center;
	cursor: pointer;
}
#top .nav {
	width: 28px;
	height: 24px;
	background: url(../images/icont.png) no-repeat;
	background-size: 28px auto;
}
#top .close {
	width: 28px;
	height: 24px;
	background: url(../images/iconx.png) no-repeat;
	background-size: 28px auto;
}
.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 103px;
	z-index: 999;
	background: rgb(0, 0, 0, 0.5);
	display: none;
}
.subNav .sub {
	width: 100%;
	display: none;
}
.subNav .sub a {
	font-size: 15px;
	line-height: 36px;
	border-top: 1px solid #e0e0e0;
	padding: 0 25px;
	background-color: #f5f5f5;
	display: block;
}
.subNav li {
	width: 100%;
	display: block;
	line-height: 48px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-top: 1px solid #f2f2f2;
}
.subNav li>a {
	display: block;
	padding: 0 20px;
	margin-right: 48px;
}
.subNav li i {
	float: right;
	height: 48px;
	width: 48px;
	background: url(../images/arrt.png) no-repeat center;
	background-size: 10px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: all .5s;
}
.subNav li.open i {
	transform: rotate(90deg);
}
.contact-float {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  z-index: 999;
}

.contact-item {
  position: relative;
}

/* 右侧小按钮 */
.contact-icon {
    width: 90px;
    height: 90px;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    flex-direction: column;
    color: #666;
    justify-content: center;
}
.contact-icon img {
  width: 24px;
}
/* 左侧弹出卡片 */
.contact-panel {
  position: absolute;
  right: 100px;
  top: 0;
  width: 150px;
  background: #fff;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.contact-item .icon {
    color: #666666;
    transition: color .25s;
    width: 30px;
    height : 30px;
}
.contact-icon:hover,
.contact-item:hover .icon {
  color: #0365d4;
}
/* hover 显示 */
.contact-item:hover .contact-panel {
  opacity: 1;
  visibility: visible;
}

/* 面板内容 */
.panel-title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

.panel-sub {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

.panel-text {
  font-size: 14px;
  margin-bottom: 13px;
}

.qr {
  width: 80;
  margin: 0 auto 0 auto;
}

.panel-footer {
  background: #0365D4;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
}

@media (min-width: 1366px) and (max-width: 1580px) {
	.w1580{
		width: 1300px;
		margin: 0 auto;
	}
	.syab .left li {
		padding: 0 15px;
	}
	.syab .left li p {
		font-size: 13px;
		line-height: 20px;
	}
}
@media (min-width: 1024px) and (max-width: 1366px) {
	.w1580{
		width: 1000px;
		margin: 0 auto;
	}
	.gonggao {
        background-size: 55% 100%;
	}
	.syab .left li {
		padding: 0 15px;
	}
	.syab .left li p {
		font-size: 13px;
		line-height: 20px;
	}
	.syab .left,
	.syab .right {
		width: 100%;
	}
	.syab .left li {
		padding: 0 30px;
		margin-bottom: 20px;
	}
	.syab .left li .t51 {
		font-size: 38px;
		line-height: 40px;
	}
	.syab .left li .t51 span {
		font-size: 16px;
	}
	.syab .left li p {
		line-height: 20px;
	}
	.chanpin .cp2 {
		padding: 40px;
	}
}
@media (min-width: 767px) and (max-width: 1024px) {
	.pc{
		display: none;
	}
	.w1580{
		width: 94%;
		margin: 0 auto;
	}
	.gonggao {
		background: #333;
	}
	.gonggao .left{
		display: none;
	}
	.gonggao .right {
		width: 100%;
		justify-content: space-between;
	}
	.mb{
		display: block;
	}
	.top{
		height: 103px;
	}
	.banner_mouse{
		display: none;
	}
	.swiper-pagination{
		display: none;
	}
	.cpul {
		padding: 35px 0;
	}
	.cpul .t1 {
		font-size: 24px;
	}
	.cpul .t2 {
		font-size: 14px;
	}
	.cpul ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	.syab .left,
	.syab .right {
		width: 100%;
	}
	.syab .left li {
		padding: 0 25px;
		margin-bottom: 20px;
	}
	.syab .left li .t51 {
		font-size: 32px;
		line-height: 40px;
	}
	.syab .left li .t51 span {
		font-size: 16px;
	}
	.syab .left li p {
		line-height: 20px;
	}
	.foot .w1580 {
		flex-wrap: wrap;
		padding-top: 35px;
	}
	.foot .logo {
    width: 25%;
}
.foot .mulu {
    width: 70%;
        border-right:unset;
}
.foot .dibulianxi {
    width: 25%;
    margin-top: 30px;
}
.foot .shemei {
    width: 70%;
    margin-top: 30px;
}
	.foot .mulu li {
		width: 100%;
	}
	.foot .mulu li .menu {
		margin-bottom: 7px;
	}
	.banquan .w1580 {
		flex-wrap: wrap;
	}
	.banquan p, .banquan a {
		line-height: 1.2;
		margin-bottom: 5px;
	}
	.xbanner p {
		font-size: 22px;
        line-height: 1;
		top: 50%;
	}
	.xbanner span {
		margin: 10px auto 0 auto;
		background-color: #fff;
	}
	.chanpin {
		padding:35px 0;
	}
	.chanpin .cp1 {
		font-size: 20px;
	}
	.chanpin .cp2 {
		padding: 20px 15px;
		flex-wrap: wrap;
	}
	.chanpin .cp2 .img{
		width: 100%;
		padding-top: 100%;
	}
	.chanpin .cp2 .right {
		width: 100%;
		margin-top: 15px;
	}
	.chanpin .cp3 {
		padding: 0 15px;
		flex-wrap: wrap;
	}
	.chanpin .cp3 li {
		width: 48.7%;
		margin-bottom: 8px;
	}
	.chanpin .cp4 {
		padding: 35px 15px;
	}
	.chanpin .cp4 .cp41 {
		font-size: 26px;
	}
	.chanpin .cp4 .cp42 {
		margin: 10px auto 25px auto;
	}
	.about {
		padding: 10px 0;
	}
	.about li {
		flex-direction: column-reverse;
	}
	.about li.two {
		flex-direction: column;
	}
	.about li .left {
		width: 100%;
	}
	.about li .right {
		width: 100%;
	}
	.contact .w1580 {
		padding: 35px 0;
		flex-direction: column-reverse;
	}
	.contact .left {
		width: 100%;
	}
	.contact .right {
		width: 100%;
		margin-bottom: 20px;
	}
	.map-container {
		height: 500px;
	}
}
@media (max-width: 767px) {
	.pc{
		display: none;
	}
	.foot .logo {
    width: 100%;
}
.foot .mulu {
    border-left: unset;
    border-right: unset;
    padding: 0;
    width: 100%;
}
	.w1580{
		width: 94%;
		margin: 0 auto;
	}
	.gonggao {
		background: #333;
	}
	.gonggao .left{
		display: none;
	}
	.gonggao .right {
		width: 100%;
		justify-content: space-between;
	}
	.mb{
		display: block;
	}
	.top{
		height: 103px;
	}
	.banner_mouse{
		display: none;
	}
	.swiper-pagination{
		display: none;
	}
	.foot .dibulianxi {
    width: 100%;
    padding: 0;
    margin: 30px 0;
}
.foot .shemei {
    width: 100%;
}
	.cpul {
		padding: 35px 0;
	}
	.cpul .t1 {
		font-size: 24px;
	}
	.cpul .t2 {
		font-size: 14px;
	}
	.cpul ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	.syab .left,
	.syab .right {
		width: 100%;
	}
	.syab .left li {
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.syab .left li .t51 {
		font-size: 26px;
		line-height: 40px;
	}
	.syab .left li .t51 span {
		font-size: 14px;
	}
	.syab .left li p {
		line-height: 20px;
	}
	.foot .w1580 {
		flex-wrap: wrap;
		padding-top: 35px;
	}
	.foot .mulu li {
		width: 100%;
		margin-bottom: 25px;
	}
	.foot .mulu li .menu {
		margin-bottom: 7px;
	}
	.banquan .w1580 {
		flex-wrap: wrap;
	}
	.banquan p, .banquan a {
		line-height: 1.2;
		margin-bottom: 5px;
	}
	.xbanner p {
		font-size: 22px;
        line-height: 1;
		top: 50%;
	}
	.xbanner span {
		margin: 7px auto 0 auto;
		background-color: #fff;
	}
	.chanpin {
		padding:35px 0;
	}
	.chanpin .cp1 {
		font-size: 20px;
	}
	.chanpin .cp2 {
		padding: 20px 15px;
		flex-wrap: wrap;
	}
	.chanpin .cp2 .img{
		width: 100%;
		padding-top: 100%;
	}
	.chanpin .cp2 .right {
		width: 100%;
		margin-top: 15px;
	}
	.chanpin .cp3 {
		padding: 0 15px;
		flex-wrap: wrap;
	}
	.chanpin .cp3 li {
		width: 48.7%;
		margin-bottom: 8px;
	}
	.chanpin .cp4 {
		padding: 35px 15px;
	}
	.chanpin .cp4 .cp41 {
		font-size: 26px;
	}
	.chanpin .cp4 .cp42 {
		margin: 10px auto 25px auto;
	}
	.about {
		padding: 10px 0;
	}
	.about li {
		flex-direction: column-reverse;
	}
	.about li.two {
		flex-direction: column;
	}
	.about li .left {
		width: 100%;
	}
	.about li .right {
		width: 100%;
	}
	.contact .w1580 {
		padding: 35px 0;
		flex-direction: column-reverse;
	}
	.contact .left {
		width: 100%;
	}
	.contact .right {
		width: 100%;
		margin-bottom: 20px;
	}
	.map-container {
		height: 300px;
	}
}