@charset "utf-8";

/************************************************************************************
CSS RESET
*************************************************************************************/

*{margin:0; padding:0;outline:0;}
html{height:100%;}
h1{font-size:15px;}
h2{font-size:14px;} 
h3{font-size:13px;} 
h4{font-size:12px;} 
h5{font-size:11px;} 
h6{font-size:10px;} 
a{text-decoration:none;} 
p{padding: 0 0 10px 0;}
img{border:0; border-spacing:0;}
img, embed{vertical-align:middle;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, embed  {
        margin: 0;
        padding: 0;
        outline: 0;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #eee
}
table td, table th {border: 1px solid #eee; padding: 3px 10px;}
caption, th, td {
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
strong, b {
	font-weight:bold;
}
em {
	font-style:italic;
}
pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

input[type=text], input[type=password], input[type=file], input[type=submit], input[type=reset], textarea{
	-webkit-appearance:none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

input[type=number]::-webkit-inner-spin-button {
	opacity: 1;
}

/************************************************************************************
Reset HTML5 Elements to Block
*************************************************************************************/

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/*//////////////////////////////////*/

.img_zoom ul li figure{overflow:hidden; position:relative;}
.img_zoom ul li figure img{ 
	width:100%; height:100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.img_zoom ul li:hover figure img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.img_zoom ul li figure .figure_che{ display:none;}

.img_zoom2 figure{overflow:hidden; position:relative;}
.img_zoom2 figure img{ 
	width:100%; height:100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.img_zoom2 .swiper-slide:hover figure img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*//////////////////////////////////*/

/************************************************************************************
CSS WEBSITE
*************************************************************************************/

html {background: #222;}
body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #434343;
	line-height: 20px;
	max-width: 1920px;
	margin: 0 auto;
}
.css_body {	
	background: #fff;
	-webkit-text-size-adjust:100%;
	word-wrap: break-word;
	height: auto;
	min-height: 100%;
	letter-spacing: 0.4px;
}
.fixbody {overflow: hidden;}

#wrapper {position: relative; width: 100%; height: 100%;}

.min_wrap {width: 1170px; margin: 0 auto;}

.icon_web {}

.font_sty {}

/************************************************************************************
CSS HEADER
*************************************************************************************/

#header { position:absolute; left:0px; top:0px; right:0px; z-index:99999;}
.header_tops{ position:relative !important;}
.header_box{ background-image:url(../imgs/layout/bag.png);}
.tools_top{ padding:10px; overflow:hidden;}
.tools_top_hot{ float:left; font-size:16px;color:#FFFFFF;}
.tools_top_hot a[href^="tel:"], a[href^="mailto:"]{color:#FAC805;}
.tools_top_hot a:hover{color:#F57601;}
.tools_top ul{ margin:0px; padding:0px; text-align:right; width:40%; float:right;}
.tools_top ul li{ display:inline-table; margin:0px 10px;}
.tools_top ul li .fa{ font-size:16px; margin-right:10px;}
.tools_top ul li a{ color:#FFFFFF;}
.tools_top ul li a:hover{color:#F57601;}
.banner {padding: 20px 0; position: relative; min-height:60px;}
.logo {display: inline-block;}
.logo img {display: inline-block; width: auto; width:379px;}

.search {position: absolute; top: 10px; right: 0;}
.ipt_s {
	background: #f3f3f3;
	border: 0;
	width: 485px; height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding: 0 70px 0 20px;
	color: #c3c2c2;
}
.ipt_s[type="text"] {
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
}
.btn_s {
	cursor: pointer;
	background: #F57601 url(../imgs/layout/icon_1.png) no-repeat center center;
	width: 60px; height: 40px;
	border: 0;
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	text-indent: -9999px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.btn_s[type="submit"] {
	-webkit-border-top-right-radius: 20px !important;
	-webkit-border-bottom-right-radius: 20px !important;
	-moz-border-radius-topright: 20px !important;
	-moz-border-radius-bottomright: 20px !important;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

.nav_mn { position:absolute; left:0px; right:0px; bottom:-28px;}
.nav_mn .min_wrap {position: relative;background:#FFFFFF;border-bottom:solid 5px #333333;}
.ul_mn > li {float: left; position: relative;}
.ul_mn > li + li {margin-left: 1px;}
.ul_mn > li > a {
	display: block;
	text-transform: uppercase;
	color:#434343;
	font-size: 16px;
	line-height: 55px;
	padding: 0 25px;
	font-weight:bold;
}
.ul_mn > li > a i {margin-left: 4px;}
.ul_mn > li:hover > a {background: #F57601; color:#FFFFFF;}
.ul_mn > li.active > a {font-weight: 700; background: #F57601; color:#FFFFFF;}
.ul_mn > li:hover > ul.mn_child_01 {visibility: visible; z-index: 100; opacity: 1; top: 55px;}
.ul_mn > li > ul.mn_child_01 {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0; top: 56px;
	background: #333333;
	min-width: 250px;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	z-index: 100;
}
.ul_mn > li > ul.mn_child_01 > li {position: relative;}
.ul_mn > li > ul.mn_child_01 > li > a {
	color: #fff; 
	display: block; 
	padding: 7px 25px; 
	white-space: nowrap; 
	text-transform: capitalize;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.ul_mn > li > ul.mn_child_01 > li:hover > a {background: #F57601;}
.ul_mn > li > ul.mn_child_01 > li:hover > ul.mn_child_02 {display: block;}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 {
	display: none;
	position: absolute;
	top: 0;
	background: #F2C800;
	min-width: 160px;
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li > a {
	color: #fff;
	display: block;
	padding: 7px 25px; 
	white-space: nowrap; 
	text-transform: capitalize;
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li > a:hover {text-decoration: underline;}

.ul_mn > li.menu_mobile1 > a {
    font-weight: 700;
	padding: 0 20px; 
	font-size:24px;
	font-weight:normal;
}
.ul_mn > li.menu_mobile1 > a:hover{ color:#FFFFFF;}
.ul_mn > li.menu_mobile1 > a i{ margin:0px;}

/************************************************************************************
CSS CONTAINER
*************************************************************************************/

#container {min-height: 500px;}
.slide {padding:0px;}
.swiper1 .swiper-slide {height: 721px; background: #f9f9f9;}
.swiper1 .swiper-slide img {display: block; width: 100%; height: 100%;}
.swiper1 .swiper-pagination-1 .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	width: 40px; height: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.swiper1 .swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #b1201d;}

.title_h {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 16px;
	margin-bottom:30px;
}
.title_h3{ text-align:left; background-color:#FFFFFF; font-size:16px; padding:10px 10px; margin-bottom:0px;}
.title_h_text{ text-align:center; margin-bottom:30px; color:#6C6C6C;}
.title_h_2 {
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	background: url(../imgs/layout/bg_title_h_2.png) no-repeat bottom center;
	padding-bottom: 16px;
}
.title_h_D {margin-top: 30px;}

.intro_h {padding: 30px 0;}
.in_intro_h {padding: 10px;}
.in_intro_h ul{ text-align:center;}
.in_intro_h ul li { 
	display:inline-table; 
	margin:10px; 
	text-align:left; 
	height:80px;
	width:20%;
}
.in_intro_h ul li:last-child{ border-right:none;}
.in_intro_h ul li img{ margin-right:10px;}
.in_intro_h ul li span{ text-align:left;display:table-cell;}

.prod_spec {padding: 50px 0; background: #f5f5f5;}
.swiper2 .swiper-slide {
	background: #fff;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	padding-bottom: 15px !important;
}
.swiper2 .swiper-slide:hover {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.swiper2 .swiper-pagination-2 {position: static; margin-top: 25px !important;}
.swiper2 .swiper-pagination-2 .swiper-pagination-bullet {width: 12px; height: 12px;}
.swiper2 .swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #b1201d;}
.label_prod_h {
	color: #fff;
	line-height: 30px;
	background: rgba(224, 0, 34, 0.8);
	padding: 0 20px;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 1;
	-webkit-border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
}
.img_prod_h {
	background: #fff;
	width:inherit;
	height: 250px;
	margin:20px 20px;
	position: relative;
}
.img_prod_h img {display: block; width: 100%; height: 100%;}
.name_prod_h {
	padding: 20px 15px 10px 15px;
	font-size: 16px;
	color: #434343;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	border-top:solid 1px #EDEDED;
}
.swiper2 .swiper-slide:hover .name_prod_h {color: #F57601;}
.date_prod_h {
	padding: 0 15px 15px 15px; 
	color: #aaa; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.date_prod_h i {margin-right: 4px;}
.des_prod_h {
	color: #727272;
	padding: 15px 15px 0 15px;
	height: 60px;
	overflow: hidden;
}

.prod_qc {padding:40px 0px; background:#FFFFFF;}
.ul_qc{ overflow:hidden;}
.ul_qc li{ width:47%;}
.ul_qc li:first-child{ float:left;}
.ul_qc li:last-child{ float:right;}


.prod_sp_menu{ margin-bottom:20px; border-bottom: solid 1px #DFDFDF; margin-top:10px;}
.prod_sp_menu ul{ margin:0px; padding:0px; text-align:center;}
.prod_sp_menu ul li{ display:inline-table; text-align:left; margin-right:30px; text-transform:uppercase; cursor:pointer; padding-bottom:20px; border-bottom:solid 2px #f5f5f5; font-weight:bold;}
.prod_sp_menu ul li:hover{ color:#E00022; border-bottom:solid 2px #E00022;}
.prod_sp_menu ul li.active{color:#E00022; border-bottom:solid 2px #E00022;}

.prod_sp3 {padding:10px 0px !important;}
.title_h3 a{ color:#434343;}
.title_h3 a:hover{ color:#F57601;}
.prod_sp2 {padding:20px 0px; background:#f5f5f5;}
.prod_sp {padding:40px 0px; background:#f5f5f5;}
.prod_sp2 .title_D{ margin-bottom:10px; font-size:20px; font-weight:bold;}
.prod_sp_content ul{ margin:0px; padding:0px; text-align:center;}
.prod_sp_content ul li{ display:inline-table; width:24% !important; background-color:#FFFFFF; margin:1%; position:relative;}
.prod_sp_content ul li:nth-child(1n){ margin-left:0px;}
.prod_sp_content ul li:nth-child(4n){ margin-right:0px;}
.prod_sp_content ul li:hover {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.prod_sp_content ul li .name_prod_h{ width:auto;}
.prod_sp_content ul li:hover .name_prod_h {color: #F57601;}

.news_h {padding: 50px 0; background: #fff;}
.ul_news_h {position: relative; padding-left: 615px;}
.ul_news_h > li {overflow: hidden;}
.ul_news_h > li + li + li {margin-top: 15px;}
.img_news_h_r {
	float: left;
	width: 189px; height: 126px;
	margin-right: 20px;
}
.img_news_h_r img {display: block; width: 100%; height: 100%;}
.info_news_h_r {overflow: hidden;}
.info_news_h_r h3 {
	color: #434343; 
	font-size: 14px; 
	font-weight: 400;
	overflow: hidden;
	max-height: 40px;
}
.info_news_h_r h3:hover {color: #F57601;}
.info_news_h_r p {
	color: #999; 
	padding: 7px 0 0 0;
	overflow: hidden;
	max-height: 80px;
}
.ul_news_h > li:nth-child(1) {
	position: absolute;
	top: 0; left: 0;
	width: 585px;
}
.ul_news_h > li:nth-child(1) h3 {
	padding: 20px 0 10px 0;
	font-size: 16px;
	color: #434343;
}
.ul_news_h > li:nth-child(1) h3:hover {color: #F57601;}
.ul_news_h > li:nth-child(1) p {color: #434343; font-size: 16px; padding: 0;}
.ul_news_h > li:nth-child(1) span {display: inline-block; color: #F57601; padding-top: 10px;}
.img_news_h_l {height: 300px;}
.img_news_h_l img {display: block; width: 100%; height: 100%;}

.dt_h {padding: 40px 0;background: #f8f8f8;}
.swiper3 .swiper-slide figure {
	position: relative;
	background: #fff;
	text-align: center;
	height: 90px;
}
.swiper3 .swiper-slide figure img {
	display: block;
	width: auto; max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.breacrum {padding-top: 50px; background: #f5f5f5;}
.breacrum .min_wrap {position: relative; background:#FFFFFF;}
.addthis_sharing_toolbox {position: absolute; top:12px; right: 15px;}
.ul_breacrum > li {display: inline-block; color: #999;}
.ul_breacrum > li > a {
	color: #999; 
	padding: 10px 5px; 
	display: inline-block;
}
.ul_breacrum > li::after {
    margin: 0 5px;
    content: "/";
    display: inline-block;
}
.ul_breacrum > li:last-child::after {display: none;}
.ul_breacrum > li > a:hover {color: #F57601;}
.ul_breacrum > li:first-child > a {padding-left: 20px;}
.ul_breacrum > li i {font-size: 14px;}

.bgtt{ background-color:#f5f5f5;}
.f_cont {padding: 20px 0 40px 0;background-color:#f5f5f5;}
.content {width: 870px; float: left; margin-right: 30px;}
.in_content {padding: 20px 19px; border: 1px solid #eee; background-color:#FFFFFF;}
.sidebar {overflow: hidden;}

.ul_share_social {padding-top: 20px; line-height: 18px;}
.ul_share_social > li {float: left;}
.ul_share_social > li + li {margin-left: 7px;}

.maps_ct {position: relative; height: 300px; background: #ccc;}
.maps_ct iframe {width: 100% !important; height: 100% !important;}
.mask_map {background: rgba(0,0,0,0); z-index: 2; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.f_contact {padding-top: 40px;}
.fc_1 {float: left; width: 48%;}
.fc_2 {float: right; width: 48%;}
.ul_ct > li {margin-bottom: 20px; position: relative;}
.ipt_ct {
	border: 1px solid #ccc;
	width: 100%; height: 34px;
	padding: 0 10px;	
	color: #777;
}
.txt_ct {
	border: 1px solid #ccc;
	width: 100%; min-height: 100px;
	padding: 10px;
	color: #777;
	resize: vertical;	
}
.ipt_ct:focus, .txt_ct:focus {border: 1px solid #bbb; color: #333;}
.btn_ct {
	cursor: pointer;	
	background: #F57601;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 30px;
	border: 0;
	font-weight: bold;
}
.btn_ct:hover {opacity: 0.8;}
.t_fc_1 {
	padding-bottom: 10px; 
	font-weight: 700; 
	font-size: 18px; 
	line-height: 24px;
}
.m_fc_1 a {color: #1bbce8;}
.m_fc_1 a:hover {text-decoration: underline;}
.ul_m_fc_1 > li {padding: 5px 0; overflow: hidden;}
.ul_m_fc_1 > li i {
	font-size: 14px; 
	margin-right: 10px; 
	float: left; 
	text-align: center;
	width: 30px; height: 30px;
	line-height: 30px;
	background: #fafafa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	top: -4px;
	color: #F57601;
}

.block_sb + .block_sb {margin-top: 20px;}

.t_sb {
	color: #fff;
	text-transform: uppercase;
	background: #333333;
	padding: 10px 20px;
	font-size: 13px;
}
.t_sb i {margin-right: 7px;}
.m_sb {border: 1px solid #eee; border-top: 0; padding: 0 20px; background-color:#FFFFFF;}

.ul_ht_sb > li {
	overflow: hidden; 
	padding: 15px 0 15px 60px; 
	background: url(../imgs/layout/icon_5.png) no-repeat left center;
	position: relative; 
	line-height: 16px;
	min-height: 50px;
}
.ul_ht_sb > li + li {border-top: 1px dotted #e0e0e0;}
.ul_ht_sb > li strong {display: block; color: #2f2e2d; text-transform: uppercase;}
.ul_ht_sb > li i {width: 12px; margin-right: 4px;}
.title_h_D_left{ text-align:left;}

.play_vd {padding-top: 15px;}
.ul_vd_sb > li {padding: 10px 0;}
.ul_vd_sb > li + li {border-top: 1px dotted #c5c5c5;}
.ul_vd_sb > li > a {color: #434343;}
.ul_vd_sb > li.active > a {font-weight: 700;}

.ul_news_sb > li {overflow: hidden; padding: 15px 0;}
.ul_news_sb > li + li {border-top: 1px dotted #e0e0e0;}
.ul_news_sb > li figure {
	float: left;
	width: 100px; height: 67px;
	margin-right: 15px;
}
.ul_news_sb > li figure img {display: block; width: 100%; height: 100%;}
.ul_news_sb > li p {padding: 0; overflow: hidden; color: #434343;}

.ul_tk_sb > li {overflow: hidden; padding: 10px 0;}
.ul_tk_sb > li + li {border-top: 1px dotted #e0e0e0;}
.ul_tk_sb > li strong {float: left; font-weight: 400; display: block;}
.ul_tk_sb > li span {float: right; display: block;}

.ul_dm_sb > li + li {border-top: 1px dotted #e0e0e0;}
.ul_dm_sb > li > a {
	display: block;
	padding: 10px 20px 10px 0;
	color: #434343;
	text-transform: uppercase;
	background: url(../imgs/layout/icon_10.png) no-repeat right top 14px;
}
.ul_dm_sb > li:hover > a {color: #01458e;}
.ul_dm_sb > li.active > a {background-image: url(../imgs/layout/icon_11.png); color: #b1201d; font-weight: 700;}
.ul_dm_sb > li.active  .ol_dm_sb {display: block;}
.ol_dm_sb {display: none;}
.ol_dm_sb > li {border-top: 1px dotted #e0e0e0;}
.ol_dm_sb > li > a {
	color: #878787;
	display: block;
	padding: 10px 0 10px 22px;
	position: relative;	
}
.ol_dm_sb > li > a::before {
	content: "\f0da";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 14px; left: 10px;
	font-size: 12px;
}
.ol_dm_sb > li.active > a, .ol_dm_sb > li:hover > a {font-weight: 700; color: #434343;}

.ul_dm_bv {}
.ul_dm_bv > li {padding: 20px 0; overflow: hidden; border-bottom: 1px solid #ececec;}
.ul_dm_bv > li:first-child {padding-top: 0;}
.ul_dm_bv > li figure {
	float: left;
	width: 250px; height: 170px;
	margin-right: 20px;
}
.ul_dm_bv > li figure img {display: block; width: 100%; height: 100%;}
.m_ul_dm_bv {overflow: hidden;}
.m_ul_dm_bv h3 {font-size: 14px; color: #323232;}
.m_ul_dm_bv h3:hover {color: #F57601;}
.m_ul_dm_bv .tool_user {padding: 5px 0;}
.m_ul_dm_bv p {color: #666;}
.m_ul_dm_bv span {color: #F57601; font-size: 12px;}
.m_ul_dm_bv span i {margin-left: 5px;}
.m_ul_dm_bv ol {padding: 5px 0 10px 0;}
.m_ul_dm_bv ol li {display: inline-block; color: #666; margin: 0 10px 0 1px;}
.m_ul_dm_bv ol li i {margin-right: 3px; position: relative; top: -1px;}

.title_D {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding-bottom: 10px;
}
.des_d {font-size: 14px; padding-bottom: 10px;}

.note_D {
	border: 1px dashed #d8d8d8; 
	background: #f9f9f9; 
	padding: 20px; 
	font-size: 14px;
	margin-top: 20px;
}

.bg_breacrum {
	margin-top: 20px;
	position: relative;
	height: 290px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}
.title_prod {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	padding: 15px 30px;
	position: relative;
	top: 120px;
	color: #fff;
	text-transform: uppercase;
	background: rgba(0,0,0,0.7);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.des_catalogy_prod {background: #f5f5f5; padding: 20px 40px;}
.des_catalogy_prod .f-detail {color: #555; height: 160px; overflow: hidden;}
.show_text_catalogy_prod {
	display: inline-block;
	color: #08abe1;
	margin-top: 20px;
	line-height: 14px;
}

.f_prod {padding-top: 30px;}
.ul_prod > li{ display:inline-table;}
.ul_prod > li:nth-child(1n) {margin-left: 0;}
.ul_prod > li:nth-child(3n) {margin-right: 0;}
.ul_prod > li > a {
	display: block; 
	padding-bottom: 15px; 
	border: 1px solid #eee;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	background-color:#FFFFFF;
}
.ul_prod > li:hover > a {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.ul_prod > li:hover .name_prod_h {color: #b1201d;}

.ul_prod_D{ text-align:center;}
.ul_prod_D > li {width: 32%; margin:1%; position:relative;}
.ul_prod_D > li .img_prod_h {height: 250px;}
.ul_prod_D2{ background-color:#FFFFFF; margin-left:10px;}
.ul_prod_D2 li{ float:none; clear:both; margin-left:20px; list-style:disc; margin-bottom:5px;}
.ul_prod_D2 li a{ color:#000000;}
.ul_prod_D2 li a:hover{color: #b1201d;}

.ul_prod_D .label_prod_h {
	color: #fff;
	line-height: 30px;
	background: rgba(224, 0, 34, 0.8);
	padding: 0 20px;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 1;
	-webkit-border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
}

.tool_prod_D i {margin-right: 4px;}

/************************************************************************************
CSS FOOTER
*************************************************************************************/

#footer {background: #373737; color:#FFFFFF;}
#footer a {color:#FFFFFF;}
#footer a:hover {text-decoration: underline; color:#F57601;}

.foot_3 {padding: 30px 0; overflow: hidden; padding-bottom:0px;}
.foot_3 a {color: #424242;}
.l_foot_3 {float: left; width: 30%;}
.r_foot_3 {float: right; width: 62%;}

.logo_foot {
	display: inline-block;
	max-width: 100%;
	width: 292px;
}

.foot_3_txt{ text-align:justify; margin-top:10px;}

.t_r_foot_3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	border-bottom: 1px solid #ccc;	
}
.t_r_foot_3 strong {padding: 28px 0 13px 0; position: relative; display: inline-block;}
.t_r_foot_3 strong::before {
	content: "";
	background: #F57601;
	position: absolute;
	bottom: -1px; left: 0; right: 0;
	height: 2px;
}
.ul_r_foot_3 {overflow: hidden; padding: 20px 0; line-height: 24px;}
.ul_r_foot_3 > li {float: left; width: 49%;}
.ul_r_foot_3 > li:nth-child(2n) {float: right;}
.ul_r_foot_3 > li:nth-child(2n+1) {clear: both;}
.ul_r_foot_3 > li strong {
	display: block;
	text-transform: uppercase;
}
.foot_hotline{ font-size:16px;}
.foot_hotline a{ font-size:16px;}

.foot_social{ text-align:left;}
.foot_social a{ font-size:18px; margin-right:20px;}
.foot_social a:hover{ text-decoration:none !important;}
.foot_social p{ margin-top:10px;}

.foot_4 {color: #fff; background: #222222; padding: 10px 0;}
.foot_4 a {color: #fff;}
.foot_4 .min_wrap {overflow: hidden;}
.foot_4 p {float: right; padding: 0;}

/************************************** END FOOTER **************************************/

.f-detail {line-height: 1.5; text-align:justify;}
.f-detail img, .f-detail div, .f-detail table, .f-detail h1, .f-detail h2, .f-detail h3, .f-detail h4, .f-detail h5, .f-detail h6, .f-detail p, .f-detail strong, .f-ndct em{max-width: 100% !important;}
.f-detail img {padding: 5px 0; max-width: 100% !important; height: auto !important;}
.f-detail a {color: #b1201d;}
.f-detail a:hover {text-decoration: underline;}

.f-detail ul, .f-detail ol {margin: 10px 0;}

.f-detail ul li {list-style: disc; margin-left: 20px;}
.f-detail ol li {list-style: decimal; margin-left: 20px;}

.tag {padding: 15px 0 0 0; font-size: 11px; overflow: hidden; font-family: Arial; line-height: 18px;}
.tag span {
	color: #939393; 
	padding: 2px 5px 2px 23px; 
	background: #F1F1F1 url(../imgs/layout/icontag.png) no-repeat 5px 5px; 
	display: block; 
	float: left;
	margin: 0 3px 3px 0;
}
.tag a {
	padding: 2px 5px; 
	color: #656565; 
	background: #F1F1F1; 
	display: block; 
	float: left;
	margin: 0 3px 3px 0;
}
.tag a:hover {background: #E2E2E2;}

.back-to-top {
	cursor: pointer;
	background: url(../imgs/layout/back-to-top.png) no-repeat;
	width: 30px; height: 30px;
	position: fixed;
	bottom: 10px; right: 10px;
	display: none;
	z-index: 10;
}

.error-sty {color: #f70000; font-weight: 400; padding: 5px 0px; font-size: 11px;}

a, a:hover {}
a[href^="tel:"], a[href^="mailto:"] {color: #F57601;}

.clear {clear:both; height: 0; float: none;}

.box-sizing-fix {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.img_object_fit {
	object-fit: cover;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	-ms-object-fit: cover;	
}

::-webkit-input-placeholder {opacity: 1;}
::-moz-placeholder {opacity: 1;}
:-ms-input-placeholder {opacity: 1;}
:-moz-placeholder {opacity: 1;}

.sty_slec {
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.sty_slec::-ms-expand {display: none;}

.sty_transition {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
	display: block;
}

select option {font-size: 12px; padding: 0px 5px;}

input, textarea, select {
	font-family: Arial,sans-serif,Helvetica;
	font-size: 12px;
	font-weight: 400;
	vertical-align: middle;
}

.vote_radio input {position: relative; top: -2px; cursor: pointer;}
.vote_radio label {cursor: pointer;}

.page {font-size: 12px; margin: 20px 0 0 0; font-family: Arial; line-height: 18px; text-align: center;}
.PageNum a {
	display: inline-block;
	color: #444;
	padding: 3px 10px;
	background:#FFFFFF;
	border: 1px solid #f8f8f8;
	margin: 0px 3px 5px 0px;
}
.PageNum a:hover {color: #fff; background: #E00022; border: 1px solid #E00022;}
.PageNum span {
	font-weight: bold;
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	background: #E00022;
	margin: 0px 3px 5px 0px;
	border: 1px solid #E00022;
}
/************************************************************************************
MENU MOBILE
*************************************************************************************/

.icon_menu_mobile {
	visibility: hidden;
	width: 35px; height: 35px;
	background: url(../imgs/layout/menu_mobile.png) no-repeat center;
	position: absolute;
	top: 10px; right: 10px;
	z-index: 999;
	border:solid 1px #FFFFFF;
	cursor:pointer;
}
.icon_menu_mobile:focus {background-color: #F57601;}

.menu_mobile {
	visibility: hidden;
	background: #555555;
	width: 280px; height: 100%;
	overflow-y: scroll;
	position: absolute;
	top: 0; left: -280px;
	z-index: 9999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.close_menu_mobile {
	background: rgba(255,255,255,0); 
	position: fixed; 
	top: 0; right: 0; bottom: 0; left: 280px;
	cursor:pointer;
}
.ad_body {height: 100%; overflow-y: hidden;}
.ad_body .menu_mobile {left: 0;}
.ad_body #wrapper::after {
	content: "";
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 11;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.ul_ma_1 li {font-size: 12px; position: relative;}
.ul_ma_1 > li a {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; color: #fff; padding: 10px 38px 10px 15px;}
.ul_ma_1 > li > a {border-top: 1px solid #6c6c6c; border-bottom: 1px solid #454545; font-weight: bold;}
.ul_ma_1 > li > a:hover, .ul_ma_1 > li.active > a {background: #626262;}

.ul_ma_2 > li > a {background: #474747; border-left: 3px solid #DA8D3B; padding-left: 25px;}
.ul_ma_2 > li > a:hover {background: #5F5F5F;}
.ul_ma_2 > li + li {border-top: 1px solid #575757;}

.ul_ma_3 > li {border-top: 1px solid #575757;}
.ul_ma_3 > li > a {background: #474747; border-left: 3px solid #00b2f5; padding-left: 40px; padding-right: 15px;}
.ul_ma_3 > li > a:hover {background: #5F5F5F;}

.arrown_menu_accordion {
	background: url(../imgs/layout/arrown_menu_accordion.png) no-repeat center;
	width: 38px; height: 38px;
	position: absolute;
	top: 1px; right: 0;
	cursor: pointer;
}
.hotline_fixed{ display:none;}
.vd_sb{ margin-top:20px;}

.f_prod{margin-bottom:20px}.f_prod_1{width:500px;float:left;margin-right:15px}
.f_prod_2{overflow:hidden}
#gallery-2{width:100%;height:315px}
#gallery-2 .rsNav{background:#eee}
#gallery-2 .rsOverflow{border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#gallery-2 .rsOverflow,#gallery-2 .rsSlide{background:#fff}
#gallery-2 .rsThumb{border:2px solid #fff;width:50px;height:50px;overflow:hidden}
#gallery-2 .rsThumb.rsNavSelected{border-color:#f97f08}
#gallery-2 .rsThumb img{object-fit:cover;-moz-object-fit:cover;-webkit-object-fit:cover;-o-object-fit:cover;-ms-object-fit:cover}#gallery-2 .rsThumbsArrow{top:10px;bottom:10px;height:auto;background:rgba(0,0,0,0.5)}
.rsFullscreen,.rsFullscreen .rsNav,.rsFullscreen .rsOverflow,.rsFullscreen .rsSlide{background:#000!important;border:0!important}.ul_info_prod_D > li{border-bottom:1px dotted #e1e1e1;padding:10px 0;overflow:hidden}
.ul_info_prod_D > li:first-child{padding-top:0}
.ul_info_prod_D > li:last-child{border-bottom:0;}
.ul_info_prod_D > li > span{display:block}
.li_info_prod_D_1{width:90px;float:left;position:relative;margin-right:5px}
.li_info_prod_D_1::after{content:":";position:absolute;top:0;right:0}

@media only screen and (max-width: 1169px) and (min-width: 1025px) {	
	#header{ position:relative !important;}
	.min_wrap{ min-width:290px; width:auto;padding:0px 10px;}
	.banner{padding:20px 10px;}
	.search{ right:10px;}
	
	.intro_dv{ min-height:180px;}
	.intro_dv ul li{ min-height:180px;}
	
	.prod_sp_content ul{ text-align:center;}
	.prod_sp_content ul li{ margin:10px;}
	.ul_prod_D > li .img_prod_h{ height:200px;}
	
	.f_cont{ overflow:hidden; margin-top:10px; margin-bottom:10px;}
	.content{ width:68%; float:left; margin-right:0px;}
	.sidebar{ width:30%; float:right;}
	
	.f_prod_1{ width:50%}
}
@media only screen and (max-width: 1024px) and (min-width: 641px) {	
	#header{ position:relative !important;}
	.min_wrap{ min-width:290px; width:auto;padding:0px 10px;}
	.icon_menu_mobile {visibility: visible;}
	.tools_top_hot{ float:none; clear:both; width:inherit; margin-bottom:10px; margin-top:5px;}
	.tools_top ul li .fa{ margin-right:5px;}
	.tools_top ul{ float:none; clear:both; width:inherit; text-align:left;}
	.tools_top ul li{ margin:0px; padding:0px; margin-right:5px;}
	.tools_top ul li:last-child{ margin-right:0px;}
	
	.banner{ text-align:center; padding:10px 0px;}
	.nav_mn{  display:none;}
	.logo{ float:none; clear:both; margin-bottom:10px;}
	.search{ position:relative; top:0px; float:none; clear:both;}
	.ipt_s{ width:100%;}
	
	.swiper1 .swiper-slide {height: 150px;}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ display:none;}
	
	/*.intro_h{ margin-top:10px;}
	.in_intro_h{ padding-top:10px;}
	.in_intro_h ul li{padding:0px; margin:0px; padding-right:5px; margin-right:5px; margin-bottom:10px; border:none;}
	.in_intro_h ul li:last-child{ margin-right:0px; padding-right:0px;}*/
	
	.prod_spec{ padding:0px; margin-top:10px;}
	.title_h{ padding-top:20px;}
	.img_prod_h{ width:auto;}
	
	.prod_qc{ padding:10px 0px;}
	.ul_qc li:first-child{ width:auto; float:none; clear:both;}
	.ul_qc li:last-child{ width:auto; float:none; clear:both; margin-top:10px;}
	.ul_qc li img{ width:100%; height:auto;}
	
	.prod_sp{padding:10px 0px;}
	.prod_sp_menu ul{ text-align:center;}
	.prod_sp_menu ul li{ width:100%; text-align:center; margin-top:20px;}
	.prod_sp_menu ul li:first-child{ margin-top:0px;}
	
	.intro_h{ margin-top:10px; display:none;}
	.in_intro_h{ padding-top:10px;}
	.in_intro_h ul li{padding:0px; margin:0px; padding-right:5px; margin-right:5px; margin-bottom:10px; border:none;}
	.in_intro_h ul li:last-child{ margin-right:0px; padding-right:0px;}
	
	.prod_sp_content ul li{ width:31% !important; margin:10px;}
	.prod_sp_content ul li:nth-child(4n){ margin-right:10px;}
	.prod_sp_content ul li:nth-child(3n){ margin-right:0px;}
	.prod_sp_content ul li:nth-child(1n){ margin-right:10px;}
	.img_prod_h{ height:220px;}
	
	.news_h{padding:10px 0px;}
	.ul_news_h{ padding:0px; margin:0px;}
	.ul_news_h > li:nth-child(1){ position:relative; float:none; clear:both; width:100%; margin-bottom:10px;}
	.img_news_h_r{ width:30%; height:auto; margin-top:10px;}
	.img_news_h_l{ height:auto;}
	.ul_dm_bv > li figure{ max-width:320px;}
	
	.dt_h{padding:10px 0px;}
	.swiper3 .swiper-slide figure{ height:60px;}
	
	.l_foot_3{ float:none; clear:both; width:inherit; padding-top:10px;}
	.r_foot_3{ float:none; clear:both; width:inherit;}
	.ul_r_foot_3 > li:nth-child(2n+1){ width:100%; float:none; clear:both;}
	.ul_r_foot_3 > li:nth-child(2n){width:100%; float:none; clear:both;}
	
	.breacrum{ display:none;}
	.f_cont{margin-top:10px; margin-bottom:10px;}
	.des_catalogy_prod{ padding:10px;}
	.content{ width:inherit; float:none; clear:both; margin:0px; margin-top:10px; margin-bottom:20px;padding-top: 10px;}
	.sidebar{ width:inherit; float:none; clear:both; margin:0px;}
	
	.fc_1{ float:none; clear:both; width:inherit;}
	.fc_2{ float:none; clear:both; width:inherit;}
	
	.ul_prod_D{ text-align:center;}
	.ul_prod_D > li{ width:32% !important;}
	.ul_prod_D li:last-child{ margin-right:0px;}
	.ul_prod_D > li .img_prod_h{ height:150px;}
	.des_d{ text-align:justify;}
	.in_content{ padding:10px;}
	.ul_dm_bv > li figure{ float:none; clear:both; width:inherit; margin-right:0px;}
	.m_ul_dm_bv{ float:none; clear:both; margin-top:10px;}
	.m_ul_dm_bv p{ text-align:justify;}
	
	.f_prod_1{ width:50%}
}
@media only screen and (max-width: 640px) and (min-width: 560px) {
	#header{ position:relative !important;}
	.min_wrap{ min-width:290px; width:auto;padding:0px 10px;}
	.icon_menu_mobile {visibility: visible;}
	.tools_top_hot{ float:none; clear:both; width:inherit; margin-bottom:10px; margin-top:5px;}
	.tools_top ul li .fa{ margin-right:5px;}
	.tools_top ul{ float:none; clear:both; width:inherit; text-align:left;}
	.tools_top ul li{ margin:0px; padding:0px; margin-right:5px;}
	.tools_top ul li:last-child{ margin-right:0px;}
	
	.banner{ text-align:center; padding:10px 0px;}
	.nav_mn{  display:none;}
	.logo{ float:none; clear:both; margin-bottom:10px;}
	.search{ position:relative; top:0px; float:none; clear:both;}
	.ipt_s{ width:100%;}
	
	.swiper1 .swiper-slide {height: 150px;}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ display:none;}
	
	.intro_h{ margin-top:10px; display:none;}
	.in_intro_h{ padding-top:10px;}
	.in_intro_h ul li{padding:0px; margin:0px; padding-right:5px; margin-right:5px; margin-bottom:10px; border:none;}
	.in_intro_h ul li:last-child{ margin-right:0px; padding-right:0px;}
	
	.prod_spec{ padding:0px; margin-top:10px;}
	.title_h{ padding-top:20px;}
	.img_prod_h{ width:auto;}
	
	.prod_qc{ padding:10px 0px;}
	.ul_qc li:first-child{ width:auto; float:none; clear:both;}
	.ul_qc li:last-child{ width:auto; float:none; clear:both; margin-top:10px;}
	.ul_qc li img{ width:100%; height:auto;}
	
	.prod_sp{padding:10px 0px;}
	.prod_sp_menu ul{ text-align:center;}
	.prod_sp_menu ul li{ width:100%; text-align:center; margin-top:20px;}
	.prod_sp_menu ul li:first-child{ margin-top:0px;}
	
	.prod_sp_content ul li{ width:48% !important;}
	.prod_sp_content ul li:nth-child(4n){ margin-right:0px;}
	.prod_sp_content ul li:nth-child(2n){ margin-right:0px;}
	.img_prod_h{ height:250px;}
	
	.news_h{padding:10px 0px;}
	.ul_news_h{ padding:0px; margin:0px;}
	.ul_news_h > li:nth-child(1){ position:relative; float:none; clear:both; width:100%; margin-bottom:10px;}
	.img_news_h_r{ width:30%; height:auto; margin-top:10px;}
	.img_news_h_l{ height:auto;}
	.ul_dm_bv > li figure{ max-width:320px;}
	
	.dt_h{padding:10px 0px;}
	.swiper3 .swiper-slide figure{ height:60px;}
	
	.l_foot_3{ float:none; clear:both; width:inherit; padding-top:10px;}
	.r_foot_3{ float:none; clear:both; width:inherit;}
	.ul_r_foot_3 > li:nth-child(2n+1){ width:100%; float:none; clear:both;}
	.ul_r_foot_3 > li:nth-child(2n){width:100%; float:none; clear:both;}
	
	.breacrum{ display:none;}
	.f_cont{margin-top:10px; margin-bottom:10px;}
	.des_catalogy_prod{ padding:10px;}
	.content{ width:inherit; float:none; clear:both; margin:0px; margin-top:10px; margin-bottom:20px;padding-top: 10px;}
	.sidebar{ width:inherit; float:none; clear:both; margin:0px;}
	
	.fc_1{ float:none; clear:both; width:inherit;}
	.fc_2{ float:none; clear:both; width:inherit;}
	
	.ul_prod_D{ text-align:center;}
	.ul_prod_D > li{ width:32% !important;}
	.ul_prod_D li:last-child{ margin-right:0px;}
	.ul_prod_D > li .img_prod_h{ height:150px;}
	.des_d{ text-align:justify;}
	.in_content{ padding:10px;}
	.ul_dm_bv > li figure{ float:none; clear:both; width:inherit; margin-right:0px;}
	.m_ul_dm_bv{ float:none; clear:both; margin-top:10px;}
	.m_ul_dm_bv p{ text-align:justify;}
	
	.f_prod_1{ width:100%; float:none; clear:both;}
	.f_prod_2{ width:100%; float:none; clear:both;}
	#gallery-2{ height:280px;}
	
}
@media only screen and (max-width: 559px) and (min-width: 480px) {
	#header{ position:relative !important;}
	.min_wrap{ min-width:290px; width:auto;padding:0px 10px;}
	.icon_menu_mobile {visibility: visible;}
	.tools_top_hot{ float:none; clear:both; width:inherit; margin-bottom:10px; margin-top:5px;}
	.tools_top ul li .fa{ margin-right:5px;}
	.tools_top ul{ float:none; clear:both; width:inherit; text-align:left;}
	.tools_top ul li{ margin:0px; padding:0px; margin-right:5px;}
	.tools_top ul li:last-child{ margin-right:0px;}
	
	.banner{ text-align:center; padding:10px 0px;}
	.nav_mn{  display:none;}
	.logo{ float:none; clear:both; margin-bottom:10px;}
	.search{ position:relative; top:0px; float:none; clear:both;}
	.ipt_s{ width:100%;}
	
	.swiper1 .swiper-slide {height: 150px;}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ display:none;}
	
	/*.intro_h{ margin-top:10px; margin-bottom:10px;}
	.in_intro_h{ border:none; padding:0px;}
	.in_intro_h ul li{ width:100%; margin:0px; padding:10px 0px; border:solid 1px #DFDFDF; border-bottom:none;}
	.in_intro_h ul li:last-child{border:solid 1px #DFDFDF;}*/
	
	.intro_h{ margin-top:10px; display:none;}
	.in_intro_h{ padding-top:10px;}
	.in_intro_h ul li{padding:0px; margin:0px; padding-right:5px; margin-right:5px; margin-bottom:10px; border:none;}
	.in_intro_h ul li:last-child{ margin-right:0px; padding-right:0px;}
	
	.prod_spec{ padding:0px; margin-top:10px;}
	.title_h{ padding-top:20px;}
	.img_prod_h{ width:auto;}
	
	.prod_qc{ padding:10px 0px;}
	.ul_qc li:first-child{ width:auto; float:none; clear:both;}
	.ul_qc li:last-child{ width:auto; float:none; clear:both; margin-top:10px;}
	.ul_qc li img{ width:100%; height:auto;}
	
	.prod_sp{padding:10px 0px;}
	.prod_sp_menu ul{ text-align:center;}
	.prod_sp_menu ul li{ width:100%; text-align:center; margin-top:20px;}
	.prod_sp_menu ul li:first-child{ margin-top:0px;}
	
	.prod_sp_content ul li{ width:48% !important;}
	.prod_sp_content ul li:nth-child(4n){ margin-right:0px;}
	.prod_sp_content ul li:nth-child(2n){ margin-right:0px;}
	.img_prod_h{ height:150px;}
	
	.news_h{padding:10px 0px;}
	.ul_news_h{ padding:0px; margin:0px;}
	.ul_news_h > li:nth-child(1){ position:relative; float:none; clear:both; width:100%; margin-bottom:10px;}
	.img_news_h_r{ width:30%; height:auto; margin-top:10px;}
	.img_news_h_l{ height:auto;}
	
	.dt_h{padding:10px 0px;}
	.swiper3 .swiper-slide figure{ height:60px;}
	
	.l_foot_3{ float:none; clear:both; width:inherit; padding-top:10px;}
	.r_foot_3{ float:none; clear:both; width:inherit;}
	.ul_r_foot_3 > li:nth-child(2n+1){ width:100%; float:none; clear:both;}
	.ul_r_foot_3 > li:nth-child(2n){width:100%; float:none; clear:both;}
	
	.breacrum{ display:none;}
	.f_cont{margin-top:10px; margin-bottom:10px;}
	.des_catalogy_prod{ padding:10px;}
	.content{ width:inherit; float:none; clear:both; margin:0px; margin-top:10px; margin-bottom:20px;padding-top: 10px;}
	.sidebar{ width:inherit; float:none; clear:both; margin:0px;}
	
	.fc_1{ float:none; clear:both; width:inherit;}
	.fc_2{ float:none; clear:both; width:inherit;}
	
	.ul_prod_D{ text-align:center;}
	.ul_prod_D > li{ width:46% !important;}
	.ul_prod_D li:nth-child(2n){ margin-right:0px;}
	.ul_prod_D > li .img_prod_h{ height:150px;}
	.des_d{ text-align:justify;}
	.in_content{ padding:10px;}
	.ul_dm_bv > li figure{ float:none; clear:both; width:inherit; margin-right:0px;}
	.m_ul_dm_bv{ float:none; clear:both; margin-top:10px;}
	.m_ul_dm_bv p{ text-align:justify;}
	
	.f_prod_1{ width:100%; float:none; clear:both;}
	.f_prod_2{ width:100%; float:none; clear:both;}
	#gallery-2{ height:250px;}
	
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
	#header{ position:relative !important;}
	.min_wrap{ min-width:290px; width:auto;padding:0px 10px;}
	.icon_menu_mobile {visibility: visible;}
	.tools_top_hot{ float:none; clear:both; width:inherit; margin-bottom:10px; margin-top:5px;}
	.tools_top ul li .fa{ margin-right:5px;}
	.tools_top ul{ float:none; clear:both; width:inherit; text-align:left;}
	.tools_top ul li{ margin:0px; padding:0px; margin-right:5px;}
	.tools_top ul li:last-child{ margin-right:0px;}
	
	.banner{ text-align:center; padding:10px 0px;}
	.nav_mn{  display:none;}
	.logo{ float:none; clear:both; margin-bottom:10px;}
	.search{ position:relative; top:0px; float:none; clear:both;}
	.ipt_s{ width:100%;}
	
	.swiper1 .swiper-slide {height: 150px;}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ display:none;}
	
	.intro_h{ margin-top:10px; margin-bottom:10px; display:none;}
	.in_intro_h{ border:none; padding:0px;}
	.in_intro_h ul li{ width:100%; margin:0px; padding:10px 0px; border:solid 1px #DFDFDF; border-bottom:none;}
	.in_intro_h ul li:last-child{border:solid 1px #DFDFDF;}
	
	.prod_spec{ padding:0px; margin-top:10px;}
	.title_h{ padding-top:20px;}
	.img_prod_h{ width:auto; height:150px;}
	
	.prod_qc{ padding:10px 0px;}
	.ul_qc li:first-child{ width:auto; float:none; clear:both;}
	.ul_qc li:last-child{ width:auto; float:none; clear:both; margin-top:10px;}
	.ul_qc li img{ width:100%; height:auto;}
	
	.prod_sp{padding:10px 0px;}
	.prod_sp_menu ul{ text-align:center;}
	.prod_sp_menu ul li{ width:100%; text-align:center; margin-top:20px;}
	.prod_sp_menu ul li:first-child{ margin-top:0px;}
	
	.prod_sp_content ul li{ width:48% !important; margin:0px; margin-bottom:10px;}
	.prod_sp_content ul li:nth-child(4n){ margin-right:0px;}
	.prod_sp_content ul li:nth-child(1n+1){ margin-right:5px;}
	.prod_sp_content ul li .name_prod_h{ min-height:50px;}
	
	.news_h{padding:10px 0px;}
	.ul_news_h{ padding:0px; margin:0px;}
	.ul_news_h > li:nth-child(1){ position:relative; float:none; clear:both; width:100%; margin-bottom:10px;}
	.img_news_h_r{ width:30%; margin-top:10px;}
	.img_news_h_l{ height:auto;}
	
	.dt_h{padding:10px 0px;}
	.swiper3 .swiper-slide figure{ height:60px;}
	
	.l_foot_3{ float:none; clear:both; width:inherit; padding-top:10px;}
	.r_foot_3{ float:none; clear:both; width:inherit;}
	.ul_r_foot_3 > li:nth-child(2n+1){ width:100%; float:none; clear:both;}
	.ul_r_foot_3 > li:nth-child(2n){width:100%; float:none; clear:both;}
	
	.breacrum{ display:none;}
	.f_cont{margin-top:10px; margin-bottom:10px;}
	.des_catalogy_prod{ padding:10px;}
	.content{ width:inherit; float:none; clear:both; margin:0px; margin-top:10px; margin-bottom:20px;padding-top: 10px;}
	.sidebar{ width:inherit; float:none; clear:both; margin:0px;}
	
	.fc_1{ float:none; clear:both; width:inherit;}
	.fc_2{ float:none; clear:both; width:inherit;}
	
	.ul_prod_D > li{float:none; clear:both; width:inherit; margin-right:0px;}
	.des_d{ text-align:justify;}
	.in_content{ padding:10px;}
	.ul_dm_bv > li figure{ float:none; clear:both; width:inherit; margin-right:0px;}
	.m_ul_dm_bv{ float:none; clear:both; margin-top:10px;}
	.m_ul_dm_bv p{ text-align:justify;}
	
	.f_prod_1{ width:100%; float:none; clear:both;}
	.f_prod_2{ width:100%; float:none; clear:both;}
	#gallery-2{ height:200px;}
}