html { font-size: 100%; }
html, button, input, select, textarea { font-family: sans-serif; }
body {font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;color: rgb(51, 51, 51);background-color: rgb(255, 255, 255);/* min-width: 1226px; */}
body { margin: 0px; }
a:active, a:hover { outline: 0px none; }
h2 { font-size: 1.5em; margin: 0.83em 0px; }
h3 { font-size: 1.17em; margin: 1em 0px; }
p, pre { margin: 1em 0px; }
dl, menu, ol, ul { margin: 1em 0px; }
dd { margin: 0px 0px 0px 40px; }
menu, ol, ul { padding: 0px 0px 0px 40px; }
img { border: 0px none; }
form { margin: 0px; }
.btn {
	display: inline-block;
	width: 158px;
	height: 38px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #db9a66;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color:#ffffff;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	background: #db9a66;
	border-radius: 4px;
	font-family: "Microsoft Yahei";
}
.btn:hover { text-decoration: none; color: #ffffff; border: 1px solid #04BB8D;background: #04BB8D;}
.btn:focus { outline: 0px none; }
.btn:active { box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18) inset; }
.btn-small { width: 118px; height: 28px; font-size: 12px; line-height: 28px; }
input.btn, button.btn {width: 400px;height: 50px;}
a { color: rgb(117, 117, 117); text-decoration: none; }
a:hover { color: rgb(255, 103, 0); text-decoration: none; }
.clearfix{clear: both;}
@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font: 12px/1.5 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
    color: #333;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
    outline: none;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
    color: #960218;
}

a.special,
.special a {
    color: #1d56a0;
}

a.special:hover,
.special a:hover {
    color: #1d56a0;
    text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}


.page-container {
	background-attachment: scroll;
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
}
.page-container .banner img {
    width: 100%;
}
.header{
	height: 60px;
	width: 100%;
	background-color: #fff;
}
.main{

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top .t_l{
	float: left;
	width: 200px;
	margin-top: 40px;
	text-align: right;
}
.top .t_r{	float: right;
	margin-top: 40px;
	width: 580px;
	text-align: left;
}
.top h1{
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.top h4{
	font-size: 14px;
	line-height: 2;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}
.welcome{
	width: 1000px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	display: block;
	height: 50px;
	margin-top: 50px;
	margin-left: 20px;
}
.welcome h3{
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	color: #999999;
}
.sbox{
	width: 400px;
	/*margin-right: 0px;*/
	/*margin-bottom: 0px;*/
	display: block;
	margin-top: 50px; 
	/*margin-left: 50px; */
	clear: both;
	margin:0 auto;
}

.sbox .s_l{
	float: left;
	width: 400px;
	margin-top: 30px;
}
.tu{
	margin-bottom: 20px;
}
.tu .demo{
	height: 82px;
	width: 359px;
	margin: 0px;	
}
.connect{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 2;
}
.sbox .s_r{
	float: right;
	width: 360px;
}
.sbox img{
	margin: 10px;
}

.chanpin{
	width:100%;
	height:450px;
	background:#f6dcbf;
}

.cp{
width:1120px; 
height:250px; 
text-align: center;
padding-top:50px;
margin:0px auto;
 }


.cp div{
width:280px;
float:left;
}

.cp  img{
display:block;
width:250px;
}



.main{
	height: 350px;
	padding-top: 90px;
	background: #fffaf4;
}
.shuoming{
	height:130px;
	padding-left:30px;
	width:1120px;
	margin:0px auto;

}

.wapshuoming{
	height:130px;
margin-left:10px;
margin-right:10px;
}

.lianxi{

	background:#fff7ee;
	padding-top:30px;
	
}



.input-text {
	width: 400px;
	height: 55px;
	border: 1px solid #db9a66;
	font-size: 14px;
	line-height: 18px;
	transition: border-color 0.2s linear 0s;
	padding-top: 15px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 16px;
	background: none;
	border-radius: 4px;
	text-align:center;
}
.input-text:hover {
	border-top-color: #74B9EF;
	border-right-color: #74B9EF;
	border-bottom-color: #74B9EF;
	border-left-color: #74B9EF;
}

.input-text:focus {
	outline: 0px none;
	border-top-color: #57A957;
	border-right-color: #57A957;
	border-bottom-color: #57A957;
	border-left-color: #57A957;
}
.input-yzm {
	width: 120px;
	height: 45px;
	border: 1px solid #D1D1D1;
	font-size: 14px;
	line-height: 18px;
	transition: border-color 0.2s linear 0s;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	float: left;
}
.input-yzm:hover { 	border-top-color: #74B9EF;
	border-right-color: #74B9EF;
	border-bottom-color: #74B9EF;
	border-left-color: #74B9EF;
}
.input-yzm:focus {
	outline: 0px none;
	border-top-color: #57A957;
	border-right-color: #57A957;
	border-bottom-color: #57A957;
	border-left-color: #57A957;
}
.form-section {
	position: relative;
	padding: 0px;
	border: 0px none;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.form-section .input-text::-moz-placeholder { color: rgb(255, 255, 255); }

.foot{
	width: 1000px;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	color: #999999;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.foot a{
	font-size: 12px;
	line-height: 1.5;
	font-weight: lighter;
	color: #999999;
}


/*以下为查询结果显示时的相关CSS样式 */

.fw_ts{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height: 2;
}
.fw_ts2{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 1.5;
}

.fw_btn {
	display: inline-block;
	width: 158px;
	height: 38px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #EB7077;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color:#ffffff;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	background: #EB7077;
	border-radius: 4px;
	font-family: "Microsoft Yahei";
}
.red{
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #FF3300;
}
.fw_h1{
	font-size: 14px;
	color: #666666;
	line-height: 2;
	font-weight: bold;
}
.fw_h2{	font-size: 14px;
	color: #999999;
	line-height: 2;
	font-weight: bold;
}
.fw_text{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 1.5;
}
.sbox .tupian{
	height: 288px;
	width: 600px;
}
.line{
	height: 10px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-top: 30px;
	margin-bottom: 30px;
}
.fw_btn:hover { text-decoration: none; color: #ffffff; border: 1px solid #E24153 ;background: #E24153 ;}
.fw_btn:focus { outline: 0px none; }
.fw_btn:active { box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18) inset; }
.fw_btn-small { width: 118px; height: 28px; font-size: 12px; line-height: 28px; }

.foot_box {
    background: #2a1000;
    padding: 0.4rem 0;
}

.foot_box .foot_nav {}

.foot_box .foot_nav ul {
    display: flex;
    justify-content: space-between;
}

.foot_box .foot_nav ul li {}

.foot_box .foot_nav ul li .one {
    display: block;
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
    margin: 00 0 0.2rem;
}

.foot_box .foot_nav ul li .two {}

.foot_box .foot_nav ul li .two a {
    color: #fff;
    display: block;
    font-size: 0.18rem;
    line-height: 0.3rem;
}

.foot_box .foot_nav ul li .two a.tel {
    padding: 0 0 0 0.2rem;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.15rem;
}

.foot_box .foot_nav ul li .two .ewm {}

.foot_box .foot_nav ul li .two .ewm img {
    width: 1.3rem;
}
.top_nav {
    background: #3f2719;
}

.nav_wal {
    width: 90%;
    max-width: 12rem;
    margin: 0 auto;
}

.nav_list {}

.nav_list ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 0.8rem;
}

.nav_list ul li {
    position: relative;
    /* padding: 0.1rem 0; */
    font-size: 0.16rem;
}

.nav_list ul li a {
    color: #fff;
    line-height: 0.8rem;
    display: block;
    display: flex;
    align-items: center;
}

.nav_list ul li a img {
    height: 0.72rem;
}

.two_lavel {
    position: absolute;
    left: -0.4rem;
    right: -0.4rem;
    top: 0.6rem;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
    padding: 0.1rem 0.2rem;
    display: none;
}

.nav_list ul li .two_lavel a {
    line-height: 0.3rem;
    color: #333;
}

.nav_list ul li.on a,.nav_list ul li a:hover {
    color: #e5a76c;
}

.nav_list ul li:hover .two_lavel {
    display: block;
}
.wal {max-width: 12rem;margin:0 auto;width: 95%;position: relative;}


.yellbg {
    background: #fbf1e5;
}
.top_nav.fixd {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}

.top_nav.fixd a {
    color: #fff;
}

.phone_nav {
    display: none;
    text-align: center;
    height: 0.8rem;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 98;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.tip {
    text-align: center;
    font-size: 0.14rem;
    color: #595757;
}
.main h1 {
    font-size: 0.24rem;
    color: #595757;
}

@media (max-width: 800px) and (min-width: 1px) {
.phone-menu {
    width: 0.24rem;
    height: 0.24rem;
    position: fixed;
    left: 0.2rem;
    top: 0.3rem;
    background: url(../images/menu.png) center center no-repeat;
    display: block;
    z-index: 98;
    background-size: 100%;
}

.top_nav,.top_nav.fixd {
    /* display: none; */
    position: fixed;
    left: -100%;
    right: 100%;
    top: 0;
    background: #dd9933;
    bottom: 0;
    z-index: 99;
    transition: all 0.5s ease;
}

.phone_nav {
    display: flex;
}
.phone_nav img {
    height: 0.5rem;
}

.top_nav.phonenav {
    /* display: block; */
    left: 0;
    right: 30%;
}

.close-nav {
    position: fixed;
    left: -100%;
    right: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 98;
    /* display: none; */
    transition: all 0.2s ease;
}

.nav_list ul {
    display: block;
}

.nav_list ul li:nth-child(4) {
    display: none;
}

.nav_list ul li a {
    color: #fff !important;
    font-size: 0.2rem;
    line-height: 0.6rem;
}

.close-nav.show {
    right: 0;
}

.nav_list ul li.on {
    background: #000;
}

.nav_wal {
    width: 100%;
}

.nav_list ul li {
    padding: 0 0.3rem;
}
.two_lavel {
    position: relative;
    left: auto;
    right: auto;
    background: none;
    box-shadow: 0 0 BLACK;
    top: auto;
    padding: 0;
    display: none;
}
.nav_list ul li:hover .two_lavel{display:none}
.nav_list ul li .two_lavel a {
    line-height: 0.6rem;
    padding: 0 0.3rem;
}

.nav_list ul li a.has:after {content: "+";position: absolute;right: 0.2rem;}
.nav_list ul li.lion a.has:after {content: "-";}
.index_video {
    padding: 0.5rem 0;
    background: none;
}

.index_video video {
    width: 100%;
}

.goods_item .img {
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    position: relative;
    float: none;
}

.index_first_part .goods_item .wal {
    display: block;
    height: auto;
}

.goods_item .index_ti {
    float: none;
    width: 70%;
    margin: 0.3rem auto;
}

.goods_item .img img {
    height: auto;
    width: 100%;
}

.index_goods .goods_item:nth-child(2n) .index_ti {
    float: none;
}

.index_goods .goods_item:nth-child(2n) .img {
    float: none;
}

.index_pro ul {
    display: block;
}

.index_pro ul li {
    width: 100%;
    margin: 0.3rem 0 0;
}

.con_fs {
    font-weight: normal;
}

.index_banenr,.nei_banenr {
    margin: 0.8rem 0 0;
}

.advatage ul li {
    flex-direction: column;
}

.advatage ul li .zi {
    order: 1;
    width: 100%;
}

.advatage ul li .img {
    order: 2;
    width: 100%;
}

.advatage ul li .zi .ti {
    justify-content: center;
}
.information ul li {
    width: 100%;
}

.advantages ul {
    display: none;
}

.information {
    border: 0;
}

.advantages {
    border: 0;
}

.method ul li {display: block;background: none;margin: 0 0 0.2rem;}

.method ul li .img {
    width: 100%;
}

.method ul li .zi {
    text-align: center;
    padding: 0;
}

.method ul,.advantages,.information {
    border: 0;
    padding: 0 0 0.2rem;
    margin: 0 0 0.2rem 0;
}

.pro_ti {
    margin: 0 0 0.1rem;
}
.information{padding:1rem 0 0.2rem}


img.pc-show {display:none}

img.ph-show {display:block}
.index_about ul.goods_ul {
    width: 100%;
    position: initial;
}

.index_about .about_main {
    position: initial;
    width: 100%;
}

.index_about .wal {
    height: auto;
    padding: 3rem 0 0.5rem;
}

.index_teclo ul {
    display: block;
}

.index_teclo ul li {
    margin: 0.1rem 0 0;
}

.foot_box .foot_nav ul {
    display: block;
}

.foot_box .foot_nav ul li:nth-child(1),.foot_box .foot_nav ul li:nth-child(2) {
    display: none;
}

.foot_box .foot_nav ul li {
    text-align: center;
}

.foot_box .foot_nav ul li .two a.tel {
    display: inline-block;
}

.foot_box .foot_nav ul li:last-child {
    margin: 0.3rem 0 0 0;
}

.about_cutur ul {
    display: block;
}

.about_cutur ul li {
    padding: 0.1rem 0;
    margin: 0 0 0.2rem;
}

.about_cutur ul li .item {
    display: flex;
    align-items: center;
    padding: 0.3rem;
    gap: 0.2rem;
}

.about_cutur ul li .item .img {
    margin: 0;
    width: 1rem;
    text-align: center;
}

.about_cutur ul li .item .zi {
    margin: 0;
    text-align: left;
    flex: 1;
}

.about_goodss .ab_goitem .mainbox {
    display: block;
}

.about_goodss .ab_goitem .mainbox .one {
    margin: 0 0 0.3rem 0;
}

.product_base {
    display: block;
}

.product_base .base_main {
    margin: 0.5rem 0 0;
}

.product_base .base_main h4 {
    margin: 0 0 0.2rem;
}

.contact_box {
    display: block;
}

.contact_box .contact_main {
    width: 100%;
}

.contact_box .contact_form {
    width: 100%;
}

.contact_box .contact_form .form_box ul li {
    width: 100%;
}








}






