@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	color: #000;
	font-size: 14px;
}

img {
	display: block;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none
}

.cl {
	clear: both;
}

body {
	color: #f5f5f5
}


.block {
	padding: 20px 0;
}


.fixed {
	position: fixed;
	max-width: 100%;
	top: 0;
	z-index: 10000;
	float: none !important;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 0;
}

.fixed .nav ul li .f_a {
	color: #333;
}


/* 主菜单 */

.head {
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 9999;
	padding: 10px 0;
}

.head .logo {

	position: relative;
	z-index: 2;
	float: left;
	padding-left: 70px;
	margin-right: 5%;
}

.head .logo img {
	width: 100%;
}

.head .tel {
	position: relative;
	z-index: 2;
	float: right;
	padding-right: 70px;
}

.head .tel img {
	width: 100%;
}


.navbox {
	position: relative;
	z-index: 2;
	float: left;
	width: 55%;
}

.nav {
	display: block;
	float: left;
	width: 100%;
}

.nav .nav_pc {
	width: 100%;
}

.nav ul li {
	float: left;
	position: relative;
	box-sizing: border-box;
	z-index: 999;
}

.nav ul li a img {
	display: initial;
}

.nav ul li .f_a {
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.nav ul li:hover .f_a {
	transition: all .3s
}

.nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
	z-index: 9999;
	box-sizing: border-box
}

.nav ul li .s_navbox .s_a a {
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
}

.nav ul li .s_navbox .s_a a:hover {
	background: #333;
	color: #fff;
}

.m_nav {
	display: none
}

.headlf .m_logo {
	display: none
}

.headrg .m_menuimg {
	display: none
}

.active {
	background-color: #cf1322
}

.activ2 {
	background-color: #cf1322
}



/* 轮播图 */
.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	top: 0;
	/* z-index: -1; */
}

.slideBox .hd {
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}

.slideBox .hd ul {
	text-align: center;
	padding-top: 5px;
	
}

.slideBox .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}

.slideBox .hd ul .on {
	background: #00a2ff;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li img {
	width: 100%;
	vertical-align: top;
}

/* banner下表超市图标 */
.slider .shop {
	height: 80px;
	width: 500px;
	background: rgba(82, 82, 82, 0.8);
	z-index: 1;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-top-left-radius: 50px;
}

.slider .shop .shop_kuang {
	width: 420px;
	height: 60px;
	padding: 10px 0px 10px 30px;
}

.slider .shop .shop_kuang a {
	float: left;
	margin-right: 30px;
}

.slider .shop .shop_kuang a:last-child {
	margin-right: 0;
}


/* banner文本 */
.banner_txt{
	width: 100%;
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	left: 50%;
	transform: translateX(-50%);
}
.banner_txt .txt1{
	font-size: 36px;
	color: #fff;
	text-transform:uppercase;
	text-align: center;
}
.banner_txt .txt1 strong{
	font-size: 36px;
	color: #fff;
}
.banner_txt .txt2{
	font-size: 48px;
	color: #fff;
	text-align: center;
}
.banner_txt .txt2 strong{
	font-size: 48px;
	color: #fff;
}


.hongse{
	color: #92362a !important;
}
.hongse strong{
	color: #92362a !important;
}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
	.nav ul li .f_a {
		font-size: 18px
	}

	.nav ul li .s_navbox .s_a a {
		font-size: 12px
	}

	.foot_top ul {
		margin-left: 60px
	}

	.nav ul li .s_navbox .s_a {
		width: 100%
	}
}


/*移动端导航*/
@media screen and (max-width: 1200px) and (min-width: 0px) {
	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.slider .shop {
		display: none;
	}

	.head {
		display: none;
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block;
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block;
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000;
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 30px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%;
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530;
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px;
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}

}


@media screen and (max-width: 1200px) {

	/* banner文本 */
	.banner_txt{
		width: 100%;
		position: absolute;
		top: 30%;
		transform: translateY(-40%);
		left: 50%;
		transform: translateX(-50%);
	}
	.banner_txt .txt1{
		font-size: 20px;
		color: #fff;
		text-transform:uppercase;
	}
	.banner_txt .txt1 strong{
		font-size: 20px;
		color: #fff;
		font-style: normal;
	}
	.banner_txt .txt2{
		font-size: 20px;
		color: #fff;
	}
	.banner_txt .txt2 strong{
		font-size: 20px;
		color: #fff;
		font-style: normal;
	}
	
	.hongse{
		color: #92362a !important;
	}
	.hongse strong{
		color: #92362a !important;
	}
	
	
}

/* 底部 */

@media screen and (min-width: 1200px) {
	
	
	.foot_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: url(../images/foot_bj.jpg) no-repeat center top;
		background-size: cover;
	}

	.foot {
		height: auto;
		overflow: hidden;
		margin: 50px auto;
	}

	.foot_main {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.foot_main .left {
		float: left;
		width: 33.333%;
		height: auto;
		overflow: hidden;
	}

	.foot_main .left span.ft1 {
		display: block;
		font-size: 20px;
		color: #393838;
		line-height: 35px;
	}

	.foot_main .left span.ft2 {
		display: block;
		font-size: 14px;
		color: #393838;
		line-height: 35px;
	}

	.foot_main .center {
		float: left;
		width: 33.333%;
		height: auto;
		overflow: hidden;
	}

	.foot_main .center img {
		margin: 30px auto;
		display: block;
	}

	.foot_main .right {
		float: right;
		width: 33.333%;
		height: auto;
		overflow: hidden;
	}

	.foot_main .right img {
		float: right;
		max-width: 120px;
	}

	.footdi_bj {
		background: #393838;
		color: #fff;
		font-size: 16px;
		text-align: center;
		line-height: 50px;
	}
	
	
	/* 内部foot */
	.nfoot_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #e4e3e3;
		position: relative;
		min-height: 817px;
	}
	
	.nfoot {
		height: auto;
		overflow: hidden;
		margin: 50px auto;
		
	}
	
	.nfoot_main {
		width: 100%;
		height: auto;
		overflow: hidden;
		
	}
	
	.nfoot_main .left{
		float: left;
		width: 80%;
		height: auto;
		overflow: hidden;
	}
	.nfoot_main .left .daohang{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.nfoot_main .left .daohang ul li{
		float: left;
	}
	.nfoot_main .left .daohang li{
		width: calc(100% / 6);
		line-height: 90px;
	}
	.nfoot_main .left .daohang li a{
		font-size: 20px;
		display: block;
	}
	.nfoot_main .left .dname{
		font-size: 70px;
		text-transform:uppercase;
		margin-top: 100px;
	}
	.nfoot_main .left .xname{
		font-size: 20px;
		text-indent: 10px;
		margin: 40px 0;
	}
	.nfoot_main .left .zuoce{
		width: 40%;
		float: left;
		height: auto;
		overflow: hidden;
	}
	.nfoot_main .left .zuoce ul li{
		float: left;
	}
	.nfoot_main .left .zuoce li{
		width: 100%;
		font-size: 16px;
		line-height: 40px;
	}
	.nfoot_main .left .zuoce .ewm{
		float: left;
		margin-top: 50px;
	}
	
	.nfoot_main .left .youce{
		width: 50%;
		float: left;
		height: auto;
		overflow: hidden;
		margin-left: 10%;
	}
	.nfoot_main .left .youce .name{
		float: left;
		width: 49%;
		height: 60px;
		line-height: 60px;
		border: 0;
		border-bottom: 1px solid #bbbbbb;
		background: none;
		font-size: 16px;
		outline: none;
		margin-right: 1%;
	}
	.nfoot_main .left .youce .tel{
		width: 49%;
		height: 60px;
		line-height: 60px;
		border: 0;
		border-bottom: 1px solid #bbbbbb;
		background: none;
		font-size: 16px;
		outline: none;
	}
	.nfoot_main .left .youce .lywb{
		width: 100%;
		height: 130px;
		border: 0;
		border-bottom: 1px solid #bbbbbb;
		background: none;
		font-size: 16px;
		margin-top: 30px;
		outline: none;
	}
	.nfoot_main .left .youce .btn{
		width: 200px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		margin: 50px auto;
		background: #333;
		border: 0;
		color: #fff;
		font-size: 16px;
		/* display: block; */
		cursor: pointer;
	}
	
	.nfoot_main .right{
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 3;
	}

}


@media screen and (max-width: 1200px) {

	.foot_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: url(../images/foot_bj.jpg) no-repeat center top;
		background-size: cover;
	}

	.foot {
		height: auto;
		overflow: hidden;
		margin: 50px auto;
	}

	.foot_main {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.foot_main .left {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.foot_main .left img {
		margin: 0px auto;
	}

	.foot_main .left span.ft1 {
		display: block;
		font-size: 20px;
		color: #393838;
		line-height: 35px;
	}

	.foot_main .left span.ft2 {
		display: block;
		font-size: 14px;
		color: #393838;
		line-height: 35px;
	}

	.foot_main .center {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.foot_main .center img {
		margin: 30px auto;
		display: block;
	}

	.foot_main .right {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.foot_main .right img {
		max-width: 120px;
		margin: 0px auto;
	}

	.footdi_bj {
		background: #393838;
		color: #fff;
		font-size: 16px;
		text-align: center;
		line-height: 50px;
	}


	/* 内部foot */
	.nfoot_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #e4e3e3;
		position: relative;
		min-height: 817px;
	}
	
	.nfoot {
		height: auto;
		overflow: hidden;
		margin: 50px auto;
		
	}
	
	.nfoot_main {
		width: 100%;
		height: auto;
		overflow: hidden;
		
	}
	
	.nfoot_main .left{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.nfoot_main .left .daohang{
		display: none;
	}
	
	.nfoot_main .left .dname{
		font-size: 30px;
		text-transform:uppercase;
		margin-top: 10px;
	}
	.nfoot_main .left .xname{
		font-size: 20px;
		text-indent: 10px;
		margin: 20px 0;
	}
	.nfoot_main .left .zuoce{
		width: 100%;
		float: left;
		height: auto;
		overflow: hidden;
	}
	.nfoot_main .left .zuoce ul li{
		/* float: left; */
	}
	.nfoot_main .left .zuoce li{
		width: 100%;
		font-size: 16px;
		line-height: 35px;
	}
	.nfoot_main .left .zuoce .ewm{
		width: auto;
		height: auto;
		overflow: hidden;
		margin: 20px auto;
		
	}
	
	.nfoot_main .left .youce{
		
		
		width: 98%;
		float: left;
		height: auto;
		overflow: hidden;
		padding: 1%;
	}
	.nfoot_main .left .youce .name{
		float: left;
		width: 100%;
		height: 60px;
		line-height: 60px;
		border: 0;
		border-bottom: 1px solid #bbbbbb;
		background: none;
		font-size: 16px;
		outline: none;
		margin-right: 1%;
	}
	.nfoot_main .left .youce .tel{
		width: 100%;
		height: 60px;
		line-height: 60px;
		border: 0;
		border-bottom: 1px solid #bbbbbb;
		background: none;
		font-size: 16px;
		outline: none;
	}
	.nfoot_main .left .youce .lywb{
		width: 100%;
		height: 130px;
		border: 0;
		border-bottom: 1px solid #bbbbbb;
		background: none;
		font-size: 16px;
		margin-top: 30px;
		outline: none;
	}
	.nfoot_main .left .youce .btn{
		width: 200px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		margin: 50px auto;
		background: #333;
		border: 0;
		color: #fff;
		font-size: 16px;
		/* display: block; */
		cursor: pointer;
	}
	
	.nfoot_main .right{
		display: none;
	}



}



/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
	
	.content {
	    width: 90%;
	    max-width: 1440px;
	}
	
	.head .logo {
	    position: relative;
	    z-index: 2;
	    float: left;
	    padding-left: 30px;
	    margin-right: 30px;
	}
	.head .tel{
		padding-right: 20px;
	}
	
	
	.nfoot_main .left {
	    float: left;
	    width: 70%;
	    height: auto;
	    overflow: hidden;
	}
	
	.nfoot_main .left .dname {
	    font-size: 60px;
	    text-transform: uppercase;
	    margin-top: 70px;
	}
	
	.nfoot_main .right {
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    z-index: 3;
	    width: 30%;
	}
	
	
	
	
	
}