@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,300,600,700&subset=latin,latin-ext);
*{
	margin:0;
	padding:0;
	border:none;
}
a{
	font: 400 14px/24px "Open Sans", "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: 10px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    max-width: 100%;
}

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;}
.sp-zoom img {max-width:unset;
}

h1, h2, h3, h4, h5, h6 {
  color: #343434;
  margin: 0 0 20px;
  line-height: normal;
  font-weight: 600;
  font-family: "Titillium Web", "microsoft yahei", sans-serif;
}


/*body*/
body{ 
	background-color:#FFFFFF;
	font: 400 14px/24px "Open Sans", "microsoft yahei", sans-serif;
	margin:0; 
	color: #343434;
}
/*header*/
.header-top{
	background-color: #2754eb;
}
.header-top-nav{
	padding: 16px 0;
}
.header-top-nav span a{
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;	
}
.header-top-nav span a:hover{
	color: #7a99ff;
}

.header-product-search{
	float: right;
	margin-top: 14px;
	margin-right: 10px;
}
.header-product-search button{
	width: 26px;
	height: 26px;
	background: none;
	color: #FFFFFF;
	font-size: 18px;
}
.header-product-search button:hover{
	color: #7a99ff;
	transition: 0.3s all ease;
}
.header-product-search-body{
	position: absolute; 
	top: 56px; 
	z-index: 99; 
}
.header-main-search{
	position: relative;
}
.header-main-search input{
	position: absolute;
	width: 100%;
	background: #FFFFFF;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	color: #343434;
	border: 10px solid #f1f1f1;
	border-radius: 0;
	outline: none;
	resize: none;
	padding-right: 35px;
}
.header-main-search button{
	position: absolute;
	right: 10px;
	height: 100%;
	width: 35px;
	top: 0;
	margin-top: 0;
	font-size: 24px;
	line-height: 60px;
	background-color: #2754eb;
	color: #2754eb;
	cursor: pointer;
}
.header-main-search button:hover{
	color: #7a99ff;
	transition: 0.3s all ease;
}
.header-language-nav{
	float: right;
	position: relative; 
	margin-top: 14px;
}
.btn-default-u-lang span{
	color: #FFFFFF;
}
.btn-default-u{
	border: 1px solid #FFFFFF;
	background-color: #2754eb;
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 0;
}
.btn-default-u:hover{
	color: #FFFFFF;
}
.btn-default-u:focus{
	color: #FFFFFF;
}
.dropdown-menu-u{
	background-color: #2754eb;
	margin: 14px 0 0;
	border-radius: 0;
}
.dropdown-menu > li > a{
    color: #FFFFFF;
}
.dropdown-menu > li > a:hover{
    color: #FFFFFF;
}
.header-logo{
	text-align: center;
	padding: 10px 0;
}

.header-main{
	z-index: 10000;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}






#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', "microsoft yahei", sans-serif;
  line-height: 1;
  background: #ffffff;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #FFFFFF;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #343434;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #2754eb;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #343434;
  border-right: 1px solid #343434;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #2754eb;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 10px;
  width: 220px;
  font-size: 12px;
  background: #FFFFFF;
  text-decoration: none;
  color: #343434;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #2754eb;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #343434;
  border-right: 1px solid #343434;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #2754eb;
  border-left: 1px solid #2754eb;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #2754eb;
}



@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  


  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


.my-slider{
	position: relative; 
	overflow: auto;
}

.home-body-main-0{
	background-color: #f1f1f1;
	padding-bottom: 40px;
}
.home-body-main-1{
	background-color: #FFFFFF;
	padding: 40px 0 40px 0;	
}
.home-about-content{
	font-size: 14px;
	color: #696E6E;
	line-height: 24px;
}
.home-body-main-2{
	background-color: #F1F1F1;
	padding: 20px 0 40px 0;
}
.home-body-main-3{
	background-color: #FFFFFF;
	padding: 10px 0 30px 0;
}



.home-title{
	margin: 30px 0;
}
.home-title h2{
	font: 600 18px/24px "Titillium Web", "microsoft yahei", sans-serif;
	text-transform:uppercase;
	color: #343434;
	margin: 0;
}
.home-hot-product-list{
	margin-top: 0px;
}
.list-product-border{
	width: 100%;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.list-product-padding-top{
	padding-top: 30px;
}
.list-product-text{
	padding: 2px 10px;
	width: 100%;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
.list-product-title a{
	color: #343434;
	text-decoration: none;
	font: 600 16px "Titillium Web", "microsoft yahei", sans-serif;
}
.list-product-title a:hover{
	color: #2754eb;
}
.list-product-noid{
	color: #2754eb;
}

.list-product-img{
	border: 10px solid #FFFFFF;
}
.list-product-profile{
	padding: 5px 16px 0 16px;
}

.list-product-button{
	text-align: center;
	padding: 20px 0;
}
.list-product-button .default_button{
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 24px;
	color: #7b7b7b;

}
.list-product-button .default_button:hover{
	background: #2754eb;
	border: 1px solid #2754eb;
	color: #fff;
}


.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: #343434;
}
.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: "Titillium Web", "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: -60px;
	right: 0px;
}
.owl-theme .owl-controls .owl-buttons div{
  color: #6c6e74;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 2px 13px;
  font-size: 1.25em;
  -webkit-border-radius: 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: #2754eb;
}

.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;
}




.second-navigation{
	background-color: #F1F1F1;
	font-size: 13px;
	padding-top: 20px;
}
.second-navigation .container{
	background-color: #FFFFFF;
	padding: 16px 10px;
}
.second-navigation span{
	color: #343434;
}
.second-navigation span a{
	color: #343434;
	text-decoration: none;
}
.second-navigation span a > i{
	color: #2754eb;
}
.second-navigation span a:hover{
	color: #2754eb;
}
.second-navigation span i{
	margin: 0 6px;
}


.other-body{
	padding-top: 30px;
	background-color: #F1F1F1;
}



.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;
}
.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{
	background-color: #F1F1F1;
	padding-bottom: 15px;
	border-bottom: 2px solid #dfdfdf;
	text-transform: uppercase;
}
.other-left-title span{
	color: #343434;
	font: 600 18px/24px "Titillium Web", "microsoft yahei", sans-serif;
}
.other-left-main{
	
}
.other-left-main ul li{
	background-color: #f9f9f9;
	position: relative;
	color: #343434;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.other-left-main ul li a{
	display: block;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 12px;
	color: #343434;
	text-decoration: none;
	font-size: 16px;
}
.other-left-main ul li a:hover{
	color: #2754eb;
}
.other-left-main ul li:hover{
	background-color: #F1F1F1;
	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: #292f38;
	width: 100%;
	overflow: hidden;
	
	text-overflow: ellipsis;
}
.other-left-categories-list ul li:hover{
	transition: 0.3s all ease;
}
.other-left-categories-list ul li a{
	display: block;
	color: #292f38;
	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: #2754eb;
}
.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: #2754eb;
}
.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: #343434;
  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: #2754eb;
	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: #343434;
	font-family: "Titillium Web", "microsoft yahei", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.other-right-list-main-title h3 a:hover{
	color: #2754eb;
}
.other-right-list-main-date{
	color: #2754eb;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	font-family: "Titillium Web", "microsoft yahei", sans-serif;
}
.other-right-list-main-date a{
	color: #343434;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	font-family: "Titillium Web", "microsoft yahei", sans-serif;
	text-decoration: none;
}
.other-right-list-main-date a:hover{
	color: #2754eb;
}
.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: #343434;
}
.other-right-list-main-more{
	margin-top: 20px;
}
.other-right-list-main-more a{
	background-color: #2754eb;
	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: #2754eb;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	font-family: "Titillium Web", "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: #2754eb;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	font-family: "Titillium Web", "microsoft yahei", sans-serif;
	margin-bottom: 10px;
}
.other-right-list-case-date i{
	margin-right: 10px;
}
.other-right-list-case-title a{
	color: #343434;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	font-family: "Titillium Web", "microsoft yahei", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.other-right-list-case-title a:hover{
	color: #2754eb;
}


.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: #343434;
	font-weight: 400;
	font-size: 14px;
}
.product-parameter span{
	font-weight: 700;
	color: #343434;
	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: "Titillium Web", "microsoft yahei", sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #343434;
}
.product-parameter-tag{
	margin-right: 15px;
	word-wrap: break-word; 
	word-break: normal;
	color: #343434;
	text-decoration: none;
}
.product-parameter-tag:hover{
	color: #2754eb;
	text-decoration: none;
}
.product-parameter-profile{
	margin-top: 5px;
}
.product-parameter-button{
	background: #2754eb;
	border: 1px solid #2754eb;
	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{
	color: #343434;
	font: 600 18px/24px "Titillium Web", "microsoft yahei", sans-serif;
	background-color: #F1F1F1;
	padding-bottom: 15px;
	border-bottom: 2px solid #dfdfdf;
	text-transform: uppercase;
}
.product-directions-text{
	width: 100%;
	background-color: #FFFFFF;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
	padding: 20px;
}
.product-inquiry-form{
	width: 100%;
	background-color: #FFFFFF;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	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: #2754eb;
  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: #2754eb;
	border: 1px solid #2754eb;
	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: #2754eb;
	border: 1px solid #2754eb;
	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: #FFFFFF;
	padding: 60px 0 20px 0;
	color: #343434;
}
.footer-part .share-button{
	margin: 20px 0 0 0;
}
.footer-part a{
	color: #2754eb;
	text-decoration: none;
}
.footer-part a:hover{
	color: #343434;
}
.footer-title{
	margin-bottom: 30px;
}
.footer-title h5{
	color: #343434;
	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: #2754eb;
	border-top: 1px solid #2754eb;
}
.copyright-info{
	color: #FFFFFF;
	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: #2754eb;
}
.paginations .active span{
	padding: 4px 10px;
	margin: 0 3px;
	border: 0;
	color: #FFFFFF;
	background: #2754eb;
	border-radius: 0;
}
.paginations .active span:hover{ 
	border: 0;
	color: #FFFFFF;
	background: #2754eb;
}
.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;
}



