@charset "utf-8";
/* CSS Document */
/*------------------------全局变量-------------------------------------*/
body,h1,h2,h3,h4,h5,h6,dd,dl,dt,form,th,td,ul,li,ol,p{ margin:0;padding:0; }
body{font-size:12px;font-family:"微软雅黑",HELVETICA; overflow-x:hidden;}
img{ border:0;}
ul,li,ol{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;} 
a{font-weight:normal; text-decoration:none;}
a:hover {text-decoration:none;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}  
.clearfix:after {clear:both; content:'';display: block;font-size: 0;line-height: 0;visibility: hidden; width: 0;height: 0;}
.clearfix {+display: inline-block;}
* html .clearfix {height: 1%;}   
button,textarea{ vertical-align:middle; font-family:"微软雅黑",helvetica,arial; -webkit-appearance:none;}
html,body{-webkit-text-size-adjust:none;}

/*body{
	min-width: 1024px;
}*/
/*PC头部*/
.header_pc{
	width: 100%;
	border-bottom: 2px solid #cecfcf;
	background: #fff;
}
.head_pc{
	width: 1024px;
	margin:0 auto;
	height: 77px;
	position: relative;
	padding-top: 20px;
}
.head_pc .language_z{
	position: absolute;
	width: 47px;
	font-size: 12px;
	height: 14px;
	color: #595757;
	right: -10px;
	text-align: right;
	top: 30px;
	line-height: 14px;
}
.head_pc .language_z a:hover{
	text-decoration: underline;
}
.head_pc .language_z a{
	background: url(../images/laaug_bg.png) center no-repeat;
	color: #595757;
	width: 47px;
	height: 47px;
	display: block;
	line-height: 47px;
	border-radius: 23.5px;
	text-align: center;
}
.head_pc .language_y{
	color: #595757;
	position: absolute;
	display: none;
	width: 80px;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	right: -8px;
	text-align: right;
	top: 48px;
}
.head_pc .language_y a{
	color: #595757;
}
.head_pc .language_y a:hover{
	text-decoration: underline;
}
/*头部LOGO*/

.logo_pc{
	height: 56px;
	width: 365px;
	float: left;
	margin-right: 49px;
}
.logo_pc a{
	display: block;
}
.logo_pc a img{
	width: 365px;
	height: 56px;
	display: block;
}
/*导航链接*/
.nav_pc{
	display: block;
	float: left;
}
.nav_pc ul{
	height: 30px;
	padding-top: 27px;
}
.nav_pc ul li{
	display: inline-block;
	height: 14px;
	padding:0 25px;
	line-height: 14px;
	border-right:1px solid #c1c1c1;
}

.nav_pc ul li a{
	display: inline-block;
	color: #595757;
	font-size: 16px;
	padding: 0 0px;
	position: relative;
}
.nav_pc ul li a span{
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -36px;
	display: none;
	background: #efc94c;
}
.nav_pc ul .on a span{
	display: block;
}
.nav_pc ul li:hover a span{
	display: block;
}


/*--边栏菜单--*/
.side-nav{ 
	position:absolute; 
	right:0px; 
	top:65px; 
	width:140px;
	background:url(../images/side-nav_bg.png) repeat; 
	z-index:1000; 
	display:none; 
	padding-bottom:30px; 
	padding-top:10px;
	z-index: 99;
}
.side-nav li{ 
	height:45px; 
	line-height:45px; 
	font-size:16px; 
	text-align:center;
}
.side-nav li a{ 
	color:#FFF; 
	display:block; 
	text-decoration:none;
} 
.side-nav li a:hover{ 
	background:#595757; 
	color:#fff;
	display:block; 
	text-decoration:none;
}
.side-nav li a.on{ 
	background:#595757; 
	color:#fff;
	display:block; 
	text-decoration:none;
}

/*手机导航按钮*/
.nav_btn_pc{
	position: absolute;
	right: 0;
	top: 47px;
	width: 18px;
	height: 15px;
}
.nav_btn_pc a{
	display: block;
	height: 15px;
	background: url(../images/nav_btn.png) center no-repeat;
}

/*幻灯片*/
.mainbanner{
	height:655px; 
	overflow:hidden; 
	position:relative;
	width: 100%; 
}
.mainbanner_window{ 
	width:1920px; 
	height:655px; 
	position:absolute; 
	left:50%; 
	margin-left:-960px;
	overflow:hidden;
} 
.mainbanner_window ul{
	width:999999px; 
	position:relative;
	height:655px;
}
.mainbanner_window li{
	height:655px;
	width:1920px; 
	float:left; 
	position:relative;
} 
.mainbanner .mnext{
	display: none;
	z-index: 9999999999;
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -37px;
	width: 31px;
	height: 74px;
	cursor: pointer;
	background: url(../images/slide_right.png) center no-repeat;
}
.mainbanner .mprev{
	z-index: 9999999999;
	position: absolute;
	left: 5%;
	top: 50%;
	cursor: pointer;
	margin-top: -37px;
	width: 31px;
	display: none;
	height: 74px;
	background: url(../images/slide_left.png) center no-repeat;
}
.mainbanner:hover .mprev{
	display: block;
}
.mainbanner:hover .mnext{
	display: block;
}
.mainbanner_window li a{
	display: block;
}
.mainbanner_window li img{
	height: 655px;
}
.mainbanner_list{
	position:absolute; 
	left:50%; 
	bottom:25px; 
	margin-left:-50px;
}
.mainbanner_list li{ 
	float:left; 
	width:40px; 
} 
.mainbanner_list li a{
	display:inline-block; 
	width:10px; 
	height:10px;
	background:url(../images/index_slide_btn.png) no-repeat;
	overflow:hidden;
}
.mainbanner_list li.active a{ 
	background:url(../images/index_slide_hov.png) no-repeat;
	width: 14px;
	height: 14px;
	padding: 0;
} 

/*首页宣传*/
.campaign{
	width: 100%;
}
.campaign .campaign_box{
	width: 33.3%;
	float: left;
	position: relative;
}
.campaign .campaign_box>img{
	display: block;
	width: 100%;
}
.campaign .campaign_box .campaign_box_bg{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	display: none;
	height: 100%;
	background: url(../images/campaign_box_bg.png) center repeat;
	text-align: center;
}
.campaign .campaign_box:hover .campaign_box_bg{
	display: block;
}
.campaign .campaign_box .campaign_box_bg .campaign_box_bg_box{
	display: inline-block;
}
.campaign .campaign_box .campaign_box_bg .campaign_box_bg_box img{
	display: inline-block;
	width: 74px;
	margin-right: 15px;
	cursor: pointer;
}
.campaign .campaign_box .campaign_box_bg .campaign_box_bg_box p{
	color: #fff100;
}
.campaign .campaign_box .campaign_box_bg .campaign_box_bg_box p a{
	color: #fff100;
	font-size: 24px;
	line-height: 24px;
}
.campaign .campaign_box .campaign_box_bg .campaign_box_bg_box p a:hover{
	text-decoration: underline;
}

/*底部*/
.footer_pc{
	clear: both;
	width: 100%;
	background: #fff100;
}
.footer_pc .footer{
	font-family: "微软雅黑";
	height: 310px;
	width: 1024px;
	margin:0 auto;
	position: relative;
}
.footer_pc .footer .link{
	padding-top: 78px;
	margin-bottom: 20px;
}
.footer_pc .footer .link a{
	color:#8e8747;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	padding: 0 12px;
	border-right: 1px solid #8e8747;
}
.footer_pc .footer .link a:hover{
	text-decoration: underline;
	z-index: 999
}
.footer_pc .footer p{
	color: #595757;
	font-size: 13px;
	line-height: 28px;
}
.footer_pc .footer p span{
	margin-right: 25px;
}
.footer_pc .footer em{
	font-style: normal;
	color: #75714f;
	font-size: 16px;
	margin-top: 38px;
	display: block;
}
.f_p1 span{
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
.footer_pc .footer .link_img{
	position: absolute;
	right: 0;
	bottom: 53px;
}
.footer_pc .footer .link_img a{
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.footer_pc .footer .link_img a img{
	display: block;
	width: 50px;
	height: 41px;
	margin-bottom: 5px;
}
.footer_pc .footer .link_img .link_img_weixin .link_img_weixinhover{
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: 67px;
	left: -22px;
	display: none;
}
.footer_pc .footer .link_img .link_img_weixin:hover .link_img_weixinhover{
	display: block;
}
.footer_pc .footer .link_img .link_img_taobao .link_img_taobaohover{
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: 67px;
	left: -22px;
	display: none;
}
.footer_pc .footer .link_img .link_img_taobao:hover .link_img_taobaohover{
	display: none;
}

/*产品内页*/
/*幻灯片*/
.mainbanner2{
	height:856px; 
	overflow:hidden; 
	position:relative;
	width:100%; 
}
.mainbanner_window2{ 
	width:1920px; 
	height:856px; 
	position:absolute; 
	left:50%; 
	margin-left:-960px;
	overflow:hidden;
} 
.mainbanner_window2 ul{
	width:999999px; 
	position:relative;
	height:856px;
}
.mainbanner_window2 li{
	height:856px;
	width:1920px; 
	float:left; 
	position:relative;
} 
.mainbanner_window2 li a{
	display: block;
}
.mainbanner_window2 li img{
	width:100%; 
	height: 856px;
}
.mainbanner2 .mnext{
	display: none;
	z-index: 9999999999;
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -37px;
	width: 31px;
	height: 74px;
	cursor: pointer;
	background: url(../images/slide_right.png) center no-repeat;
}
.mainbanner2 .mprev{
	z-index: 9999999999;
	position: absolute;
	left: 5%;
	top: 50%;
	cursor: pointer;
	margin-top: -37px;
	width: 31px;
	display: none;
	height: 74px;
	background: url(../images/slide_left.png) center no-repeat;
}
.mainbanner2:hover .mprev{
	display: block;
}
.mainbanner2:hover .mnext{
	display: block;
}
.mainbanner_list2{
	position:absolute; 
	left:50%; 
	bottom:25px; 
	margin-left:-50px;
}
.mainbanner_list2 li{ 
	float:left; 
	width:40px; 
} 
.mainbanner_list2 li a{
	display:inline-block; 
	width:10px; 
	height:10px;
	background:url(../images/index_slide_btn.png) no-repeat;
	overflow:hidden;
}
.mainbanner_list2 li.active a{ 
	background:url(../images/index_slide_hov.png) no-repeat;
	width: 14px;
	height: 14px;
	padding: 0;
} 


/*轮播*/
#scroll{ 
	position:relative;
	overflow:hidden; 
	width:100%;
	margin-top: 15px;
	padding-bottom: 15px;
	float:left;
}  
#product{
	position:relative; 
	width: 1190px;
	margin: 0 auto;
} 
.product_box{
	overflow: hidden;
	width: 1190px;
}
#product ul{ 
	width:10000px; 
	overflow:hidden;
	text-align: center;
}  
#product ul li{
	position: relative;
	float:left;
	width: 260px; 
	margin-right: 50px;
	overflow:hidden;
}
#product ul li a{
	display: block;
}
#product ul li a img{
	display: block;
	width: 260px;
	height: 320px;
}
#product ul li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #3e3a39;
	font-size: 17px;
	text-align: center;
} 
#product ul li:hover p{
	background: url(../images/nei_slide_btn_p_bg.png) center repeat;
	color: #fff;
} 
.sildeLeft{
	display:block; 
	cursor:pointer; 
	position:absolute; 
	left: -63px; 
	top:160px;
	z-index:10;
} 
.sildeRight{
	display:block; 
	cursor:pointer; 
	position:absolute; 
	right: -63px; 
	top: 160px; 
	z-index:10;
}  




/*产品详情*/
.main_box{
	width: 100%;
	background: #f7f8f8;
}
.main_box_title{
	width: 100%;
	border-bottom: 2px solid #cecfcf;
}
.main_box_title h2{
	width: 981px;
	margin: 0 auto;
	position: relative;
	color: #3e3a39;
	font-size: 18px;
	padding: 22px 0;
	padding-left: 43px;
}
.main_box_title h2 a{
	color: #3e3a39;
}
.main_box_title h2 a:hover{
	text-decoration: underline;
}
.main_box_title h2 span{
	position: absolute;
	top: 24px;
	right: 65px;
	color: #898989;
	font-size: 14px;
	display: inline-block;
}


.main{
	width: 1024px;
	margin: 0 auto;
}
.main .main_p{
	padding-top: 127px;
}
.none{display:none}
.bx-wrapper{ 
	float:left;
	width:564px;
	height:642px;
	position:relative;
	overflow:hidden
}
.bx-wrapper ul.slide_box01{
	width: 500px;
	height: 500px;
	position:relative;
	overflow:hidden;
	z-index:4; 
}
.bx-wrapper ul.slide_box01 li{
	position:absolute;
	padding: 15px;
	padding-top: 0;
	width: 500px;
	height: 500px;
	left:0px;
	top:0px;
	-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;
}
.bx-wrapper ul.slide_box01 li img{ 
	display:block;
	width: 500px;
	height: 500px;
	cursor: pointer;
}

.bx-wrapper ul.bx-controls{
	overflow:hidden;
	*zoom:1;
	position:relative;
	z-index:5;
	padding-left: 15px;
	padding-top: 17px;
}
.bx-wrapper ul.bx-controls li{
	float:left;
	position:relative;
	width: 125px;
	height: 125px;
	margin-right:10px
}
.bx-wrapper .actives{ 
	display:block; 
	width: 125px; 
	height: 125px; 
}
.bx-wrapper .bx-controls li span{
	display: none;
	position: absolute;
	height: 125px;
	width: 125px;
	top: 0;
	left: 0;
	background: url(../images/guanyu_video_img_bg.png) center repeat;
}
.bx-wrapper .bx-controls li:hover span{
	display: block;
}
.bx-wrapper ul.bx-controls li img{ 
	display:block;
	width: 125px;
	height: 125px;
}

.main_p_r{
	position: relative;
	float: left;
	height: 642px;
	width: 385px;
	text-align: left;
	padding-left: 45px;
}
.main_p_r h1{
	font-size: 97px;
	border-bottom: 1px solid #6f6f6f;
	color: #898989;
	margin-bottom: 37px;
	height: 97px;
	line-height: 97px;
	padding-bottom: 17px;
}
.main_p_r .main_p_r1{
	font-size: 28px;
	line-height: 28px;
	color: #898989;
	margin-bottom: 33px;
	font-family: "微软雅黑";
}
.main_p_r .main_p_r2{
	font-size: 18px;
	line-height: 18px;
	color: #898989;
	margin-bottom: 7px;
	font-family: "微软雅黑";
}
.main_p_r .main_p_r3{
	font-size: 25px;
	line-height: 25px;
	color: #898989;
	font-family: "微软雅黑";
}
.main_p_r .main_p_r3 span{
	font-size: 17px;
	padding: 5px;
}
.main_p_r .main_p_r4{
	font-size: 18px;
	line-height: 18px;
	color: #898989;
	margin-top: 22px;
	margin-bottom: 16px;
	font-family: "微软雅黑";
}
.main_p_r .main_p_r5{
	height: 1px;
	background: #6f6f6f;
	margin-top: 32px;
}
.main_p_r a{
	position: absolute;
	right: 109px;
	bottom: 35px;
	color: #3e3a39;
	font-size: 14px;
	width: 171px;
	height: 54px;
	border-radius: 30px;
	background: #ffe100;
	display: block;
	line-height: 54px;
	text-align: center;
}

/*产品参数*/
.p_canshu_box{
	width: 100%;
	padding-bottom: 232px;
	background: #efefef;
}
.p_canshu_box_1{
	width: 100%;
	background: #fffffe!important;
	padding-bottom: 30px;
}
.p_canshu_box_title{
	width: 1024px;
	height: 36px;
	margin: 0 auto 0 auto;	
}
.p_canshu_box_title h2{
	color: #686868;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
}
.p_canshu_box_img{
	width: 100%;
}
.p_canshu_box_img img{
	display: block;
	width: 100%;
}


/*图片功能效果*/
.p_qieh_w{
	width: 100%;
	clear: both;
}
.p_qieh_w_title{
	padding-top: 110px;
	padding-bottom: 90px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	clear: both;
	background: #efefef;
}
.p_qieh_w_title h1{
	text-align: center;
	font-size: 44px;
	color: #625f5f;
	line-height: 44px;
}
.p_qieh_box{
	width: 100%;
	padding-bottom: 70px;
	background: #efefef;
}
.p_qieh_box ul{
	width: 1275px;
	margin: 0 auto;
}
.p_qieh_box ul li{
	float: left;
	height: 253px;
}
.p_qieh_box ul li .p_qieh_box_img{
	width: 255px;
	display: none;
	height: 253px;
}
.p_qieh_box ul li .p_qieh_box_hov{
	width: 255px;
	display: none;
	height: 253px;
}
.p_qieh_box ul li:nth-child(2n) .p_qieh_box_img{
	width: 255px;
	display: block;
	height: 253px;
}
.p_qieh_box ul li:nth-child(2n) .p_qieh_box_hov{
	width: 255px;
	display: none;
	height: 253px;
}
.p_qieh_box ul li:hover:nth-child(2n) .p_qieh_box_img{
	display: none;
	width: 255px;
	height: 253px;
}
.p_qieh_box ul li:hover:nth-child(2n) .p_qieh_box_hov{
	display: block;
	width: 255px;
	height: 253px;
}

.p_qieh_box ul li:nth-child(2n+1) .p_qieh_box_img{
	width: 255px;
	display: none;
	height: 253px;
}
.p_qieh_box ul li:nth-child(2n+1) .p_qieh_box_hov{
	width: 255px;
	display: block;
	height: 253px;
	width: 255px;
	height: 253px;
}
.p_qieh_box ul li:hover:nth-child(2n+1) .p_qieh_box_img{
	display: block;
	width: 255px;
	height: 253px;
}
.p_qieh_box ul li:hover:nth-child(2n+1) .p_qieh_box_hov{
	display: none;
	width: 255px;
	height: 253px;
}

/*底部功能选择*/
.nei_bottom_box{
	width: 100%;
	background: #f7f8f8;
	padding-top: 110px;
	padding-bottom: 40px;
}
.nei_bottom{
	margin: 0 auto ;
}
.nei_bottom_title{
	text-align: center;
	margin-bottom: 80px;
	height: 54px;
}
.nei_bottom_title h1{
	text-align: center;
	font-size: 54px;
	line-height: 54px;
	height: 54px;
	color: #3e3a39;
}
.nei_bottom ul{
	text-align: center;
}
.nei_bottom ul li {
	width: 125px;
	display: inline-block;
	text-align: center;
	padding-bottom: 15px;
}
.nei_bottom ul li img{
	display: inline-block;
	width: 80px;
	border-radius: 41px;
	background: #898989;
}
.nei_bottom ul li p{
	margin-top: 28px;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	color: #979797;
}


/*关于我们*/
/*幻灯片*/
.mainbanner3{
	height:855px; 
	overflow:hidden; 
	position:relative;
	width: 100%; 
}
.mainbanner_window3{ 
	width:1920px; 
	height:855px; 
	position:absolute; 
	left:50%; 
	margin-left:-960px;
	overflow:hidden;
} 
.mainbanner_window3 ul{
	width:999999px; 
	position:relative;
	height:999999px;
}
.mainbanner_window3 li{
	height:855px;
	width:1920px; 
	position:relative;
} 
.mainbanner_window3 li a{
	display: block;
}
.mainbanner_window3 li a img{
	width: 1920px;
	height: 855px;
	display: block;
}
.mainbanner_list3{
	position:absolute; 
	right: 45px; 
	top:50%;
	margin-top: -133px;
}
.mainbanner_list3 li{ 
	margin-bottom: 28px;
	width:14px; 
} 
.mainbanner_list3 li:last-child{
	margin-bottom: 0;
}
.mainbanner_list3 li a{
	display:block; 
	width:14px; 
	height:14px;
	background:url(../images/guanyu_slide_btn.png) no-repeat;
	overflow:hidden;
	margin: 0 auto;
}
.mainbanner_list3 li.active a{ 
	background:url(../images/guanyu_slide_hov.png) no-repeat;
	width: 14px;
	height: 14px;
	padding: 0;
} 
/*关于我们-内容*/
.guanyu_content_box{
	width: 100%;
}
.guanyu_content{
	padding-top: 112px;
	width: 1024px;
	margin: 0 auto;
}
.guanyu_content1{
	padding-bottom: 85px;
	width: 1024px;
	margin: 0 auto;
}

.guanyu_content h2{
	color: #898989;
	font-size: 45px;
	line-height: 45px;
	font-weight: normal;
}
.guanyu_content_txt{
	padding-top: 92px;
	font-size: 28px;
	color: #898989;
	line-height: 42px;
}
.guanyu_content1 h3{
	color: #898989;
	font-size: 28px;
	line-height: 28px;
	margin-top: 85px;
	margin-bottom: 95px;
	font-weight: normal;
}
.guanyu_video{
	width: 1024px;
	height: 762px;
	position: relative;
}
.guanyu_video .guanyu_video_img{
	display: block;
	width: 100%;
}
.guanyu_video span{
	background: url(../images/guanyu_video_img_bg.png) center repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 1024px;
	height: 762px;
}
.guanyu_video a{
	position: absolute;
	display: inline-block;
	height: 74px;
	top: 50%;
	margin-top: -37px;
	left: 50%;
	line-height: 74px;
	text-align: center;
	margin-left: -117px;
	color: #fff;
}
.guanyu_video a img{
	margin-right: 21px;
	display: inline-block;
	width: 74px;
	height: 74px;
	float: left;
}
.guanyu_img_box{}
.guanyu_img_box img{
	display: block;
	width: 100%;
}

/*联系我们*/
/*幻灯片*/
.mainbanner4{
	height:1050px; 
	overflow:hidden; 
	position:relative;
	width: 100%; 
}
.mainbanner_window4{ 
	width:1920px; 
	height:1050px; 
	position:absolute; 
	left:50%; 
	margin-left:-960px;
	overflow:hidden;
} 
.mainbanner_window4 ul{
	position:relative;
	height:99999px;
}
.mainbanner_window4 li{
	height:1050px;
	width:1920px; 
	position:relative;
} 
.mainbanner_window4 li a{
	display: block;
}
.mainbanner_window4 li a img{
	width: 1920px;
	height: 1050px;
	display: block;
}
.mainbanner_list4{
	position:absolute; 
	right: 45px; 
	top:50%;
	margin-top: -133px;
}
.mainbanner_list4 li{ 
	margin-bottom: 28px;
	width:14px; 
} 
.mainbanner_list4 li:last-child{
	margin-bottom: 0;
}
.mainbanner_list4 li a{
	display:block; 
	width:14px; 
	height:14px;
	background:url(../images/guanyu_slide_btn.png) no-repeat;
	overflow:hidden;
	margin: 0 auto;
}
.mainbanner_list4 li.active a{ 
	background:url(../images/guanyu_slide_hov.png) no-repeat;
	width: 14px;
	height: 14px;
	padding: 0;
} 

.lianxi_content_box{
	width: 100%;
}
.lianxi_img_box{}
.lianxi_img_box img{
	display: block;
	width: 100%;
}
.lianxi_img_box_img{
	width: 1312px;
	height: 422px;
	margin:  0 auto;
}
.lianxi_img_box_img img{
	display: inline-block;
	width: 100%;
}



/*产品详情*/
/*幻灯片*/
.mainbanner6{
	height:855px; 
	overflow:hidden; 
	position:relative;
	width: 100%; 
}
.mainbanner_window6{ 
	width:1920px; 
	height:855px; 
	position:absolute; 
	left:50%; 
	margin-left:-960px;
	overflow:hidden;
} 
.mainbanner_window6 ul{
	width:999999px; 
	position:relative;
	height:999999px;
}
.mainbanner_window6 li{
	height:855px;
	width:1920px; 
	position:relative;
} 
.mainbanner_window6 li a{
	display: block;
}
.mainbanner_window6 li a img{
	width: 1920px;
	height: 855px;
	display: block;
}
.mainbanner_list6{
	position:absolute; 
	right: 45px; 
	top:50%;
	margin-top: -133px;
}
.mainbanner_list6 li{ 
	margin-bottom: 28px;
	width:14px; 
} 
.mainbanner_list6 li:last-child{
	margin-bottom: 0;
}
.mainbanner_list6 li a{
	display:block; 
	width:14px; 
	height:14px;
	background:url(../images/guanyu_slide_btn.png) no-repeat;
	overflow:hidden;
	margin: 0 auto;
}
.mainbanner_list6 li.active a{ 
	background:url(../images/guanyu_slide_hov.png) no-repeat;
	width: 14px;
	height: 14px;
	padding: 0;
} 


.mobil_box{
	display: none;
}
/*手机*/
.shouji_box{
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 12;
}
/*手机头部*/
.header_m{
	height: 25px;
	width: 100%;
	padding: 12px 0;
	position: relative;
	display: none;
	background: #fff;
}
.header_m img{
	display: block;
	height: 25px;
	width: 182px;
	margin: 0 auto;
}
.header_m>a{
	display: block;
	height: 20px;
	background: url(../images/nav_btn.png) center no-repeat;
	position: absolute;
	right: 15px;
	top: 12px;
	width: 24px;
}
/*联系我们-手机幻灯片*/
.main_visual{
	display: none;
	overflow:hidden;
}
.main_image{
	width: 100%;
	overflow:hidden;
	position:relative;
	height:10.927rem;
}
.main_image ul{
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px
}
.main_image li{
	float:left;
	width: 100%;
}
.main_image li a{
	display:block;
	
}
.main_image li a img{
	display: block;
	width: 100%;
}
div.flicking_con{
	position:absolute;
	bottom: 1.5rem;
	z-index:999;
	height:3px; 
	text-align:center;
	width: 100%;
}
div.flicking_con a{
	width: .7rem;
	height: 3px;
	margin:0 2px;
	background:#fff;
	display:inline-block;
	text-indent:-1000px
}
div.flicking_con a.on{
	background:#878687;
}
.m_lianxi_img_box_img{
	padding: 0 .5rem;
	text-align: center;
}
.m_lianxi_img_box_img img{
	display: inline-block;
	width: 100%;
}

/*产品-手机幻灯片*/
.main_visual8{
	display: none;
	overflow:hidden;
	height: 8.91rem;
}
.main_image8{
	width: 100%;
	overflow:hidden;
	position:relative;
	height: 8.91rem;
}
.main_image8 ul{
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	height: 8.91rem;
}
.main_image8 li{
	float:left;
	width: 100%;
	height: 8.91rem;
}
.main_image8 li a{
	display:block;
	height: 8.91rem;
}
.main_image8 li a img{
	display: block;
	width: 100%;
	height: 8.91rem;
}
div.flicking_con8{
	position:absolute;
	bottom: 1.5rem;
	z-index:999;
	height:3px; 
	text-align:center;
	width: 100%;
}
div.flicking_con8 a{
	width: .7rem;
	height: 3px;
	margin:0 2px;
	background:#fff;
	display:inline-block;
	text-indent:-1000px
}
div.flicking_con8 a.on{
	background:#878687;
}
.m_lianxi_img_box_img8{
	padding: 0 .5rem;
	text-align: center;
}
.m_lianxi_img_box_img8 img{
	display: inline-block;
	width: 100%;
}

/*产品详情-手机幻灯片*/
.main_visual11{
	display: none;
	overflow:hidden;
	height: 10.37rem;
	position: relative;
}
.main_image11{
	width: 100%;
	overflow:hidden;
	position:relative;
	height: 10.37rem;
}
.main_image11 ul{
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	height: 10.37rem;
}
.main_image11 li{
	float:left;
	width: 100%;
	height: 10.37rem;
}
.main_image11 li a{
	display:block;
	height: 10.37rem;
}
.main_image11 li a img{
	display: block;
	width: 100%;
	height: 10.37rem;
}
div.flicking_con11{
	position:absolute;
	bottom: 1.5rem;
	z-index:999;
	height:3px; 
	text-align:center;
	width: 100%;
}
div.flicking_con11 a{
	width: .7rem;
	height: 3px;
	margin:0 2px;
	background:#fff;
	display:inline-block;
	text-indent:-1000px
}
div.flicking_con11 a.on{
	background:#878687;
}
.m_lianxi_img_box_img11{
	padding: 0 .5rem;
	text-align: center;
}
.m_lianxi_img_box_img11 img{
	display: inline-block;
	width: 100%;
}

/*卓越 */
/*卓越我们-手机幻灯片*/
.main_visual1{
	display: none;
	height: 12.56rem;
	overflow:hidden;
}
.main_image1{
	height: 12.56rem;
	width: 100%;
	overflow:hidden;
	position:relative;
}
.main_image1 ul{
	overflow:hidden;
	position:absolute;
	height: 12.56rem;
	top:0px;
	left:0px
}
.main_image1 li{
	float:left;
	width: 100%;
	height: 12.56rem;
}
.main_image1 li a{
	display:block;
	height: 12.56rem;
}
.main_image1 li a img{
	display: block;
	height: 12.56rem;
	width: 100%;
}
div.flicking_con1{
	position:absolute;
	bottom: 1.5rem;
	z-index:999;
	height:3px; 
	text-align:center;
	width: 100%;
}
div.flicking_con1 a{
	width: .7rem;
	height: 3px;
	margin:0 2px;
	background:#fff;
	display:inline-block;
	text-indent:-1000px
}
div.flicking_con1 a.on{
	background:#878687;
}
.m_txt_con{
	padding: .5rem;
}
.m_txt_con h2{
	color: #898989;
	font-size: .75rem;
	margin-bottom: .5rem;
}
.m_txt_con_txt{
	color: #898989;
	font-size: .625rem;
	line-height: 1rem;
}

/*关于我们*/
.m_txt_con_video_title{}
.m_txt_con_video_title h2{
	color: #898989;
	font-size: .75rem;
	margin-bottom: .5rem;
	padding-left: .5rem;
}
.m_txt_con_video{
	width: 100%;
	position: relative;
}
.m_txt_con_video h2{
	color: #898989;
	font-size: .75rem;
	margin-bottom: .5rem;
}
.m_txt_con_video .guanyu_video_img{
	display: block;
	width: 100%;
}
.m_txt_con_video .m_txt_con_video_box1 span{
	background: url(../images/guanyu_video_img_bg.png) center repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.m_txt_con_video a{
	position: absolute;
	display: inline-block;
	height: 34px;
	top: 50%;
	margin-top: -17px;
	left: 50%;
	line-height: 34px;
	text-align: center;
	margin-left: -117px;
	color: #fff;
	font-size: .75rem;
}
.m_txt_con_video a img{
	margin-right: 10px;
	display: inline-block;
	width: 34px;
	height: 34px;
	float: left;
}

/*首页-手机幻灯片*/
.main_visual3{
	display: none;
	overflow:hidden;
	height: 6.8rem;
}
.main_image3{
	width: 100%;
	overflow:hidden;
	position: relative;
	height: 6.8rem;
}
.main_image3 ul{
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	height: 6.8rem;
}
.main_image3 li{
	float:left;
	width: 100%;
	height: 6.8rem;
}
.main_image3 li a{
	display:block;
	height: 6.8rem;
	
}
.main_image3 li a img{
	display: block;
	width: 100%;
	height: 6.8rem;
}
div.flicking_con3{
	position:absolute;
	bottom: 1.5rem;
	z-index:999;
	height:3px; 
	text-align:center;
	width: 100%;
}
div.flicking_con3 a{
	width: .7rem;
	height: 3px;
	margin:0 2px;
	background:#fff;
	display:inline-block;
	text-indent:-1000px
}
div.flicking_con3 a.on{
	background:#878687;
}
.m_lianxi_img_box_img3{
	padding: 0 .5rem;
	text-align: center;
}
.m_lianxi_img_box_img3 img{
	display: inline-block;
	width: 100%;
}

.m_txt_con_video1{
	width: 100%;
	position: relative;
}
.m_txt_con_video1 h2{
	color: #898989;
	font-size: .75rem;
	margin-bottom: .5rem;
}
.m_txt_con_video1 .guanyu_video_img{
	display: block;
	width: 100%;
}
.m_txt_con_video1 .m_txt_con_video_box1 span{
	background: url(../images/guanyu_video_img_bg.png) center repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.m_txt_con_video1 a{
	position: absolute;
	display: inline-block;
	height: 34px;
	top: 50%;
	margin-top: -17px;
	left: 50%;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: .75rem;
}
.m_txt_con_video1 a img{
	margin-right: 10px;
	display: inline-block;
	width: 34px;
	height: 34px;
	float: left;
}
.m_index_z{
	width: 100%;
}
.m_index_z a{
	display: block;
}
.m_index_z a img{
	display: block;
	width: 100%;
}


/*产品详情*/
.qixilie{
	margin-bottom: 1rem;
	position: relative;
}
.qixilie a{
	float: right;
	width: 4rem;
	height: 1.5rem;
	text-align: center;
	line-height: 1.5rem;
	font-size: .75rem;
	background: #ffe100;
	border-radius: 8px;
	color: #3e3a39;
	display: block;
	margin-right: .5rem;
}
.chanpin_title{
	color: #898989;
	position: relative;
}
.chanpin_title h2{
	font-size: 2rem;
	height: 2rem;
	line-height: 2rem;
	padding-bottom: .5rem;
	border-bottom:1px solid #898989;
	padding-top: 1rem;
	padding-left: 1rem;
}
.chanpin_titlep1{
	padding-left: 1rem;
	font-size: 1rem;
	line-height: 1.2rem;
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.chanpin_titlep2{
	padding-left: 1rem;
	font-size: .688rem;
	line-height: 1rem;
}


.chanpin_tu{}
.chanpin_tu h2{
	font-size: 1rem;
	height: 1rem;
	line-height: 1rem;
	padding-bottom: .5rem;
	color: #898989;
	padding-left: 1rem;
}
.chanpin_tu img{
	display: block;
	width: 100%;
}
/*底部功能选择*/
.nei_bottom_box1{
	width: 100%;
	background: #f7f8f8;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.nei_bottom1{
	margin: 0 auto ;
}
.nei_bottom1 ul{
	width: 18rem;
	margin:0 auto;
	padding-bottom: .5rem;
}
.nei_bottom1 ul li {
	width: 4.5rem;
	height: 5.5rem;
	float: left;
	text-align: center;
}
.nei_bottom1 ul li img{
	display: inline-block;
	padding-bottom: .4rem;
	width: 2.5rem;
}
.nei_bottom1 ul li p{
	font-size: .628rem;
	line-height: .9rem;
	color: #979797;
}
/*手机滚动产品*/
.mobil_chanpin{
	background: #efefef;
	padding-top: .125rem;
}
.mobil_chanpin h2{
	font-size: .625rem;
	color: #3e3a39;
	line-height: 2rem;
	padding-left: 1rem;
	padding-bottom: .125rem;
	margin-bottom: .125rem;
	display: none;
}
.mobil_chanpin ul{
}
.mobil_chanpin ul li {
	position: relative;
	width: 49.5%;
	margin-bottom: 1%;
}
.mobil_chanpin ul li:nth-child(2n+1){
	float: left;
}
.mobil_chanpin ul li:nth-child(2n){
	float: right;
}
.mobil_chanpin ul li a{
	display: block;
	width: 100%;
}
.mobil_chanpin ul li a img{
	display: block;
	width: 100%;
	height: 100%;
	
}
.mobil_chanpin ul li p{
	font-size: 10px;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #3e3a39;
	background: url(../images/nei_slide_btn_p_bg.png) center repeat;
}

/*手机底部*/
.mobil_footer{
	background: #fff100;
	padding-top: 1rem;
	padding-left: .8rem;
	padding-bottom: 1.5rem;
	padding-right: .8rem;
}
.mobil_footer .link1{
	margin-bottom: .5rem;
}
.mobil_footer .link1 a{
	font-size: .625rem;
	color: #595757;
	line-height: .625rem;
	padding: 0 .4rem;
	border-left: 1px solid #595757;
}
.mobil_footer p{
	font-size: .625rem;
	color: #595757;
	line-height: .625rem;
	margin-bottom: .5rem;
}
.mobil_footer p span{
	margin: .25rem;
}
.mobil_footer .mobil_footer_p1{
	font-size: .625rem;
	color: #595757;
	line-height: .8rem;
	margin-bottom: .5rem;
}
.mobil_footer em{
	font-size: .625rem;
	font-style: normal;
	color: #595757;
}
.mobil_footer .link_img1{
	text-align: right;
	padding-right: 1rem;
}
.mobil_footer .link_img1 img{
	display: inline-block;
	width: 1rem;
}



/*产品导航-PC*/
.product_nav_box{
	height: 125px;
	padding-top: 35px;
	width: 100%;
	background: #f7f8f8;
	margin: 25px 0; 
}
.product_nav_box .product_nav{
	text-align: center;
}
.product_nav_box .product_nav ul{
	display: inline-block;
}
.product_nav_box .product_nav ul li{
	float: left;
	text-align: center;
	width: 150px;
	margin: 0 60px;
}
.product_nav_box .product_nav ul li a{
	display: block;
}
.product_nav_box .product_nav ul li a img{
	display: inline-block;
	width: 150px;
	height: 76px;
}
.product_nav_box .product_nav ul li a p{
	display: inline-block;
	font-size: 18px;
	margin-top: 5px;
	color: #3e3a39;
}

/*产品列表*/
.product_list{
	width: 1128px;
	margin: 0 auto;
}
.product_list_p{
	position: relative;
	width: 262px;
	float: left;
	height: 319px;
	margin: 0 10px 20px 10px;
}
.product_list_p a {
	display: block;
}
.product_list_p a img{
	display: block;
	width: 262px;
	height: 319px;
}
.product_list_p a p{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #3e3a39;
    font-size: 17px;
    text-align: center;
}
.product_list_p:hover p{
	background: url(../images/nei_slide_btn_p_bg.png) center repeat;
	color: #fff;
}
.product_list_file{
	text-align: center;
	padding-top: 80px;
	margin: 0 auto;
	padding-bottom: 97px;
}
.product_list_file_m{
	padding: 1rem;
	background: #f7f8f8;
}
.product_list_file_m a{
	color: #ababab!important;
}
.product_list_file_m span{
	
}
.product_list_file a{
	display: inline-block;
	width: 36px;
	line-height: 36px;
	height: 36px;
	border-radius: 18px;
	color: #000;
	font-size: 24px;
	margin: 0 5px;
}
.product_list_file a:hover{
	background: #ababab;
	color: #fff;
}
.product_list_file span{
	display: inline-block;
	width: 36px;
	line-height: 36px;
	height: 36px;
	border-radius: 18px;
	font-size: 24px;
	background: #ababab;
	color: #fff;
	margin: 0 5px;
}
.product_list_file a.on{
	
}
.m_product_nav_box{
	background: #f7f8f8;
}
.m_product_nav{}
.m_product_nav ul{
	text-align: center;
	padding: 1rem 0.3rem .5rem .3rem;
}
.m_product_nav ul li{
	float: left;
	width: 4.8rem;
	margin-bottom: .5rem;
}
.m_product_nav ul li a{
	display: block;
}
.m_product_nav ul li a img{
	display: block;
	width: 4.8rem;
}
.m_product_nav ul li a p{
	font-size: .75rem;
	color: #000;
	margin-top: .3rem;
}

/*设备分辨率兼容*/
@media only screen and (max-width: 1042px){
	/*关于柠檬-卓越-幻灯片*/
	.mainbanner3{
		height:643px; 
	}
	.mainbanner_window3{ 
		width:1024px; 
		height:643px;  
		margin-left:-512px;
	} 
	.mainbanner_window3 li{
		height:643px;
		width:1024px; 
	} 
	.mainbanner_window3 li a img{
		width: 1024px;
		height: 643px;
	}

	/*联系我们-幻灯片*/
	.mainbanner4{
		height:560px; 
		width:1024px; 
	}
	.mainbanner_window4{ 
		width:1024px; 
		height:560px;  
		margin-left:-512px;
	} 
	.mainbanner_window4 li{
		height:560px;
		width:1024px; 
	} 
	.mainbanner_window4 li a img{
		width: 1024px;
		height: 560px;
	}

	/*-幻灯片*/
	.mainbanner6{
		height: 531px; 
	}
	.mainbanner_window6{ 
		width:1024px; 
		height:531px;  
		margin-left:-512px;
	} 
	.mainbanner_window6 li{
		height:531px;
		width:1024px; 
	} 
	.mainbanner_window6 li a img{
		width: 1024px;
		height: 531px;
	}



	/*首页幻灯片*/
	.mainbanner{
		height:349px; 
		width: 100%;
	}
	.mainbanner_window{ 
		width:1024px; 
		height:349px; 
		margin-left:-512px;
	} 
	.mainbanner_window ul{
		width:999999px; 
		position:relative;
		height:349px;
	}
	.mainbanner_window li{
		height:349px;
		width:1024px; 
		float:left; 
		position:relative;
	} 
	.mainbanner_window li img{
		width: 1024px; 
		height: 349px;
		display: block;
	}
	.mainbanner_list{
		position:absolute; 
		left:50%; 
		bottom:10px; 
		margin-left:-50px;
	}
	/*产品宣传*/
	.campaign .campaign_box .campaign_box_bg .campaign_box_bg_box img{
		width: 50px;
	}
	.campaign .campaign_box .campaign_box_bg .campaign_box_bg_box p{
		font-size: 18px;
	}
	/*产品幻灯片*/
	.mainbanner2{
		height:456px; 
		width: 100%;
	}
	.mainbanner_window2{ 
		width:1024px; 
		height:456px; 
		margin-left:-512px;
	} 
	.mainbanner_window2 ul{
		width:999999px; 
		position:relative;
		height:456px;
	}
	.mainbanner_window2 li{
		height:456px;
		width:1024px; 
		float:left; 
		position:relative;
	} 
	.mainbanner_window2 li img{
		width: 1024px; 
		height: 456px;
		display: block;
	}
	.mainbanner_list2{
		position:absolute; 
		left:50%; 
		bottom:10px; 
		margin-left:-50px;
	}
	/*轮播*/
	#product{
		position:relative; 
		width: 1000px;
		margin: 0 auto;
	} 
	.product_box{
		overflow: hidden;
		width: 1000px;
		position: relative;
	}
	#product ul li{
		position: relative;
		float:left;
		width: 225px; 
		margin-right: 33px;
		overflow:hidden;
	}
	#product ul li a img{
		display: block;
		width: 225px;
		height: 276px;
	}
	#product ul li p{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 45px;
		line-height: 45px;
		color: #3e3a39;
		font-size: 14px;
		text-align: center;
	} 
	#product ul li:hover p{
		background: url(../images/nei_slide_btn_p_bg.png) center repeat;
		color: #fff;
	} 
	#sildeLeft{
		display:block; 
		cursor:pointer; 
		position:absolute; 
		left: -18px; 
		top:149px;
		z-index:10;
	} 
	#sildeRight{
		display:block; 
		cursor:pointer; 
		position:absolute; 
		right: -18px; 
		top: 149px; 
		z-index:10;
	} 
	

	/*手机*/
	.mobil_box{
		display: none;
	}
}
@media screen and (max-width: 958px){
	 /*PC头部*/
	.head_pc{
		height: 50px;
	}
	.logo_pc{
		margin-right: 75px;
		height: 42px;
		width: 273px;
	}
	.logo_pc a img{
		width: 273px;
		height: 42px;
		display: block;
	}
	.nav_pc ul{
		padding-top: 0;
	}
	.nav_pc  ul li {
		padding: 0 20px
	}
	.nav_pc ul li a span{
		bottom: -21px;
	}
	/*尾部*/
	.footer_pc .footer{
		height: 240px;
		width: 940px;
	}
	.footer_pc .footer .link{
		padding-top: 48px;
		margin-bottom: 20px;
	}
	.footer_pc .footer .link a{
		color:#595757;
		font-size: 14px;
		height: 14px;
		line-height: 14px;
	}
	.footer_pc .footer p{
		font-size: 12px;
		line-height: 27px;
	}
	.footer_pc .footer p span{
		margin-right: 25px;
	}
	.footer_pc .footer em{
		font-size: 16px;
		margin-top: 20px;
	}
	.f_p1 span{
		font-size: 14px;
		line-height: 30px;
	}

	.guanyu_content{
		width: 940px;
	}

	/*联系我们-幻灯片*/
	.mainbanner4{
		height:513px; 
		width:940px; 
	}
	.mainbanner_window4{ 
		width:940px; 
		height:513px;  
		margin-left:-470px;
	} 
	.mainbanner_window4 li{
		height:560px;
		width:940px; 
	} 
	.mainbanner_window4 li a img{
		width: 940px;
		height: 513px;
	}

	/*关于柠檬-卓越-幻灯片*/
	.mainbanner3{
		height: 590px; 
	}
	.mainbanner_window3{ 
		width:940px; 
		height:590px;  
		margin-left:-512px;
	} 
	.mainbanner_window3 li{
		height:590px;
		width:940px; 
	} 
	.mainbanner_window3 li a img{
		width: 940px;
		height: 590px;
	}

	
	
	
	/*PC*/
	.pc_box{
		display: block;
	}

	/*手机*/
	.mobil_box{
		display: none;
	}
}
@media screen and (max-width: 858px){
	html,body{font-size: 26px;}
	.guanyu_content{
		width: 840px;
	}

	/*PC*/
	.pc_box{
		display: block;
	}

	/*手机*/
	.mobil_box{
		display: none;
	}
}
/*@media only screen (min-width: 571px) and (max-width: 640px){
	html,body{font-size: 25px;}
}
@media only screen (min-width: 541px) and (max-width: 570px){
	html,body{font-size: 24px;}
}
@media only screen (min-width: 481px) and (max-width: 540px){
	html,body{font-size: 23px;}
}
@media only screen (min-width: 431px) and (max-width: 480px){
	html,body{font-size: 22px;}
}
@media only screen (min-width: 416px) and (max-width: 430px){
	html,body{font-size: 21px;}
}
@media only screen (min-width: 391px) and (max-width: 415px){
	html,body{font-size: 18px;}
}
@media only screen (min-width: 376px) and (max-width: 390px){
	html,body{font-size: 16px;}
}
@media only screen (min-width: 361px) and (max-width: 375px){
	html,body{font-size: 16px;}
}
@media only screen (min-width: 321px) and (max-width: 360px){
	html,body{font-size: 16px;}
}
@media screen and (max-width: 320px){
	html,body{font-size: 16px;
}*/
@media only screen and (max-width: 320px){
	html,body{font-size: 16px}
	/*手机*/
	.mobil_box{
		display: block;
	}
}
@media only screen and (max-width: 360px) and (min-width: 321px){
  	html,body{font-size: 17px}
  	/*PC*/
	.pc_box{
		display: none;
	}

	/*手机*/
	.mobil_box{
		display: block;
	}
}
@media only screen and (max-width: 375px) and (min-width: 361px){
    html,body{font-size: 18px}
    /*PC*/
	.pc_box{
		display: none;
	}

	/*手机*/
	.mobil_box{
		display: block;
	}
}
@media only screen and (max-width: 390px) and (min-width: 376px){
    html,body{font-size: 19px;}
    /*PC*/
	.pc_box{
		display: none;
	}

	/*手机*/
	.mobil_box{
		display: block;
	}
}
@media only screen and (max-width: 415px) and (min-width: 391px){/*iphone6 plus*/
  	html,body{font-size: 20px;}
  	/*PC*/
	.pc_box{
		display: none;
	}

	/*手机*/
	.mobil_box{
		display: block;
	}
}
@media only screen and (max-width: 430px) and (min-width: 416px){/*部分android eg:LG optimus 424*753*/
    html,body{font-size: 21px;}
    /*PC*/
	.pc_box{
		display: none;
	}

	/*手机*/
	.mobil_box{
		display: block;
	}
}
@media only screen and (max-width: 480px) and (min-width: 431px){/*iphone4横屏*/
    html,body{font-size: 22px;}
    /*PC*/
	.pc_box{
		display: none;
	}

	/*手机*/
	.mobil_box{
		display: block;
	}
}
@media only screen and (max-width: 540px) and (min-width: 481px){/*部分android横屏*/
    html,body{font-size: 23px;}
    /*PC*/
	.pc_box{
		display: none;
	}

	/*手机*/
	.mobil_box{
		display: block;
	}
}
@media only screen and (max-width: 570px) and (min-width: 541px){/*iphone5横屏568*/
    html,body{font-size: 24px;}
    /*PC*/
	.pc_box{
		display: none;
	}

	/*手机*/
	.mobil_box{
		display: block;
	}
}
@media only screen and (max-width: 639px) and (min-width: 571px){/*iphone5横屏568*/
    html,body{font-size: 25px;}
    /*PC*/
	.pc_box{
		display: none;
	}

	/*手机*/
	.mobil_box{
		display: block;
	}
}
@media only screen and (min-width: 640px){ /*容器max-width*/
	
}

.chanpinchanshu{
	width: 385px;
	height: 431px;
}

.texiao{
	height: 943px;
	background: #fff;
	position: relative;
}
.texiao_title{
	position: relative;
	text-align: center;
	font-size: 44px;
	color: #625f5f;
	padding-top: 145px;
	padding-bottom: 140px;
}
.texiao_box{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.ceng1{
	position: relative;
	z-index: 999!important;
	width: 868px;
	height: 110px;
	padding-left: 1px;
}
.ceng1 .texiao_boximg01{
	width: 868px;
	margin-top: 2px;
}

.ceng2{
	padding-left: 35px;
	position: relative;
	margin-top: -85px;
	margin-bottom: -137px;
}
.ceng2 .texiao_boximg02{
	z-index: 9;
	width: 550px;
	display: block;
}
.ceng3{
	display: block;
	position: relative
}
.ceng3 .texiao_boximg03{
	width: 1024px;
}
.wana1{
	height: 50px;
	width: 100%;
}
.wana2{
	height: 0;
	width: 100%;
}

.zrcl{
	position: absolute;
	top: 0px;
	right: 50px;
	width: 0px;
}
.font_zrcl{
	position: absolute;
	font-size: 16px;
	top: -70px;
	right: -8px;
	color: #444444;
}
.ckkj{
	position: absolute;
	top: 0px;
	left: 58px;
	width: 0px;
}
.font_ckkj{
	position: absolute;
	font-size: 16px;
	top: -72px;
	left: 128px;
	color: #444444;
}
.xgb{
	position: absolute;
	top: 0px;
	left: 372px;
	width: 0px;
}
.font_xgb{
	position: absolute;
	font-size: 16px;
	top: -75px;
	left: 373px;
	color: #444444;
}
.aqm{
	position: absolute;
	top: 0px;
	left: 522px;
	width: 0px;
}
.font_aqm{
	position: absolute;
	font-size: 16px;
	top: -75px;
	left: 523px;
	color: #444444;
}
.yztd{
	position: absolute;
	top: 60px;
	left: 570px;
	width: 0px;
}
.font_yztd{
	position: absolute;
	font-size: 16px;
	top: 52px;
	left: 670px;
	color: #444444;
}
.jxxy{
	position: absolute;
	top: 0px;
	right: 130px;
	width: 0px;
}
.font_jxxy{
	position: absolute;
	font-size: 16px;
	top: -43px;
	right: 24px;
	color: #444444;
}
.led{
	position: absolute;
	top: 70px;
	left: 32px;
	width: 0px;
}
.font_led{
	position: absolute;
	font-size: 16px;
	top: 195px;
	left: 33px;
	color: #444444;
}
.usb{
	position: absolute;
	top: 70px;
	left: 600px;
	width: 0px;
}
.font_usb{
	position: absolute;
	font-size: 16px;
	top: 190px;
	left: 600px;
	color: #444444;
}
.ycdkg{
	position: absolute;
	top: 70px;
	left: 730px;
	width: 0px;
}
.font_ycdkg{
	position: absolute;
	font-size: 16px;
	top: 185px;
	left: 730px;
	color: #444444;
}
.bhq{
	position: absolute;
	top: 130px;
	left: 790px;
	width: 0px;
}
.font_bhq{
	position: absolute;
	font-size: 16px;
	top: 130px;
	left: 890px;
	color: #444444;
}
.font_time{
	display: none;
}

/*卓越*/
/* content */
#content{width:100%;}
#content .item{}
#content .item li{}
#content .item li img{
	display: block;
	width: 100%;
}
.mobil_box1 li img{
	display: block;
	width: 100%;
}
/* menu */
#menu{position:fixed;right: 45px;margin-top: -87px;top:50%;z-index: 9999;}
#menu ul li a{
    display:block;
    margin:7px 0;
    font-size:14px;
    font-weight:bold;
    width: 14px;
    height: 14px;
    background: url(../images/index_slide_btn.png) center no-repeat;
}
#menu ul li a:hover,#menu ul li a.current{
	background: url(../images/index_slide_hov.png) center no-repeat;
	border-radius: 5px;
}　





