@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;
}
a:hover{text-decoration:none;}

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;
}
img{max-width:100%; height:auto!important;}

/*body*/
body {
	background-color: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	color: #828282;
}

/*header*/
.header-top{ background:#2668b2; line-height:40px; color:#fff; font-size:16px;}
.header-top a{color:#fff;}
.header-main{
	background:#f5f5f5;
}
.header-main-right-width{

}
.header-main-whatsapp{
	    background: #e74b3c;
    padding: 0 15px;
    float: right;
}
.header-main-whatsapp img{margin-right:10px;}

.header-main-logo{float:left;}
.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: #e74c3c;
}

.header-product-search{float:right;
margin-top: 26px;
    margin-left: 20px;}
.header-product-search button{color: #292929;
    font-size: 24px;
    background: none;}

.header-product-search-body{position:absolute; top:90px; z-index:10;}
.header-product-search-body form{
	height: 50px;
	position: relative;
}

.header-product-search-body form input {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    height: 50px;
    padding: 10px;
    color: #292929;
    border: 1px solid #e7e7e7;
    outline: none;
    resize: none;
    padding-right: 98px;
}

.header-product-search-body form button {
	position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    margin-top: 0;
    font-size: 18px;
    line-height: 50px;
    background-color: #2668b2;
    color: #ffffff;
    cursor: pointer;
    padding: 0 20px;
}
/* header-nav */
.header-nav{background-color: #165a9f;	border-bottom: 6px solid;
	border-color: #e74c3c;}
.navbar {
	margin-bottom: 0;
}

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

.u-navbar-style {
	border-radius: 0px;

	color: #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	border-top: 0;

}
.navbar-default{border-bottom: none; background:none; float:right;}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #2668b2;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #2668b2;
}

.navbar-default .navbar-nav>li>a {
	font-size: 18px;
	color: #292929;
	padding: 35px 15px;
}

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

.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 {
	
	background-color: #FFFFFF;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: auto;
	border: 1px solid #dedede;
}

.navbar-nav>li>.u-dropdown-menu-bg li {
	
}
.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: #e74c3c;
	color: #ffffff;
}

.dropdown-submenu>.dropdown-menu {
	top: -1px;
	border-radius: 0;
	padding: 0;
	margin-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dedede;

}
.dropdown-submenu>.dropdown-menu li {
	
}
.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: #e74c3c;
	color: #ffffff;
}

.dropdown-submenu .dropdown-menu>.active>a,
.dropdown-submenu .dropdown-menu>.active>a:focus,
.dropdown-submenu .dropdown-menu>.active>a:hover {
	background-color: #e74c3c;
	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 {

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

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

/* 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;
    padding-left: 39px;
    color: #2767af;
    font-size: 28px;
	margin:38px 0;
} 
.home-title-center h2::before{ 
	content: '';
    position: absolute;
    left: 0;
    z-index: 0;
    background: #2668b2;
    width: 5px;
    height: 24px;
    border-right: 5px solid #e74b3c;
    box-sizing: content-box;
}


/* home-article-list */
.home-article-content{color:#a0a0a0;}
.home-article-list{
	padding-bottom: 30px;
}

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

/* home-main-product-list */
.home-main-product-list{
	border-bottom:1px solid #ebebeb;
}
.home-main-product-list .col-lg-3{ border-top:1px solid #ebebeb; border-right:1px solid #ebebeb;}
.home-main-product-list .col-lg-3:nth-child(4n+1){border-left:1px solid #ebebeb;}
.list-product-border {
	padding: 15px 0 30px 0;
    border-bottom: 5px solid #2668b2;
    margin-bottom: 30px;
}
.list-product-border:hover{border-bottom: 5px solid #e74b3c;}

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

.list-product-text {


}

.list-product-title a {
	 color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    height: 46px;
    overflow: hidden;
    display: block;
}

.list-product-title a:hover {
	color: #1f466f;
}
.list-product-description{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	color: #b5b5b5;
    font-size: 15px;
    height:65px;
	
}

/* second-navigation */
.second-navigation{border-top:1px solid #ebebeb; border-bottom:1px solid #ebebeb;}
.second-navigation-main{
	padding: 8px 0;
}
.second-navigation span {
	color: #2668b4;
}

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

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

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

.other-body {
	background-color: #ffffff;

}

/* other-title-left */
.other-title-left h2{
	font-size: 33px;
    text-align: center;
    margin: 36px 0;
}

.other-title-left h2 span{
	color: #2567b1;
    font-weight: 700;
}

/* 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;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
}
.other-content-name{
	text-align: center;
	padding-bottom: 30px;
}

.other-content-name h3{
	margin: 40px 0 10px 0;
    font-size: 30px;
    color: #3c3c3c;
}

.other-content-msg{
	text-align: center;
    font-size: 16px;
    color: #929292;
    padding-bottom: 30px;
    margin-top: -24px;
}

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

.other-article-feedback label,.other-product-feedback label{
	font-size: 18px;
    font-weight: normal;
    color: #292929;
}

.other-article-feedback input,.other-product-feedback input{
	border: 1px solid #ebebeb;
   
    background-color: #f5f5f5;
    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 #ebebeb;
   
    background-color: #f5f5f5;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 125px;
}

.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: #e74c3c;
    border: 0;
    color: #ffffff;

    font-size: 18px;
    padding: 10px 56px;
    margin-right: 10px;
    margin-top: 4px;
}

.other-article-feedback button:hover,.other-product-feedback button:hover{
	background-color: #2668b2;
	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;
	padding-bottom: 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{
	
}

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

.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: 24px;
  
    color: #3c3c3c;
    line-height: 34px;
}

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

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

.other-technology-content{
	line-height: 22px;
    color: #949494;
}

/* other-case-list */
.other-case-list{
	padding-top: 5px;
}
.other-case-list-item{

	margin-bottom: 30px;
}
.other-case-list-name{

}
.other-case-list-name a{
	color: #1f466f;
	text-decoration: none;
}

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

.other-case-list-name h3{
	font-size: 18px;

    line-height: 25px;
    color: #3c3c3c;
}
.other-case-list-time{
	
	color: #b5b5b5;
}

/* other-video-list */
.other-video-list{
	
}

.other-video-list-item{

	margin-bottom: 30px;
}
.other-video-list-name{
	
}
.other-video-list-name a{
	color: #1f466f;
	text-decoration: none;
}

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

.other-video-list-name h3{
	font-size: 18px;

    line-height: 25px;
    color: #3c3c3c;
}
.other-video-list-author{
	color: #b5b5b5;
}
.other-video-list-time{
	color: #b5b5b5;
}

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

}
.other-download-list-name a{
	color: #1f466f;
	text-decoration: none;
}
.other-download-list-name a:hover{
	color: #e74c3c;
}
.other-download-list-name h3{
	font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    height: 75px;
    color: #3c3c3c;
    margin: 0;
}

/* 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: #e74c3c;
	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{
	border-bottom:1px solid #ebebeb;
}
.other-product-list .col-lg-3{ border-top:1px solid #ebebeb; border-right:1px solid #ebebeb;}
.other-product-list .col-lg-3:nth-child(4n+1){border-left:1px solid #ebebeb;}

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

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





/* product-related */
.product-related{
	padding-top: 30px;
	border-bottom: 1px solid #ebebeb;
}
.product-related-title{
	border-bottom: 1px solid #ebebeb;
}
.product-related-title h2{margin: 20px 0;}
.product-related-title h2 span{
	font-size: 28px;
    font-weight: 600;
    padding: 0px 15px;
    color: #343434;
}
.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: 80px auto 0 auto;
	background-color: #ffffff;
}
.download-form-title{
	background-color: #2668b2;
	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: #e74c3c;
}
.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: 16px;

}
.download-form form label span{color: #E74C3C;}
.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: #e74c3c;
	border: 0;
	color: #ffffff;
	border-radius: 0;
	font-size: 18px;
	padding: 10px 22px;
	margin-right: 10px;
	margin-top: 10px;
}
.download-form form button:hover{
	background-color: #2668b2;
	color: #ffffff;
}





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

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

.footer-part a:hover {
	color: #ffffff;
}
.footer-part1{    border-right: 1px solid #3c77b9;
    padding-left: 40px;}

.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: 6px 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer-content-part{
	color: #ffffff;
    line-height: 22px;
    padding-left: 25px;
}

.copyright {
	background-color: #1f538f;
	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 #e74b3c;
	color: #e74b3c;
	background: #ffffff;
}

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

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

.search_tips {
	color: #E74C3C;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    padding: 20px;
}

.search_keyword {
	color: #e74c3c;
}

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



.header-main-cart-text {
	float: right;
    
    padding-left: 20px;
 
}



.header-main-cart-text a:hover{
	color: #e74c3c;
}
.product-parameter-text {
    font-size: 18px;
    color: #1f466f;
    margin-top: 20px;
}
.product-parameter-text2 {
    font-size: 14px;
    margin-top: 10px;
}

.product-whatsapp-button {
    font-size: 18px;
    color: #ffffff;
    background-color: #2bac1b;
    border-radius: 3px;
    border: 0;
    margin-right: 12px;
    margin-top: 20px;
}
.product-cart-button {
    font-size: 18px;
    background-color: #f0f0f0;
    border: 0px solid #e0e0e0;
    color: #6d6d6d;
    border-radius: 3px;
    margin-right: 12px;
    margin-top: 20px;
}
.product-class-review{border-bottom: 1px solid #ebebeb;}
.product-class-feedback{border-bottom: 1px solid #ebebeb;}
.product-review-info{color:#2868b2; float:left;}
.product-review-item{

}
.product-review-rating{
	margin-left:20px;
	float:left;
}
.product-review-content{
	background: #f7f7f7;
    margin: 10px 0 30px 15px;
    padding: 10px 20px;
}
.product-review form{
	padding: 20px;
}
.product-review form label{
	font-weight: 400;
	font-size: 16px;

}
.product-review form input{
	border: 1px solid #ebebeb;
	border-radius: 0;
	background-color: #f5f5f5;
	line-height: 36px;
	height: 36px;
	font-size: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.product-review form textarea{
	border: 1px solid #ebebeb;
	border-radius: 0;
	background-color: #f5f5f5;
	font-size: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 100px;
}
.product-review form button,.product-review form button:focus{
	background-color: #2567b1;
	border: 0;
	color: #ffffff;
	border-radius: 0;
	font-size: 14px;
	padding: 5px 16px;

}
.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;
}

.review_rating_star{display: inline;
    padding-left: 10px;}








.cart-table{
	
}
.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: #e74c3c;
}

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


.quantity-btn{
	padding: 0 10px;
}
.quantity-input{
	width: 50px;
	padding: 0 5px;
}
.order-table1{

}
.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: #e74c3c;
}
.order-checkout1{
	margin-top: 40px;
}
.order-checkout3{
	margin-bottom: 40px;
}
.red_text{
	color: red;
}
.order_list_linehight{
	padding: 5px 0;
}

.other-product_category_link{padding-bottom:10px;}

.other-product_category_link ul li{
	    display: inline-block;
    border: 1px solid #2668b2;
    margin-right: 10px;
    margin-bottom: 10px;
}
.other-product_category_link ul li a{
	display: block;
    padding: 5px 15px;
}
.other-product_category_link ul li a:hover{
	background: #2668b2;
    color: #fff;
}



.float-feedback{
    position:fixed; 
    right:0px; 
    margin-right: 10px; 
    bottom: 20px; 
    z-index: 999;
}
#floatfeedbackform label{font-weight: normal;}

.float-button{
    position:fixed; 
    width: 167px;
    height: 188px;
    right:20px;
    top: 435px;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    z-index: 999;
    color: #FFFFFF;
    cursor:pointer; 

}

.float-form{
    position:fixed; 
    right: 200px;
    bottom: 10px;
    background: #165ba0;
    width: 360px; 
    height: 540px;
    border-radius: 12px;
    padding: 0 20px;
    z-index: 999;
}

.float-form-title{
    text-align: center;
    font-size: 22px;
    font-weight:bold;
    color: #ffffff;
    padding: 20px 0;
}

.float-form-main{
    background-color: #ffffff;
    padding: 20px 20px;
}

.float-form-button{
    background: #165ba0;
    color: #ffffff;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.float-form-main form div.form-group span{
    color: red;
}
.float-quote{
    position:fixed;
    right:20px;
    top: 300px;
    border:1px solid #fff;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    z-index: 999;
}


/* provideo */
.other-provideo_category_link{padding-bottom:10px;}

.other-provideo_category_link ul li{
    
	display: inline-block;
}
.other-provideo_category_link ul li a{
	display: block;
    padding: 6px 30px;
    color: #2489a7;
    font-size: 16px;
    text-align: center;
    background-color: #ffffff;
    margin-right: 8px;
    border: 1px solid #ededed;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 3px 15px -5px rgb(68 107 138 / 30%);
    box-shadow: 0 3px 15px -5px rgb(68 107 138 / 30%);
    border-radius: 3px;
}
.other-provideo_category_link ul li a:hover{
	background: #e74b3c;
	color:#fff;
	text-decoration:none;

}

.list-provideo-border {
	padding: 20px 5px;
	position:relative;
}
.list-provideo-border:before{
	position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    border-bottom: 4px solid #e74b3c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: scaleX(0);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.list-provideo-border:hover:before{
	transform: scaleX(1);
}

.list-provideo-img img{width:100%;}

.list-provideo-title a {
	 color: #3c3c3c;
    font-size: 21px;
   
    text-decoration: none;
	margin: 12px 0 10px 0;
    overflow: hidden;
    display: block;
	text-align:center;
}

.list-provideo-title a:hover {
	color: #2489a7;
}
.list-provideo-description{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	color: #b5b5b5;
    font-size: 16px;
	line-height:20px;
	text-align:center;
	
}
.other-provideo-list .list-provideo-title a{
    font-size:24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	text-align:left;
    color: #3c3c3c;
}

.other-provideo-list .list-provideo-title a:hover{
    color: #1f466f;
}
.other-provideo-list .list-provideo-description{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #b5b5b5;
    font-size: 18px;
    line-height: 20px;
	text-align:left;
}
/* other-provideo-list */

.other-provideo-list .col-xs-6{border-bottom:1px solid #ebebeb;}
.other-provideo-list .col-xs-6:nth-child(2n+1){clear:both;}

/* other-provideo-show */
.provideo-show-main{margin-top:30px;}
.provideo-img-border{
	margin-top: 30px;
}
.provideo-parameter{
	margin-top: 30px;
}
.provideo-parameter-one h1{
	font-size: 38px;
	color: #3c3c3c;
}
.provideo-parameter-profile{
	font-size: 20px;
	color: #3c3c3c;
	margin-top: 30px;
}
.provideo-parameter-button{
	font-size: 22px;
	color: #ffffff;
	background-color: #ff9000;
    padding: 8px 24px;
	border: 0;
	margin-right: 12px;
	margin-top: 20px;
}

.provideo-parameter-share{
	margin-top: 30px;
}
.provideo-directions{
	border-top: 1px solid #ebebeb;
	margin-top: 30px;
}
.provideo-directions-fb-posts{
	margin-top: 30px;
}
.provideo-directions-fb-comments{
	margin-top: 30px;
}
.provideo-directions-facebook{
	margin-top: 30px;
}

.provideo-parameter-text {
    font-size: 18px;
    color: #1f466f;
    margin-top: 20px;
}
.provideo-parameter-text2 {
    font-size: 14px;
    margin-top: 10px;
}

.provideo-whatsapp-button {
    font-size: 22px;
    color: #ffffff;
    background-color: #2bac1b;
    padding: 8px 24px;
    border: 0;
    margin-right: 12px;
    margin-top: 20px;
}

/* provideo-related */
.provideo-related{
	padding-top: 30px;
	border-bottom: 1px solid #ebebeb;
}
.provideo-related-title{
	border-bottom: 1px solid #ebebeb;
}
.provideo-related-title h2{margin: 20px 0;}
.provideo-related-title h2 span{
	font-size: 28px;
    font-weight: 600;
    padding: 0px 15px;
    color: #343434;
}
.provideo-related-main{
	margin-top: 50px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #ffffff82;
    position: relative;
    width: 80%;
    max-width: 1400px;
    text-align: center;
}

.modal-body {
    position: relative;
    width: 100%;
	padding:0;
}

.video-container, .image-container {
    width: 100%;
}

.image-container img {
    width: 100%;
    height: auto;
}

.close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 50%;
    background: #00000066;
    color: #e9e9e9db;
    z-index: 99;
    width: 36px;
    height: 36px;
    text-align: center;
}
.close-button:hover{background: #ffffffa8;
    color: #000000db;}
.youtube-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px; 
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7); 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 30px solid white; 
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
	margin-left:13px;
}

.youtube-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.youtube-thumbnail:hover .play-button {
    background-color: rgb(197 0 0 / 90%); 
}
.modal-image{cursor: pointer;}

