


.header{
	width:100%;
	position:relative;
	top:0;
	left:0;
	z-index:999;
	padding: 0 30px;

}
/*左侧logo*/
.header .left{
	width: 12%;
}
.header .left a img{
	height: 44px;
	margin-top: 6px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #996711;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}




.navbar_nav li:hover:after{
    width: 100%;
}
.navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 3.2rem;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	font-size: 2rem; text-align:center;
	color: #ded2ab;
}
 .navbar_nav>li>a{ height:7rem}
.navbar_nav li:hover a{
	color: #ded2ab;
}
.navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:7rem;
	width: 100%;
	/*! background:rgba(0, 0, 0, 0.8); */
	/*! box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38); */
	width: 100%;
    left: 0;
}
.navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #c69f50;
	/*! padding: 0 10px; */
	line-height: 40px;
	text-align: center;
	background: rgba(253,219,159, 0.92);
;
}
 .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	/*! background:rgba(253,219,159, 0.92); */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #000;
}
 .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #ffc550;
	background: #5f8973;
}
/*白色背景的头部*/
.on{
/*	background:rgba(255,255,255,0.8);*//*! background: #2f5759; */
	 z-index:999999999999999999999;  /*! box-shadow: #000 0px 0px 6px */
}

r.on .left .img1{
	display: none;
}
.on .left .img2{
	display: block;
}
.on .navbar_nav li a{
/*	color: #333;
*/}

.on .navbar_nav li:hover>a{

}
#navToggle{
	display: none;
}



.more_bg{ border:#d7a664 solid 1px;  width:21rem; margin:20px auto; text-align:center; height:4rem;line-height: 4rem}
.more_bg a{ color:#d7a664;display: block}.more_bg a:hover{ background: #a77e4e; color: #000; text-decoration: none; }





#biaodan{ text-align:center; }#biaodan li{ margin:15px ;color: #f9d185}
#biaodan input,#biaodan textarea{ width:60%; padding:5px 0; border-radius:4px;background: #31291a}
.biaodan_bt{ wdisplay:inline-block!important; margin: 0 20px}
.active{background: url(../images/bg.jpg) ; }
#biaodan li span{display:inline-block; width: 70px; }

.copy_zi{position: relative; top:0px}
#foot_menu {
	line-height: 20px;

	position: fixed;
	bottom:0;
	z-index:900;
	width: 100%; background:rgba(0,0,0,0.7); padding:12px 0;max-width:600px; margin:0 auto; display: none
}
#foot_menu a {
	color: #fff;
	text-decoration: none;
	height: 43px;
	width: 24.3%;
	text-align: center;
	display: block;
	float: left;
	font-size:14px;
    background-image:url(../images/nav.jpg); border-right:1px solid #a8a8a8

}

#foot_menu img{
    vertical-align:middle;
	border:none;}
#foot_menu span{
    text-transform: uppercase;
display: block;

color:#fff;}



.clearfix:after{
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
.clearfix { display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.fl{ float:left}.fr{ float:right}
.m5{ margin:5px}



.header{
	width:100%;

	z-index:999;
	padding: 0;
	/*! position: fixed; */ /*! padding-top: 10px; *//*! background:linear-gradient(#397b71,#1f4b56); */
}
/*左侧logo*/
.header .left{
	width: 12%;
}
.header .left a img{
	height: 44px;
	margin-top: 6px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;

}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #996711;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}




.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 5rem;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	font-size: 2.2rem; text-align:center
}
.header .navbar_nav>li>a{ height:7rem}
.header .navbar_nav li:hover a{
	color: #00517a;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:7rem;
	width: 100%;
	background:rgba(0, 0, 0, 0.8);
	/*! box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38); */
	width: 100%;
    left: 0;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #c69f50;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background:#ded2ab;
;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	/*! background:rgba(253,219,159, 0.92); */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #000;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #ffc550;
	background: rgba(82,56,3, 0.8);
}

#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.9);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #715d3b;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #8f7342;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%; font-family: "新宋体"
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #757575;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}


@media screen and (max-width: 992px){
	.header{
		padding:15px;
	}
	.header #navToggle {
		height: 100%;

		margin-right: 10px;
		display: inline-block;
		float: right;
		height: 40px;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 2px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height:2px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background:#000;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}

	.header .nav{
		display: none;
	}

	.banner img{
		height: 600px;
		object-fit: cover;
	}
}

.top_tel{font-size:2rem; text-align: right;float: none}


.product{ padding: 2rem 0}

.p1{background: url(../images/bg1.jpg); background-size: 100% auto}
.p2{background: url(../images/bg2.jpg) no-repeat #000;  }
.p3{background: url(../images/bg3.jpg) no-repeat #000;  }
.product h2{ color: #cea457;color: #cea457;
text-align: center;} .product p{ color: #f9e1bb;color: #cea457;
text-align: center;}





.more_bg{ border:#d7a664 solid 1px;  width:21rem; margin:20px auto; text-align:center; height:4rem;line-height: 4rem}
.more_bg a{ color:#d7a664;display: block}.more_bg a:hover{ background: #a77e4e; color: #000; text-decoration: none; }


.p3_1{float:left}
.p3_2{float:right}
.about_box{ background: url(../images/about.jpg) no-repeat #000; background-size:100%; text-align: center}
.about{ margin: 0 auto; color: #debc85;position: relative;top: -28px;}
.news li p a{ font-size: 1.8rem; color: #fff; display: block;padding: 10px 0}

.news li div{ color: #A3A3A3}
.news li { text-align: center}

.copy{ background: url(../images/copy.jpg) no-repeat bottom center #000;  text-align: center; color: #cfb875; line-height:1.5;  background-size:100%}
.p_zi img{ width: 80%; }
.p_zi{ text-align: center}
.about p{ margin-top: 20px}

.top_tel_m{ position: relative; top:8px; margin-right: 20px}
.top_search_m{ position: relative; top:8px; margin-right: 45px}
.in_ban{ margin-top: 80px}

.brand{ color: #c39d59;}
.brand .part2 .list li .name1 {
    padding-top: 20px;
    font-size: 26px;
    color: #fddb9f;
    font-weight: bold;
}

.brand .list li .box {
    position: relative;
    padding-left: 40.1%;
    height: 310px;
    background: #212121;
    margin-right: 18px;
}
.brand .part2 .list li .box {
    padding-left: 100px;
    position: relative;
    margin-right: 200px;
}
.brand .part2 .list li .ico {
    position: absolute;
    left: 10px;
    top: 10px;
}

.brand .part2 .list li .msg {
    padding-top: 25px;
    font-size: 14px;
    color: #fddb9f;
    line-height: 34px;
}
.shipin{ width: 80%;height: auto}

.about_zi{ line-height: 2; margin-top:4rem}


/* ========关于蕾琪-简介========= */
.intro {margin-bottom:120px;}
.intro .pic img {width:100%;}
.intro .text {font-size:14px; color:#333; margin-top:24px; line-height:30px;}
.intro .text p,.intro .text span { font-size:inherit; color:inherit;}
.intro_more ul {margin-bottom:150px;}
.intro_more ul .text {width:48.33%;}
.intro_more ul .pic {width:47.16%;}
.intro_more ul:nth-of-type(2n-1) .text {float:left;}
.intro_more ul:nth-of-type(2n-1) .pic {float:right;}
.intro_more ul:nth-of-type(2n) .text {float:right;}
.intro_more ul:nth-of-type(2n) .pic {float:left;}
.intro_more .text_tit {width:88%; padding-bottom:18px; border-bottom:2px solid #382f1f; margin-bottom:35px;}
.intro_more .text_tit h2 {font-size:28px; color:#907648; display:inline-block;margin-right:12px;}
.intro_more .text_tit span {/*font-size:24px;*/ font-size:0;color:#999; font-family:FZXQFW;}
.intro_more .text_con {font-size:14px; color:#f0cd93; line-height:30px;}
.intro_more .text_con p,.intro_more .text_con span {font-size:inherit; color:inherit;}
.intro_more .pic span {display:block;overflow:hidden;}
.intro_more .pic img {width:100%;
-webkit-transition: all 1.5s;
   -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
     -o-transition: all 1.5s;
        transition: all 1.5s;
}
.intro_more .pic:hover img{
-webkit-transform: scale(1.05, 1.05);
   -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
     -o-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
}


.keyan{ width: 98%;margin: 0 auto}

.f_pr {
        position: relative;
    }



    .g_lxwm .lxwm {

        padding: 16px 0;width: 80%;margin: 0 auto
    }

    .g_lxwm .lxwm li {
        position: relative;
        padding-left: 100px;
        float: left;
        width: 446px;
        height: 88px;
        line-height: 78px;
        border-bottom: 1px solid #423824;
        margin: 0 5px 0 28px;
        font-size: 18px;
        color: #bb9e67;
    }

    .g_lxwm .lxwm li em {
        position: absolute;
        left:0;
        top: 20px;
    }


#biaodan{ text-align:center; }#biaodan li{ margin:15px ;color: #f9d185}
#biaodan input,#biaodan textarea{ width:60%; padding:5px 0; border-radius:4px;background: #31291a}
.biaodan_bt{ display:inline-block!important; margin: 0 20px}
.active{background: url(../images/bg.jpg) ; }
#biaodan li span{display:inline-block; width: 70px; }

.copy_zi{position: relative; top:0px}
#foot_menu {
	line-height: 20px;

	position: fixed;
	bottom:0;
	z-index:900;
	width: 100%; background:rgba(0,0,0,0.7); padding:12px 0;max-width:600px; margin:0 auto; display: none
}
#foot_menu a {
	color: #fff;
	text-decoration: none;
	height: 43px;
	width: 24.3%;
	text-align: center;
	display: block;
	float: left;
	font-size:14px;
    background-image:url(../images/nav.jpg); border-right:1px solid #a8a8a8

}

#foot_menu img{
    vertical-align:middle;
	border:none;}
#foot_menu span{
    text-transform: uppercase;
display: block;

color:#fff;}
/*====================导航*********/


.clearfix:after{
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
.clearfix { display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.fl{ float:left}.fr{ float:right}
.m5{ margin:5px}


/*左侧logo*/
.header .left{
	width: 12%;
}
.header .left a img{
	height: 44px;
	margin-top: 6px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
	background: url( ../images/line.png) right no-repeat

}
.header .navbar_nav li:last-child{background: none}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #996711;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}




.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;

	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #e5dba3;
	font-size: 1.8rem; text-align:center;
}
.header .navbar_nav>li>a{ height:7rem;line-height: 7rem;}
.header .navbar_nav li:hover a{
	color: #baa44a;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:7rem;
	width: 100%;
	background:rgba(0, 0, 0, 0.8);
	/*! box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38); */
	width: 100%;
    left: 0;
	background:linear-gradient(#397b71,#1f4b56);
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;

	padding: 0;
	line-height: 40px;
	text-align: center;
	color: #333;

}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	/*! background:rgba(253,219,159, 0.92); */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color:#d4cd93;
	background: linear-gradient(#397b71,#1f4b56);
}
/*白色背景的头部*/

#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background:#00517a;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #fff;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%; font-family: "新宋体"
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #757575;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

@media screen and (max-width: 992px){
	.header{
		padding:15px;
	}
	.header #navToggle {
		height: 100%;

		margin-right: 10px;
		display: inline-block;
		float: right;
		height: 40px;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 2px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height:2px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background:#000;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}

	.header .nav{
		display: none;
	}

	.banner img{
		height: 600px;
		object-fit: cover;
	}
}

.top_tel{font-size:2rem; text-align: right;float: none}


.product{ padding: 2rem 0}

.p1{background: url(../images/bg1.jpg); background-size: 100% auto}
.p2{background: url(../images/bg2.jpg) no-repeat #000;  }
.p3{background: url(../images/bg3.jpg) no-repeat #000;  }
.product h2{ color: #cea457;color: #cea457;
text-align: center;} .product p{ color: #f9e1bb;color: #cea457;
text-align: center;}

.more a{display: block;

width:18rem;
height: 4rem;
text-align: center;
color: #fff;
line-height:4rem;
margin: 0 auto;; border-radius:60px}



.

/* ========关于蕾琪-简介========= */
.intro {margin-bottom:120px;}
.intro .pic img {width:100%;}
.intro .text {font-size:14px; color:#333; margin-top:24px; line-height:30px;}
.intro .text p,.intro .text span { font-size:inherit; color:inherit;}
.intro_more ul {margin-bottom:150px;}
.intro_more ul .text {width:48.33%;}
.intro_more ul .pic {width:47.16%;}
.intro_more ul:nth-of-type(2n-1) .text {float:left;}
.intro_more ul:nth-of-type(2n-1) .pic {float:right;}
.intro_more ul:nth-of-type(2n) .text {float:right;}
.intro_more ul:nth-of-type(2n) .pic {float:left;}
.intro_more .text_tit {width:88%; padding-bottom:18px; border-bottom:2px solid #382f1f; margin-bottom:35px;}
.intro_more .text_tit h2 {font-size:28px; color:#907648; display:inline-block;margin-right:12px;}
.intro_more .text_tit span {/*font-size:24px;*/ font-size:0;color:#999; font-family:FZXQFW;}
.intro_more .text_con {font-size:14px; color:#f0cd93; line-height:30px;}
.intro_more .text_con p,.intro_more .text_con span {font-size:inherit; color:inherit;}
.intro_more .pic span {display:block;overflow:hidden;}
.intro_more .pic img {width:100%;
-webkit-transition: all 1.5s;
   -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
     -o-transition: all 1.5s;
        transition: all 1.5s;
}
.intro_more .pic:hover img{
-webkit-transform: scale(1.05, 1.05);
   -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
     -o-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
}


.keyan{ width: 98%;margin: 0 auto}

.f_pr {
        position: relative;
    }



    .g_lxwm .lxwm {

        padding: 16px 0;width: 80%;margin: 0 auto
    }

    .g_lxwm .lxwm li {
        position: relative;
        padding-left: 100px;
        float: left;
        width: 446px;
        height: 88px;
        line-height: 78px;
        border-bottom: 1px solid #423824;
        margin: 0 5px 0 28px;
        font-size: 18px;
        color: #bb9e67;
    }

    .g_lxwm .lxwm li em {
        position: absolute;
        left:0;
        top: 20px;
    }


#biaodan{ text-align:center;}#biaodan li{ margin:15px ;color: #ded2ab;}
#biaodan input,#biaodan textarea{ width:60%; padding:5px 0; border-radius:4px;background: #e5dba3;}
.biaodan_bt li{ float:left}
.active{background: url(../images/bg.jpg) ; }
#biaodan li span{display:inline-block; width: 70px; }

.copy_zi{position: relative; top:0px}
#foot_menu {
	line-height: 20px;

	position: fixed;
	bottom:0;
	z-index:900;
	width: 100%; background:rgba(0,0,0,0.7); padding:12px 0;max-width:600px; margin:0 auto; display: none
}
#foot_menu a {
	color: #fff;
	text-decoration: none;
	height: 43px;
	width: 24.3%;
	text-align: center;
	display: block;
	float: left;
	font-size:14px;
    background-image:url(../images/nav.jpg); border-right:1px solid #a8a8a8

}

#foot_menu img{
    vertical-align:middle;
	border:none;}
#foot_menu span{
    text-transform: uppercase;
display: block;

color:#fff;}
@charset "UTF-8";
/* header */
.header_wap{position:relative;height:60px;/*! background:#006fe2; */}
.header_wap .logo{display:block;width:130px;height:30px;padding:5px 0 0 10px;}
.header_wap .logo img{display:block;width:100%;}
.header_wap .search{position:absolute;top:0;right:15px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header_wap .search:hover{/*! background-color:#0067d2; */}
.header_wap .search span{display:none;}
.header_wap .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header_wap .user-icon span{display:none;}
.header_wap .user-icon:hover{/*! background-color:#0067d2; */}
.header_wap .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}
