@charset "utf-8";
/* CSS Document */
body, button, input, select, textarea {
	background: none repeat scroll 0 0 #fff;
	color: #5f5f5f;
	font: 14px/1 "Arial", "微软雅黑";
	margin: 0;
	padding: 0;
	overflow: hidden;
}
body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	cursor: pointer !important;
}
body, html {
	scroll-behavior: smooth;
}
 input::input-placeholder {
/* WebKit browsers */
color: #fff !important;
}
input::-webkit-input-placeholder {
/* WebKit browsers */
color: #fff !important;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #fff !important;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #fff !important;
}
input::-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #fff !important;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
	text-decoration: none;
	height: auto;
	padding: 0;
	margin: 0;
}
address, cite, dfn, em, var {
	font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
	font-size: 14px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}
q:before, q:after {
	content: '';
}
p {
	margin: 0;
	padding: 0;
}
/* 重置表单元素 */
legend {
	color: #5f5f5f;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
	font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
/* 重置 hr */
hr {
	border: none;
	height: 1px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
:hover {
	text-decoration: none !important;
}
html {
	overflow-y: scroll;
}
:link {
	text-decoration: none;
	color: #5f5f5f;
}
:visited {
	text-decoration: none;
	color: #5f5f5f;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
[data-mfp-src], .btn-img-popup {
 cursor: -webkit-zoom-in;
 cursor: zoom-in;
}
/*======================公用样式=======================*/
.wrap {
	width: 100%;
}
nav {
	position: relative;
	z-index: 999;
	background-color: transparent !important;
	border-color: transparent !important;
}
nav .navbar-nav {
	float: right;
	padding-top: 30px;
}
.menu a {
	color: #ffffff!important;
}
.menu .navbar-nav > .active > a, .menu .navbar-nav > .active > a:hover, .menu .navbar-nav > .active > a:focus {
	background-color: transparent!important;
	color: #da0006!important;
}
.menu .navbar-nav > .open > a, .menu .navbar-nav > .open > a:hover, .menu .navbar-nav > .open > a:focus {
	background-color: transparent!important;
	color: #353535!important;
	border-bottom: 4px solid #e30000;
}
.menu .dropdown-menu {
	background-color: #bc0a08 !important;
	z-index: 9999;
}
.menu .dropdown-menu a {
	z-index: 9999;
	position: relative;
}
.menu .dropdown-menu > li > a:hover, .menu .dropdown-menu > li > a:focus {
	background-color: #000;
}
.menu .nav > li > a {
	padding-left: 0;
	padding-right: 0;
	margin: 0 15px;
	font-size: 16px;
	color: #353535!important;
}
#ban-wrap {
	width: 100%;
	height: auto;
	display: none;
}
.logo h1 {
	font-size: 48px;
	margin: 0;
	line-height: 1;
}
.logo a {
	padding: 0;
}
.logo a:hover {
	background: none !important;
	opacity: 0.8;
}
.wrap .navbar-toggle {
	margin-top: 20px;
}
.wrap .navbar {
	margin-bottom: 0;
}
.carousel-indicators .active {
	background-color: #e30000;
}
.carousel-indicators li {
	border: 1px solid #e30000;
	;
}
/*首页*/
.index-s {
	width: 100%;
	overflow: hidden;
	background: #b30d0e;
}
.index-s .tel {
}
.index-s .tel img {
	width: 100%;
}
.search_info {
	width: 384px;
	height: 52px;
	background: url(../images/search.jpg) no-repeat;
	float: right;
}
.search_info_txt {
	display: inline;
	float: left;
	height: 52px;
	width: 342px;
}
.search_info_txt_css {
	background-color: transparent;
	border-color: -moz-use-text-color;
	border-style: none;
	border-width: 0;
	float: left;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	width: 342px;
	color: #fff;
	text-indent: 20px;
}
.search_info_btn {
	float: right;
	width: 42px;
	height: 52px;
}
.search_info_btn_css {
	background: transparent;
	border-color: -moz-use-text-color;
	border-style: none;
	border-width: 0;
	float: left;
	width: 42px;
	height: 52px;
	overflow: hidden;
	cursor: pointer;
}
.index-tit {
	text-align: center;
}
.index-tit .t-1 {
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
}
.index-tit .t-1 img {
	margin-top: -32px;
}
.index-tit .t-2 {
	margin-top: 8px;
	height: 19px;
	font-size: 12px;
	color: #959595;
}
.index-tit .t-3 {
	font-size: 15px;
	color: #959595;
}
.hot-pro {
	padding: 64px 0;
}
.hot-pro-con {
}
.tuij-pro {
	padding: 64px 0;
}
.tuij-pro-con {
}
/* scrollpic */
.scrollpic {
	margin: 20px auto;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 280px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 7px;
	overflow: hidden;
	width: 302px;
	height: 240px;
	border: 1px solid #d7d7d7;
}
#myscroll ul li img {
	display: block;
	/* margin: 4px 4px 0; */
}
#myscroll ul li:hover {
	border: 1px solid #b30d0e;
	background: #b30d0e;
}
#myscroll ul li:hover .intro span {
	color: #fff;
}
#myscroll ul li:hover .intro em {
	color: #fff;
}
#myscroll ul li a {
	display: block;
	color: #333;
}
#myscroll a .intro {
	padding: 5px 10px;
	text-align: center;
}
#myscroll a .intro span {
	line-height: 24px;
	font-size: 16px;
	display: block;
	color: #424242;
}
#myscroll a .intro em {
	line-height: 23px;
	font-size: 12px;
	display: block;
	color: #939393;
}
#mybtns {
	width: 100%;
	display: block;
	height: 42px;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 1px;
	background-color: #c1c1c1;
	text-decoration: none;
}
#mybtns a:hover {
	background-color: #d7000f;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns i {
	line-height: 42px;
	font-size: 28px;
	text-align: center;
	display: block;
	color: #fff;
}
#mybtns #right {
	float: right;
}
 @media(max-width:1309px) {
.scrollpic {
	max-width: 1048px;
	width: 100%;
}
#myscroll {
	width: 1048px;
}
}
@media(max-width:1047px) {
.scrollpic {
	max-width: 786px;
	width: 100%;
}
#myscroll {
	width: 786px;
}
}
@media(max-width:767px) {
.scrollpic {
	max-width: 524px;
	width: 100%;
}
#myscroll {
	width: 524px;
}
}
@media(max-width:523px) {
.scrollpic {
	max-width: 310px;
	width: 100%;
}
#myscroll {
	width: 310px;
}
}
/* scrollpic */
.myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 320px;
	overflow: hidden;
}
.myscroll .myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
.myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 8px;
	overflow: hidden;
	width: 300px;
	height: 280px;
	border: 1px solid #d7d7d7;
}
.myscroll ul li img {
	display: block;
}
.myscroll ul li:hover {
	border: 1px solid #b30d0e;
	background: #b30d0e;
}
.myscroll ul li:hover .intro span a{
	color: #fff;
}
.myscroll ul li:hover .intro em {
	color: #fff;
}
.myscroll ul li a {
	display: block;
	color: #333;
}
.myscroll .intro {
	padding: 5px;
	text-align: center;
}
.myscroll .intro span {
	line-height: 24px;
	font-size: 16px;
	display: block;
	color: #424242;
}
.myscroll .intro em {
	line-height: 22px;
	font-size: 12px;
	display: block;
	color: #999;
}
.mybtns {
	width: 100%;
	display: block;
	height: 42px;
}
.mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 1px;
	background-color: #c1c1c1;
	text-decoration: none;
}
.mybtns a:hover {
	background-color: #d7000f;
}
.mybtns a:hover, .myscroll, .mybtns a, .myscroll a:hover .intro, .myscroll a .intro, .myscroll .myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mybtns i {
	line-height: 42px;
	font-size: 28px;
	text-align: center;
	display: block;
	color: #fff;
}
.mybtns .right {
	float: right;
}
 @media(max-width:1309px) {
.scrollpic {
	max-width: 1048px;
	width: 100%;
}
.myscroll {
	width: 1048px;
}
}
@media(max-width:1047px) {
.scrollpic {
	max-width: 786px;
	width: 100%;
}
.myscroll {
	width: 786px;
}
}
@media(max-width:767px) {
.scrollpic {
	max-width: 524px;
	width: 100%;
}
.myscroll {
	width: 524px;
}
}
@media(max-width:523px) {
.scrollpic {
	max-width: 310px;
	width: 100%;
}
.myscroll {
	width: 310px;
}
}
.index_box {
	width: 100%;
	overflow: hidden;
	background: url("../images/index_about_bg.jpg") no-repeat center;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.index-about {
	padding: 116px 0;
	overflow: hidden;
}
.index-about .con {
	padding: 0 70px;
	text-align: center;
	color: #fff;
}
.index-about .con .tit {
	font-size: 36px;
	height: 108px;
}
.index-about .con .txt {
	line-height: 30px;
	margin-bottom: 85px;
}
.i_fw_list {
	width: 684px;
	margin: 0 auto;
}
.i_fw_list li {
	float: left;
	width: 228px;
}
.i_fw_list li .ico_c {
	width: 114px;
	height: 114px;
	margin: 0 auto;
}
.i_fw_list li .ico_c .ico {
	width: 114px;
	height: 114px;
}
.i_fw_list li .ico_c .ico1 {
	background: url(../images/a-b-1.png) center no-repeat;
}
.i_fw_list li .ico_c .ico2 {
	background: url(../images/a-b-2.png) center no-repeat;
}
.i_fw_list li .ico_c .ico3 {
	background: url(../images/a-b-3.png) center no-repeat;
}
.i_fw_list li .txt {
	color: #fff;
	line-height: 25px;
	padding-top: 20px;
	text-align: center;
}
.i_fw_list li:hover .ico_c .ico1 {
	background: url(../images/a-b-1a.png) center no-repeat;
}
.i_fw_list li:hover .ico_c .ico2 {
	background: url(../images/a-b-2a.png) center no-repeat;
}
.i_fw_list li:hover .ico_c .ico3 {
	background: url(../images/a-b-3a.png) center no-repeat;
}
.index-sheb {
}
.index-sheb-con {
	width: 100%;
	margin-top: 84px;
	background: #b30d0e;
}
.index-sheb-con .pic {
	position: relative;
}
.index-sheb-con .pic img {
	width: 100%;
	position: absolute;
	top: -48px;
	left: 0;
	z-index: 999;
}
.index-sheb-con .txt {
	padding: 50px 0;
	;
}
.index-sheb-con .txt-t {
	line-height: 24px;
	color: #fff;
}
.index-sheb-con .txt-more {
	margin-top: 35px;
	width: 137px;
	line-height: 40px;
	background: #1b1612;
	text-align: center;
}
.index-sheb-con .txt-more a {
	color: #fff;
}
.index-news {
	padding: 70px 0;
}
.index-news-con {
	margin-top: 59px;
}
.index-news-con .top-news {
	margin-bottom: 28px;
}
.index-news-con .top-news img {
	width: 100%;
	border: 1px solid #d9d9d9;
}
.index-news-con .top-news .con {
	border: 1px solid #d9d9d9;
	padding: 20px 20px 20px 40px;
	position: relative;
	float: right;
}
.index-news-con .top-news .con .time {
	width: 77px;
	height: 104px;
	background: #b30d0e;
	position: absolute;
	top: 99px;
	left: -46px;
	text-align: center;
}
.index-news-con .top-news .con .time span {
	display: block;
	margin-top: 20px;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	height: 54px;
}

.index-news-con .top-news .con .time em {
	display: block;
	font-weight: bold;
	color: #fff;
}
.index-news-con .top-news .con .t-1 {
	height: 35px;
	font-size: 18px;
	font-weight: bold;
}
.index-news-con .top-news .con .t-1 a {
	color: #000;
}
.index-news-con .top-news .con .t-2 {
	height: 29px;
	font-size: 14px;
	color: #131313;
}
.index-news-con .top-news .con .t-3 {
	line-height: 24px;
}
.index-news-con .list-news {
	margin-bottom: 35px;
}
.index-news-con .list-news .con {
	border: 1px solid #d9d9d9;
	padding: 20px 20px 20px 110px;
	position: relative;
	float: right;
	margin-bottom: 20px;
}
.index-news-con .list-news .con .time {
	width: 75px;
	height: 75px;
	background: #b30d0e;
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: center;
}
.index-news-con .list-news .con .time span {
	display: block;
	margin-top: 13px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	height: 35px;
}
.index-news-con .list-news .con .time em {
	display: block;
	font-weight: bold;
	color: #fff;
}
.index-news-con .list-news .con .t-1 {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
}
.index-news-con .list-news .con .t-1 a {
	color: #000;
}
.index-news-con .list-news .con .t-2 {
	line-height: 24px;
}
.index-news-con .swiper-pagination-bullet-active {
	background: #b30d0e;
}
.index-news-con .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}
/*底部*/
.foot {
	width: 100%;
	overflow: hidden;
	background: #2e2e2e;
}
.foot-menu {
	width: 100%;
	height: 61px;
	border-bottom: 1px solid #404040;
}
.foot-menu li {
	float: left;
	padding: 0 55px;
	line-height: 61px;
	font-size: 16px;
}
.foot-menu li a {
	color: #fff;
}
.foot-con {
	padding: 50px 0;
	color: #adadad;
}
.hot-tel {
	width: 100%;
	overflow: hidden;
}
.hot-tel img {
	float: left;
}
.hot-tel .hot-tel-fr {
	float: left;
	margin-left: 10px;
}
.hot-tel .hot-tel-fr span {
	font-size: 16px;
	display: block;
	height: 20px;
}
.hot-tel .hot-tel-fr em {
	font-size: 20px;
	display: block;
}
.foot-lx {
	line-height: 30px;
}
.foot-cat {
}
.foot-cat li {
	width: 195px;
	line-height: 30px;
	float: left;
}
.foot-cat li a {
	color: #adadad;
}
.foot-logo {
	float: right;
}
.foot-key,.foot-key a {
    width: 100%;
    color: #888;
    text-align: center;
    line-height: 25px;
}
.foot-link{
    width: 100%;
    color: #888;
    text-align: center;
    line-height: 25px;
}
.foot-copy {
	width: 100%;
	background: #1d1d1d;
	color: #5e5e5e;
	text-align: center;
	line-height: 64px;
}
/*内页*/
.bg-img {
	background: no-repeat center center;
	background-size: cover;
}
.page-header-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 452px;
}
 @media only screen and (max-width: 767.98px) {
.page-header-content {
	height: 200px;
}
}
.page-header-content .h1 {
    color: #000;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
}
.page-header-content h1 {
	color: #000;
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 0;
}
 @media only screen and (max-width: 575.98px) {
.page-header-content .h1 {
        font-size: 28px;
        line-height: 1.4;
    } 
.page-header-content h1 {
	font-size: 28px;
	line-height: 1.4;
}
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 20px;
}
#breadcrumb {
	position: relative;
	color: #000;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
}
#breadcrumb a {
	color: #000;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	line-height: 1;
}
#breadcrumb a:hover {
	color: #db0303;
}
#breadcrumb .current:after {
	display: none;
}
#breadcrumb .current a {
	color: #db0303;
	pointer-events: none;
}
#breadcrumb .breadcrumb > .active {
	color: #000;
}
.pro-ban {
	background: url("../images/inner_pro_ban.jpg") no-repeat center;
}
.contact-ban {
	background: url("../images/inner_contact_ban.jpg") no-repeat center;
}
.about-ban {
	background: url("../images/inner_about_ban.jpg") no-repeat center;
}
.news-ban {
	background: url("../images/inner_news_ban.jpg") no-repeat center;
}
.inner {
	padding: 20px 0px;
}
.page_inner {
	padding-top: 0px;
}
.filters {
	text-align: center;
	background: url("../images/d1.png") repeat;
}
.filters .filter-tabs {
	position: relative;
	display: inline-block;
}
.filters li {
	position: relative;
	display: inline-block;
	line-height: 30px;
	padding: 10px 30px;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	top: 0;
	font-family: "Roboto", sans-serif;
}
.filters li:last-child {
	margin-right: 0;
}
.filters .filter.active, .filters .filter:hover {
	background: #db0303;
	color: #fff;
}
.filters li a {
	color: #fff;
}
.lower-filter-row {
	margin-bottom: 15px;
}
.results-count {
	float: left;
	line-height: 28px;
	padding: 10px 0px;
	color: #000;
	font-weight: 500;
	font-size: 18px;
}
.lower-filter-row .dropdown {
	float: right;
	width: 150px;
	margin-bottom: 20px;
}
.lower-filter-row .btn {
	border: 1px solid #ccc;
	width: 150px;
	text-align: left;
}
.lower-filter-row .btn .caret {
	float: right;
	margin-top: 8px;
}
.lower-filter-row .open > .dropdown-menu {
	width: 200px;
}
/*index_product*/
.product {
}
.product-item {
	float: left;
	padding: 0;
	margin: 0 3px;
	margin-bottom: 50px;
	background: #ebebeb;
	overflow: hidden;
}
.product-item img {
	display: block;
	border: 3px solid #ebebeb;
	text-align: center;
	margin: auto;
}
.product-item img:hover {
	transform: scale(1.1);
	transition: transform 0.3s;
}
.product-item a {
	display: block;
	float: left;
	position: relative;
	color: #333;
}
.product-item a .intro {
	padding: 30px 18px;
}
.product-item a .intro span {
	line-height: 24px;
	display: block;
	color: #424242;
}
.product-item a .intro em {
	line-height: 23px;
	font-size: 12px;
	display: block;
	color: #939393;
}
.product-item:hover {
	background: #db0303;
	border: #ebebeb;
}
.product-item:hover .intro span, .product-item:hover .intro em {
	color: #fff;
}
.prod-details-info-content {
}
.prod-details-info-content p {
	line-height: 25px;
}
.pages {
	clear: both;
}
/*======================
Contact Page Style
========================*/
.contact-info-item {
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 60px 20px;
	margin-top: 30px;
	line-height: 20px;
}
.contact-info-item .con-info-icon {
	border: 1px solid #db0303;
	border-radius: 100px;
	color: #db0303;
	font-size: 35px;
	margin: 0 auto 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	line-height: 60px;
	height: 60px;
	width: 60px;
}
.contact-info-item .con-info-txt h4 {
	font-size: 18px;
	margin-top: -2px;
}
.contact-info-item:hover .con-info-icon {
	background-color: #db0303;
	color: #FFFFFF;
}
.contact-form-content span {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: -3px;
}
.input-item {
	margin-top: 30px;
}
.input-item input, .input-item textarea {
	border: 1px solid #e1e1e1;
	display: block;
	padding: 12px 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	width: 100%;
}
.input-item input:focus, .input-item textarea:focus {
	border-color: #eeb644;
}
.input-item .nice-select {
	border-color: #e1e1e1;
	height: 50px;
	padding-left: 15px;
	line-height: 50px;
}
.input-item .nice-select .list {
	max-height: 200px;
	overflow: auto;
}
.input-item .btn-brand {
	font-size: 14px;
	border-radius: 2px;
	margin-top: 10px;
	letter-spacing: 1.6px;
}
.input-item i.glyphicon-remove {
	color: red;
}
.input-item i.glyphicon-ok {
	color: #5cb85c;
}
.help-block {
	color: firebrick;
}
.contact-form-content {
	margin-top: 80px;
}



.contact-map {
	height: 500px;
}

.contact-map img {
	width: 100%;
}
@media only screen and (max-width: 767.98px) {
.contact-map {
	height: 300px;
}
}
.btn-brand {
	background-color: #db0303;
	border-color: #db0303;
	border-radius: 25px;
	color: #fff;
}
.btn-brand:hover {
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}
/*NEWS*/
.list-news {
}
.news-box {
	margin-bottom: 30px;
	padding: 25px;
	background: #f6f6f6;
}
.list-news .main {
}
.list-news .main .t-1 {
	height: 27px;
	line-height: 27px;
}
.list-news .main .t-1 .time {
	float: left;
	margin-right: 13px;
}
.list-news .main .tit {
	font-size: 16px;
	margin: 5px 0;
}
.list-news .main .tit a {
	font-size: 16px;
	color: #000;
	font-weight:bold;
	/*text-decoration: underline;*/
}
.list-news .main .txt {
	line-height: 28px;
}
.list-news .main .more {
	width: 123px;
	line-height: 35px;
	text-align: center;
	background: #da0006;
	margin-top: 30px;
}
.list-news .main .more a {
	color: #fff;
}
.news-img {
	width: 100%;
}
.news-info {
	width: 100%;
	overflow: hidden;
}
.news-info .rightwrap {
	width: 100%;
}
.news-info .title {
	 margin: 10px 0; 
	 color: #505050; 
	 font-size: 18px; 
	 line-height: 30px;
	 max-height: 60px; 
	 font-weight: bold; 
	 text-align: center;
}
.news-info .entry-meta {
	overflow: hidden;
	color: #888;
	line-height: 36px;
	font-size: 14px;
	padding: 5px 0; 
	background: #fff;
	text-align:center;
}
.news-info .contwrap {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #555;
}
.news-info .contwrap p{
	line-height: 30px;
    margin: 5px 0;
}
.news-info .contwrap p a{
	color: #da0006; 
}
.news-info .contwrap img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-info .rightwrap h2 {
	font-weight: bold;
	padding: 12px 14px;
	line-height: 23px;
	margin-bottom: 10px;
	background: #da0006;
	font-size: 16px;
	color: #fff;
}
.news-info .rightwrap ul {
	width: 94%;
	padding: 0 3%;
}
.news-info .rightwrap li {
	width: 100%;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px solid #dadada;
}
.news-info .rightwrap li:last-child {
	border-bottom: none;
}
.news-info .rightwrap li a {
	color: #333;
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
}
.news-info .rightwrap li a:hover {
	color: #da0006;
}
.news-info .rightwrap li .post-date {
	display: block;
	line-height: 21px;
	font-size: 13px;
	color: #555;
	margin-top: 1px;
}
.news-info .paging {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	width: 100%;
}
.news-info .paging .fl {
	font-size: 14px;
	line-height: 22px;
}
.news-info .paging a {
	color: #666;
}
.news-info .paging a:hover {
	color: #da0006;
}
.news-info .paging .return {
	border: 1px solid #ddd;
	display: block;
	height: 34px;
	line-height: 34px;
	margin-top: 10px;
	text-align: center;
	width: 100px;
	font-size: 14px;
}
.news-info .paging .return:hover {
	border: 1px solid #da0006;
	background-color: #da0006;
	color: #fff;
}
/*关于我们*/
.about {
	line-height: 25px;
}
.about-box-1 {
	margin: 20px 0;
}
.about-txt-1 {
	line-height: 25px;
	color: #5f5f5f;
	padding: 4px;
}
/*生产设备*/
.equipment_list .col-md-3 img {
	width: 100%;
}
.equipment_list .col-md-3 .title {
	text-align: center;
}
/*企业荣誉*/
.honor_list .col-md-3 img {
	width: 100%;
}
.honor_list .col-md-3 .title {
	text-align: center;
	line-height: 20px;
	height: 20px;
}
 @media(max-width:720px) {
.honor_list .col-md-3 .title {
	height: 40px;
}
}
/*检测设备*/

.test_list .col-md-4 img {
	width: 100%;
}
.test_list .col-md-4 .title {
	text-align: center;
	line-height: 25px;
}
.about-txt-1 p {
	margin-bottom: 20px;
}
.about-pic-1 {
	width: 100%;
}
.about-box-2 {
}
.about-box-tit {
	text-align: center;
	margin: 40px 0;
}
.about-box-tit h2 {
	font-size: 22px;
	line-height: 50px;
	text-align: left;
}
.about-box-tit span {
	display: block;
	height: 40px;
	font-size: 30px;
	color: #212121;
}
.about-box-tit em {

	display: block;
	height: 35px;
	font-size: 24px;
	color: #b7b7b7;
}
.about-box-tit .line {
	width: 95px;
	height: 3px;
	background: #e20104;
}
.about-txt-2 {
	margin-right: 35px;
	margin-top: 68px;
	line-height: 25px;
	color: #5f5f5f;
}
.about-txt-2 p {
	margin-bottom: 20px;
}
.about-box-2 img {
	width: 100%;
}
/*JOB*/
.joblist {
}
.jonav li {
	width: 25%;
}
.jot {
	background: #eee;
}
.jot span {
	display: block;
	width: 14%;
	float: left;
	line-height: 47px;
	height: 47px;
	overflow: hidden;
	font-size: 20px;
}
.jot span:first-child {
	padding-left: 4%;
	width: 26%;
}
.jod > span {
	background: #eee;
	color: #666;
	cursor: pointer;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.jotxs {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.jos {
	display: none;
	padding-right: 1px;
}
.jos .bodr {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 30px 5% 30px 5%;
	border-top: 0;
	line-height: 30px;
}
.jos .bodr span {
	display: block;
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
}
.jotxs .line {
	background: #e20104;
	display: block;
	position: absolute;
}
.jotxs .line_1 {
	width: 21px;
	height: 1px;
	top: 23px;
	left: 15px;
}
.jotxs .line_2 {
	width: 1px;
	height: 21px;
	top: 13px;
	left: 25px;
}
.jotxs .arrow {
	width: 55px;
	height: 47px;
	position: absolute;
	top: 0;
	right: 0;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.jotxs:hover .jod > span, .jotxs.act .jod > span {
	color: #db0303;
}
.jotxs.act .arrow {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.jo2 {
}
.jos a {
	color: #0668b2
}
select.selbox {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0px;
	outline: none;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "microsoft yahei";
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding-left: 14px;
	border: 1px solid #ddd;
	color: #666
}
.no-csstransitions select.selbox {
	padding-left: 0;
	background-image: none;
}
select.selbox option {
	padding: 2px 12px;
}
select.selbox:hover {
	color: #323232;
}
.jobview {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.jobview .list {
	margin-top: 30px;
}
.jobview .list dd {
	width: 48.5%;
	display: block;
	margin-bottom: 20px;
	margin-right: 3%;
	float: left
}
.jobview .list dt {
	width: 100%;
	display: block;
}
.jobview .list dd:nth-child(2n+2) {
	margin-right: 0
}
.jobview .list .txt {
	background-color: #fff;
	border: 0px none;
	padding: 10px 12px;
	box-sizing: border-box;
	width: 100%;
	font: 14px/1.8 "microsoft yahei";
	border: 1px solid #ddd;
	color: #999
}
.jobview .list .txt2 {
	height: 200px;
	margin-bottom: 0px;
}
.jobview .list .btn {
	text-align: center;
	margin: 20px auto;
}
.jobview .list .fromBtn {
	display: inline-block;
	width: 100%;
	max-width: 150px;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #0769b2;
	border: 0px;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer
}
.jobview .list .fromBtn:hover {
	background-color: #045b9c;
}
/*--------------------------------
Magnific JS Customization
----------------------------------*/
.ht-mfp {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.ht-mfp.mfp-bg {
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.ht-mfp .mfp-content {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
 @media only screen and (min-width: 1200px) {
.ht-mfp .mfp-content {
	max-width: 70%;
}
}
.ht-mfp .mfp-content .mfp-close {
	display: none;
}
.ht-mfp .mfp-close {
	background-color: #db0303;
	color: #FFFFFF;
	padding: 0;
	text-align: center;
	opacity: 0;
	top: 50px;
	right: 50px;
	height: 50px;
	width: 50px;
	line-height: 50px;
}
 @media only screen and (max-width: 767.98px) {
.ht-mfp .mfp-close {
	top: 30px;
	right: 30px;
	height: 40px;
	width: 40px;
	line-height: 40px;

}
}
.ht-mfp .mfp-close:hover {
	background-color: #db0303;
}
.ht-mfp .mfp-arrow {
	background-color: #db0303;
	opacity: 1;
	margin-left: 15px;
	height: 55px;
	width: 55px;
}
.ht-mfp .mfp-arrow:before {
	display: none;
}
.ht-mfp .mfp-arrow:after {
	content: '\f104';
	color: #FFFFFF;
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.ht-mfp .mfp-arrow-right {
	margin-left: auto;
	margin-right: 15px;
}
.ht-mfp .mfp-arrow-right:after {
	content: '\f105';
}
.ht-mfp .mfp-arrow:hover {
	background-color: #000;
}
.ht-mfp.zoom-animate.mfp-bg {
	opacity: 0;
}
.ht-mfp.zoom-animate .mfp-content {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
}
.ht-mfp.zoom-animate.mfp-ready.mfp-bg {
	opacity: 0.9;
}
.ht-mfp.zoom-animate.mfp-ready .mfp-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.ht-mfp.zoom-animate.mfp-removing .mfp-content {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
}
.ht-mfp.zoom-animate.mfp-removing.mfp-bg {
	opacity: 0;
}
.ht-mfp.zoom-animate.mfp-removing .mfp-close {
	opacity: 0;
}
.hot_pro_con {
	/* padding-bottom: 20px; */
}
.hot_pro_con_tit {
	padding-bottom: 20px;
}
.hot_pro_con_tit h2 {
	font-size: 22px;
	line-height: 50px;
	text-align: left;
}
.hot_pro_con_tit .line {
	width: 95px;
	height: 3px;
	background: #e20104;
	/* margin: 0 auto; */
}
.hot_pro_con .main {
	border: 1px solid #d6d6d6;
	background: #fff;
	position: relative;
	margin-bottom: 30px;
}
.hot_pro_con .main img {
	border-bottom: 1px solid #d6d6d6;
	width: 100%;
}
.hot_pro_con .main .con {
	padding: 10px;
}
.hot_pro_con .main .con .tit {
	font-size: 16px;
	text-align: center;
}
.hot_pro_con .main .con .tit a {
	color: #333;
}
.hot_pro_con .main .con .txt {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
	margin-top: 5px;
}
.hot_pro_con .main:hover {
	border: 1px solid #b30d0e;
	color: #fff;
}
.hot_pro_con .main:hover .con {
	background: #b30d0e;
}
.hot_pro_con .main:hover .con .tit a {
	color: #fff;
}
.hot_pro_con .main:hover .con .txt {
	color: #fff;
}
.pro_main {
	margin: 20px 0;
}
.pro_main .tit {
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}
.pro_main .pro_pic {
	width:300px; 
	margin:10px auto;
}
.pro_main .txt {
	line-height: 25px;
}
.pro-news {
}
.pro-news .about-box-tit {
	margin: 0 0 20px 0;
}
.pro-news-box {
}
.pro-news-box .main {
	margin-bottom: 10px;
	padding: 10px;
	background: #f6f6f6;
	overflow: hidden;
	height: 117px;
}
.pro-news-box .main .col-lg-12{
    padding: 0;
}
.pro-news-box .main .t-1 {
	height: 27px;
	line-height: 27px;
}
.pro-news-box .main .t-1 .time {
	float: left;
	margin-right: 13px;
}
.pro-news-box .main .tit {
	margin: 5px 0;
	font-weight: bold;
	font-size: 16px;
}
.pro-news-box .main .tit a {
	color: #333;
}
.pro-news-box .main .txt {
	line-height: 25px;
}

.pro-news-box .main img{width: 25%;margin-right: 10px;border:#ccc solid 1px;float:left;height: 97px;}
@media(max-width:990px){
	.hot_pro_con .main .con .txt { display:none;}
	.pro-news-box .main{height: 100px;}
	.pro-news-box .main .intro .tit{line-height:20px;height: 20px;font-size: 15px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
	.pro-news-box .main img{width: 32%;height: 70px;margin-right: 5px;}
	.pro-news-box .main .intro .txt{line-height: 22px;max-height: 44px;overflow: hidden;}
}
/*================================
Single Product Page Style
==================================*/
@media only screen and (max-width: 767.98px) {
.product-thumb-area {
	margin-bottom: 30px;
}
}
.product-thumb-area .pro-thumb-item img {
	margin: auto;
	max-width: 100%;
}
.product-thumb-area .product-details-thumbnail {
	border: 1px solid #e1e1e1;
	text-align: center;
	position: relative;
}
.product-thumb-area .product-details-thumbnail .btn-large-view {
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 20px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
	color: #1b1b1c;
	display: block;
	font-weight: 700;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 22px;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	width: 136px;
}
.product-thumb-area .product-details-thumbnail .btn-large-view i {
	margin-left: 3px;
	vertical-align: middle;
}
.product-thumb-area .product-details-thumbnail-nav {
	margin-top: 10px;
}
.product-thumb-area .product-details-thumbnail-nav .pro-thumb-item {
	border: 1px solid #e1e1e1;
	text-align: center;
	cursor: pointer;
}
.product-thumb-area .product-details-thumbnail-nav .slick-list {
	margin: 0 -5px;
}
.product-thumb-area .product-details-thumbnail-nav .slick-list .slick-slide {
	margin: 0 5px;
}
 @media only screen and (min-width: 1200px) {
.prod-details-info-content {
	padding-left: 20px;
}
}
.prod-details-info-content h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
 @media only screen and (max-width: 767.98px) {
.prod-details-info-content h1 {
	font-size: 20px;
}
}
.prod-details-info-content .price {
	font-size: 16px;
	margin: 15px 0;
}
 @media only screen and (max-width: 767.98px) {
.prod-details-info-content .price {
	font-size: 16px;
	margin-bottom: 20px;
}
}
.prod-details-info-content .price-amount {
	font-size: 18px;
	font-weight: 500;
	vertical-align: middle;
}
.product-config {
	margin: 40px 0;
}
.product-config .table {
	margin-bottom: 0;
}
.product-config .table-bordered td, .product-config .table-bordered th {
	border-color: #e1e1e1;
}
.product-config .table th {
	font-size: 18px;
	font-weight: 500;
}
.product-config .table .config-option a {
	color: #1b1b1c;
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
}
.product-config .table .config-option a:last-child {
	margin-right: 0;
}
.product-config .table .config-option a:hover {
	color: #db0303;
}
.product-meta {
	margin-top: 40px;
}
.product-meta span:not(.sku) {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}
.product-meta span:not(.sku):last-child {
	margin-bottom: 0;
}
.product-meta a {
	color: #1b1b1c;
	margin-right: 5px;
	font-size: 15px;
	vertical-align: middle;
}
.product-meta a:last-child {
	margin-right: 0;
}
.product-meta a:hover {
	color: #db0303;
}
.pro-qty {
	border: 1px solid #e1e1e1;
	display: inline-block;
	position: relative;
	width: 150px;
}
 @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
.pro-qty {
	width: 120px;
}
}
.pro-qty input {
	font-weight: 600;
	border: none;
	text-align: center;
	padding: 12px 45px;
	outline: none;
	width: 100%;
}
.pro-qty a {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	top: 0;
	line-height: 50px;
	height: 100%;
	width: 35px;
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px) {
.pro-qty a {
	width: 35px;
	line-height: 54px;
}
}
 @media only screen and (max-width: 767.98px) {
.pro-qty a {
	width: 35px;
	line-height: 48px;
}
}
.pro-qty a:hover {
	background-color: #db0303;
	border-color: #db0303;
	color: #FFFFFF;
}
.pro-qty a.inc {
	right: 0;
	border-left: 1px solid #e1e1e1;
}
.pro-qty a.dec {
	left: 0;
	border-right: 1px solid #e1e1e1;
}
.product-description-review {
	margin-top: 20px;
}
 @media only screen and (max-width: 767.98px) {
.product-description-review {
	margin-top: 10px;
}
}
.product-description-review .desc-review-tab-menu {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.product-description-review .desc-review-tab-menu li {
	width: 100%;
}
.product-description-review .desc-review-tab-menu li a {
	background-color: #1b1b1c;
	border-right: 2px solid #ddd;
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 0;
}
.product-description-review .desc-review-tab-menu li a:last-child {
	border: none;
}
.product-description-review .desc-review-tab-menu li a.active {
	background-color: #db0303;
}
 @media only screen and (max-width: 767.98px) {
.product-description-review .desc-review-tab-menu li a {
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0;


}
}
.product-description-review .tab-tit {
	line-height: 40px;
	background: #111;
	text-indent: 20px;
	color: #fff;
	font-size: 16px;
}
.product-description-review .tab-content {
	background-color: #f6f6f6;
	padding: 20px;
	line-height: 28px;
}
.product-description-review .tab-content p{
	margin: 5px 0;
}
 @media only screen and (max-width: 767.98px) {
.product-description-review .tab-content {
	padding: 15px;
}
}
.product-rating-wrap .average-rating {
	margin-bottom: 30px;
}
.product-rating-wrap .average-rating h4 {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 3px;
}
.product-rating-wrap .display-ratings .rating-item {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.product-rating-wrap .display-ratings .rating-item:last-child {
	margin-bottom: 0;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-pic {
	max-width: 50px;
	-webkit-flex-basis: 50px;
	-ms-flex-preferred-size: 50px;
	flex-basis: 50px;
	border-radius: 2px;
	overflow: hidden;
	margin-right: 10px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt {
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	padding: 15px;
	-webkit-flex-basis: calc(100% - 60px);
	-ms-flex-preferred-size: calc(100% - 60px);
	flex-basis: calc(100% - 60px);
	max-width: calc(100% - 60px);
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta h3 {
	font-size: 14px;
	margin-top: 0;
	font-family: "Poppins", sans-serif;
	display: inline-block;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta .time {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 13px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star {
	color: #db0303;
	font-size: 14px;
	margin-bottom: 5px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i {
	margin-right: 5px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i:last-child {
	margin-right: 0;
}
.product-rating-wrap .rating-form-wrapper {
	margin-top: 60px;
}
.product-rating-wrap .rating-form-wrapper h3 {
	font-size: 24px;
	font-weight: 500;
	margin-top: -5px;
	margin-bottom: 20px;
}
.product-rating-wrap .rating-form-wrapper .rating-form h5 {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 8px;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i {
	color: #ccc;
	margin-right: 10px;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:last-child {
	margin-right: 0;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:hover~i {
	color: #ccc;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star:hover i {
	cursor: pointer;
	color: #db0303;
}
.product-rating-wrap .rating-form-wrapper .rating-form input, .product-rating-wrap .rating-form-wrapper .rating-form textarea {
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	display: block;
	padding: 12px 20px;
	width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.product-rating-wrap .rating-form-wrapper .rating-form input:focus, .product-rating-wrap .rating-form-wrapper .rating-form textarea:focus {
	border-color: #db0303;
}
.other h2 {
	line-height: 40px;
	background: #111;
	text-indent: 20px;
	color: #fff;
	font-size: 16px;
	margin: 10px 0;
}
.other .main {
	border: #ccc solid 1px;
}
.other .main img {
	border-bottom: #ccc solid 1px;
	width: 100%;
}
.other .main .con {
    padding: 10px;
}
.other .main .con .tit {
	text-align: center;
	font-size: 16px;
}
.other .main .con .txt {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-top: 5px;
}
 @media screen and (max-width:991px) {
.logo img {
	width: 75px;
}
.menu .nav > li > a {
	font-size: 14px;
	color: #fff!important;
}
nav .navbar-nav {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top: 0;
}
.wrap .navbar-default .navbar-collapse {
	position: fixed;
	top: 80px;
	left: 0px;
}
.wrap .navbar-default .navbar-collapse, .wrap .navbar-default .navbar-form {
	background: rgba(16, 16, 16, 0.85);
	padding: 15px 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.menu .navbar-nav > .active > a, .menu .navbar-nav > .active > a:hover, .menu .navbar-nav > .active > a:focus {
	background-color: transparent!important;
	color: #ef9632!important;
}
.menu .navbar-nav > .open > a, .menu .navbar-nav > .open > a:hover, .menu .navbar-nav > .open > a:focus {
	background-color: transparent!important;
	color: #ef9632!important;
}
.menu a {
	letter-spacing: 1px;
	font-size: 0.9em;
	font-size: 14px;
}
.menu li li a {
	padding: 5px 0!important;

	text-align: center!important;
}
.index-sheb-con .pic {
	height: 185px;
}
.index-tit .t-3 {
	font-size: 14px;
	line-height: 20px;
}
.hot-pro {
	padding-top: 30px;
	padding-bottom: 0;
}
.tuij-pro {
	padding-top: 30px;
	padding-bottom: 0;
}
.index-news-con {
	margin-top: 10px;
}
#myscroll ul li {
	margin: 0 2px;
	width: 308px;
}
.hot_pro .container {
	padding: 0;
}
.index-about {
	padding: 50px 0;
}
.index-about .con {
	padding: 0;
}
.index-about .con .tit {
	font-size: 28px;
	height: 50px;
}
.index-about .con .txt {
	margin-bottom: 0;
}
.about-box-2 img {
	margin-bottom: 10px;
}
.i_fw_list {
	display: none;
}
.index-news {
	padding: 20px 0;
}
.index-news-top {
	height: 80px;
}
.index-news-topfr {
	float: left;
}
.index-news-topfr span {
	width: 100px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 0;
	margin-top: 5px;
}
.index-news .container {
	padding: 0;
}
.foot-menu {
	display: none;
}
.foot-cat {
	display: none;
}
.foot-lx {
	padding: 30px 0;
}
.foot-logo {
	float: left;
}
.foot-copy {
	line-height: 25px;
	padding: 20px 0;
}
.filters li {
	padding: 10px;
	font-size: 14px;
}
.inner {
	padding: 20px 0;
}
.product-item {
	margin-bottom: 20px;
}
.product-item img {
	width: 100%;
}
.about-box-1 {
	margin-bottom: 40px;
}
.about-box-2 {
	background: #f3f3f3;
}
.about-box-tit {
	margin: 40px 0 25px 0;
}
.about-box-tit span {
	height: 30px;
	font-size: 24px;
}
.about-box-tit em {
	height: 25px;
	font-size: 20px;
}
.about-txt-2 {
	margin-left: 10px;
	margin-top: 20px;
}
}
 @media (max-width:768px) {
}