@charset "utf-8";
/* ====================公共样式========================= */


/* 头部 */
.Header-wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: white;
	z-index: 99;
}
.Header-wrapper.on{
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.Header-container {}

.Header-container .logo {}

.Header-container .logo h1 {
	padding: 12px 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.Header-wrapper.on .Header-container .logo h1{
	padding: 10px 0;
}

.Header-container .logo h1 a {
	display: block;
	font-size: 0;
}

.Header-container .logo h1 a img {
	height: 76px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.Header-wrapper.on .Header-container .logo h1 a img{
	height: 60px;
}

.Header-container .language {
	position: relative;
	padding-top: 30px;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.Header-wrapper.on .Header-container .language{
	padding-top: 20px;
}
.Header-container .language>a {
	position: relative;
	color: #999999;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.Header-container .language>a img {
	width: auto;
	height: 30px;
	margin-right: 0.12rem;
}

.Header-container .language div {
	display: none;
	position: absolute;
	z-index: 2;
	left: 10px;
	top: calc(100% + 30px);
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, .8);
	text-align: left;
}
.Header-wrapper.on .Header-container .language div{
	top: calc(100% + 20px);
}

.Header-container .language div a {
	display: block;
	font-size: 14px;
	padding: 8px 15px;
	color: rgba(255, 255, 255, .8);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	letter-spacing: 0.5px;
}

.Header-container .language div a:hover {
	background-color: #E60012;
	color: white;
}

.Header-container .search {
	position: relative;
	margin-right: 0.55rem;
	margin-top: 36px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.Header-wrapper.on .Header-container .search{
	margin-top: 26px;
}
.Header-container .search a {
	display: block;
}

.Header-container .search a img {
	height: 28px;
}

#formsearh {
	position: absolute;
	z-index: 3;
	top: calc(100% + 36px);
	right: -20px;
	width: 320px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
	overflow: hidden;
	display: none;
	border: 1px solid #E60012;
}
.Header-wrapper.on #formsearh{
	top: calc(100% + 26px);
}

#formsearh input[type="text"] {
	float: left;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
	width: 80%;
	border: none;
	background-color: transparent;
	color: #333;
	box-sizing: border-box;
	overflow: hidden;
}

#formsearh input::-webkit-input-placeholder,
#formsearh textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
	color: #333;
}

#formsearh button {
	float: right;
	width: 20%;
	height: 42px;
	border: none;
	background: url(../images/icon-search-w.png) no-repeat center center;
	background-size: auto 50%;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, .2);
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #E60012;
}


.Header-container .menu {
	margin-right: 0.55rem;
}

.Header-container .menu ul {}

.Header-container .menu ul li {
	position: relative;
	float: left;
	margin: 0 0.48rem;
	height: 100px;
	line-height: 100px;
}
.Header-wrapper.on .Header-container .menu ul li{
	height: 80px;
	line-height: 80px;
}
.Header-container .menu ul li>a {
	font-size: 18px;
	color: black;
	font-family: "SY-N";
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.Header-container .menu ul li:hover a,
.Header-container .menu ul li.active a {
	color: #e60012;
}

.Header-container .menu ul li .sub_nav {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 230px;
	overflow: hidden;
	display: none;
	background: #f2f2f2;
	border-top: 2px solid #e60012;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-ms-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
	. z-index: 99;
}
/* .Header-wrapper.on .Header-container .menu ul li .sub_nav{
	top: 68px;
} */

.Header-container .menu ul li .sub_nav a {
	position: relative;
	display: block;
	width: 100%;
	background: rgb(255, 255, 255);
	margin-bottom: 1px;
	line-height: 24px;
	padding: 10px 5%;
	font-size: 14px;
	font-family: "Arial";
	color: #333333;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

.Header-container .menu ul li .sub_nav a:hover {
	color: #fff;
	background-color: #e60012;
}

/* 底部 */
.Footer-wrapper {
	position: relative;
	background-color: #f9f9f9;
	padding-top: .3rem;
	z-index: 3;
}

.Footer-container {
	width: 1560px;
	max-width: 92%;
	margin: 0 auto;
}

.foot_item {
	position: relative;
	float: left;
	font-size: 16px;
	font-family: "SY-N";
}

.foot_item01 {
	width: 21%;
}

.foot_item01 .foot_logo {}

.foot_item01 .foot_logo a {}

.foot_item01 .foot_logo a img {
	height: 76px;
}

.foot_item01 .foot_map {
	position: relative;
	margin-top: 0.6rem;
}

.foot_item01 .foot_map img {
	width: 100%;
}

.foot_item01 .foot_map span {
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #FFF;
	background: #000;
	border-radius: 50%;
	cursor: pointer;
}

.foot_map span:nth-child(2) {
	left: 20%;
	top: 38%;
	animation: OrangePulse 1.8s infinite;
	-webkit-animation: OrangePulse 1.8s infinite;
}

.foot_map span:nth-child(3) {
	left: 42%;
	top: -8%;
	animation: OrangePulse 2s infinite;
	-webkit-animation: OrangePulse 2s infinite;
}

.foot_map span:nth-child(4) {
	left: 60%;
	top: 45%;
	animation: OrangePulse 1.9s infinite;
	-webkit-animation: OrangePulse 1.9s infinite;
}

.foot_map span:nth-child(5) {
	left: 79%;
	top: 43%;
	animation: OrangePulse 2.1s infinite;
	-webkit-animation: OrangePulse 2.1s infinite;
}

.foot_map span:nth-child(6) {
	left: 77%;
	top: 51%;
	animation: OrangePulse 2.1s infinite;
	-webkit-animation: OrangePulse 2.1s infinite;
	display: none;
}

.foot_map span:nth-child(7) {
	left: 64%;
	top: 34%;
	animation: OrangePulse 2.1s infinite;
	-webkit-animation: OrangePulse 2.1s infinite;
}

.foot_map span:after {
	background: #000;
}

.foot_item01 .foot_map span i {
	position: absolute;
	top: -30px;
	left: -600%;
	min-width: 75px;
	line-height: 24px;
	text-align: center;
	padding: 0 12px;
	background: rgba(0, 0, 0, .8);
	border-radius: 3px;
	color: #FFF;
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 3;
}

.foot_item01 .foot_map span i:after {
	content: "";
	position: absolute;
	left: 50%;
	margin: 0 0 0 -5px;
	bottom: -12px;
	width: 0;
	height: 0;
	border-top: 6px solid rgba(0, 0, 0, .8);
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	overflow: hidden;
}

.foot_map span:hover i {
	opacity: 1;
	visibility: visible;
}

.foot_item01 .button {
	display: inline-block;
	vertical-align: top;
	width: 90%;
	line-height: 62px;
	font-size: 26px;
	text-transform: uppercase;
	color: #FFF;
	background: #e60012;
	margin: 0.4rem auto 0.2rem;
	text-align: center;
	font-weight: bold;
}

.foot_item02 {
	padding-top: 0.6rem;
	margin-left: 4%;
	width: 58%;
}

.foot_item02 ul {
	width: 1.7rem;
	width: 16%;
	float: left;
	margin-right: 4%;
}

.foot_item02 ul:first-child {
	width: 22%;
	margin-right: 2%;
}

.foot_item02 ul:last-child {
	margin-right: 0;
}

.foot_item02 ul dt {
	font-size: 16px;
	line-height: 1;
	color: black;
	margin-bottom: 0.25rem;
	/* text-transform: uppercase;
	font-weight: bold; */
}

.foot_item02 ul li {
	font-size: 14px;
	line-height: 20px;
	color: #8b8b8b;
	margin-bottom: 0.15rem;
}

.foot_item02 ul a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.foot_item02 ul a:hover {
	color: #E60012;
}

.foot_item.foot_item03 {
	padding-top: 0.6rem;
	float: right;
	font-size: 16px;
	color: black;
	max-width: 13%;
}

.foot_item03 h4 {
	margin-bottom: 0.2rem;
	line-height: 1;
}

.foot_item03 p {
	line-height: 1.5;
}

.foot_item03 .wx {
	margin-top: 0.15rem;
}

.foot_item03 .wx img {
	width: 1.2rem;
	max-width: 100%;
}

.foot_item03 ul {
	margin-top: 0.2rem;
}

.foot_item03 ul li {
	float: left;
	width: 38px;
	height: 38px;
	text-align: center;
	margin-right: 6px;
	margin-top: 10px;
	background-color: #5d5d5d;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.53s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.foot_item03 ul li:last-child{
	margin-right: 0;
}
.foot_item03 ul li:hover {
	background-color: #E60012;
}

.foot_item03 ul li a {}

.foot_item03 ul li a img {
	display: inline-block;
	width: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.53s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.foot_item03 ul li:hover a img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.foot_copyright {
	padding: 0.2rem 0;
	font-family: "SY-N";
	font-size: 16px;
	color: #8d8d8d;
	text-align: center;
	/* background-color: #e5e5e5; */
}

/* 页脚地图动画 */
@-webkit-keyframes OrangePulse {
	from {
		background-color: rgba(216, 5, 5, .8);
		-webkit-box-shadow: 0 0 10px rgba(230, 0, 18, 1);
	}

	50% {
		background-color: rgba(216, 5, 5, .8);
		-webkit-box-shadow: 0 0 10px rgba(230, 0, 18, 1);
	}

	to {
		background-color: rgb(255, 255, 255);
		-webkit-box-shadow: 0 0 10px rgba(230, 0, 18, 1);
	}
}

/* 中间+共用部分 */
.pc,.pc_ban{
	display: block;
}
.pad{
	display: block;
}
.mb,.mb_ban{
	display: none;
}

/* 首页banner */
.ban_t {
	/*margin-top: 100px;*/
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ban_t .swiper-container-horizontal .swiper-pagination{
    bottom: 10px;
}
.ind_banner .swiper-slide {
	overflow: hidden;
}
.ind_banner .swiper-slide img {
	opacity: 1;
}
.ind_banner .swiper-slide img {
	width: 100%;
	-webkit-transition: 3s linear;
	-moz-transition: 3s linear;
	-ms-transition: 3s linear;
	-o-transition: 3s linear;
	transition: 3s linear;
	-webkit-transform: scale(1.08);;
	-moz-transform: scale(1.08);;
	-ms-transform: scale(1.08);;
	-o-transform: scale(1.08);;
	transform: scale(1.08);;
}
.ind_banner .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}
.ind_banner .swiper-pagination-bullet {
	background-color: rgb(255, 255, 255);
}
.ind_banner .swiper-pagination-bullet-active,.ind_mb_banner .swiper-pagination-bullet-active{
	background-color: #e60012;
}

.ind_banner .swiper-button-next,.ind_banner .swiper-button-prev{
	position: absolute;
	left: 4%;
	top: 50%;
	margin-top: -26px;
	display: block;
	width: 50px;
	height: 52px;
	background: url(../images/banner-pre.png) no-repeat center center;
	border: 2px solid #fff;
	transition-duration: .5s;
}
.ind_banner .swiper-button-next{
	left: auto;
	right: 4%;
	background: url(../images/banner-next.png) no-repeat center center;
}
.ind_banner .swiper-button-prev{}
.ind_banner .swiper-button-next::after,.ind_banner .swiper-button-prev::after{
	display: none;
}
.ind_banner .swiper-button-next:hover,.ind_banner .swiper-button-prev:hover{
	background-color: #E60012;
	border-color: #E60012;
}
/* banner图缩放 */


/* 首页标题 */
.ind_tit {
	text-align: center;
}

.ind_tit h3 {
	position: relative;
	font-size: 38px;
	line-height: 1;
	color: #e60012;
	font-weight: bold;
}
.ind_tit h1 {
	position: relative;
	font-size: 38px;
	line-height: 1;
	color: #e60012;
	font-weight: bold;
}

.ind_tit i {
	display: inline-block;
	width: 0.66rem;
	height: 3px;
	background-color: #E60012;
	margin: 0.25rem 0 0.2rem;
}

.ind_tit p {
	font-size: 12px;
	line-height: 20px;
	color: #686868;
	text-transform: uppercase;
	width: 10.7rem;
	max-width: 92%;
	margin: 0 auto;
	letter-spacing: 0.5px;
}

/* 产品banner */
.pro_banner {
	position: relative;
}

.pro_banner img {
	width: 100%;
}

.pro_banner .text {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.pro_banner .text h4 {
	font-size: 42px;
	color: #E60012;
	font-weight: bold;
}
.pro_banner .text h1 {
	font-size: 42px;
	color: #E60012;
	font-weight: bold;
}

.pro_banner .text p {
	font-size: 24px;
	color: white;
	margin-top: 0.15rem;
}

/* 产品列表search */
.pro_list_search {
	width: 1600px;
	max-width: 92%;
	margin: 0 auto;
	background: #fff;
	-moz-box-shadow: 0px 0px 7px #949494;
	-webkit-box-shadow: 0px 0px 7px #949494;
	box-shadow: 0px 0px 7px #949494;
	position: relative;
	top: -0.48rem;
	padding: 0.4rem 1rem;
	box-sizing: border-box;
}

.pro_list_search form {
	width: 100%;
	overflow: hidden;
}

.pro_list_search form input {
	width: 85%;
	background: #ebebeb;
	height: 51px;
	line-height: 51px;
	border: none;
	outline: none;
	padding-left: 0.25rem;
	float: left;
	border: 1px solid transparent;
	font-family: "SY-N";
}
.pro_list_search form input::-webkit-input-placeholder {
	font-family: "SY-N";
}
.pro_list_search form input:focus {
	border: 1px solid #d0111b !important;
}

.pro_list_search form button {
	width: 15%;
	height: 51px;
	border: none;
	outline: none;
	background: url(../images/icon-search-w.png) no-repeat center center #d0111b;
	cursor: pointer;
}


/* 首页产品ico动画 */
@keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-moz-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-o-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
	/* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
	.pro_banner .text h4{
		font-size: 36px;
	}
	.pro_banner .text p{
		font-size: 18px;
	}
}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */
	.Header-container .menu,.Header-container .search{
		margin-right: 0.4rem;
	}
	.Header-container .menu ul li{
		margin: 0 0.3rem;
	}
	
}

@media all and (max-width:1279px) {
	/* 1152 × (864) */
}

@media all and (max-width:1151px) {
	/* 1024 × (600/768) */
	.Header-container .menu ul li>a{
		font-size: 16px;
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
	/* 平板设备 720 适配 */
	.pc{
		display: none;
	}
	.pad{
		display: none;
	}
	.mb{
		display: block;
	}
	.ban_t{
		/* margin-top: 60px; */
	}
	.Header-wrapper{
		padding: 0;
	}
	.Header-container .logo h1{
		margin: 11px 0;;
	}
	.Header-container .logo h1 a img{
		height: 38px;
	}
	.Header-container.w14{
		max-width: 100%;
	}
	.Header-container .logo{
		margin-left: 4%;
	}
	
	/* 手机导航 s */
	.mobile-inner-header-icon{color: #ffffff;background: #e60012; height: 60px; font-size:25px; text-align: center; float:right; width: 60px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
	.mobile-inner-header-icon span{position: absolute; left: calc((100% - 30px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #fff;transition-duration: 0.5s;}
	.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
	.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
	.mobile-inner-header-icon span:nth-child(3){ width:20px;}
	.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
	.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
	.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
	.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
	.mobile-inner-nav{ background:#e60012; width: 100%; height: 100%;position: fixed; top: 60px;left: 0px; display: none;overflow-y: auto;}
	.active_mobile span:nth-child(3){ opacity:0;}
	.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
	.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
	.subNavBox1{width:100%;}
	.subNav1{display: block;
	  width: 100%;
	  border-bottom: 1px solid #ff4050;
	  line-height: 50px;
	  font-size: 16px;
	  color: #555;
	  padding:0 15px;
	  background: url(../images/jia1.png) no-repeat 96% center;
	  color:#fff;
	}
	
	.currentDt1{
		background: url(../images/jian1.png) no-repeat 96% center #f90c1e;
	}
	.navContent1{display: none; border-bottom: 1px solid #d6d6d6; padding:10px 0; background:#f90c1e;overflow: hidden;}
	.navContent1 li{ line-height:30px;}
	.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
	.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
	.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
	.so-mobile-fl a{ width:33%;display:block; font-size:12px; color:#fff; padding-bottom:10px; float:left; padding-right:0;}
	.xg-mobile-bt{ font-size:16px; padding:10px 20px;}
	.xg-mobile-bt a{ color:#fff; position:relative; padding-left:20px;}
	.xg-mobile-bt a:before{content: '';
	    width: 15px;
	    height: 15px;
	    background: url(../images/m_anniu1.png) no-repeat center;
	    position: absolute;
	    left: 0;
	    top: 2px;
	    background-size: cover;}
	
	/* 手机导航 e */
	
	.foot_item01{
		width: 100%;
		text-align: center;
		display: none;
	}
	.foot_item01 .foot_logo a img{
		height: 38px;
	}
	.foot_item01 .button{
		width: auto;
		padding: 0 20px;
		font-size: 22px;
		line-height: 50px;
		display: inline-block;
	}
	.foot_item02,.foot_item03{
		width: 100%;
		margin: 0;
		padding-top: 0.4rem;
	}
	.foot_item02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}
	.foot_item.foot_item03{
		max-width: 100%;
		text-align: center;
		padding-top: 0.4rem;
		padding: 0;
	}
	.foot_item02 dl{
		width: 100% !important;
	}
	.foot_item02 dl dt{
		margin: 10px 0;
		text-transform: uppercase;
	}
	.foot_item02 dl dd,.foot_item03 p{
	    display: inline-block;
	    padding-right: 20px;
	}
	.foot_item03 ul li{
		float: none;
		display: inline-block;
		margin: 0 1px;
	}
	.foot_item03 .wx img{
		width: 1.8rem;
	}
}

@media all and (max-width:768px) {
	/* 移动终端以上 360 适配 */
	.pc_ban{
		display: none !important;
	}
	.mb_ban{
		display: block !important;
	}
	
	.ind_tit h3{
		font-size: 30px;
	}
	.ind_tit i{
		margin: 0.2rem 0.12rem;
	}
	.ind_tit p{
		letter-spacing: 0;
	}
	
	.pro_banner .text h4{
		font-size: 28px;
	}
	.pro_banner .text p{
		font-size: 14px;
	}
	
	.pro_list_search{
		padding: 15px 10px;
		top: -30px;
		moz-box-shadow: 0px 0px 7px #949494;
		-webkit-box-shadow: 0px 0px 7px #949494;
		box-shadow: 0px 0px 7px #949494;
	}
	.pro_list_search form input,.pro_list_search form button{
		height: 40px;
		line-height: 40px;
	}
	.pro_list_search form button{
		padding-left: 0.2rem;
	}
	.pro_nav_item ul{
		overflow: hidden;
	}
	.pro_nav_item ul li{
		float: left;
		/* width: 48%;
		margin-right: 4%; */
		width: 100%;
		margin-right: 0;
		margin-bottom: 1px;
	}
	.pro_nav_item ul li a{
		height: 40px;
		line-height: 40px;
		padding: 0 4%;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
	}
	.pro_nav_item ul li:nth-child(2n){
		margin-right: 0;
	}
}

@media all and (max-width:640px) {
.foot_item02 ul,.foot_item02 ul:first-child{width: 50%;margin: 0;}	
.foot_item02 ul:last-child{width:100%;display: none;}
}

@media all and (max-width:420px) {
	.foot_copyright{
		font-size: 12px;
		line-height: 1.2;
		padding: 0.15rem 0;
	}
}
@media all and (max-width:376px) {
	
}