html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
	-webkit-appearance: none;
	resize: none;
}

img {
	border: none;
	pointer-events: none;
}


/* 初始化开始*/

* {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	background-color: #fff;
	color: #666;
	font-size: .26rem;
	line-height: .4rem;
	font-family: "Microsoft YaHei";
}

em,
i,
b {
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #969696;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 100%;
	font-weight: normal;
	font-size: 0.28rem;
	line-height: 0.4rem;
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ea9061;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ea9061;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ea9061;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ea9061;
}


/*通用*/

.m_btn {
	width: 80%;
	height: 0.9rem;
	display: block;
	margin: 0 auto;
	border-radius: 0.1rem;
	text-align: center;
	line-height: 0.9rem;
	background: #e66f82;
	color: #fff;
	font-size: 0.3rem;
}

.m_btn a {
	display: block;
	color: #fff;
}

.dn {
	display: none;
}
.oh{
	overflow: hidden;
}

/*mui*/

.mui-btn.mui-disabled,
.mui-btn:disabled,
button.mui-disabled,
button:disabled,
input[type=button].mui-disabled,
input[type=button]:disabled,
input[type=reset].mui-disabled,
input[type=reset]:disabled,
input[type=submit].mui-disabled,
input[type=submit]:disabled {
	opacity: 0.4;
}

.mui-btn.mui-active:enabled,
.mui-btn:enabled:active,
button.mui-active:enabled,
button:enabled:active,
input[type=button].mui-active:enabled,
input[type=button]:enabled:active,
input[type=reset].mui-active:enabled,
input[type=reset]:enabled:active,
input[type=submit].mui-active:enabled,
input[type=submit]:enabled:active {
	background: none;
}

.mui-bar-nav {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mui-bar .mui-btn-link.mui-active,
.mui-bar .mui-btn-link:active {
	color: inherit;
	border: none;
}

.mui-bar {
	background: #fff;
}

.mui-popup-button:active {
	background: rgba(240, 240, 240, .95);
}

.mui-btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	padding: 0;
	margin: 0;
	font-size: .26rem;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
	padding: 0;
	margin: 0;
	font-size: .26rem;
}

a:active {
	color: inherit;
}

.head .mui-btn-link {
	color: #e9b98e;
}

.head .mui-btn-link a {
	color: #e9b98e;
}

.head_left {
	float: left;
}

p {
	margin: 0;
	padding: 0;
}


/*首页*/

.mui-bar-nav~.mui-content {
	padding-top: 76px;
	background: #fff;
	padding-bottom: 50px;
	
}

.logo {
	width: 2rem;
	height: 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.logo img {
	display: block;
	width: 100%;
}

.mui-bar .title {
	right: 1rem;
	left: 2rem;
	display: flex;
	justify-content: center;
}

.mui-bar .title img {
	width: 70%;
}

.search_btn {
	width: 0.8rem;
	display: flex;
	align-items: center;
	height: 44px;
}

.search_btn img {
	display: block;
	width: 100%;
}

.nav {
	position: fixed;
	top: 44px;
	left: 0;
	width: 100%;
	border-top: solid 1px #ff7300;
	border-bottom: solid 1px #ff7300;
	background: #fff;
	z-index: 10;
}

.nav ul {
	display: flex;
}

.nav ul li {
	width: 14%;
	text-align: center;
}

.nav ul li a {
	color: #323232;
	display: block;
	line-height: 30px;
}

.nav ul .active a {
	color: #ff7300;
}
.column_nav ul{
	display: flex;
	padding: 0.2rem 0;
}
.column_nav ul li{
	width: 25%;
}
.column_nav ul li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.column_nav ul li a img{
	width: 70%;
	display: block;
	margin-bottom:0.15rem;
}
.column_nav ul li a text{
	text-align: center;
	color: #ff7300;
}
.column_title{
	color: #333;
	text-align: center;
	padding: 0.2rem 0;
	font-size: 0.35rem;
}
.product_list{
	display: flex;
	flex-wrap:wrap;
}
.product_list a{
	width: 25%;
	display: block;
	text-align: center;
	line-height: 0.6rem;
	display: none;
	text-decoration:underline;
}
.product_list :nth-child(2n){
	background: #F5F5F5;
	
	
	
}
.product_list :nth-child(-n+12){
	display: block;
}
.product_list_on :nth-child(-n+12){
	display: block;
}
.show_btn{
	width: 1.6rem;
	height: 0.6rem;
	border:solid 1px #fa7303;
	text-align: center;
	border-radius: 0.1rem;
	line-height: 0.6rem;
	color: #fa7303;
	margin:0.2rem auto;
	
}
.ys{
	padding: 0 3%;
}
.ys img{
	display: block;
	width: 100%;
}
.dkzr dl dd{
	margin-bottom:0.3rem;
	padding: 0 3%;
	display: flex;
	align-items: center;
}
.dkzr dl dd icon{
	color: #ff7105;
	margin-right:0.1rem
}
.dkzr dl dd span{
	color: #ff7105;
	
}
.dkzr dl dd p{
	color: #666666;
	font-size:0.26rem;
}
.news_list dl dd{
	display: flex;
	padding: 0.2rem 3%;
	border-bottom: solid 1px #e5e5e5;
}
.news_img{
	margin-right:0.2rem;
}
.news_text h5{
	color: #666666;
	font-size: 0.3rem;
	margin-bottom:0.1rem
}
.contact{
	display: flex;
	padding: 0 3%;
}
.contact_img{
	width: 35%;
}
.contact_img img{
	display: block;
	width: 100%;
}
.contact_text{
	width: 65%;
	padding-left: 0.1rem;
}
.contact_text h5{
	margin-bottom: 0.1rem;
	color: #ff7105;
}
.contact_text p{
	font-size: 0.24rem;
}
.mui-bar-tab .mui-tab-item.mui-active{
	color: #ff6a00;
}
.nav_tab{
	background: #474747;
	position: fixed;
	bottom:0;
	left:0;
	width: 100%;
	z-index: 10;
	height: 50px;
}
.nav_tab ul{
	display: flex;
}
.nav_tab ul li{
	width: 25%;
	color: #ff6a00;
	text-align: center;
	line-height: 50px;
	font-size: 0.3rem;
	position: relative;
}
.z_nav{
	position: absolute;
	left:0;
	bottom: 50px;
	background: #f7f7f7;
	width: 100%;
	display: none;
}
.z_nav a{
	display: block;
	line-height: 30px;
	text-align: center;
	border:solid 0.01rem #cfcfcf;
	border-bottom: none;
	
}
/*联系我们*/
.contact_title{
	line-height: 0.9rem;
	
	text-align: center;
	margin-bottom:10px;
	font-size: 0.34rem;
}
.contact_text{
	padding: 0px 20px;
}
.banner img{
	display: block;
	width: 100%;	
}
.product_box dl{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.2rem 2%;
}
.product_box dl a{
	
}
.product_box dl dd{
	width: 49%;
}
.product_img{
	border:solid 1px #ddd;
}
.product_img img{
	display: block;
	width:100%;
}
.product_title{
	text-align: center;
	line-height: 0.6rem;
}
.more{
	text-align: center;
}
.more a{
	color: #ff6f01;
}
.more_btn{
	border:solid 1px #ff6f01;
	width: 100px;
	height: 26px;
	margin:0.2rem auto;
	border-radius: 0.1rem;
}
.more_btn a{
	color: #ff6f01;
	text-align: center;
	line-height: 26px;
	display: block;
	
}
.news_tab ul{
	display: flex;
	display: -webkit-flex;
}
.news_tab ul li{
	width: 33.33%;
	text-align: center;
	background: #999;
	line-height: 0.8rem;
	border-right: solid 1px #000;
	
}
.news_tab ul li a{
	display: block;
	color: #fff;
}
.news_tab ul .active{
	background: #ff8a2e;
	
}
.news_list dl dd{
	padding: 0.2rem 2%;
}
.news_list dl dd a{
	display: flex;
	display: -webkit-flex;
	
}
.news_img{
	width: 40%;
	border:solid 1px #ddd;
}
.news_img img{
	display: block;
	width: 100%;
}
.news_text{
	width: 60%;
}
.news_text h5{
	margin-bottom: 0.2rem;
}
.list_box{
	padding: 0 2%;
}
.list_title{
	color: #ff7000;
	margin-bottom: 0.2rem;
}
.list_box dl dd{
	padding: 0.2rem 0;
	border-bottom:dashed 1px #ddd;
}
.list_box dl dd a{
	display: flex;
	display: -webkit-flex;
	
}
.list_img{
	width: 40%;
	border:solid 1px #ddd;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.list_img img{
	display: block;
	width: 100%;
}
.list_text{
	width: 60%;
	padding-left: 0.2rem;
}
.list_text h5{
	color: #333;
	margin-bottom: 0.2rem;
}
.list_text p{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.list_text p span{
	font-size: 0.2rem;
	margin-right: 0.2rem;
}
.list_title{
	margin-top:0.2rem
}
.list_more{
	float:right;
}
.inform_box{
	  overflow: hidden;
	     
}
.inform_box dl dd{
	
	 padding: 0.2rem 2%;
    border-bottom: dashed 1px #ddd;
}
/*.inform_box dl dd a{
	display: flex;
	display: -webkit-flex;
	
}*/
.inform_img{
	width: 35%;
	
}
.inform_name{
	text-align: center;
}
.inform_text{
	width: 65%;
	padding-left: 0.2rem;
	font-size: 0.2rem;
}
/*.inform_text h5{
	border-bottom:dashed 1px #ddd;
}*/
.inform_text p{
	margin-top:0.1rem;
	
}
.inform_btn{
	background: #ff6d00;
	color: #FFFFFF;
	line-height: 0.5rem;
	width: 1.4rem;
	text-align: center;
	border-radius: 0.05rem;
	margin-top:0.2rem;
	
}
.data_title{
	color: #ff6f01;
	line-height: 0.9rem;
	text-align: center;
	
}
.data_author{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	border-bottom: dashed 1px #333;
}
.data_content{
	padding: 0 2%;
}
.data_text{
	padding: 0.2rem 0;
}
/**/
.prod_title{
	line-height: 0.9rem;
	text-align: center;
	font-size: 18px;
}
.prod_title icon{
	margin-left:0.2rem ;
	color: #ff7300;
	font-size:18px;
}
.prod_box dl dd{
	padding: 0.2rem 2%;
	border-bottom:dashed 1px #ddd;
}
.prod_box dl dd a{
	display: flex;
	display: -webkit-flex;
}
.prod_img{
	width: 40%;
}
.prod_img img{
	width: 100%;
	border:solid 1px #ddd;
}
.prod_text{
	width: 60%;
	padding-left: 0.2rem;
}
.prod_text h5{
	color: #333;
	font-size: 0.3rem;
	margin-bottom: 0.2rem;
}