/** 
 * 描述：重置页面元素，设置布局样式及公共模块
 * 作用范围：公共
 */

html,body {
	font: 14px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
	color:#404040;
	background-color:#fff;
}
body,p,pre,blockquote,
h1,h2,h3,h4,h5,h6,			
dl,dt,dd,ul,ol,li,			
form,fieldset,legend,select,
input,textarea,button,		
table,caption,tr,th,td {
	margin:0;
	padding:0;
}
ol,ul {
	list-style:none;
}
fieldset,img {
	border:0 none;
}
img {
	max-width: 100%;
}
a {
	color: #666;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
input,button,textarea,select,option {
	font-family:inherit;
	font-size:100%;	
	outline: 0;
}
textarea {
	overflow: auto;
	resize: none;
}

@font-face {font-family: 'iconfont';
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}               

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
    
.clear{clear: both;}
*{
	transition:width 2s,height 2s;
	-moz-transition:width 2s,height 2s, -moz-transform 2s; 
	-webkit-transition:width 2s,height 2s, -webkit-transform 2s; 
	-o-transition:width 2s,height 2s,  -o-transform 2s; 
}

.warper_one{width: 1200px;margin: 0 auto;clear: both;}
#header{height: 70px;position: relative;}
#header .head_logo{float: left;width: 300px;padding-top: 17px;}
#header .logo_text{position:absolute;left:100px; bottom:10px;}

#header .head_menu{float: right;width: 850px;}
#header .head_menu .menu_start{float: right;margin-right: 15px;position: relative;}
#header .head_menu .language_search{float: right;}
#header .head_menu .menu_start ul li{float: left;font-size: 16px;margin:0 20px;}
#header .head_menu .menu_start ul li a{color: #2c2d2d;line-height: 70px;display: inline-block;}
#header .head_menu .menu_start a.m_hover,#header .head_menu .menu_start a:hover{color: #ff6d00;line-height: 64px;height:64px;border-bottom: 3px solid #ff6d00;padding-top: 3px;}

#header .mobile_menu{float: right;width: 30px;padding-top:12px;display: none;}
#mobile_menu_bg .mobile_menu_head{text-align: center;padding-top: 10px;position: relative;}
#mobile_menu_bg .mobile_menu_head img{width: 55px;}
#mobile_menu_bg .mobile_menu_head .mobile_logo{padding-top: 5px; display: block;color: #fff;cursor: pointer;}
#mobile_menu_bg .mobile_menu_head .mobile_logo i{font-size: 26px;}
#mobile_menu_bg{position: absolute;top:0;left: 0;right: 0;width: 100%;height: 100%;background:#282828;z-index:999999;display: none;}
#mobile_menu_bg .close_mobile_menu{line-height: 30px;text-align: center;color: #fff;position: absolute;right: 12px;}
#mobile_menu_bg .close_mobile_menu i{margin-right: 10px;font-size: 16px;}
#mobile_menu_bg ul{padding-top: 15px;width: 70%;margin: 0 auto;}
#mobile_menu_bg ul li{text-align: left;line-height:38px;display: block;border-bottom: 1px solid #3c3c3c;}
#mobile_menu_bg ul li a{color: #fff;}

#mobile_menu_bg ul li.mobile_menu_search{border-bottom: 1px solid #fff;color: #fff;font-size: 16px;cursor: pointer;}
#mobile_menu_bg ul li.mobile_menu_search i{margin-right: 5px;}
/*#mobile_menu_bg ul li.mobile_menu_search input{border: none;background: none;color: #fff;}*/
#mobile_menu_bg .mobile_language{margin-top: 20px;text-align: center;line-height: 50px;}
#mobile_menu_bg .mobile_language a{background: #464646;-moz-border-radius: 30px;-webkit-border-radius: 30px; border-radius:30px;padding: 5px 25px;font-size: 16px;color: #bcbcbc;}
.use_mobile_search{display: none;}
.mobile_menu_search input{background:none;border:none;color: #fff;}
#mobile_menu_bg ul li.dosubmit{border:none;text-align: center;padding-top: 15px;}
#mobile_menu_bg ul li.dosubmit a{width: 50%; background:#f1f1f1;color: #666;display: block;float: none;margin:0 auto;-moz-border-radius: 20px;-webkit-border-radius: 20px; border-radius:20px;line-height: 34px;height: 34px;}


#header .head_menu .language_search .language{float: left;position: relative;padding-top:24px;height: 42px;line-height:22px;padding-left: 10px;padding-right: 15px;}
#header .head_menu .language_search .language .be_hover_select .change_lang_select{display: none;width:80%;position: absolute;top: 45px;z-index: 9;background: #fff;left: 3%;text-align: center;border: 1px solid #DDDDDD;-webkit-box-shadow:0 0 10px #ccc;
  -moz-box-shadow:0 0 10px #ccc;  
  box-shadow:0 0 10px #ccc;}
#header .head_menu .language_search .language .change_lang_select a{display: block;line-height: 28px;}
#header .head_menu .language_search .language .change_lang_select a:hover{background: #d25802;color: #FFFFFF;}
#header .head_menu .language_search .language .be_hover_select:hover .change_lang_select{display: block;}
#header .head_menu .language_search .language .icon_down{float: right;padding-top: 2px;}
#header .head_menu .language_search .language i{font-size: 22px;}
#header .head_menu .language_search .search{float: left;line-height: 68px;padding:0 12px;text-align: center;}

/*下拉菜单样式*/
#dropdown_bg{position: absolute;top:70px;left:0;right:0;background: #FFFFFF;width: 100%;min-height: 1px;opacity:0.9;filter:alpha(opacity=90);z-index: 2;-webkit-box-shadow:0 0 10px #ccc;
  -moz-box-shadow:0 0 10px #ccc;  
  box-shadow:0 0 10px #ccc;display: none;}
.dropdown_menu{position: absolute;top:70px;left:0;right:0;z-index: 999;border-top: 1px solid #ff6d00;display: none;}
.menu_drop_content{width:800px;margin: 0 auto;padding: 25px 0;}
.product_menus{width: 1100px;}
.menu_drop_content ul{float: left;}
.menu_drop_content ul li{line-height: 30px;}
.menu_drop_content ul li em{margin-right: 10px;font-weight: bold;}
.menu_drop_content ul li a{color: #666;}
.menu_drop_content ul li a:hover{color: #f46f0b;}
.menu_drop_content .float_right_img,.menu_drop_content .product_drop_img{float: right;}
.menu_drop_content .float_right_img img,.menu_drop_content .product_drop_img img{height: 176px;width: 400px;}
.menu_drop_content .product_drop_menu{float:left; width: 60%;line-height: 30px;}
.menu_drop_content .product_drop_menu dl{clear: both;}
.menu_drop_content .product_drop_menu dl dt{font-weight: bold;}
.menu_drop_content .product_drop_menu dl dd{float: left;padding:0 3px;margin-right: 15px;margin-bottom:3px;line-height: 22px;-moz-border-radius: 10px;-webkit-border-radius: 10px; border-radius:10px;}
.menu_drop_content .product_drop_menu dl dd:hover{background: #DDDDDD;}
.menu_drop_content .product_drop_img{width: 30%;overflow: hidden;}

/*搜索样式*/ 
.HosearchSearch{display:none;}
.Hosearch_ipu{width:173px; height:30px; line-height:30px; padding-left:10px; font-size:15px; background:#FFF; color:#dfdfdf; position:absolute; top:20px; right:14px;border:1px solid #CCCCCC; -moz-border-radius: 18px;-webkit-border-radius: 18px; border-radius:18px;-webkit-box-shadow:0 0 10px #ccc;
  -moz-box-shadow:0 0 10px #ccc;  
  box-shadow:0 0 10px #ccc;z-index: 99;}
.SearchImg{width:40px; height:24px; display:block;}
.Hosearch_btn{width:30px; height:30px; display:block; position:absolute; top:0; right:17px;color: #D25802;z-index: 999;}

/*PC幻灯片开始*/
.fullSlide{ position:relative; height:100%; margin:0 auto; overflow:hidden;display: block;}
.fullSlide .bd{ position:relative; z-index:0; }
.fullSlide .bd li img{width:100%; vertical-align:top; } 
.fullSlide .hd{ position:absolute;z-index:1; bottom:10px; width:100%;height:30px; line-height:30px;  text-align:center;}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:13px; height:13px; margin:5px; background:#fff; border: 2px solid #fff;-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius:8px;overflow:hidden; 	font-size:0;}
.fullSlide .hd ul .on{ background:#d25802;}
/*.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:55px; height:55px; position:relative; margin:-15.5% 0 0 3%; float:left;  background:url(../images/arrow.png) 0 0 no-repeat; filter:alpha(opacity=20);opacity:0.2  }
.fullSlide .next{  background-position:right 0; float:right; margin-right:6%  }
.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=80);opacity:0.8 }*/
/*PC幻灯片结束*/


/*首页产品分类开始*/
#main_products_type{background: #fff;padding-top: 4px;}
#main_products_type ul{clear: both;}
#main_products_type ul li{width: 25%;box-sizing: border-box;float: left;background:url(../images/main_pro_bg_style.jpg) repeat-x;text-align: center;display: inline-block;border-right: 2px solid #fff;border-bottom: 2px solid #fff;overflow: hidden;}
#main_products_type ul li a{height: 201px;display:block;background-repeat: no-repeat;background-position: center center; background-size:477px 201px;overflow: hidden;}
#main_products_type ul li span{visibility: hidden;}
.border_none{border: none;}

/*底部开始*/
#footer{background: #f1f1f1;width: 100%;min-height: 80px;padding:20px 0;clear: both;}
#footer .foot_menu{width:1200px; margin: 0 auto;padding-top: 8px;}
#footer .foot_menu dl{float: left;width: 15%;}
#footer .foot_menu dl dt span{float: right; display: none;margin-right: 8px;}
#footer .foot_menu dl dt span i{font-size: 8px;}
#footer .foot_menu dl dt{font-weight: bold;margin-bottom: 7px;}
#footer .foot_menu dl dd{line-height: 24px;}
#footer .foot_menu dl dd a{color: #5f5f5f;font-size: 12px;}

#footer .foot_menu .mobile_ewm,#footer .foot_menu .wechat{float: left;text-align: center;font-size: 12px;color: #999;}
#footer .foot_menu .mobile_ewm{margin-left: 40px;}

#footer .foot_menu .footer_bottom{border-top: 1px solid #d0d0d0;margin-top: 20px;padding-top: 20px;color: #4d4d4d;font-size: 12px;text-align: center;}


/*内页样式开始*/
#nei_container{width: 100%;position: relative;background-repeat: no-repeat;background-position: center top;background-size: 100% auto;}
#nei_container .content_warper{min-height: 650px;padding-top: 110px;}
#nei_container .content_warper h1.category_title{font-size: 60px;line-height: 60px;color: #fff;-webkit-text-shadow:0 0 10px #666; -moz-text-shadow:0 0 10px #666; text-shadow:0 0 10px #666;font-weight: normal;clear: both;}
#nei_container .content_warper h1.category_title p{font-size: 30px;line-height: 50px;}

/*内页菜单样式*/
.inner_category_menu{margin-top: 40px;}
.inner_category_menu ul li{float: left;position: relative; text-align: center;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box;line-height: 40px;}
.inner_category_menu ul li a{background: #fff;-moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius:5px;width: 99%; margin:0 auto;display: block;-webkit-box-shadow:0 0 5px #ccc; -moz-box-shadow:0 0 5px #ccc; box-shadow:0 0 5px #ccc;}
.inner_category_menu ul li a:hover,.inner_category_menu ul li:hover ul li a:hover{background:#f7b380;color: #fff;}
.inner_category_menu ul li a.hover{background: #f46e0a!important;color: #fff!important;}
.inner_category_menu ul li ul{position: absolute;display: none;}
.inner_category_menu ul li:hover a{background: #f7b380;color: #fff;}
.inner_category_menu ul li:hover ul{display: block;width: 100%;}
.inner_category_menu ul li:hover ul li{display: block;width: 100%;}
.inner_category_menu ul li:hover ul li a{background: #fff;color: #666;}
.content_frame_start{width: 100%; background:#fff;min-height: 400px;margin-top: 30px;-moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius:5px;display: block;-webkit-box-shadow:0 -3px 3px #ccc;-moz-box-shadow:0 -3px 3px #ccc;   box-shadow:0 -3px 3px #ccc;}
.content_frame_start .inner_padding_content{width: 94%; margin:0 auto;line-height: 170%;padding:20px 0;}
.inner_category_menu ul.mobile_menu_nav{display: none;}
.child_hover{background:#f7b380;color: #fff;}
/*内页菜单样式结束*/

/*产品栏目页样式*/
.products_list{}
.products_list li{float: left;width: 25%;padding-top: 20px; text-align: center;}
.products_list li .li_pro_show{width: 80%;padding-bottom: 10px;border-bottom: 1px dashed #ccc;-webkit-transition: -webkit-transform 0.2s ease-out; transition: transform 0.2s ease-out;background: #fff;}
.products_list li .li_pro_show:hover{-webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -transform:scale(1.2,1.2);	
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: 0px 5px 20px 2px rgba(6, 0, 1, 0.5);
    -moz-box-shadow: 0px 5px 20px 2px rgba(6, 0, 1, 0.5);
	box-shadow: 0px 5px 20px 2px rgba(6, 0, 1, 0.5);
	-moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius:5px;
    cursor:pointer;}
.products_list li .li_pro_show p.pro_title{font-size: 16px;margin-top: 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.products_list li .li_pro_show p.pro_look_more{color: #f36f0c;font-style: italic;font-size: 12px;}

.product_show_head{clear: both;}
.product_show_head .pro_img_left{float: left;width: 50%;text-align: center;}
.product_show_head .pro_img_left img{width: 85%;}
.product_show_head .pro_intro_right{float: right;width: 50%;}
.product_show_head .pro_intro_right h1{border-bottom: 1px solid #ccc;line-height: 50px;margin-bottom: 15px;}
.product_show_head .pro_intro_right p span{color: #999;}

.detail_nav{width: 100%; display: block;clear: both;margin-bottom: 15px;line-height:30px;border-bottom: 1px solid #dcdada;background: #fff;}
.detail_nav ul li{float: left;width: 20%;text-align: center;font-size: 16px;}
.detail_nav ul li.tabhover{border-bottom: 3px solid #ff6d00; color: #ff6d00;font-weight: bold;}
.detailtab{margin-top: 20px;}
.detailtab .content_title{display: block;}
.detailtab .content_title{display: block;cursor: pointer;}
.detailtab .content_title span{margin-left: 10px;}
.detailtab .content_title i{float: right;font-size: 12px;margin-right: 10px;}
.detailtab .content_show{padding-top: 20px;}
.tabshow{display: block;}

.content_title{background:#f1f1f1;border-bottom: 1px solid #ccc;line-height: 40px;height: 40px;display: none;}


.detail_pro_qr_share{position: relative;border-top: 1px solid #e2e0e0;margin-top: 10px;}
.detail_pro_qr_share .qrcode_class{float: left;padding-top: 10px;text-align: center;font-size: 12px;}
.detail_pro_qr_share .bdsharebuttonbox{position: absolute;bottom: 7px;right: 0;}



.child_menus_button{background: #f66e09;width: 32px;height: 30px; color: #FFF;text-align: center;line-height: 30px;cursor: pointer;position: absolute;right: 20px;top: 56px;-moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius:5px;display: none;}
.child_menus_button i{font-size: 8px;}



.support_list li{height: 48px;line-height: 48px;font-size: 16px;display: block;text-overflow: ellipsis;  -o-text-overflow: ellipsis;  white-space: nowrap; overflow: hidden;}
.support_list li i{margin-right: 5px;font-size: 16px;}
.support_list li span{float: right;}
.support_list li a:hover{color:#f36f0c }



.news_list li{min-height: 80px;border-bottom: 1px dashed #ccc;padding-bottom: 15px;padding-top: 15px;}
.news_list a:hover{color: #f66e09;-webkit-text-shadow:0 0 5px #999; -moz-text-shadow:0 0 5px #999; text-shadow:0 0 5px #999;}
.news_list .news_img{float: left;width: 15%;}
.news_list .news_img img{width: 100%;}
.news_list .news_right{float: right;width: 84%;}
.news_list .news_right h1{font-size: 16px;padding-bottom: 10px;}
.news_list .news_right .news_time{color: #999;}
.news_list .news_right .description{color: #666;}


.news_title_nav{border-bottom: 1px solid #CCCCCC;margin-bottom: 20px;padding-bottom: 10px;}
.news_title_nav h1{font-size: 22px; text-align: center;margin-bottom: 20px;}
.news_title_nav .author_time{float: left;width: 50%;line-height: 40px;color: #999;font-size: 12px;}
.news_title_nav .author_time span{margin-left: 15px;}
.news_title_nav .bdsharebuttonbox{float: right;}

.nextORpre_page{padding-top: 20px; border-top: 1px dashed #ccc;margin-top: 20px; clear: both;}
.nextORpre_page a:hover{color: #f66e09;}

/*分页样式开始*/
.pagination{text-align: center;padding-top: 25px;}
.pagination span,.pagination a{background:#fff;border:1px solid #ccc;-moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius:5px;padding:5px 10px;}
.pagination span{background:#f36f0c;color: #fff;margin-right: 5px;margin-left:5px;border:none;}
.pagination a:hover{backgorund:#f7b380;}
/*分页样式结束*/


/*留言反馈*/
.feedback_box{ width:100%; height:auto; overflow:hidden; padding-top:15px;}
.f_left{ width:65px; height:35px; line-height:35px; float:left; text-align:right; font-size:14px; font-weight:bold;}
.f_right{ width:500px; height: auto; overflow:hidden;  float:left; margin-left:10px;}
.f_input{ width:290px; height:35px; padding:0 5px; line-height:35px; background:none; border:#CCC solid 1px; font-family:"微软雅黑";}
.f_text{ width:488px; height:70px; line-height:20px; padding:5px; background: none; border:#CCC solid 1px;resize: none;font-family:"微软雅黑";}
.feedback_butt{ width:120px; height:35px; line-height:35px; margin-top:15px; margin-left:75px; text-align:center;}
.f_buttom{ width:120px; height:35px; background:#f46e0a; color:#fff; border:none;font-family:"微软雅黑"; border-radius:5px; cursor:pointer;letter-spacing: 4px; }
.f_buttom:hover{ background:#f5410a;}



.search_ties{font-size: 16px; line-height: 38px; clear: both;padding-bottom: 15px;}
.search_ties span{color: #F00;}


/*产品详细页上一页、下一页样式*/
#page_pre,#page_next{position: fixed;top: 50%;width: 40px;height: 65px;background-color: #000;color: #fff;z-index: 99999999;opacity:0.5;
filter:Alpha(opacity=50);text-align: center;padding-top: 35px;transition:opacity 1s}
#page_pre{left: 50%;margin-left: -640px;border-radius: 15px 0 0 15px;}
#page_next{right: 50%;margin-right: -640px;border-radius: 0 15px 15px 0;}
#page_pre:hover,#page_next:hover{opacity:1;filter:Alpha(opacity=100);}
#page_pre i,#page_next i{font-size: 20px;}


/*响应式开始*/
@media (min-width:100px) and (max-width:1000px){
.warper_one{width:98%;}
.detail_pro_qr_share{display: none;}
.pro_intro_right{padding-bottom:10px;border-bottom:1px solid #dcdada;}
#header{height: 50px;position: relative;}
#header .head_logo{width: auto;padding-top: 12px;}
#header .head_logo img{width: 75%;}
#header .logo_text{display: none;}
#header .head_menu{display: none;}

#header .mobile_menu{display: block;}

.swiper-container{display: block;}
.fullSlide{display: none;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}

#main_products_type ul li{width: 100%;float: none;text-align: center;display: block;margin: 0 auto;height: auto;background-size:100% 147px;}
#main_products_type ul li a{background-size:350px 147px;height: 147px;}

#footer .foot_menu{width: 90%;margin: 0 auto;clear: both;}
#footer .foot_menu dl{width: 100%;display: block;border-bottom: 1px solid #e3e3e3;margin: 0;padding: 0;}
#footer .foot_menu dl dt span{display: block;}
#footer .foot_menu dl dt{font-weight: normal;line-height:38px;color: #000;cursor: pointer;padding: 0;margin: 0;}
#footer .foot_menu dl dd{display: none;padding-left: 15px;}

#footer .foot_menu .mobile_ewm,#footer .foot_menu .wechat{margin-top: 20px;width: 50%;margin-left: 0;}
#footer .foot_menu .mobile_ewm img,#footer .foot_menu .wechat img{width: 85px;}
#footer .foot_menu .mobile_ewm{float: right;}

#nei_container .content_warper{min-height: 350px;padding-top: 40px;}
#nei_container .content_warper h1.category_title{font-size: 30px;line-height: 36px;}
#nei_container .content_warper h1.category_title p{font-size: 18px;line-height: 24px;}

.child_menus_button{display: block;}
.inner_category_menu{position: absolute;top: 50px;right: 20px;width: 50%;}
.inner_category_menu ul li ul{display: block;width: 100%;}
.inner_category_menu ul li ul li{display: block;width: 100%;}
.inner_category_menu ul li ul li a{background: #fff;color: #666;}
.inner_category_menu ul.pc_menu_nav{display: none;}
.inner_category_menu ul.mobile_menu_nav li{width: 100%; float: none;display: block; width: 100%;height: auto;}
.inner_category_menu ul.mobile_menu_nav li a{background: #efefef;color: #666;}
.inner_category_menu ul.mobile_menu_nav li ul{display: block;position: relative;}
.inner_category_menu ul.mobile_menu_nav li ul li a{display: block;background: #FFF;color: #666;}
.inner_category_menu ul.mobile_menu_nav li ul li a:hover{display: block;width: 100%;}

.products_list li{width: 50%;}

.support_list li{line-height: 40px;height: 40px;}
.support_list li span{display: none;}

.feedback_box{padding-top: 5px;}
.feedback_box input{width: 60%;}
.feedback_box textarea.f_text{width: 60%;}


.product_show_head .pro_img_left,.product_show_head .pro_intro_right{width: 100%;}
.detail_nav{width: 97%;padding-left: 3%;}

.detail_pro_qr_share .qrcode_class{width: 35%;}
.detail_pro_qr_share .bdsharebuttonbox{display: none;}
.news_title_nav .author_time{width: 100%;}

.detail_nav{display: none;}
.detailtab{display: block;margin-top: 0;}
/*.detailtab .content_show{display: none;}*/
.tabshow .content_show{display: block;padding-top: 20px;padding-bottom: 20px;}
.tabshow .content_title{background: #ff6d00;color: #fff;border-bottom: none;}

.feedback_box .f_left{text-align: left;padding-left: 12px;}
.feedback_butt{ margin-left:0;}
.f_buttom{margin:0 auto;}

.content_frame_start{-webkit-box-shadow:none;-moz-box-shadow:none;   box-shadow:none;}

#page_pre{left: 0; margin-left:0;width: 30px;border-radius: 0 15px 15px 0;}
#page_next{right: 0;margin-right:0;width: 30px;border-radius: 15px 0 0 15px;}
}
@media (min-width:738px) and (max-width:1066px){
	#main_products_type ul li{width: 50%;float: left;}
#page_pre{left: 0; margin-left:0;border-radius: 0 15px 15px 0;}
#page_next{right: 0;margin-right:0;border-radius: 15px 0 0 15px;}
	}
@media (min-width:1001px) and (max-width:1199px){
.warper_one{width:98%;}
#header .logo_text{display: none;}
#header .head_logo{width: auto;}
#header .head_menu{float: right;width: auto;}
#header .head_menu .menu_start{float: right;margin-right: 10px;position: relative;}
#header .head_menu .language_search{float: right;}
#header .head_menu .menu_start ul li{float: left;font-size: 16px;margin:0 10px;}
.swiper-container{display: none;}

#footer .foot_menu{width: 98%;}

.inner_category_menu ul.mobile_menu_nav{display: none;}

#page_pre{left: 0; margin-left:0;border-radius: 0 15px 15px 0;}
#page_next{right: 0;margin-right:0;border-radius: 15px 0 0 15px;}
}
@media (min-width:1200px) and (max-width:1366px){
.swiper-container{display: none;}
.li_pro_show{min-height: 260px;}
.inner_category_menu ul.mobile_menu_nav{display: none;}

#page_pre{left: 50%;margin-left: -600px;border-radius: 0 15px 15px 0;}
#page_next{right: 50%;margin-right: -600px;border-radius: 15px 0 0 15px;}
}

@media (min-width:1367px) and (max-width:1680px){
.swiper-container{display: none;}
.li_pro_show{min-height: 260px;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-size: 80% auto;}
.inner_category_menu ul.mobile_menu_nav{display: none;}
}

@media (min-width:1681px){
.swiper-container{display: none;}
.li_pro_show{min-height: 260px;}
.inner_category_menu ul.mobile_menu_nav{display: none;}
}