@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);

* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	font-family: 'Roboto', Arial, "microsoft yahei", sans-serif;
	text-decoration: none;
	outline: none !important;
}

b,
strong {
	font-weight: bold !important;
}

ul,
ol {
	list-style: none;
}

q {
	quotes: none;
}

table,
table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}

embed {
	vertical-align: top;
}

input,
button {
	-webkit-appearance: none;
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}

html,
body {
	height: 100%;
}

/* public */
.clear {
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

/*body*/
body {
	background-color: #FFFFFF;
	font-family: 'Roboto', Arial, "microsoft yahei", sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	color: #333333;
	letter-spacing: 0.1px;
}

/*header*/
.header-top {
	border-top: 3px solid #E74C3C;
	border-bottom: 1px solid #E2E6E7;
	padding: 6px 0;
}

.header-top p {
	margin-bottom: 0;
	line-height: 25px;
}

.btn-default-u {
	border: none;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 4px 12px;
}

.btn-default-u:hover {
	color: #E74C3C;
}

.btn-default-u:focus {
	color: #E74C3C;
}

.dropdown-menu-u {
	background-color: #34495E;
}

.dropdown-menu>li>a {
	color: #FFFFFF;
}

.dropdown-menu>li>a:hover {
	color: #FFFFFF;
}

.header-main-call-us {
	font-size: 12px;
	color: #6F716E;
	line-height: 20px;
}

.header-main-call-us b {
	font-weight: bold !important;
	color: #E74C3C;
	font-size: 18px;
}

.header-main-search-openbtn i{
	font-size: 24px;
	line-height: 50px;
	width: 23px;
	color: #ffffff;
	cursor: pointer;
}
.header-main-search {
	height: 50px;
	position: relative;
}
.header-main-search-form{
	display: none;
}
.header-main-search input {
	position: absolute;
	z-index: 2;
	width: 200px;
	background: #ffffff;
	height: 30px;
	padding: 0 10px;
	margin: 10px 0;
	color: #696e6e;
	border: 0 solid #ffffff;
	border-radius: 4px;
	outline: none;
	resize: none;
	left: -210px;
	top: 0;
}
.header-main-search button {
	position: absolute;
	z-index: 2;
	right: 0;
	height: 50px;
	top: 0;
	margin-top: 0;
	font-size: 24px;
	line-height: 50px;
	width: 23px;
	background-color: transparent;
	color: #ffffff;
	cursor: pointer;
}



.header-main-search-openbtn-2 i{
	font-size: 24px;
	line-height: 50px;
	width: 23px;
	color: #ffffff;
	cursor: pointer;
}
.header-main-search-2 {
	height: 50px;
	position: relative;
}
.header-main-search-form-2{
	display: none;
}
.header-main-search-2 input {
	position: absolute;
	z-index: 2;
	width: 200px;
	background: #ffffff;
	height: 30px;
	padding: 0 10px;
	margin: 10px 0;
	color: #696e6e;
	border: 0 solid #ffffff;
	border-radius: 4px;
	outline: none;
	resize: none;
	left: -210px;
	top: 0;
}
.header-main-search-2 button {
	position: absolute;
	z-index: 2;
	right: 0;
	height: 50px;
	top: 0;
	margin-top: 0;
	font-size: 24px;
	line-height: 50px;
	width: 23px;
	background-color: transparent;
	color: #ffffff;
	cursor: pointer;
}




.navbar {
	margin-bottom: 0;
}

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.u-navbar-style {
	border-radius: 0px;
	background-color: #000000;
	color: #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	border-color: #000000;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #fcd209;
	background-color: #000000;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fcd209;
	background-color: #000000;
}

.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	color: #FFFFFF;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #fcd209;
	background-color: #000000;
}

.navbar-nav>li>.u-dropdown-menu-bg {
	background: url(../images/dropdown-menu-topbg.png) no-repeat top left;
	border: 0px;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: none;
	padding: 8px 0 0 0;

}

.navbar-nav>li>.u-dropdown-menu-bg>ul {
	border: 1px solid #e5e7e8;
	border-top: 4px solid #fcd209;
	background-color: #FFFFFF;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	width: auto;
}

.navbar-nav>li>.u-dropdown-menu-bg>ul>li>a {
	display: block;
	word-break: keep-all;
	/* 不换行 */
	white-space: nowrap;
	/* 不换行 */
	padding: 10px 20px 10px 10px;
	list-style: none;
	text-decoration: none;
	color: #000000;
}

.navbar-nav>li>.u-dropdown-menu-bg>ul>li>a:hover,
.navbar-nav>li>.u-dropdown-menu-bg>ul>li>a:focus,
.navbar-nav>li>.u-dropdown-menu-bg>ul>li.open>a {
	background-color: #f4f4f4;
	color: #fcd209;
}

.dropdown-submenu>.dropdown-menu {
	border-top-left-radius: 4px;
	border-top: 4px solid #fcd209;
	padding: 0;
	margin-top: 0;
}

.dropdown-submenu .dropdown-menu a {
	color: #000000;
	word-break: keep-all;
	/* 不换行 */
	white-space: nowrap;
	/* 不换行 */
	padding: 10px 20px 10px 10px;
}

.dropdown-submenu .dropdown-menu a:hover,
.dropdown-submenu .dropdown-menu a:focus,
.dropdown-submenu .dropdown-menu>ul>li.open>a {
	background-color: #f4f4f4;
	color: #fcd209;
}

.dropdown-submenu .dropdown-menu>.active>a,
.dropdown-submenu .dropdown-menu>.active>a:focus,
.dropdown-submenu .dropdown-menu>.active>a:hover {
	background-color: #f4f4f4;
	color: #fcd209;
}


.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fcd209;
}

.navbar-nav>li>.u-dropdown-menu-bg>ul>li.open>ul>li.open>a,
.navbar-nav>li>.u-dropdown-menu-bg>ul>li>ul>li>a:hover,
.navbar-nav>li>.u-dropdown-menu-bg>ul>li>ul>li>a:focus {
	color: #fcd209;
}



.navbar-brand {
	float: left;
	height: 50px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand-img{
	float: left;
	margin-right: 10px;
}
.navbar-brand-text{
	float: left;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.navbar-brand-text-1{
	color: #ffffff;
}
.navbar-brand-text-2{
	color: #fcd209;
}
.my-slider {
	margin-top: 51px;
	position: relative;
	overflow: auto;
}

.home-body-main {
	background-color: #ffffff;
}

.home-title {
	margin: 30px 0;
}

.home-title h2 {
	font-weight: 300;
	text-transform: uppercase;
	color: #292f38;
	margin: 0;
}

.home-hot-product-list {
	margin-top: 0px;
}

.list-product-border {
	width: 100%;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .10);
}

.list-product-img {
	border: 10px solid #FFFFFF;
}

.list-product-text {
	padding: 3px 10px;
	width: 100%;
	
}

.list-product-title a {
	color: #292f38;
	font-size: 16px;
	text-decoration: none;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-product-title a:hover {
	color: #E74C3C;
}

.list-product-noid {
	font-size: 16px;
	color: #E74C3C;
}

.list-product-button {
	text-align: center;
	padding: 20px 10px;
}

.list-product-button .default_button {
	background: #e74c3c;
	border: 1px solid #e74c3c;
	color: #fff;
	box-shadow: 0 3px 0 #c0392b;
}

.list-product-button .default_button:hover {
	background: #34495e;
	border: 1px solid #34495e;
	color: #fff;
	box-shadow: 0 3px 0 #2c3e50
}

.home-news-img-style {
	background: #FFFFFF;
	padding: 6px;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .10);
}


.home-news-title h5 a {
	font-size: 18px;
	color: #292F38;
	text-decoration: none;
	line-height: 30px;
}

.home-news-title h5 a:hover {
	color: #E74C3C;
}

.home-news-text {
	font-size: 12px;
	color: #696E6E;
}

.home-news-text-date {
	font-size: 14px;
	line-height: 30px;
}

.home-about-content {
	font-size: 14px;
	color: #696E6E;
	line-height: 24px;
}

.owl-carousel .owl-controls {
	position: absolute;
	z-index: 10;
	top: -60px;
	right: 0px;
}

.owl-theme .owl-controls .owl-buttons div {
	color: #6c6e74;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 2px 13px;
	font-size: 1.25em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ecf0f1;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div:hover {
	color: #FFFFFF;
	background: #000000;
}

.owl-carousel .owl-controls .owl-buttons div i {
	font-size: 1.25em;
	line-height: inherit;
}

.home-news-product-list {
	margin-top: 50px;
}

#owl-links .item {
	margin: 3px;
}

#owl-links .item img {
	display: block;
	width: 100%;
	height: auto;
}

.home-links-img {
	margin-bottom: 30px;
}

.second-navigation {
	background-color: #f2f4f5;
	padding: 16px 0;
	font-size: 13px;
	margin-top: 50px;
}

.second-navigation span {
	color: #292f38;
}

.second-navigation span a {
	color: #292f38;
	text-decoration: none;
}

.second-navigation span a:hover {
	color: #E74C3C;
}

.second-navigation span i {
	margin: 0 6px;
}

.other-body {
	padding-top: 30px;
	background-color: #FAFBFB;
}

.other-left-border {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .10);
	margin-bottom: 30px;
}

.other-left-title {
	background-color: #323a45;
	border-radius: 4px 4px 0 0;
	padding: 10px 16px;
}

.other-left-title span {
	color: #FFFFFF;
	font-size: 24px;
}

.other-left-main {
	padding: 12px;
}

.other-left-main ul li {
	position: relative;
	color: #292f38;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.other-left-main ul li a {
	display: block;
	border-bottom: 1px solid #ecf0f1;
	padding: 10px 0;
	color: #292f38;
	text-decoration: none;
	font-size: 16px;
}

.other-left-main ul li a:hover {
	color: #E74C3C;
}

.other-left-main ul li a span {
	display: block;
	background-color: #ecf0f1;
	border-radius: 4px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	position: absolute;
	right: 0;
	top: 22px;
	margin-top: -11.5px;
}

.other-left-categories-list {
	padding: 12px;
}

.other-left-categories-list ul li {
	position: relative;
	color: #292f38;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.other-left-categories-list ul li a {
	display: block;
	padding: 10px 0;
	color: #292f38;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 1px solid #ecf0f1;
}

.other-left-categories-list ul li a:hover {
	color: #E74C3C;
}

.other-left-categories-list ul li a span {
	display: block;
	background-color: #ecf0f1;
	border-radius: 4px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	position: absolute;
	right: 0;
	top: 22px;
	margin-top: -11.5px;
}

.other-left-categories-list>ul>li ul {
	display: none;
}

.other-left-categories-list>ul>li ul li {
	padding-left: 12px;
}

.other-left-categories-list>ul>li ul li a {
	font-weight: 300;
}

.other-left-categories-list>ul>li.active>a,
.other-left-categories-list>ul>li.active>ul>li.active>a {
	color: #E74C3C;
}

.span-down {
	transform: rotate(90deg);
}

.other-left-new-product {
	padding-bottom: 20px;
	padding-top: 20px;
}


#owl-other-left-news-product .owl-controls {
	position: relative;
	z-index: 1;
	top: 0px;
	right: auto;
	margin-top: 0;
}

#owl-other-left-news-product .owl-buttons div {
	color: #6c6e74;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 10px;
	padding: 2px 13px;
	font-size: 1.25em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ecf0f1;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#owl-other-left-news-product .owl-buttons div:hover {
	color: #FFFFFF;
	background: #E74C3C;
}

#owl-other-left-news-product .owl-buttons div i {
	font-size: 1.25em;
	line-height: inherit;
}




.other-right-title h2 {
	font-weight: 300;
}

.other-right-text {
	padding-bottom: 30px;
	line-height: 24px;
	overflow: hidden;
}

.other-right-text h1 {
	margin-bottom: 30px;
}

.other-right-text-tips {
	color: #E74C3C;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 16px;
}

.other-right-text-img {
	float: left;
	display: block;
	border: 10px solid #fff;
	z-index: 1;
	background: #fff;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .10);
	border-radius: 4px;
	margin-bottom: 10px;
	margin-right: 20px;
}



.other-right-list ul li {
	border-bottom: 1px solid #e2e6e7;
	padding-bottom: 30px;
	margin-top: 30px;
}

.other-right-list-img {
	float: left;
	display: block;
	border: 10px solid #fff;
	z-index: 1;
	background: #fff;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .10);
	border-radius: 4px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.other-right-list-img img {
	vertical-align: top;
	max-width: 100%;
}

.other-right-list-main {
	color: #697174;
	font-size: 13px;
}

.other-right-list-main a {
	color: #292f38;
	text-decoration: none;
}

.other-right-list-main a:hover {
	color: #E74C3C;
}

.other-right-list-main h4 {
	font-weight: normal;
	font-size: 22px;
}

.other-right-list-main hr {
	border-top: 1px solid #ecf0f1;
	margin: 8px 0;
}

.other-right-list-main p span a {
	padding-left: 10px;
	color: #2f2f38;
}

.other-right-list-main p span a:hover {
	color: #E74C3C;
}

.other-right-list-main-more a {
	font-weight: 300;
	font-size: 18px;
	color: #E74C3C;
}

.other-right-list-main-more a:hover {
	color: #292f38;
}

.product-img-border {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .10);
	margin-bottom: 30px;
}

.sp-thumbs {
	padding-top: 10px;
}

.product-parameter {
	color: #787F87;
	font-weight: 300;
	font-size: 13px;
}

.product-parameter span {
	color: #787F87;
	font-weight: 500;
	font-size: 16px;
}

.product-parameter-one {
	border-bottom: 1px solid #E2E6E7;
	padding-bottom: 15px;
	margin-top: 15px;
}

.product-parameter-one h1 {
	font-weight: normal;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000000;
}

.product-parameter-tag {
	margin-right: 15px;
	word-wrap: break-word;
	word-break: normal;
	color: #E74C3C;
	text-decoration: none;
}

.product-parameter-tag:hover {
	color: #323A45;
	text-decoration: none;
}

.product-parameter-profile {
	margin-top: 5px;
}

.product-parameter-button {
	background: #000000;
	border: 1px solid #000000;
	color: #fff;
	box-shadow: 0 3px 0 #505050;
	margin-right: 0px;
}

.product-parameter-button:hover {
	background: #000000;
	border: 1px solid #000000;
	color: #fcd209;
	box-shadow: 0 3px 0 #505050;
}

.product-parameter-share {
	margin-top: 15px;
}


.product-show-title {
	background: #323A45;
	color: #FFFFFF;
	padding: 10px 20px;
	border-radius: 4px 4px 0 0;
	font-size: 20px;
}

.product-show-title-2 {
	color: #323A45;
	padding: 20px 0;
	font-size: 30px;
}

.product-directions-text {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .10);
	margin-bottom: 30px;
	padding: 20px;
}

.product-inquiry-form {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .10);
	margin-bottom: 30px;
	padding: 20px;
}
.product-parameter-button-whatsapp {
    background: #4dc247;
    border: 1px solid #4dc247;
    color: #fff;
    box-shadow: 0 3px 0 #21751d;
    margin-right: 0px;
}




#message {
	margin-bottom: 30px;
}

#message .form-group label {
	font-weight: normal;
	font-size: 15px;
	color: #696E6E;
}

#message .form-group label span {
	margin-left: 10px;
	color: #E74C3C;
}

#message .form-control {
	background: #f5f7f8;
	height: 41px;
	padding: 9px 10px;
	color: #696e6e;
	border: 2px solid #e4e4e2;
	box-shadow: none;
}

#message .form-control:focus {
	border-color: #E74C3C;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#message textarea#feedback {
	height: 200px;
}

#message textarea#inquiry {
	height: 200px;
}

#message .form-group .input-group .new-input-group-addon {
	padding: 0 4px;
	line-height: 1;
	background-color: #f3fbfe;
	border: 2px solid #e4e4e2;
	border-radius: 4px;
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#message .form-group .input-group .new-input-group-addon img {
	cursor: pointer;
}

#message .btn-submit {
	background: #000000;
	border: 1px solid #000000;
	color: #fff;
	box-shadow: 0 3px 0 #505050;
}

#message .btn-submit:hover {
	background: #000000;
	border: 1px solid #000000;
	color: #fcd209;
	box-shadow: 0 3px 0 #505050
}

#message .btn-reset {
	background: #000000;
	border: 1px solid #000000;
	color: #fff;
	box-shadow: 0 3px 0 #505050;
}

#message .btn-reset:hover {
	background: #000000;
	border: 1px solid #000000;
	color: #fcd209;
	box-shadow: 0 3px 0 #505050
}

#message .feedback-tips {
	color: #000000;
	line-height: 22px;
	padding-top: 20px;
}

.footer-part {
	background-color: #323A45;
	padding: 40px 0 20px 0;
	color: #bdc3c7;
}

.footer-part .share-button {
	margin: 20px 0 0 0;
}
.footer-part .share-button .button_facebook{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../images/fb.gif);
	margin-right: 10px;
}
.footer-part .share-button .button_instagram{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../images/it.gif);
}


.footer-part a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-part a:hover {
	color: #E74C3C;
}

.footer-title {
	margin-bottom: 30px;
}

.footer-title h5 {
	color: #f9f9f9;
	margin-bottom: 30px;
	font-size: 22px;
}

.footer-content-part {
	padding-bottom: 20px;
}

.footer-links {
	padding-bottom: 20px;
}

.footer-links a {
	display: block;
	border-bottom: 1px solid #404852;
	padding: 8px 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer-tags {
	padding-bottom: 20px;
}

.footer-tags a {
	margin-right: 10px;
	line-height: 26px;
}

.copyright {
	background-color: #292F38;
	border-top: 1px solid #404852;
}

.copyright-info {
	color: #696e6e;
	line-height: 60px;
	font-size: 14px;
}

/*分页样式*/
.paginations {
	text-align: right;
	margin: 20px 0;
}

.paginations .totalpage,
.paginations li a {
	padding: 4px 10px;
	border: 1px solid #ecf0f1;
	background: #ecf0f1;
	margin: 0 3px;
	color: #292f40;
	border-radius: 4px;
}

.paginations .totalpage:hover,
.paginations li a:hover {
	border: 1px solid #ecf0f1;
	color: #292f40;
}

.paginations li a:hover {
	border: 1px solid #e74c3c;
	color: #FFFFFF;
	background: #e74c3c;
}

.paginations .active span {
	padding: 4px 10px;
	margin: 0 3px;
	border: 1px solid #e74c3c;
	color: #FFFFFF;
	background: #e74c3c;
	border-radius: 4px;
}

.paginations .active span:hover {
	border: 1px solid #e74c3c;
	color: #FFFFFF;
	background: #e74c3c;
}

.search_tips {
	color: #E74C3C;
	font-weight: 300;
	font-size: 18px;
	background-color: #FFFFFF;
	border: 2px solid #e4e4e2;
	border-radius: 4px;
	padding: 15px 20px;
}

.search_keyword {
	color: #3EB374;
}