/* eyoucms.com 易优CMS -- 好用,免费,安全 */
body {
	font-family: "微软雅黑"!important;
	font: 14px Microsoft YaHei!important;
	line-height: 24px;
	background: #ffffff;
}
body, div, p, span, ul, li, dl, dd, h1, h2, h3, a, input, img {
	margin: 0;
	padding: 0;
}
li, ol {
	list-style: none;
}
a, input, img, textarea {
	outline: none;
}
i, em {
	font-style: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.db {
	display: block;
}
.ma {
	margin: 0 auto;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.pf {
	position: fixed;
}
.transition {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a {
	text-decoration: none;
	color: #808080;
}
a:focus {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none!important;
	color: #0b4b8a;
}
.hide {
	display: none
}
.show {
	display: block
}
.modal a {
	outline: none;
}
label {
	font-weight: normal;
	width: 100%;
}
a:focus {
	outline: none;
	outline-offset: 0;
}
.container {
	margin: 0 auto;
	padding: 0!important;
}
#wrap_index {
	overflow: hidden;
	position: relative;
	background: url(../images/bg1.jpg) repeat-y;
}
/*头部*/
#header {
	width: 100%;
	height: auto;
	background: url(../images/pic1.png) center top no-repeat;
	position: relative;
}
#header .logo {
	width: 312px;
	height: 178px;
	background: url(../images/logo_bg.png) center no-repeat;
	background-size: 100% 100%;
	top: 0;
	left: 8%;
	z-index: 5;
	text-align: center;
}
#header .logo img {
	max-width: 100%;
}
#banner {
	width: 1268px;
	margin: 40px auto;
	border: 15px solid #fff;
	background: #fff;
	box-shadow: 0 0 8px #afafaf;
	border-radius: 16px;
}
#banner .single-item {
	width: 1238px;
	background: #009aea;
	padding: 8px;
	border-radius: 10xpx;
}
#banner .bannerli {
	width: 100%;
	overflow: hidden;
}
#banner img {
	width: 100%;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
#banner .slick-dots {
	bottom: 14px;
}
#banner .slick-dots li {
	width: 12px;
	height: 12px;
	background: #59493f;
	border-radius: 50%;
	margin: 0 9px;
}
#banner .slick-dots li.slick-active {
	background: #006cb8;
}
#banner .slick-dots li button:before {
	display: none;
}
#banner .slick-prev, #banner .slick-next, #ny_banner .slick-prev, #ny_banner .slick-next {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 6px solid #fff;
	z-index: 88;
}
#banner .slick-prev {
	transition: 400ms;
	background: #d0d0d0 url(../images/prev.png) center no-repeat;
	left: -40px;
}
#banner .slick-next {
	transition: 400ms;
	background: #d0d0d0 url(../images/next.png) center no-repeat;
	right: -40px;
}
#banner .slick-prev:hover {
	transition: 400ms;
	background: #13b5b1 url(../images/prev.png) center no-repeat;
}
#banner .slick-next:hover {
	transition: 400ms;
	background: #13b5b1 url(../images/next.png) center no-repeat;
}
.slick-prev:before, .slick-next:before {
	display: none;
}
/*首页导航*/
.Navbox {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: #faac00;
	animation-delay: 0.4s;
}
.navcont {
	height: 38px;
	position: relative;
}
.navcont ul {
	width: 100%;
	position: absolute;
	top: -40px;
	z-index: 6;
}
.navcont ul li {
	width: 12.5%;
	height: 96px;
	float: left;
}
.navcont ul li a {
	transition: 400ms;
	display: block;
	width: 90%;
	height: 100%;
	border-radius: 14px;
	font-size: 20px;
	font-weight: bold;
	color: #692800;
	text-align: center;
	line-height: 56px;
	margin: 0 auto;
	background: #ffde94;
	box-shadow: 0 4px 0 #301b0e;
}
.navcont ul li a p {
	padding: 0 5%;
	width: 100%;
	height: 56px;
	overflow: hidden;
}
.navcont ul li span {
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	border-top: 1px dashed #692800;
}
.navcont ul li a:hover {
	transition: 400ms;
	background: #7bbdd6;
	color: #fff;
}
.navcont ul li a:hover span {
	border-top: 1px dashed #fff;
}
.footer {
	padding: 30px 4% 15px 4%;
	background: #66391e;
	color: #8f6145;
	font-size: 14px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer .link {
	padding: 0;
	padding-left: 30px;
	background: url(../images/i5.png) left center no-repeat;
}
.footer a {
	color: #8f6145;
	margin: 0 8px;
}
.footer a:hover {
	color: #fff;
}
.footer .copy {
	padding: 0;
}
.footer .copy a {
	margin: 0;
}
/*手机头部*/
#molheader {
	width: 100%;
	height: 66px;
	z-index: 26;
}
#molheader .mol_logo {
	width: 44%;
	height: auto;
	text-align: center;
	background: url(../images/logo_bg.png) center no-repeat;
	background-size: 94% auto;
	margin: 0 auto;
}
#molheader .mol_logo img {
	width: 70%;
}
#molheader .mol_navbutton {
	width: 50px;
	height: 50px;
	top: 16px;
	left: 16px;
	background: url(../images/nav_btn.png) center no-repeat;
	background-size: 42px 42px;
}
#molheader .search_btn {
	width: 50px;
	height: 50px;
	top: 16px;
	right: 16px;
	background: url(../images/i10.png) center no-repeat;
	background-size: 42px 42px;
}
.search-zezhao {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	background: #000000;
	z-index: 100;
	opacity: 0.2;
	filter: alpha( opacity=0 );
}
.search-zezhao.sear_cur {
	left: 0;
	transition: 400ms;
}
.nav-search {
	z-index: 88;
	position: fixed;
	left: 10%;
	top: 20px;
	background: #fff;
	width: 80%;
	height: 50px;
	border-radius: 25px;
	margin-left: 100%;
	opacity: 0;
	filter: alpha( opacity=0 );
	z-index: 101;
	border: 1px solid #ccc;
}
.nav-search .inp {
	border: 0;
	width: 80%;
	background: none;
	height: 48px;
	float: left;
	border: none;
	color: #666;
	padding: 0 10px 0 20px;
}
.nav-search .inp:focus {
	outline: none;
}
.nav-search .sub {
	display: inline-block;
	width: 20%;
	height: 48px;
	background: url("../images/i10.png") center no-repeat;
	background-size: 30px 30px;
	float: right;
	border: none;
}
.nav-search-come {
	margin-left: 0;
	opacity: 1;
	filter: alpha( opacity=1 );
	transition: 400ms;
}
/*内容*/
#main {
	padding-top: 20px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.Product .title, #main .posnav {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}
.Product .title h1, #main .posnav h1 {
	display: inline-block;
	width: auto;
	padding: 0 94px;
	height: auto;
	font-size: 72px;
	font-weight: bold;
	color: #692800;
	text-shadow: 2px 2px 0 #ffd200;
	position: relative;
}
.Product .title h1 span {
	font-size: 30px;
	display: block;
	line-height: 48px;
	text-shadow: none;
}
.Product .title h1:before, #main .posnav h1:before {
	content: "";
	width: 56px;
	height: 28px;
	background: url(../images/i1.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 26px;
}
.Product .title h1:after, #main .posnav h1:after {
	content: "";
	width: 56px;
	height: 28px;
	background: url(../images/i1.png) center no-repeat;
	position: absolute;
	right: 0;
	top: 26px;
}
.Product .pros {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 70px 0;
	overflow: hidden;
	position: relative;
}
.Product .pros .point {
	width: 100%;
	height: auto;
	padding: 6% 3%;
	position: relative;
}
.Product .pros .point .i_img, .prolist ul li .i_img {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 2px 4px 14px #7f7f7f;
	overflow: hidden;
}
.Product .pros .point img, .prolist ul li .i_img img {
	width: 100%;
	transition: 1s transform;
}
.Product .pros .point:hover img, .prolist ul li .i_img:hover img {
	transform: scale(1.1, 1.1);
	transition: 1s transform;
}
.Product .pros .p_title, .prolist ul li .p_title {
	overflow: hidden;
	margin: 0 auto;
	width: 80%;
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #692800;
	font-weight: bold;
	background: #ffd600;
	border-radius: 22px;
	box-shadow: 2px 4px 10px #7f7f7f;
	margin-top: -22px;
	position: relative;
	z-index: 3;
}
.Product .pros .p_title:before, .prolist ul li .p_title:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -5px;
}
.Product .pros .p_title:after, .prolist ul li .p_title:after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
}
.Product .pros .point:hover .p_title, .prolist ul li:hover .p_title {
	color: #fff;
	background: url(../images/pic3.jpg) repeat-x;
}
.Product .slick-dots {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 25;
	padding: 50px 0 20px 0;
}
.Product .slick-dots li {
	transition: 400ms;
	margin: 0 16px;
	width: 63px;
	height: 36px;
	display: inline-block;
	background: url(../images/i2.png) center no-repeat;
	opacity: 1;
	background-size: 100% 100%;
}
.Product .slick-dots li.slick-active {
	transition: 400ms;
	background: url(../images/i22.png) center no-repeat;
	background-size: 100% 100%;
}
.Product .slick-dots li button:before {
	display: none;
}
.Product .slick-dots:before {
	content: "";
	width: 40%;
	height: 5px;
	background: #e7e7e7;
	position: absolute;
	left: 50%;
	margin-left: -20%;
	bottom: 0;
}
/*New*/
.News {
	width: 100%;
	height: 658px;
	background: url(../images/pic4.png) center no-repeat;
	margin-bottom: 290px;
}
.News .title {
	padding-top: 50px;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.News .title span {
	display: block;
	font-size: 22px;
	line-height: 24px;
}
.News .new-item {
	padding-top: 110px;
}
.News .newli {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 34px 0;
}
.News .newli .new_time {
	position: relative;
	width: 154px;
	height: auto;
	border-radius: 55px;
	line-height: 52px;
	text-align: center;
	color: #692800;
	font-size: 20px;
	font-weight: bold;
	float: left;
	background-color: rgba(255, 255, 255, 0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2fffffff, endcolorstr=#2fffffff);
}
.News .newli .new_time span {
	display: block;
	width: 100%;
	height: 57px;
	line-height: 57px;
	font-size: 30px;
	border-bottom: 4px solid #fabe00;
}
.News .newli .new_time:before {
	content: "";
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	right: -48px;
	top: 42px;
	box-shadow: -1px 2px 10px #a4a4a4;
}
.News .newli .newdec {
	margin-left: 15%;
	margin-right: 5%;
	height: auto;
	border-radius: 55px;
	overflow: hidden;
	padding: 0 40px;
	background-color: rgba(255, 255, 255, 0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2fffffff, endcolorstr=#2fffffff);
}
.News .newli .newdec dd {
	width: 100%;
	height: 60px;
	line-height: 70px;
	overflow: hidden;
	font-size: 20px;
	color: #692800;
	font-weight: bold;
	position: relative;
}
.News .newli .newdec dt {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	color: #692800;
}
.News .newli .newdec dd:before {
	content: "";
	width: 8%;
	height: 2px;
	background: #fabe00;
	position: absolute;
	bottom: 0;
	left: 0;
}
.News .slick-dots {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 25;
	padding: 50px 0 20px 0;
}
.News .slick-dots li {
	margin: 0 12px;
	width: 16px;
	height: 16px;
	display: inline-block;
	opacity: 1;
	border-radius: 50%;
	background-color: rgba(105, 50, 0, 0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2f692800, endcolorstr=#2f692800);
}
.News .slick-dots li.slick-active {
	background: #692800;
}
.News .slick-dots li button:before {
	display: none;
}
.News .slick-prev, .News .slick-next {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	padding: 10px;
	z-index: 88;
	border: 12px solid #e7b000;
}
.News .slick-prev {
	background: #fff url(../images/i3.png) center no-repeat;
	left: 95.7%;
	top: 42%
}
.News .slick-next {
	background: #fff url(../images/i4.png) center no-repeat;
	right: 0;
	top: 58%
}
/*about*/
#molheader.ny_head {
	width: 100%;
	height: 66px;
	z-index: 20;
	top: 0;
	left: 0;
}
#molheader.ny_head .mol_logo {
	width: 22%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: none;
}
#molheader.ny_head .mol_logo img {
	width: 100%;
}
#molheader.ny_head .mol_navbutton {
	width: 50px;
	height: 50px;
	top: 16px;
	left: 16px;
	background: url(../images/nav_btn2.png) center no-repeat;
	background-size: 42px 42px;
}
#molheader.ny_head .search_btn {
	background: url(../images/i11.png) center no-repeat;
	background-size: 40px 40px;
}
#ny_banner .bannerli {
	width: 100%;
	overflow: hidden;
}
#ny_banner img {
	width: 100%;
}
#ny_banner .slick-prev {
	background: #13b5b1 url(../images/prev.png) center no-repeat;
	left: 10%;
}
#ny_banner .slick-next {
	background: #13b5b1 url(../images/next.png) center no-repeat;
	right: 10%;
}
.ny_footer {
	padding-top: 15px;
}
.Navbox_ny {
	width: 100%;
	height: auto;
	background: #faac00;
	border-bottom: 40px solid #66391e;
}
#main .posnav {
	margin-top: 40px;
}
#main .posnav h1 {
	padding: 0 150px;
}
.adress {
	width: 100%;
	height: auto;
	text-align: right;
	font-size: 16px;
	color: #692800;
	margin-bottom: 20px;
}
.adress a {
	color: #692800;
}
.adress a:hover {
	color: #498ea8;
}
.main_bot {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}
.main_bot_l {
	padding: 0;
	padding-right: 20px;
	padding-top: 23px;
	position: relative;
}
.main_bot_l .posnav_totle {
	text-transform: uppercase;
	position: absolute;
	width: 85%;
	height: 46px;
	text-align: center;
	font-weight: bold;
	color: #692800;
	font-size: 20px;
	line-height: 46px;
	border-radius: 23px;
	top: 0;
	left: 5%;
	z-index: 8;
	background: #ffd600;
	box-shadow: 0 2px 8px #c1c1c1;
}
.main_bot_l .posnav_totle:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 6%;
	top: 17px;
}
.main_bot_l .posnav_totle:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	right: 6%;
	top: 17px;
}
.con-left-nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 16px;
	background: #ffd600;
	border-radius: 12px;
	box-shadow: 0 2px 8px #bbbbbb;
	position: relative;
}
.con-left-nav .line {
	width: 103px;
	height: 10px;
	position: absolute;
	bottom: 44px;
	left: 30%;
	overflow: hidden;
}
.con-left-nav .line:before {
	content: "";
	width: 103px;
	height: 10px;
	background: url(../images/pic7.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: allgo 2.5s linear alternate infinite;
}
@-webkit-keyframes allgo {
 0% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
 100% {
 -webkit-transform: translateX(60px);
 transform: translateX(60px);
}
}
.con-left-nav:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #40bbea;
	border-radius: 50%;
	position: absolute;
	left: 28%;
	bottom: 44px;
}
.con-left-nav .one {
	padding: 30px 0 94px 30px;
	height: auto;
	overflow: hidden;
	background: #fff url(../images/pic5.png) bottom right no-repeat;
	background-size: 149px 93px;
	border-radius: 12px;
	box-shadow: 0 2px 8px #bbbbbb;
}
.con-left-nav .one li {
	height: auto;
	width: 100%;
	position: relative;
}
.con-left-nav .one li a {
	display: block;
	padding-left: 36px;
	width: 100%;
	height: 60px;
	color: #692800;
	line-height: 60px;
	font-size: 20px;
	position: relative;
}
.con-left-nav .one li a p {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.con-left-nav .one li a:hover, .con-left-nav .one li a.ez, .con-left-nav .one li a.sen_x {
	color: #40bbea;
}
.con-left-nav .one li a:hover:before, .con-left-nav .one li a.ez:before {
	content: "";
	width: 40px;
	height: 22px;
	background: url(../images/i7.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -31px;
	top: 18px;
}
.con-left-nav .one ul.second {
	display: none;
}
.con-left-nav .one ul.second li a {
	padding-left: 52px;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
}
.con-left-nav .one ul.second li a:hover:before {
	display: none;
}
.con-left-nav .one ul.second li .third {
	display: none;
}
.con-left-nav .one ul.second li .third li a {
	padding-left: 66px;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
}
.main_bot_r {
	padding: 0;
	padding-left: 20px;
}
.main_bot_r .main_bot_lcont {
	width: 100%;
	padding: 16px;
	height: auto;
	overflow: hidden;
	background: #ffd600;
	border-radius: 12px;
	box-shadow: 0 2px 8px #bbbbbb;
}
.main_bot_r .main_bot_lcont .about_dec {
	width: 100%;
	padding: 40px;
	height: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 8px #bbbbbb;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.main_bot_r .main_bot_lcont .about_dec img {
	width: 100%;
}
.mol_navown {
	font-weight: normal;
	width: 58px;
	height: 100%;
	float: right;
	font-size: 16px;
	color: #66391e;
	position: relative;
	cursor: pointer;
}
.mol_navown:before {
	content: "";
	border-left: 7px solid #66391e;
	border-right: 7px solid transparent;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	right: 0;
	top: 12px;
}
.mol_navown.up:before {
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #66391e;
	border-bottom: 7px solid transparent;
	position: absolute;
	right: 2px;
	top: 18px;
}
/*product*/
.main_bot_r .main_bot_lcont .alllist {
	width: 100%;
	padding: 40px;
	height: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 8px #bbbbbb;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.main_bot_r .main_bot_lcont .prolist {
	padding: 35px;
}
.main_bot_r .main_bot_lcont .alllist ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.prolist ul li {
	padding: 14px;
}
.page {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	color: #231f20;
	padding-top: 30px;
}
.page a {
	color: #231f20;
	padding: 2px 6px;
	margin: 0 3px;
	background-color: #ffd629;
    border-radius: 50%;
}
.page a:hover {
	color: #254151;
}
.page a.ym {
	padding: 0;
	background: #828282;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	width: 22px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
}
.page a.ym:hover, .page a.cur {
	background: #000;
}
.page i {
	color: #231f20;
}
.molpage {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 4px;
}
.molpage a {
	padding: 4px 8px;
	border-radius: 11px;
	background: #707070;
	margin: 0 5px;
	color: #ffffff;
	font-size: 12px;
}
.molpage a.cur {
	background: #a6937c;
}
/*prodec*/
.about_dec .prodec_single {
	width: 64%;
	margin: 20px auto;
}
.about_dec .prodec_single p {
	margin-bottom: 30px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #692800;
	font-weight: bold;
	text-align: center;
}
.pro_item, .slick2 {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.pro_item .pimg img {
	width: 100%;
}
.prodec_text {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.share2 {
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px dashed #aaaaaa;
}
#bdshare span {
	height: 34px;
}
#bdshare a {
	display: inline-block;
	padding: 20px 12px;
}
.cho_art {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cho_art a {
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	color: #692800;
}
.cho_art a:hover {
	color: #8f8f8f;
}
.slick2 .slider-for .pimg img, .slick2 .slider-nav .pimg img {
	width: 100%;
}
.slick2 .slider-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 60px;
	background-color: rgba(0, 0, 0, 0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2f000000, endcolorstr=#2f000000);
}
.slick2 .slider-nav .slick-prev, .slick2 .slider-nav .slick-next {
	width: 30px;
	height: 30px;
}
.slick2 .slider-nav .slick-prev {
	left: 14px;
	background: url(../images/i8.png) center no-repeat;
	background-size: 100% 100%;
}
.slick2 .slider-nav .slick-next {
	right: 14px;
	background: url(../images/i9.png) center no-repeat;
	background-size: 100% 100%;
}
.slick-next:before, .slick-prev:before {
	display: none;
}
.slick2 .slider-nav .pimg {
	padding: 0 4px;
}
.slick2 .slider-nav .pimg .slider-navimg {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.slick2 .slider-nav .pimg .slider-navimg em {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2f000000, endcolorstr=#2f000000);
}
.slick2 .slider-nav .pimg.slick-current em {
	display: none;
}
/*newlist*/
.main_bot_r .main_bot_lcont .newlist {
	padding: 10px 40px 60px 40px;
}
.newlist ul li {
	padding: 30px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #a0a0a0;
}
.newlist ul li .new_img {
	padding: 0;
}
.newlist ul li .new_img img {
	width: 100%;
}
.newlist ul li .new_text {
	padding: 30px 0;
	padding-left: 30px;
	color: #692800;
	position: relative;
}
.newlist ul li .new_text:before {
	content: "";
	width: 10%;
	height: 2px;
	background: #40bbea;
	position: absolute;
	top: 69px;
	left: 30px;
}
.newlist ul li .new_text dd {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
}
.newlist ul li .new_text dt {
	width: 100%;
	height: auto;
	line-height: 1.6;
	font-weight: normal;
	padding-top: 20px;
}
.newlist ul li .new_text .more {
	display: block;
	float: right;
	width: 83px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #40bbea;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	box-shadow: 1px 3px 8px #bbbbbb;
	margin-right: 10px;
}
.newlist ul li:hover .new_text .more {
	background: #ffba00;
}
/*newlist2*/
.main_bot_r .main_bot_lcont .newlist2 {
	padding: 20px 20px 60px 20px;
}
.newlist2 li {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #a0a0a0;
}
.newlist2 li a {
	display: block;
	width: 100%;
	height: 66px;
	line-height: 66px;
	font-size: 16px;
	color: #692800;
}
.newlist2 li a:hover {
	color: #2c97c0;
}
.newlist2 li a span {
	float: right;
	margin-left: 10px;
}
.art_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	color: #692800;
	padding: 20px 0;
}
.art_title span {
	font-size: 16px;
	display: block;
}
.main_bot_r.result {
	padding-left: 0;
}
.Copy {
	width: 100%;
	padding: 0 15px;
	background: #faa500;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 68px;
}
.Mol_navtion {
	padding: 0 2%;
	width: 100%;
	height: 68px;
	background: #66391e;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 56;
}
.Mol_navtion li {
	width: 25%;
	text-align: center;
	float: left;
	padding: 10px 0;
}
.Mol_navtion li i {
	display: block;
	height: 32px;
	width: 100%;
}
.Mol_navtion li p {
	color: #fff;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
}
/*panle导航开始*/
.left_nav {
	width: 280px;
	height: 100%;
	z-index: 7;
	background: #face00;
	position: fixed;
	top: 0px;
	left: 0px;
	color: #fff;
	z-index: 66;
}
.left_nav .class-top {
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	overflow: hidden;
	background: #66391e;
	margin: 0;
}
.class-m {
	height: 90%;
	overflow-y: auto;
	padding: 16px 10px;
}
.opacity2 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 50;
	display: none;
}
.overflow {
	height: 100%;
	overflow: hidden;
}
.class-m .nnav {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.class-m .nnav li {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.class-m .nnav li a.ce {
	overflow: hidden;
	padding-left: 30px;
	color: #66391e;
	font-weight: bold;
	font-size: 16px;
	display: block;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.class-m .nnav li a.ce:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 8px;
	top: 22px;
}
.menu_head .ericon {
	margin-right: 6px;
	margin-top: 10px;
	color: #66391e;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: right;
	display: inline;
	font-size: 24px;
	position: relative;
	z-index: 3;
	background: rgba(255,255,255,0.6);
	border-radius: 50%;
}
.menu_head .ericon .icon1 {
	display: none;
}
.menu_head .ericon.xz .icon1 {
	display: block;
}
.menu_head .ericon.xz .icon2 {
	display: none;
}
.class-m .nnav li .menu_body {
	display: none;
}
.class-m .nnav li .menu_body li {
	border-bottom: none;
}
.menu_body li a.er {
	overflow: hidden;
	padding-left: 46px;
	font-size: 16px;
	display: block;
	height: 34px;
	line-height: 34px;
	color: #66391e;
}
.menu_body .thricon {
	margin-right: 8px;
	color: #66391e;
	width: 24px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	float: right;
	display: inline;
	font-size: 22px;
	position: relative;
	z-index: 3;
}
.menu_body .thricon .icont1 {
	display: none;
}
.menu_body .thricon.tz .icont1 {
	display: block;
}
.menu_body .thricon.tz .icont2 {
	display: none;
}
.class-m .nnav li .thr_body {
	display: none;
}
.class-m .nnav li .thr_body li {
	border-bottom: none;
	padding: 0;
}
.thr_body li a.thr {
	position: relative;
	padding-left: 62px;
	font-size: 14px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #66391e;
}
/*panle导航结束*/
.page-prev {
	transform: translate3d(-280px, 0, 0);
	-ms-transform: translate3d(-280px, 0, 0);
	-webkit-transform: translate3d(-280px, 0, 0);
	-o-transform: translate3d(-280px, 0, 0);
	-moz-transform: translate3d(-280px, 0, 0);
}
.page-in {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.page-out {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
	-ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
}
@media (min-width: 1660px) and (max-width: 1920px) {
.container {
	width: 1600px!important;
}
.con-left-nav .one li a {
	padding-left: 44px
}
.con-left-nav .one ul.second li a {
	padding-left: 66px;
}
.con-left-nav .one ul.second li .third li a {
	padding-left: 86px;
}
}
@media (min-width: 1400px) and (max-width: 1659px) {
.container {
	width: 1340px!important;
}
#header .logo {
	left: 2%;
}
.News .newli .newdec {
	margin-left: 17%;
}
.News .slick-prev {
	left: 97%;
}
.News .slick-next {
	right: -26px;
}
}
@media (min-width: 1220px) and (max-width: 1399px) {
#banner {
	width: 1100px;
}
#banner .single-item {
	width: 1070px;
}
.News .newli .newdec {
	margin-left: 19%;
}
.News .slick-prev {
	left: 96%;
}
.News .slick-next {
	right: -20px;
}
.newlist ul li .new_text {
	padding: 0;
	padding-left: 24px;
}
.newlist ul li .new_text:before {
	top: 42px;
	left: 24px;
}
}
@media (min-width: 1200px) and (max-width: 1220px) {
#banner {
	width: 1100px;
}
#banner .single-item {
	width: 1070px;
}
.News .newli .newdec {
	margin-left: 19%;
	margin-right: 7%;
}
.News .slick-prev {
	left: 93%;
}
.News .slick-next {
	right: 17px;
}
.newlist ul li .new_text {
	padding: 0;
	padding-left: 24px;
}
.newlist ul li .new_text:before {
	top: 42px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#header {
	background-size: auto 100%;
}
#banner {
	width: 930px;
}
#banner .single-item {
	width: 900px;
}
.Product .title h1 {
	font-size: 66px;
}
.Product .title h1 span {
	font-size: 28px;
}
.News .newli .newdec {
	margin-left: 22%;
	margin-right: 7%;
}
.News .newli .new_time:before {
	right: -43px;
}
.News .slick-prev {
	left: 93.5%;
}
.News .slick-next {
	right: -3px;
	top: 60%;
}
.main_bot_l {
	padding-right: 0;
}
.main_bot_l .posnav_totle {
	width: 90%;
}
.con-left-nav .one {
	padding: 26px 0 94px 22px;
}
.newlist ul li .new_text {
	padding: 0;
	padding-left: 24px;
}
.newlist ul li .new_text:before {
	top: 32px;
	left: 24px;
}
.newlist ul li .new_text dd {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
}
.newlist ul li .new_text dt {
	padding-top: 14px;
	margin-bottom: 6px;
	font-size: 14px;
	height: 74px;
	line-height: 20px;
	overflow: hidden;
}
}
@media (max-width: 991px) {
#header {
	background: url(../images/pic1.png) 13% top no-repeat;
}
.News .slick-prev, .News .slick-next {
	display: none!important;
}
.News .newli {
	padding: 0 16px;
}
.News .newli .newdec {
	margin-right: 0;
	margin-left: 28%;
}
.News .newli .new_time {
	line-height: 70px;
}
.News .newli .new_time span {
	line-height: 70px;
	height: 70px;
}
.News .newli .new_time:before {
	top: 58px;
	right: -38px;
}
.News .newli .newdec dt {
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	margin: 10px 0;
}
.News .slick-dots {
	padding: 9px 0 20px 0;
}
.con-left-nav:after, .con-left-nav .line {
	display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#header .logo {
	width: 253px;
	height: 144px;
	left: 0;
}
#header .logo img {
	width: 82%;
}
#banner {
	width: 700px;
	margin-top: 60px;
}
#banner .single-item {
	width: 670px;
}
.Product .title h1 {
	font-size: 56px;
}
.Product .title h1 span {
	font-size: 20px;
}
.Product .pros .p_title, .prolist ul li .p_title {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}
.navcont ul li a {
	font-size: 14px;
}
.navcont ul li a span {
	font-size: 12px;
}
#main .posnav h1 {
	font-size: 50px;
	padding: 10px 118px 0 118px;
}
.main_bot_l {
	padding-right: 0;
}
.main_bot_l .posnav_totle {
	width: 88%;
	font-size: 16px;
}
.con-left-nav .one {
	padding: 30px 0 94px 18px;
}
.con-left-nav .one li a {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
}
.con-left-nav .one li a:hover:before, .con-left-nav .one li a.ez:before {
	top: 11px;
}
.con-left-nav .one ul.second li a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-left: 36px;
}
.con-left-nav .one ul.second li .third li a {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	padding-left: 36px;
}
.main_bot_r .main_bot_lcont .about_dec {
	padding: 30px;
}
/*pro*/
.main_bot_r .main_bot_lcont .prolist {
	padding: 22px;
}
.prolist ul li {
	padding: 16px 10px;
}
.page a {
	margin: 0;
}
.about_dec .prodec_single {
	width: 86%;
}
.main_bot_r .main_bot_lcont .newlist {
	padding: 0 20px 40px 20px;
}
.newlist ul li .new_text {
	padding: 0;
	padding-left: 16px;
}
.newlist ul li .new_text:before {
	top: 32px;
	left: 16px;
}
.newlist ul li .new_text dd {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
}
.newlist ul li .new_text dt {
	padding-top: 14px;
	margin-bottom: 6px;
	font-size: 14px;
	height: 74px;
	line-height: 20px;
	overflow: hidden;
}
.newlist ul li .new_text .more {
	font-size: 16px;
	width: 73px;
	height: 26px;
	line-height: 26px;
}
}
@media (max-width: 767px) {
#banner {
	width: 95%;
	margin-top: 20px;
}
#banner .single-item {
	width: 100%;
}
#banner .slick-prev, #banner .slick-next, #ny_banner .slick-next, #ny_banner .slick-prev {
	display: none!important;
}
.Product .title h1 {
	font-size: 40px;
	padding-top: 20px;
}
.Product .title h1 span {
	font-size: 20px;
}
.Product .pros .p_title, .prolist ul li .p_title {
	height: 36px;
	line-height: 36px;
	margin-top: -18px;
	font-size: 16px;
}
.Product .pros .p_title:before, .prolist ul li .p_title:before {
	left: 10px;
}
.Product .pros .p_title:after, .prolist ul li .p_title:after {
	right: 10px;
}
.Product .slick-dots li {
	width: 51px;
	height: 29px;
	margin: 0 10px;
}
.News .new-item {
	padding-top: 96px;
}
.News {
	margin-bottom: 40px;
}
.News .newli .newdec {
	margin-left: 32%;
}
#ny_banner img {
	width: 170%;
	margin-left: -35%;
}
#main .posnav {
	margin-top: 0;
}
#main .posnav h1 {
	font-size: 30px;
	padding: 20px 100px;
}
.main_bot_l, .main_bot_r, .main_bot_r.result {
	padding: 0;
	padding: 0 16px;
}
.main_bot_l .posnav_totle:before, .main_bot_l .posnav_totle:after {
	width: 8px;
	height: 8px;
	top: 16px;
}
.main_bot_l .posnav_totle {
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	position: relative;
	width: 100%;
	left: 0;
	padding: 0 12%;
	margin-bottom: 20px;
	text-align: left;
}
.con-left-nav {
	display: none;
	margin-bottom: 20px;
	padding: 9px;
}
.con-left-nav .one {
	padding: 20px;
	background: #fff;
}
.con-left-nav .one li a {
	padding-left: 30px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #3c3c3c;
}
.con-left-nav .one li a:before, .con-left-nav .one li a:hover:before, .con-left-nav .one li a.ez:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #373737;
	position: absolute;
	left: 8px;
	top: 22px;
	border-radius: 50%;
}
.con-left-nav .one ul.second li a {
	color: #787878;
	padding-left: 46px;
}
.con-left-nav .one ul.second li a:before {
	display: none;
}
.con-left-nav .one ul.second li .third li a {
	padding-left: 80px;
}
.main_bot_r .main_bot_lcont, .main_bot_r .main_bot_lcont .about_dec {
	padding: 0;
	background: none;
	box-shadow: none;
	font-size: 14px;
}
.main_bot_r .main_bot_lcont .alllist {
	background: none;
	padding: 0;
}
.prolist ul li {
	padding: 12px 6px;
}
.about_dec .prodec_single {
	width: 90%;
}
.about_dec .prodec_single p {
	font-size: 20px;
	margin-bottom: 20px;
}
.cho_art a {
	padding: 0 10px;
	font-size: 14px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #66391e;
	border-radius: 15px;
	margin: 10px 0;
	color: #fff;
}
.newlist ul li {
	padding: 24px 0;
}
.newlist ul li .new_img {
	padding-right: 8px;
	padding-top: 4px;
}
.newlist ul li .new_text {
	padding: 0;
	padding-left: 2px;
}
.newlist ul li .new_text:before {
	top: 32px;
	left: 2px;
}
.newlist ul li .new_text dd {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
}
.newlist ul li .new_text dt {
	padding-top: 14px;
	font-size: 14px;
	height: 54px;
	line-height: 20px;
	overflow: hidden;
}
.newlist2 li a {
	height: 50px;
	line-height: 50px;
}
}
@media (max-width: 414px) {
#header {
	background: url(../images/pic11.jpg) center top no-repeat;
	background-size: 100% 100%;
}
#molheader .mol_navbutton, #molheader.ny_head .mol_navbutton, #molheader .search_btn, #molheader.ny_head .search_btn {
	width: 40px;
	height: 40px;
	top: 12px;
	background-size: 32px 32px;
}
#banner {
	border: 8px solid #fff;
	margin: 28px auto;
	margin-top: 0;
}
#banner .single-item {
	padding: 4px;
}
#banner .single-item img {
	width: 130%;
	margin-left: -15%;
}
.Product .title {
	padding: 0;
}
.Product .title h1 {
	font-size: 30px;
}
.Product .title h1 span {
	font-size: 16px;
	line-height: 36px;
}
.Product .pros {
	padding: 10px 16px 70px 16px;
}
.Product .pros .p_title, .prolist ul li .p_title {
	width: 86%;
	font-size: 14px;
}
.Product .slick-dots {
	padding: 20px 0;
}
.News {
	height: 530px;
	background-size: auto 100%;
}
.News .title {
	padding-top: 38px;
	font-size: 30px;
}
.News .title span {
	font-size: 16px;
	line-height: 20px;
}
.News .new-item {
	padding-top: 54px;
}
.News .newli {
	margin: 20px 0;
}
.News .newli .new_time {
	width: 100px;
	border-radius: 44px;
}
.News .newli .new_time span {
	font-size: 26px;
	line-height: 80px;
}
.News .newli .newdec {
	padding: 0 20px;
	border-radius: 44px;
	margin-left: 140px;
}
.News .newli .new_time:before {
	width: 16px;
	height: 16px;
	right: -28px;
}
.News .newli .newdec dd {
	height: 54px;
	line-height: 62px;
}
.News .slick-dots {
	padding: 0;
}
#molheader.ny_head .mol_logo {
	width: 28%;
}
#main .posnav {
	padding-top: 0;
}
.slick2 .slider-nav {
	padding: 8px 50px;
}
.slick2 .slider-nav .slick-prev, .slick2 .slider-nav .slick-next {
	width: 24px;
	height: 24px;
}
.Product .pros .p_title:before, .Product .pros .p_title:after, .prolist ul li .p_title:before, .prolist ul li .p_title:after {
	width: 6px;
	height: 6px;
	margin-top: -3px;
}
.Product .pros .p_title:before, .prolist ul li .p_title:before {
	left: 5px;
}
.Product .pros .p_title:after, .prolist ul li .p_title:after {
	right: 5px;
}
}
@media (max-width: 320px) {
#banner {
	margin-bottom: 20px;
}
.Product .title h1 {
	font-size: 26px;
	padding: 0 78px;
	padding-top: 20px;
}
.Product .title h1, #main .posnav h1 {
	text-shadow: 1px 1px 0 #ffd200;
}
.Product .title h1 span {
	font-size: 14px;
	line-height: 32px;
}
.Product .pros {
	padding: 10px 6px 70px 6px;
}
.Product .pros .p_title, .prolist ul li .p_title {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
}
.Product .pros .p_title:before, .Product .pros .p_title:after, .prolist ul li .p_title:before, .prolist ul li .p_title:after {
	width: 6px;
	height: 6px;
	margin-top: -3px;
}
.Product .pros .p_title:before, .prolist ul li .p_title:before {
	left: 5px;
}
.Product .pros .p_title:after, .prolist ul li .p_title:after {
	right: 5px;
}
.Product .slick-dots li {
	width: 29px;
	height: 22px;
	margin: 0 6px;
}
.News .newli .newdec dd {
	font-size: 16px;
}
.News .newli .newdec dt {
	font-size: 12px;
}
.News .newli .new_time {
	width: 84px;
	border-radius: 35px;
}
.News .newli .new_time span {
	font-size: 22px;
}
.News .newli .newdec {
	border-radius: 36px;
	margin-left: 128px;
}
.about_dec .prodec_single {
	width: 100%;
}
.slick2 .slider-nav {
	padding: 8px 38px;
}
.slick2 .slider-nav .slick-prev, .slick2 .slider-nav .slick-next {
	width: 20px;
	height: 20px;
}
.newlist ul li {
	padding: 16px 0;
}
.newlist ul li .new_img {
	padding-top: 8px;
}
.newlist ul li .new_text dd {
	font-size: 14px;
}
.newlist ul li .new_text dt {
	font-size: 12px;
	line-height: 18px;
	height: 41px;
	padding-top: 5px;
}
.newlist ul li .new_text:before {
	top: 25px;
}
.newlist2 li a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.newlist2 li a span {
	font-size: 12px;
}
}
