@charset "utf-8";
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	font-weight: 400;
	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 {
	outline: none;
	font-weight: 400;
}

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-weight: 400;
	font-size: 16px;
	margin: 0;
	color: #828282;
}

/*header*/
.header-main{
	padding: 20px 0;
}
.header-main-right-width{
	padding-left: 40%;
}
.header-main-whatsapp{
	margin-bottom: 20px;
}

.header-main-whatsapp-icon{
	float: left;
	width: 32px;
	height: 32px;
	background-color: #165a9f;
	color: #ffffff;
	padding: 1px 3px;
	margin-right: 10px;
}
.header-main-whatsapp-icon i{
	color: #ffffff;
	font-size: 30px;
}

.header-main-whatsapp-text {
	float: left;
	font-size: 18px;
	color: #1e446c;
}

.header-main-whatsapp-text a{
	text-decoration: none;
	color: #1e446c;
}

.header-main-whatsapp-text a:hover{
	color: #eb8c18;
}



.header-main-search form{
	height: 40px;
	position: relative;
	float: right;
}

.header-main-search form input {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100%-95px);
	background: #ffffff;
	height: 40px;
	padding: 10px;
	color: #c9c9c9;
	border: 1px solid #d8d8d8;
	outline: none;
	resize: none;
	padding-right: 73px;
}

.header-main-search form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	margin-top: 0;
	font-size: 24px;
	line-height: 40px;
	background-color: #eb8c18;
	color: #ffffff;
	cursor: pointer;
	padding: 0 20px;
}

.header-main-cart-text {
	float: right;
	font-size: 18px;
	color: #1e446c;
	margin-left: 10px;
	line-height: 40px;
}

.header-main-cart-text a{
	text-decoration: none;
	color: #1e446c;
}

.header-main-cart-text a:hover{
	color: #eb8c18;
}



/* header-nav */
.header-nav{background-color: #165a9f;	border-bottom: 6px solid;
	border-color: #eb8c18;}
.navbar {
	margin-bottom: 0;
}

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.u-navbar-style {
	border-radius: 0px;
	background-color: #165a9f;
	color: #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	border-top: 0;

}
.navbar-default{border-color:#165a9f;}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #FFFFFF;
	background-color: #eb8c18;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #FFFFFF;
	background-color: #eb8c18;
}

.navbar-default .navbar-nav>li>a {
	font-size: 18px;
	color: #FFFFFF;
	padding: 18px 25px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #FFFFFF;
	background-color: #eb8c18;
}

.navbar-nav>li>.u-dropdown-menu-bg {
	background: none;
	border: 0px;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: none;
	padding: 0;

}

.navbar-nav>li>.u-dropdown-menu-bg>ul {
	border: 0;
	background-color: #FFFFFF;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: auto;
}

.navbar-nav>li>.u-dropdown-menu-bg li {
	border-top: 1px solid #ffffff;
}
.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: #828282;
}

.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: #eb8c18;
	color: #ffffff;
}

.dropdown-submenu>.dropdown-menu {
	top: -1px;
	border-radius: 0;
	padding: 0;
	margin-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.dropdown-submenu>.dropdown-menu li {
	border-left: 1px solid #ffffff;
}
.dropdown-submenu .dropdown-menu a {
	color: #828282;
	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: #eb8c18;
	color: #ffffff;
}

.dropdown-submenu .dropdown-menu>.active>a,
.dropdown-submenu .dropdown-menu>.active>a:focus,
.dropdown-submenu .dropdown-menu>.active>a:hover {
	background-color: #eb8c18;
	color: #ffffff;
}


.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #ffffff;
}

.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: #ffffff;
}

.my-slider {
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.my-slider ul{width:500%;}
.my-slider ul li{
    float:left;
    width:20%;
}
.home-body-main {
	background-color: #ffffff;
	margin-top: 20px;
}

.home-left-border {
	width: 100%;
	background-color: #f7f7f7;
	border-radius: 0;
}

.home-left-title {
	background-color: #eb8c18;
	padding: 15px 18px;
}

.home-left-title span {
	color: #FFFFFF;
	font-size: 20px;
}
.home-left-title span::before {
	font-family: "FontAwesome";
	content: "\f0c9";
	padding-right: 16px;
	font-size: 20px;
}

.home-left-categories-list {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.home-left-categories-list > ul > li {
	border-bottom: 1px solid #e6e6e6;
}

.home-left-categories-list ul li {
	padding: 0 10px;
	color: #292f38;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home-left-categories-list ul li a {
	position: relative;
	display: block;
	padding: 14px 0;
	color: #828282;
	text-decoration: none;
	font-size: 16px;
}

.home-left-categories-list ul li a:hover {
	color: #eb8c18;
}

.home-left-categories-list ul li a span {
	position: absolute;
	right: 0;
}
.span-down {
	transform: rotate(90deg);
}


.home-left-categories-list>ul>li ul {
	display: none;
}

.home-left-categories-list>ul>li ul li {
	padding-left: 12px;
}

.home-left-categories-list>ul>li ul li a {
	font-weight: 300;
}

.home-left-categories-list>ul>li.active>a,
.home-left-categories-list>ul>li.active>ul>li.active>a {
	color: #eb8c18;
}

/* home-title-left */
.home-title-left h2{
	display: block;
	position: relative;
	height: 35px;
	line-height: 35px;
	font-size: 35px;
}
.home-title-left h2::before { 
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	background: #e6e6e6;
	width: 100%;
	height: 1px; 
}
.home-title-left h2 span{
	position: absolute;
	z-index: 1;
	color: #828282;
	display: block;
	background-color: #ffffff;
	font-weight: 700;
	padding-right: 20px;
}

/* home-title-center */
.home-title-center h2 {
	position: relative;
	text-align: center;
} 
.home-title-center h2::before{ 
	content: ''; 
	position: absolute;
	left: 0;
	top: 50%; 
	z-index: 0;
	background: #e6e6e6;
	width: 100%;
	height: 1px; 
} 

.home-title-center h2 span {
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	height: 35px;
	line-height: 35px;
	font-size: 35px;
	font-weight: 700;
	padding: 0 20px;
}

/* home-article-list */
.home-article-list{
	padding: 30px 0;
}

.home-article-list a{
	display: block;
	font-size: 16px;
	font-weight:bold;
	color: #525252;
	text-decoration: none;
	padding: 12px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home-article-list a:hover{
	color: #1f466f;
}

/* home-main-product-list */
.home-main-product-list{
	padding: 30px 0;
}

.list-product-border {
	width: 100%;
	margin-bottom: 30px;
	background-color: #f9f9f9;
	padding: 16px;
}

.list-product-img {
	padding-bottom: 16px;
}

.list-product-text {
	padding: 10px 16px;
	width: 100%;
	text-align: center;
	height: 56px;
	overflow:hidden;
	text-overflow:ellipsis; 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.list-product-title a {
	color: #828282;
	font-size: 16px;
	text-decoration: none;
}

.list-product-title a:hover {
	color: #1f466f;
}

/* second-navigation */
.second-navigation{background-color: #165a9f;}
.second-navigation-main{
	background-color: #165a9f;
	text-align: center;
	padding: 12px 0;
}
.second-navigation span {
	color: #ffffff;
}

.second-navigation span a {
	color: #ffffff;
	text-decoration: none;
}

.second-navigation span a:hover {
	color: #eb8c18;
}

.second-navigation span i {
	margin: 0 6px;
}

.other-body {
	background-color: #ffffff;
	margin-top: 20px;
}

/* other-title-left */
.other-title-left h2{
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
}
.other-title-left h2::before { 
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	background: #e6e6e6;
	width: 100%;
	height: 1px; 
}
.other-title-left h2 span{
	position: absolute;
	z-index: 1;
	color: #828282;
	display: block;
	background-color: #ffffff;
	font-weight: 700;
	padding: 0 20px;
	margin-left: 100px;
}

/* other-title-center */
.other-title-center h2 {
	position: relative;
	text-align: center;
} 
.other-title-center h2::before{ 
	content: ''; 
	position: absolute;
	left: 0;
	top: 50%; 
	z-index: 0;
	background: #e6e6e6;
	width: 100%;
	height: 1px; 
} 

.other-title-center h2 span {
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	height: 35px;
	line-height: 35px;
	font-size: 35px;
	font-weight: 700;
	padding: 0 20px;
}

/* other-content */
.other-content {
	line-height: 24px;
	overflow: hidden;
}
.other-content-name{
	text-align: center;
	padding-bottom: 30px;
}

.other-content-name h3{
	margin: 0;
	font-size: 30px;
	color: #1f466f;
}

.other-content-msg{
	text-align: center;
	font-size: 20px;
	color: #1f466f;
	padding-bottom: 30px;
}

/* other-article-feedback other-product-feedback */
.other-article-feedback,.other-product-feedback{
	padding: 50px 0;
}

.other-article-feedback label,.other-product-feedback label{
	font-weight: 400;
}

.other-article-feedback input,.other-product-feedback input{
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #fafafa;
	line-height: 46px;
	height: 46px;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.other-article-feedback textarea,.other-product-feedback textarea{
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #fafafa;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 224px;
}

.other-article-feedback .input-group-addon,.other-product-feedback .input-group-addon{
	padding: 0;
	border-radius: 0;
	background-color: #fafafa;
}

.other-article-feedback .input-group-addon img,.other-product-feedback .input-group-addon img{
	cursor: pointer;
	height: 44px;
}

.other-article-feedback button,.other-product-feedback button{
	background-color: #eb8c18;
	border: 0;
	color: #ffffff;
	border-radius: 0;
	font-size: 18px;
	padding: 10px 16px;
	margin-right: 10px;
	margin-top: 28px;
}

.other-article-feedback button:hover,.other-product-feedback button:hover{
	background-color: #1f466f;
	color: #ffffff;
}


/* other-our-team */
.other-our-team{
	margin-top: 20px;
}

.other-our-team-title{
	font-size: 30px;
	font-weight: 700;
}

.other-our-team-boss{
	margin-top: 30px;
}

.other-our-team-boss-name{
	font-weight: 700;
	padding: 10px 0;
	font-size: 18px;
}

.other-our-team-boss-info{
	line-height: 24px;
}

/* other-our-team-member */
.other-our-team-member{
	padding-top: 30px;
}
.other-our-team-member-border{
	background-color: #fafafa;
	padding: 15px;
	margin-bottom: 30px;
}
.other-our-team-member-pic{
	padding: 15px 0;
}
.other-our-team-member-name{
	font-weight: 700;
	padding: 10px 0;
	font-size: 18px;
}

.other-our-team-member-info{
	line-height: 24px;
}






/* other-technology-list */
.other-technology-list{
	padding-top: 30px;
}

.other-technology-item{
	margin-bottom: 30px;
	background-color: #fafafa;
	padding-left: 0;
}

.other-technology-img{
	float: left;
	width: 50%;
}

.other-technology-text{
	float: left;
	width: 50%;
	padding: 0 15px 0 30px;
}

.other-technology-name a{
	text-decoration: none;
}

.other-technology-name h3{
	font-size: 30px;
	font-weight: 700;
	color: #1f466f;
	line-height: 40px;
}

.other-technology-name a:hover h3{
	color: #eb8f1d;
}

.other-technology-msg{
	font-size: 20px;
	color: #1f466f;
	margin-bottom: 20px;
}

.other-technology-content{
	line-height: 24px;
	color: #1f466f;
}

/* other-case-list */
.other-case-list{
	padding-top: 30px;
}
.other-case-list-item{
	background-color: #fafafa;
	margin-bottom: 30px;
}
.other-case-list-name{
	padding: 0 15px;
}
.other-case-list-name a{
	color: #1f466f;
	text-decoration: none;
}

.other-case-list-name a:hover{
	color: #eb8c18;
}

.other-case-list-name h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.other-case-list-time{
	padding: 5px 15px 20px 15px;
	color: #1f466f;
}

/* other-video-list */
.other-video-list{
	padding-top: 30px;
}
.other-video-list-item{
	background-color: #fafafa;
	margin-bottom: 30px;
}
.other-video-list-name{
	padding: 0 15px;
}
.other-video-list-name a{
	color: #1f466f;
	text-decoration: none;
}

.other-video-list-name a:hover{
	color: #eb8c18;
}

.other-video-list-name h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.other-video-list-author{
	padding: 0 15px 0 15px;
	color: #1f466f;
}
.other-video-list-time{
	padding: 5px 15px 20px 15px;
	color: #1f466f;
}

/* other-download-list */
.other-download-list{
	padding-top: 30px;
}
.other-download-list-item{
	background-color: #fafafa;
	margin-bottom: 30px;
}
.other-download-list-img{
	padding-top: 30px;
	padding-bottom: 20px;
}
.other-download-list-name{
	padding: 0 15px 30px 15px;
	text-align: center;

}
.other-download-list-name a{
	color: #1f466f;
	text-decoration: none;
}
.other-download-list-name a:hover{
	color: #eb8c18;
}
.other-download-list-name h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	height: 50px;
}

/* other-message */
.other-message{
	background-color: #fafafa;
	padding: 30px;
	margin: 20px 0;
}
.other-message label{
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
}
.other-message input{
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #fafafa;
	line-height: 46px;
	height: 46px;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.other-message textarea{
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #fafafa;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 224px;
}

.other-message .input-group-addon{
	padding: 0;
	border-radius: 0;
	background-color: #fafafa;
}

.other-message .input-group-addon img{
	cursor: pointer;
	height: 44px;
}

.other-message button{
	background-color: #eb8c18;
	border: 0;
	color: #ffffff;
	border-radius: 0;
	font-size: 18px;
	padding: 10px 16px;
	margin-right: 10px;
	margin-top: 10px;
}

.other-message button:hover{
	background-color: #1f466f;
	color: #ffffff;
}
.feedback-tips{
	padding: 10px 0;
}
.other-fb{
	padding-top: 30px;
}

/* other-product-list */
.other-product-list{
	margin-top: 40px;
}

/* other-product-show */
.product-img-border{
	margin-top: 30px;
}
.product-parameter{
	margin-top: 30px;
}
.product-parameter-one h1{
	font-size: 40px;
	color: #1f466f;
}
.product-parameter-profile{
	font-size: 18px;
	color: #1f466f;
	margin-top: 30px;
}
.product-parameter-button{
	font-size: 20px;
	color: #ffffff;
	background-color: #eb8c18;
	border-radius: 0;
	border: 0;
	margin-right: 12px;
	margin-top: 20px;
}

.product-parameter-share{
	margin-top: 30px;
}
.product-parameter-text {
    font-size: 20px;
    color: #1f466f;
    margin-top: 20px;
}
.product-parameter-text2 {
    font-size: 16px;
    margin-top: 10px;
}
.product-cart-button{
    font-size: 20px;
	color: #ffffff;
	background-color: #2bac1b;
	border-radius: 0;
	border: 0;
	margin-right: 12px;
	margin-top: 20px;
}

.product-directions{
	border-top: 1px solid #8c8c8c;
	margin-top: 30px;
}
.product-directions-fb-posts{
	margin-top: 30px;
}
.product-directions-fb-comments{
	margin-top: 30px;
}
.product-directions-facebook{
	margin-top: 30px;
}

.product-review-item{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.product-review-rating{
	padding: 10px 0;
}




.product-review form{
	padding: 20px;
}
.product-review form label{
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
}
.product-review form input{
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #fafafa;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.product-review form textarea{
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #fafafa;
	font-size: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 112px;
}
.product-review form button,.product-review form button:focus{
	background-color: #eb8c18;
	border: 0;
	color: #ffffff;
	border-radius: 0;
	font-size: 14px;
	padding: 5px 16px;
	margin-right: 10px;
	margin-top: 10px;
}
.product-review form button:hover{
	background-color: #1f466f;
	color: #ffffff;
}

.product-review > form > div.form-group > label > span{
	color: #E74C3C;
}

.product-review-noyet{
	text-align: center;
	padding-top: 80px;
	font-size: 18px;
}



/* product-related */
.product-related{
	padding-top: 30px;
}
.product-related-main{
	margin-top: 50px;
}




/* #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: #e74c3c;
	border: 1px solid #e74c3c;
	color: #fff;
	box-shadow: 0 3px 0 #c0392b;
}

#message .btn-submit:hover {
	background: #34495e;
	border: 1px solid #34495e;
	color: #fff;
	box-shadow: 0 3px 0 #2c3e50
}

#message .btn-reset {
	background: #e74c3c;
	border: 1px solid #e74c3c;
	color: #fff;
	box-shadow: 0 3px 0 #c0392b;
}

#message .btn-reset:hover {
	background: #34495e;
	border: 1px solid #34495e;
	color: #fff;
	box-shadow: 0 3px 0 #2c3e50
}

#message .feedback-tips {
	color: #E74C3C;
	line-height: 22px;
	padding-top: 20px;
} */

/* download-box */
.download-box{
	width:100%; 
	height:100%; 
	display:none; 
	z-index:99; 
	position:fixed; 
	background:rgba(0, 0, 0, 0.52) none repeat scroll 0% 0%; 
	opacity:1;
}
.download-form{
	width: 600px;
	margin: 300px auto 0 auto;
	background-color: #ffffff;
}
.download-form-title{
	background-color: #1f466f;
	color: #ffffff;
	padding: 10px 20px;
	text-align: center;
	font-size: 24px;
}
.download-form-title > a{
	float: right;
	color: #ffffff;
	text-decoration: none;
}
.download-form-title > a:hover{
	color: #eb8c18;
}
.download-form-title > a::before{
	content: "";
	width:22px;
	height:28px;
	background:url(../images/download.jpg) ;
	display: block;
	
}
.download-form form{
	padding: 20px;
}
.download-form form label{
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
}
.download-form form input{
	border: 1px solid #cccccc;
	border-radius: 0;
	background-color: #fafafa;
	line-height: 46px;
	height: 46px;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.download-form form button,.download-form form button:focus{
	background-color: #eb8c18;
	border: 0;
	color: #ffffff;
	border-radius: 0;
	font-size: 18px;
	padding: 10px 16px;
	margin-right: 10px;
	margin-top: 10px;
}
.download-form form button:hover{
	background-color: #1f466f;
	color: #ffffff;
}





.footer-part {
	background-color: #165a9f;
	padding: 40px 0 20px 0;
	color: #bdc3c7;
}

.footer-part a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-part a:hover {
	color: #ffffff;
}

.footer-title {
	margin-bottom: 30px;
}

.footer-title h3 {
	color: #ffffff;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase; 
}

.footer-links {
	padding-bottom: 20px;
}

.footer-links a {
	display: block;
	padding: 16px 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer-content-part{
	background-color: #165a9f;
	padding: 20px 16px;
	color: #ffffff;
	line-height: 30px;
}

.copyright {
	background-color: #165a9f;
	border-top: 1px solid #15487d;
}

.copyright-info {
	text-align: center;
	color: #ffffff;
	line-height: 60px;
	font-size: 16px;
}




/*分页样式*/
.paginations {
	text-align: center;
	margin: 20px 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination > li > span:hover {
	background-color: #ffffff;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.paginations .totalpage,
.paginations li a {
	padding: 4px 10px;
	border: 1px solid #244a72;
	background: #ffffff;
	margin: 0 3px;
	color: #244a72;
}

.paginations .totalpage:hover,
.paginations li a:hover {
	border: 1px solid #244a72;
	color: #244a72;
}

.paginations li a:hover {
	border: 1px solid #eb8f1d;
	color: #eb8f1d;
	background: #ffffff;
}

.paginations .active span {
	padding: 4px 10px;
	margin: 0 3px;
	border: 1px solid #eb8f1d;
	color: #eb8f1d;
	background: #ffffff;
}

.paginations .active span:hover {
	border: 1px solid #eb8f1d;
	color: #eb8f1d;
	background: #ffffff;
}

.search_tips {
	color: #E74C3C;
	font-weight: 300;
	font-size: 18px;
	background-color: #FFFFFF;
	border: 2px solid #e4e4e2;
	padding: 15px 20px;
	margin-top: 40px;
}

.search_keyword {
	color: #eb8c18;
}

#feedbackform > div > div.form-group > label > span{
	color: #E74C3C;
}
.pcwhatsapp{position: fixed; right: 1px; bottom: 26px; z-index: 9000;}


.cart-table{
	margin-top: 40px;
}
.cart-table > tbody > tr > th:nth-child(1){
	text-align: center;
}
.cart-table > tbody > tr > td:nth-child(1){
	text-align: center;
}
.cart-table > tbody > tr > th:nth-child(4){
	text-align: center;
}
.cart-table > tbody > tr > td:nth-child(4){
	text-align: center;
}
.cart-table > tbody > tr > td{
	vertical-align: middle;
}
.cart-table > tbody > tr > td > a{
	color: #828282;
	text-decoration: none;
}

.cart-table > tbody > tr > td > a:hover{
	color: #eb8c18;
}

.cart-table > tfoot > tr > td > button{
	margin: 20px 0;
}


.quantity-btn{
	padding: 0 10px;
}
.quantity-input{
	width: 50px;
	padding: 0 5px;
}
.order-table1{
	margin-top: 40px;
}
.order-table1-quantity{
	font-weight: bold;
}
.order-table1-total{
	color: red;
}
.order-table4 .order-table4-body{
	padding: 30px 20px;
}
.order-table4 input.form-control{
	border: 1px solid #ddd;
	border-radius: 0;
}
.order-table4 textarea.form-control{
	border: 1px solid #ddd;
	border-radius: 0;
}
.order-table-submit{
	margin: 30px 0;
}
.memberform{
	width: 550px;
	margin: 40px auto 60px auto;
	border: 1px solid #ddd;
	padding: 40px 40px 50px 40px;
}
.memberform input.form-control{
	border: 1px solid #ddd;
	border-radius: 0;
}
.payment_message{
	font-size: 14px;
	padding: 5px 0 10px 20px;
}
.link2login a{
	color: #828282;
	text-decoration: none;
}
.link2login a:hover{
	color: #eb8c18;
}
.order-checkout1{
	margin-top: 40px;
}
.order-checkout3{
	margin-bottom: 40px;
}
.red_text{
	color: red;
}
.order_list_linehight{
	padding: 5px 0;
}