@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:5px;
	border:1px solid #dedede;
	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;
}
img{max-width:100%; height:auto!important;}
/*body*/
body{ 
	background-color:#FFFFFF;
	font-family: 'Roboto', Arial, "microsoft yahei", sans-serif;
	font-weight: normal;
	font-size:13px; 
	margin:0; 
	color: #333333;
	letter-spacing: 0.1px;
}
/*header*/

.btn-default-u{
	border: none;
	background-color: #464646;
	font-size: 12px;
	padding: 4px 12px;
	color:#fff;
}
.btn-default-u:hover{
	color: #fff;
}
.btn-default-u:focus{
	color: #fff;
}
.dropdown-menu-u{
	background-color: #265485;
}
.dropdown-menu > li > a{
    color: #FFFFFF;
}
.dropdown-menu > li > a:hover{
    color: #FFFFFF;
}
.head-top-mail{font-size:18px; color: #265485; text-align:right; padding-right:10px; padding-top:10px; float:right;white-space: nowrap;}
.head-top-mail i{padding-right:10px;}



.header-main-search{
	height:52px;
	position: relative;

}
.header-main-search input{
	position: absolute;
	top:10px;
	right:10px;
	width: 90%;
	background: #fff;
	height: 34px;
	padding: 9px 10px;
	color: #333333;
	border: 1px solid #265485;
	border-radius: 4px;
	outline: none;
	resize: none;
	padding-right: 35px;
}
.header-main-search button{
	position: absolute;
	right: 15px;
	height: 100%;
	top: 0px;
	margin-top: 0;
	font-size: 20px;
	line-height: 40px;
	background-color: transparent;
	color: #265485;
	cursor: pointer;
}
.navbar{
	margin-bottom: 0;
	border: 0;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
nav.navbar.bootsnav{ 
	border-radius: 0px;
	background-color: #265485;
	color: #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover{
  color: #FFFFFF;
  background-color: #eca244;
}
.navbar-default .navbar-nav > .dropdown .on{background-color: #f5f5f5;}
.navbar-default .navbar-nav > .on > a{background-color: #eca244;}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #FFFFFF;
  background-color: #eca244;
}
.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: #FFFFFF;
  background-color: #265485;	
}
.navbar-default .navbar-toggle{
    border:none;
    background: #eca241;
}
.navbar-default .navbar-toggle .icon-bar{background-color:#fff;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #eca241;
}
.navbar-nav > li > .u-dropdown-menu-bg {
	
	border: 0px;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: none;
	padding: 1px 0 0 0;
	
}
.navbar-nav > li > .u-dropdown-menu-bg > ul {
  border: 1px solid #e5e7e8;
  border-top: 4px solid #265485;
  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: #e5e7e8;
	color: #265485;
}
.dropdown-submenu > .dropdown-menu {
	border-top-left-radius: 4px;
	border-top: 4px solid #265485;
	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: #e5e7e8;
	color: #265485;
}
.dropdown-submenu .dropdown-menu > .active > a,
.dropdown-submenu .dropdown-menu > .active > a:focus,
.dropdown-submenu .dropdown-menu > .active > a:hover {
	background-color: #e5e7e8;
	color: #265485;
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #265485;
}

.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: #265485;
}
.my-slider{
	margin-top: 0px;
	position: relative; 
	overflow: hidden;
}
.my-slider ul{width:500%;}
.my-slider ul li{width:20%; float:left;}

.home-title{
	margin: 48px 0;
}
.home-title h2{
	font-weight: 300;
	text-transform:uppercase;
	color: #292f38;
	margin: 0;
	text-align: center;
	position:relative;
}
.home-title h2::before{content: '';
    position: absolute;
    left: 0;
    bottom:1px;
	border-bottom:1px solid #eca241;
    width: 100%;
    height: 1px;}
.home-title h2 span{ 
    position:relative;
    display: inline-flex; 
    border-bottom: 3px solid #265485;
    padding: 0 15px; 
    
}

.home-hot-product-list{
	margin-top: 0px;
}
.list-product-border{
	width: 100%;
	margin-bottom: 20px;
	text-align:center;

	
}
.list-product-img{
	border: 1px solid #edf0f3;
	overflow:hidden;
}
.list-product-img:hover{border: 1px solid #eca241;}
.list-product-img img{
	moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.list-product-img:hover img{
	-moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .55;
}
.advantage img{
	moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;

}
.advantage:hover img{
	-moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

}
.home-mid-banner{width: 100%;
    padding: 10px 0;
    background: url(../images/home-mid-banner.jpg) center no-repeat;}
.list-product-text{
	padding: 10px 10px 0 10px;;
	width: 100%;
	overflow: hidden;
  white-space:nowrap; 
	text-overflow:ellipsis;
	color: #292f38;
	font-size: 14px;
}
.list-product-title a{
	text-decoration: none;
	color:#292f38;
}
.list-product-title a:hover{
	color: #eca241;
}
.list-product-noid{

}

.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 1px 1px rgba(0,0,0,.10);
}
.home-news-content-style{

}
.home-news-title{
	
}
.home-news-title h5 a{
	font-size: 18px;
	color: #292F38;
	text-decoration: none;
	line-height: 30px;
}
.home-news-title h5 a:hover{
	color: #265485;
}
.home-news-text{
	font-size: 12px;
	color: #333333;
}
.home-news-text-date{
	font-size: 14px;
	line-height: 30px;
}
.home-about-content{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.owl-carousel .owl-controls{
	position: absolute;
	z-index: 10;
	top: -53px;
	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: #265485;
}

.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;
}
.second-navigation span{
	color: #292f38;
}
.second-navigation span a{
	color: #292f38;
	text-decoration: none;
}
.second-navigation span a:hover{
	color: #265485;
}
.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 1px 1px rgba(0,0,0,.10);
	margin-bottom: 30px;
}
.other-left-title{
	background-color: #265485;
	padding: 8px 16px;
}
.other-left-title span{
	color: #FFFFFF;
	font-size: 18px;
}
.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: #265485;
}
.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;
}
.other-left-categories-list ul li a{
	display: block;
	padding: 10px 20px 10px 0;
	color: #292f38;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #ecf0f1;
}
.other-left-categories-list ul li a:hover{
	color: #265485;
}
.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: #265485;
}
.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: #265485;
}

#owl-other-left-news-product .owl-buttons div i{
	font-size: 1.25em;
	line-height: inherit;
}



.other-right-title h2{
	position:relative;
	font-weight: 300;
}
.other-right-title h2::before{content: '';
    position: absolute;
    left: 0;
    bottom:1px;
	border-bottom:1px solid #eca241;
    width: 100%;
    height: 1px;}
.other-right-title h2 span{ position:relative; display: inline-flex; border-bottom:3px #265485 solid; padding:0 15px;}
.other-right-text{
	padding-bottom: 30px;
	line-height: 24px;
	overflow: hidden;
}
.other-right-text h1{
	margin-bottom: 30px;
}
.other-right-text-tips{
	color: #265485;
	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 1px 1px rgba(0,0,0,.10);
	border-radius: 4px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.other-right-list{}
.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 1px 1px 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: #265485;
}
.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: #265485;
}
.other-right-list-main-more a{
	font-weight: 300;
	font-size: 18px;
	color: #265485;
}
.other-right-list-main-more a:hover{
	color: #292f38;
}

.product-img-border{
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 1px 1px 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: #265485;
	text-decoration: none;
}
.product-parameter-tag:hover{
	color: #323A45;
	text-decoration: none;
}
.product-parameter-profile{
	margin-top: 5px;
}
.product-parameter-button{
	background: #265485;
    border: 1px solid #265485;
    color: #fff;
    box-shadow: 0 3px 0 #bfc8d2;
    margin-right: 18px;
}
.product-parameter-button:hover{
	background: #eca244;
    border: 1px solid #eca244;
    color: #fff;
    box-shadow: 0 3px 0 #E2E6E7;
}
.product-parameter-share{
	margin-top: 15px;
}


.product-show-title{
	background: #265485;
	color: #FFFFFF;
	padding: 8px 16px;
	
	font-size: 18px;
}
.product-show-title-2{
	color: #323A45;
	padding: 20px 0;
	font-size: 18px;
	position:relative;
}
.product-show-title-2::before{content: '';
    position: absolute;
    left: 0;
    bottom:21px;
	border-bottom:1px solid #eca241;
    width: 100%;
    height: 1px;}
.product-show-title-2 span{ position:relative; display: inline-flex;  border-bottom:3px #265485 solid; padding:0 15px;}
.product-directions-text{
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.10);
	margin-bottom: 30px;
	padding: 20px;
}
.product-inquiry-form{
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.10);
	margin-bottom: 30px;
	padding: 20px;	
}

.product-related{
	
}
.product-related-main{
	
}


#message{
	margin-bottom: 30px;
}
#message .form-group label{
	font-weight: normal;
	font-size: 15px;
	color: #333333;
}
#message .form-group label span{
	margin-left: 10px;
	color: #ff0000;
}
#message .form-control{
	background: #f5f7f8;
	height: 41px;
	padding: 9px 10px;
	color: #333333;
	border: 1px solid #e4e4e2;
	box-shadow: none;
}
#message .form-control:focus {
  border-color: #265485;
  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: 1px solid #e4e4e2;
	border-radius: 4px;
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width:130px;
}
#message .form-group .input-group .new-input-group-addon img{
	cursor: pointer;
}
#message .btn-submit{
	background: #265485;
    border: 1px solid #265485;
    color: #fff;
    box-shadow: 0 3px 0 #bfc8d2;
}
#message .btn-submit:hover{
	background: #eca244;
    border: 1px solid #eca244;
    color: #fff;
    box-shadow: 0 3px 0 #E2E6E7;
}
#message .btn-reset{
	background: #265485;
    border: 1px solid #265485;
    color: #fff;
    box-shadow: 0 3px 0 #bfc8d2;
}
#message .btn-reset:hover{
	background: #eca244;
    border: 1px solid #eca244;
    color: #fff;
    box-shadow: 0 3px 0 #E2E6E7;
}
#message .feedback-tips{
	color: #265485;
	line-height: 22px;
	padding-top: 20px;
}

.footer-part{
	background-color: #212121;
	padding: 40px 0 20px 0;
	color: #888;
}
.footer-part .share-button{
	margin: 20px 0 0 0;
}
.footer-part a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer-part a:hover{
	color: #eca241;
}
.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 #4c4c4c;
	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: #212121;
	border-top: 1px solid #2b2b2b;
}
.copyright-info{
	color: #6d6d6d;
	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 #265485;
	color: #FFFFFF;
	background: #265485;
}
.paginations .active span{
	padding: 4px 10px;
	margin: 0 3px;
	border: 1px solid #265485;
	color: #FFFFFF;
	background: #265485;
	border-radius: 4px;
}
.paginations .active span:hover{ 
	border: 1px solid #265485;
	color: #FFFFFF;
	background: #265485;
}

.search_tips{
	color: #265485;
	font-weight: 300;
	font-size: 18px;
	background-color: #FFFFFF;
	border: 1px solid #e4e4e2;
	border-radius: 4px;
	padding: 15px 20px;
}
.search_keyword{
	color: #3EB374;
}
.sp-zoom img {
	max-width:unset;
}


