@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300&subset=latin,cyrillic);


*{
	margin:0;
	padding:0;
	border:none;
}
a{
	font: 400 14px/24px "Roboto", "microsoft yahei", sans-serif;
	text-decoration: none;
	outline: none !important;
	transition: 0.3s all ease;
}
b, strong{
	font-weight:bold !important;
}
ul,ol{
	list-style: none;
}
q {
	quotes: none;
}
table, table td { 
	padding:5px;
	border:1px #dddddd solid;
	border-collapse:collapse;
	max-width: 100%;
}

embed{ 
	vertical-align:top;
}
input,button{
	-webkit-appearance:none;
	outline: none;
}
button::-moz-focus-inner{
	border:0;
}

/* public */
.clear{ 
	clear:both; 
	width: 0; 
	height: 0; 
	margin: 0; 
	padding: 0;
}

img{max-width:100%; height:auto;}
h1, h2, h3, h4, h5, h6 {
  color: #494949;
  margin: 0 0 20px;
  line-height: normal;
  font-weight: 600;
  font-family: "Roboto", "microsoft yahei", sans-serif;
}


/*body*/
body{ 
	background-color:#FFFFFF;
	font: 400 14px/24px "Roboto", "microsoft yahei", sans-serif;
	margin:0; 
	color: #494949;
}
/*header*/
.header-top{
	background-color: #FFFFFF;
	border-bottom: 1px solid #e9e9e9;
}
.header-top a{color: #6f6f6f;
    font-size: 17px;
    padding-right: 20px;
    line-height: 60px;}
.header-language-nav{
	width:124px;
	float: right;
	border-left: 1px solid #e9e9e9;
}
.btn-default-u-lang span{
	color: #a0a0a0;
}
.btn-default-u{
	background-color: #FFFFFF;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	padding: 0 12px;
	border-radius: 0;
}
.btn-default-u:hover{
	color: #FFFFFF;
}
.btn-default-u:focus{
	color: #FFFFFF;
}
.dropdown-menu-u{
	background-color: #4bb5c1;
	border-radius: 0;
}
.dropdown-menu > li > a{
    color: #FFFFFF;
}
.dropdown-menu > li > a:hover{
    color: #FFFFFF;
}

.header-product-search{
	float: right;
	height: 60px;
	width: calc(100% - 126px);
	background-color: #f4f4f4;
	border-left: 1px solid #e9e9e9;
}
.header-product-search-body{
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #f4f4f4;
}
.header-main-search{
	
}
.header-main-search input{
	position: absolute;
	width: 100%;
	padding-left: 10px;
	background: #f4f4f4;
	height: 60px;
	line-height: 60px;
	color: #494949;
	border: 0;
	border-radius: 0;
	outline: none;
	resize: none;
	padding-right: 70px;
}
.header-main-search button{
	position: absolute;
	right: 0px;
	height: 60px;
	width: 58px;
	top: 0;
	border-left: 1px solid #4bb5c1;
	border-right: 1px solid #4bb5c1;
	margin-top: 0;
	font-size: 24px;
	line-height: 60px;
	background-color: #4bb5c1;
	color: #FFFFFF;
	cursor: pointer;
}
.header-main-search button:hover{
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	color: #4bb5c1;
	background-color: #FFFFFF;
	transition: 0.3s all ease;
}

.header-main{
	z-index: 10000;
	border-bottom: 2px solid #e9e9e9;
	background-color: #FFFFFF;
	
}


.my-slider{
	position: relative; 
	overflow:hidden;
}
.my-slider ul{
	width:500%;
}
.my-slider ul li{width:20%; float:left;}
.home-service-info{
	background-color: #4bb5c1;

}

.home-body-main-0{
	background-color: #FFFFFF;
}
.home-body-main-1{
	background-color: #4bb5c1;
	padding: 30px 0;
}
.home-about-content{
	font-size: 14px;
	color: #696E6E;
	line-height: 24px;
}
.home-body-main-2{
	background-color: #FFFFFF;
}
.home-body-main-3{
	background-color: #FFFFFF;
}



.home-title{
	margin: 30px 0;
	border: 1px solid #e9e9e9;
	position: relative;
	padding: 12px 0 12px 20px;
}

.home-title::before {
    position: absolute;
    content: '';
    width: 7px;
    top: -1px;
    bottom: -1px;
    left: 0;
    background: #4bb5c1;
}

.home-title h2{
	font: 400 24px/30px "Roboto", "microsoft yahei", sans-serif;
	color: #494949;
	margin: 0;
}

.home-title-1{
	margin: 30px 0;
}
.home-title-1 h2{
	font: 600 30px/40px "Roboto", "microsoft yahei", sans-serif;
	color: #FFFFFF;
	margin: 0;
}
.home-about-content{
	color: #FFFFFF;
}
.home-about-content a{
	color: #FFFFFF;
}
.home-about-content a:hover{
	color: #FFFFFF;
}

.home-hot-product-list{
	margin-top: 0px;
}
.list-product-border{
	width: 100%;
	margin-bottom: 40px;
	background-color: #FFFFFF;
}
/*.list-product-padding-top{
	padding-top: 30px;
}*/
.list-product-text{
	padding: 5px 0;
	width: 100%;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
}
.list-product-title{
	margin-top: 10px;
}
.list-product-title a{
	color: #494949;
	text-decoration: none;
	font-size: 18px;
}
.list-product-title a:hover{
	color: #4bb5c1;
}
.list-product-noid{
	color: #4bb5c1;
}

.list-product-img{
	border: 1px solid #e9e9e9;
}
.list-product-profile{
	padding: 5px 0 0 0;
}

.list-product-button{
	text-align: center;
	border: 1px solid #E9E9E9;
	background-color: #f4f4f6;
	margin-top: 15px;
}
.list-product-button .default_button{
	background: #4bb5c1;
	border: 0;
	border-radius: 0;
	color: #FFFFFF;
}
.list-product-button > a > i{
	font-size: 25px;
}
.list-product-button .default_button:hover{
	background: #f4f4f6;
	border: 0px solid #4bb5c1;
	color: #494949;
}


.home-img-banner{
}
.home-img-banner img{
	min-width: 100%;
	height: auto;
}
.home-img-banner > div .home-img-banner-box{
	position: relative;
    overflow: hidden;
    background: #494949;
}
.home-img-banner > div .home-img-banner-box > a {
    display: block;
    max-width: 100%;
    transition: 0.3s all ease;
}

.home-img-banner > div .home-img-banner-box:hover a img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .75;
}

.home-img-banner > div .home-img-banner-box > a > img{
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-img-banner > div .home-img-banner-box > div{
    bottom: 71px;
    left: 48px;
    position: absolute;
    right: 30px;
    width: 200px;
    z-index: 99;
}
.home-img-banner > div .home-img-banner-box > div h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    font-family: "Roboto", "microsoft yahei", sans-serif;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #fff;
}


.home-newpro-title{
	font-size: 30px;
}
.owl-carousel .owl-controls{
	position: absolute;
	z-index: 10;
	top: -88px;
	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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #F1F1F1;
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	color: #FFFFFF;
	background: #4bb5c1;
}

.owl-carousel .owl-controls .owl-buttons div i{
	font-size: 1.25em;
	line-height: inherit;
}

.home-news-product-list{ 
	
}
#owl-links .item{
  margin: 3px;
}
#owl-links .item img{
  display: block;
  width: 100%;
  height: auto;
}
.home-links-img{
	margin-bottom: 20px;
}



.second-navigation{
	background-color: #f5f5f5;
	font-size: 13px;
}
.second-navigation .container{
	padding: 16px 10px;
}
.second-navigation span{
	color: #494949;
}
.second-navigation span a{
	color: #4bb5c1;
	text-decoration: none;
}
.second-navigation span a > i{
	color: #4bb5c1;
}
.second-navigation span a:hover{
	color: #494949;
}
.second-navigation span i{
	margin: 0 6px;
}


.other-body{
	padding-top: 30px;
	background-color: #FFFFFF;
}



.other-center-title{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.other-center-title h1{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 34px;
	line-height: 55px;
	margin-bottom: 0;
	text-align: center;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4bb5c1;
}
.other-center-text{
	padding-bottom: 30px;
	line-height: 24px;
	overflow: hidden;
}
.other-center-text h1{
	margin-bottom: 30px;
}



.other-left-border{
	width: 100%;
	margin-bottom: 30px;
}
.other-left-title{
	margin: 0 0 30px;
	border: 1px solid #e9e9e9;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #e9e9e9;
	text-transform: uppercase;
	padding: 12px 26px;
}
.other-left-title::before {
    position: absolute;
    content: '';
    width: 7px;
    top: -1px;
    bottom: -1px;
    left: 0;
    background: #4bb5c1;
}
.other-left-title span{
	font-size: 18px;
	line-height: 24px;
	font-family: "Roboto", "microsoft yahei", sans-serif;
}
.other-left-main{
	
}
.other-left-main ul li{
	background-color: #f5f5f5;
	position: relative;
	color: #494949;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.other-left-main ul li a{
	display: block;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 12px;
	color: #494949;
	text-decoration: none;
	font-size: 16px;
}
.other-left-main ul li:hover{
	background-color: #ededed;
	transition: 0.3s all ease;
}
.other-left-main ul li a span{
	display: block;
	width: 23px;
	height: 23px;
	line-height: 23px;
	position: absolute;
	right: 0;
	top: 22px;
	margin-top: -11.5px;
}




.other-left-categories-list{}
.other-left-categories-list ul li{
	background-color: #FFFFFF;
	position: relative;
	color: #494949;
	width: 100%;
	overflow: hidden;
	
}
.other-left-categories-list ul li:hover{
	transition: 0.3s all ease;
}
.other-left-categories-list ul li a{
	display: block;
	color: #494949;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 12px;
}
.other-left-categories-list > ul > li > a{
	padding: 10px 12px;
}

.other-left-categories-list ul li a:hover{
	color: #4bb5c1;
}
.other-left-categories-list ul li a span{
	display: block;
	border-radius: 0;
	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: #4bb5c1;
}
.span-down{
	transform:rotate(90deg);
}

.other-left-new-product{
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

#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: #494949;
  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: #FFFFFF;
  filter: Alpha(Opacity=100);
  opacity: 1;
}
#owl-other-left-news-product .owl-buttons div:hover{
	color: #4bb5c1;
	background: #FFFFFF;
}

#owl-other-left-news-product .owl-buttons div i{
	font-size: 1.25em;
	line-height: inherit;
}


.other-right-title{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.other-right-title h2{
	text-transform: uppercase;
	font-size: 34px;
	line-height: 55px;
	margin-bottom: 0;
	text-align: center;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.other-right-text{
	padding-bottom: 30px;
	line-height: 24px;
	overflow: hidden;
}
.other-right-text h1{
	margin-bottom: 30px;
}

.other-right-list{}
.other-right-list ul li{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 30px;
	margin-top: 30px;
}

.other-right-list-img img{
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
	height: auto;
}
.other-right-list-img:hover img{
	opacity: .75;
}
.other-right-list-main-title h3 a{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #4bb5c1;
	font-family: "Roboto", "microsoft yahei", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.other-right-list-main-title h3 a:hover{
	color: #494949;
}
.other-right-list-main-date{
	color: #4bb5c1;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	font-family: "Roboto", "microsoft yahei", sans-serif;
}
.other-right-list-main-date a{
	color: #494949;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	font-family: "Roboto", "microsoft yahei", sans-serif;
	text-decoration: none;
}
.other-right-list-main-date a:hover{
	color: #4bb5c1;
}
.other-right-list-main-date span{
	margin-right: 12px;
}
.other-right-list-main-date span i{
	margin-right: 12px;
}
.other-right-list-main-description{
	margin-top: 20px;
	color: #494949;
}
.other-right-list-main-more{
	margin-top: 20px;
}
.other-right-list-main-more a{
	background-color: #4bb5c1;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	padding: 8px 12px;
	text-decoration: none;
}
.other-right-list-main-more a:hover{
	background-color: #777777;
	transition: 0.3s all ease;
}
.other-center-date{
	color: #4bb5c1;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	font-family: "Roboto", "microsoft yahei", sans-serif;
	margin-bottom: 20px;
}

.other-right-list-case{
	background-color: #212121;
	margin: 15px 0;
	position: relative;
}
.other-right-list-case a img{
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
	height: auto;
}
.other-right-list-case:hover img{
	opacity: .75;
}

.other-right-list-case:hover .other-right-list-case-caption {
    bottom: 0;
    opacity: 0.8;
}
.other-right-list-case .other-right-list-case-caption {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100%;
    padding: 15px;
    text-align: right;
    background: #fff;
    min-height: 116px;
    opacity: 0;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.other-right-list-case-date{
	color: #4bb5c1;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	font-family: "Roboto", "microsoft yahei", sans-serif;
	margin-bottom: 10px;
}
.other-right-list-case-date i{
	margin-right: 10px;
}
.other-right-list-case-title a{
	color: #494949;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	font-family: "Roboto", "microsoft yahei", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.other-right-list-case-title a:hover{
	color: #4bb5c1;
}


.product-img-border{
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-top: 42px;
}
.sp-thumbs{
	padding-top: 10px;
}
.product-parameter{
	margin-top: 42px;
	color: #494949;
	font-weight: 400;
	font-size: 14px;
}
.product-parameter span{
	font-weight: 700;
	color: #494949;
	font-size: 16px;
}
.product-parameter-one{
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 15px;
	margin-top: 15px;
}
.product-parameter-one h1{
	font-size: 26px;
	line-height: normal;
	font-weight: 600;
	font-family: "Roboto", "microsoft yahei", sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #494949;
}
.product-parameter-tag{
	margin-right: 15px;
	word-wrap: break-word; 
	word-break: normal;
	color: #494949;
	text-decoration: none;
}
.product-parameter-tag:hover{
	color: #4bb5c1;
	text-decoration: none;
}
.product-parameter-profile{
	margin-top: 5px;
}
.product-parameter-button{
	background: #4bb5c1;
	border: 1px solid #4bb5c1;
	color: #fff;	
	margin-right: 18px;
	border-radius: 0;
}
.product-parameter-button:hover{
	background: #777777;
	border: 1px solid #777777;
	color: #fff;
	transition: 0.3s all ease;
}
.product-parameter-share{
	margin-top: 15px;
}


.product-show-title{
	margin: 0 0 30px;
	border: 1px solid #e9e9e9;
	position: relative;
	margin-bottom: 0;
	border-bottom: 4px solid #e9e9e9;
	text-transform: uppercase;
	padding: 12px 26px;
	font-size: 16px;
}
.product-show-title::before {
    position: absolute;
    content: '';
    width: 7px;
    top: -1px;
    bottom: -1px;
    left: 0;
    background: #4bb5c1;
}
.product-directions-text{
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	padding: 20px;
}
.product-inquiry-form{
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	padding: 20px;	
}

.product-related{
	
}
.product-related-main{
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;	
}


#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: #ee372a;
}
#message .form-control{
	background: #f5f7f8;
	height: 41px;
	padding: 9px 10px;
	color: #696e6e;
	border: 1px solid #e4e4e2;
	box-shadow: none;
	border-radius: 0;
}
#message .form-control:focus {
  border-color: #4bb5c1;
  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: 0;
	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: #4bb5c1;
	border: 1px solid #4bb5c1;
	color: #fff;
	border-radius: 0;
}
#message .btn-submit:hover{
	background: #777777;
	border: 1px solid #777777;
	color: #fff;
	transition: 0.3s all ease;
}
#message .btn-reset{
	background: #4bb5c1;
	border: 1px solid #4bb5c1;
	color: #fff;
	border-radius: 0;
}
#message .btn-reset:hover{
	background: #777777;
	border: 1px solid #777777;
	color: #fff;
	transition: 0.3s all ease;
}
#message .feedback-tips{
	color: #ee372a;
	line-height: 22px;
	padding-top: 20px;
}



.footer-part{
	background-color: #4bb5c1;
	padding: 60px 0 20px 0;
	color: #FFFFFF;
}
.footer-part .share-button{
	margin: 20px 0 0 0;
}
.footer-part a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer-part a:hover{
	color: #FFFFFF;
}
.footer-title{
	margin-bottom: 30px;
}
.footer-title h5{
	color: #FFFFFF;
	margin-bottom: 30px;
	font-size: 22px;
}
.footer-content-part{
  padding-bottom: 20px;
}
.footer-links{
	padding-bottom: 20px;
}
.footer-links a{
	display: block;

	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: #FFFFFF;
	border-top: 1px solid #4bb5c1;
}
.copyright-info{
	color: #4bb5c1;
	line-height: 60px;
	font-size: 14px;
}

/*分页样式*/
.paginations { 
	text-align: left;
	margin: 20px 0;
}
.paginations .totalpage, .paginations li a{
	padding: 4px 10px;
	border: 0;
	background: #777777;
	margin: 0 3px;
	color: #FFFFFF;
	border-radius: 0;
}
.paginations .totalpage:hover, .paginations li a:hover{ 
	border: 0;
	color: #FFFFFF;
	background-color: #777777;
}
.paginations li a:hover{ 
	border: 0;
	color: #FFFFFF;
	background: #4bb5c1;
}
.paginations .active span{
	padding: 4px 10px;
	margin: 0 3px;
	border: 0;
	color: #FFFFFF;
	background: #4bb5c1;
	border-radius: 0;
}
.paginations .active span:hover{ 
	border: 0;
	color: #FFFFFF;
	background: #4bb5c1;
}
.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:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.search_tips{
	color: #ee372a;
	font-weight: 300;
	font-size: 18px;
	background-color: #FFFFFF;
	border: 2px solid #D1D1D1;
	padding: 15px 20px;
}
.search_keyword{
	color: #3EB374;
}
.sp-zoom img {
    max-width: unset;
}


