@font-face{font-family:roboto;src:url(fonts/roboto-regular-webfont.eot);src:url(fonts/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-regular-webfont.woff) format('woff'),url(fonts/roboto-regular-webfont.ttf) format('truetype'),url(fonts/roboto-regular-webfont.svg#robotoregular) format('svg')}@font-face{font-family:'roboto lt';src:url(fonts/roboto-light-webfont.eot);src:url(fonts/roboto-light-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-light-webfont.woff) format('woff'),url(fonts/roboto-light-webfont.ttf) format('truetype'),url(fonts/roboto-light-webfont.svg#robotolight) format('svg')}@font-face{font-family:'roboto bl';src:url(fonts/roboto-black-webfont.eot);src:url(fonts/roboto-black-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-black-webfont.woff) format('woff'),url(fonts/roboto-black-webfont.ttf) format('truetype'),url(fonts/roboto-black-webfont.svg#robotoblack) format('svg')}@font-face{font-family:'roboto th';src:url(fonts/roboto-thin-webfont.eot);src:url(fonts/roboto-thin-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-thin-webfont.woff) format('woff'),url(fonts/roboto-thin-webfont.ttf) format('truetype'),url(fonts/roboto-thin-webfont.svg#robotothin) format('svg')}
body{
margin:0;
background:#000;
}
.banner {
z-index: 1;
margin-top:0px;
}
.banner .slider {
position: relative;
}
.banner .slider ul {
margin: 0px;
padding: 0px;
list-style: none;
width: 100%;
height: 1000px;
overflow: hidden;
position: relative;
}
.banner .slider ul li {
position: absolute;
top: 0px;
left: 50%;
}

.banner {
z-index: 1;
}
.banner .slider {
position: relative;
}
.banner .slider ul {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
height: 1000px;
overflow: hidden;
position: relative;
}
.banner .slider ul li {
position: absolute;
top: 0;
left: 50%;
}
.banner .slider .dots:after {
display: table;
clear: both;
content: "";
}
.banner .slider .dots {
position: absolute;
bottom: 20px;
left: 60%;
z-index: 40;
 *zoom: 1;
}
.banner .slider .dots a {
display: block;
float: left;
width: 12px;
height: 12px;
margin-right: 10px;
text-indent: -9999em;
background: #000;
border-radius: 10px;
}
.banner .slider .dots .cur {
background: #329;
}
.banner .slider .arrow {
width: 65%;
position: absolute;
top: 45%;
left: 18%;
z-index: 50;
}
.banner .slider .arrow .btn-left {
float: left;
}
.banner .slider .arrow .btn-right {
float: right;
}
.main-contain{
display:table;
position:absolute;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
z-index:10;
top:0;
width:100%
}
.container{
display:table;
position:relative;
margin-left:auto;
margin-right:auto;
width:1000px;
}
.header{
display:block;
position:relative;
margin-left:auto;
margin-right:auto;
width:959px;
height:72px;
margin-top:40px;
background:#000000;
border-radius: 36px;
z-index:15;
}
.logo{
display:block;
position:relative;
width:233px;
height:72px;
float:left;
}
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.menu {
	position:relative;
	width:544px;
	height:72px;
	left:20px;
	float:left;
}
.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	margin:0;
}


.menu li a {
	display: block;
	padding: 5px 18px;
	padding-top: 11px;
	line-height: 50px;
	text-decoration: none;
	font-family: roboto bl;
	font-size: 14px;
	color: #A9A9A9;
}
.menu li:hover > a{color: #ffffff; }
.menu ul li:hover > a{color: #454545; }
.menu li:hover{border-bottom:6px solid #015CDD;}
.menu li ul li:hover{border-bottom:1px solid #B1B1B1;}

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 72px;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	overflow:hidden;
}
.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0px;
	overflow: hidden;
	padding: 0;
	border-radius:0;
    margin:0;
	background:#CECECE;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	border-bottom:1px solid #B1B1B1;
}
.menu ul li:first-child {
-webkit-box-shadow: inset 0px 7px 9px -7px rgba(0,0,0,0.7);
-moz-box-shadow: inset 0px 7px 9px -7px rgba(0,0,0,0.7);
box-shadow: inset 0px 7px 9px -7px rgba(0,0,0,0.7);
}
.menu ul li:hover {
background:#B8B8B8;
-webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.2);
}
.menu li:hover > ul li {
	height: 50px;
	overflow: visible;
	padding: 0;
}
.menu ul li a {
	width: 220px;
	padding: 0px 0px 0px 20px;
	margin: 0;
	border: none;
	font-family: roboto;
	font-size: 16px;
	color: #656565;
}

.slicknav_menu {
	display:none;
}

.slicknav_btn {
position: absolute;
display: block;
vertical-align: middle;
padding: 0.438em 0.625em;
line-height: 1.125em;
cursor: pointer;
z-index: 20;
right: 15px;
top:-12px;
}
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    position:absolute;
	width:100%;
	top:0;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top:30px;
}
/* Button */
.slicknav_btn {
    text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
    background:rgba(0,0,0,0.9);
}
.slicknav_nav {
    font-family:roboto;
    color:#fff;
    margin:0;
    padding:0;
    font-size:14px;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
	margin-top:40px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#015CDD;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#015CDD;
    color:#fff;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
.onclick-menu::-moz-selection {
display:none;
}

.onclick-menu::selection {
display:none;
}
.onclick-menu {
    position:relative;
    display:block;
	cursor:pointer;
	float:left;
	width:57px;
	height:72px;
	border-right:1px solid #292929;
	background: url(im/s-ico.png) no-repeat center 30px #1B1B1B;
}
.onclick-menu-content {
display: none;
position: absolute;
z-index: 99;
width: 270px;
height: 40px;
padding: 10px 20px;
background: none repeat scroll 0% 0% #FFF;
right: 30px;
top: 72px;
border-radius: 0px 0px 8px 8px;
}
.search{
width: 240px;
height: 35px;
border:0;
font-family:roboto;
font-size:14px;
color:#666666;
}
.sub-s{
width: 18px;
height: 18px;
background: url(im/s-ico.png) no-repeat center #fff;
border:0;
cursor:pointer;
margin-top:8px;
}
.fb{
display:block;
position:relative;
float:left;
width:33px;
height:33px;
background:url(im/fb.png) no-repeat;
margin-top:20px;
margin-left:20px;
margin-right:10px;
}
.fb:hover{
background:url(im/fb-h.png) no-repeat;
}
.tw{
display:block;
position:relative;
float:left;
width:33px;
height:33px;
background:url(im/tw.png) no-repeat;
margin-top:20px;
}
.tw:hover{
background:url(im/tw-h.png) no-repeat;
}
.banner-area{
height:418px;
}
.content1{
display:block;
position:relative;
float:left;
width:32.3%;
background:#fff;
}
.content2{
display:block;
position:relative;
float:left;
width:33.1%;
background:#fff;
}
.content3{
display:block;
position:relative;
float:left;
width:34.3%;
background:#fff;
}
.content1 img{
margin-top:6px;
margin-right:3px;
margin-left:6px;
margin-bottom:6px;
width:314px;
height:264px;
}
.content2 img{
margin-top:6px;
margin-right:3px;
margin-left:3px;
margin-bottom:6px;
width:326px;
height:264px;
}
.content3 img{
margin-top:6px;
margin-right:6px;
margin-left:3px;
margin-bottom:6px;
width:335px;
height:264px;
}
.ctg-menu{
display:block;
position:relative;
margin-left:auto;
margin-right:auto;
width:100%;
text-align:center;
}
.ctg-menu ul{
margin:0;
padding:0;
font-family: roboto bl;
font-size: 15px;
color: #FFFFFF;
font-weight:normal
}
.ctg-menu ul li{
display:inline-block;
position:relative;
padding-left:3px;
margin-bottom:7px;
}
.ctg-menu ul li a{
display:block;
text-decoration:none;
color:#A9A9A9;
width:188px;
padding: 8px 0px;
background:#000;
}
.ctg-menu ul li a:hover{
color:#fff;
background:#015CDD;
}
.c{
display:block;
position:relative;
margin-left:auto;
margin-right:auto;
width:90%;
text-align:center;
margin-top:20px;
margin-bottom:30px;
font-family: roboto;
font-size: 15px;
color: #FFFFFF;
}
.ctg-name{
display:block;
position:relative;
margin-left:auto;
margin-right:auto;
width:90%;
height:72px;
font-family: roboto bl;
font-size: 25px;
font-weight:bold;
color: #FFFFFF;
line-height:70px;
}
.b-menu{
display:block;
position:relative;
margin-left:auto;
margin-right:auto;
width:90%;
text-align:center;
margin-top:94px;
}
.b-menu ul{
margin:0;
padding:0;
font-family: roboto bl;
font-size: 15px;
color: #FFFFFF;
font-weight:normal
}
.b-menu ul li{
display:inline-block;
position:relative;
padding:0px 20px;
border-right:1px solid #fff;
height:18px;
margin-top:10px
}
.b-menu ul li:last-child{
border-right:0;
}
.b-menu ul li a{
text-decoration:none;
color:#FFFFFF;
}
.b-menu ul li a:hover{
color:#0055CA;
}
.view {
   width: 100%;
   height: 100%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view p {
   font-family: roboto th;
   font-size: 100px;
   font-weight:normal;
   position: relative;
   color: #fff;
   text-align: center;
   margin-top: 60px;
}
.view p a:link,.view p a:visited{
   color: #fff;
   text-decoration:none;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-third img {
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
.view-third .mask {
   background-color: rgba(1,92,221,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(460px, -100px) rotate(180deg);
   -moz-transform: translate(460px, -100px) rotate(180deg);
   -o-transform: translate(460px, -100px) rotate(180deg);
   -ms-transform: translate(460px, -100px) rotate(180deg);
   transform: translate(460px, -100px) rotate(180deg);
   -webkit-transition: all 0.2s 0.4s ease-in-out;
   -moz-transition: all 0.2s 0.4s ease-in-out;
   -o-transition: all 0.2s 0.4s ease-in-out;
   -ms-transition: all 0.2s 0.4s ease-in-out;
   transition: all 0.2s 0.4s ease-in-out;
}
.view-third p {
   -webkit-transform: translateX(300px) rotate(90deg);
   -moz-transform: translateX(300px) rotate(90deg);
   -o-transform: translateX(300px) rotate(90deg);
   -ms-transform: translateX(300px) rotate(90deg);
   transform: translateX(300px) rotate(90deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-third:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
}
.view-third:hover p {
   -webkit-transform: translateX(0px) rotate(0deg);
   -moz-transform: translateX(0px) rotate(0deg);
   -o-transform: translateX(0px) rotate(0deg);
   -ms-transform: translateX(0px) rotate(0deg);
   transform: translateX(0px) rotate(0deg);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.pro-contain{
display:table;
position:relative;
margin-left:auto;
margin-right:auto;
width:auto;
}
.pro-box{
display:block;
position:relative;
float:left;
width:227px;
height:300px;
margin-right:10px;
margin-left:10px;
margin-top:25px;
background:#ffffff;
}
.pro-im{
display:block;
position:relative;
width:200px;
margin-left:auto;
margin-right:auto;
margin-top:13px;
}
.pro-n{
display:block;
position:relative;
width:100%;
text-align:center;
font-family:roboto lt;
font-size:14px;
font-weight:normal;
color:#3A3A3A;
margin-top:5px;
margin-bottom:5px;
}
.pro-a{
display:block;
position:relative;
width:100%;
text-align:center;
font-family:roboto bl;
font-size:15px;
font-weight:normal;
color:#015CDD;
}
.fc{
display:block;
height:595px;
overflow:auto;
margin-bottom:-15px;
}
.tbox {position:absolute; display:none;  z-index:900}
.tinner {background:#fff url(im/preloading.gif) no-repeat 50% 50%;}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:28px; right:30px; width:20px; height:22px; cursor:pointer; background:url(im/close-probox.png) no-repeat}

.detail-page ul{
padding-left:16px;
color:#080808;
font-family:roboto lt;
font-size:14px;
}
.detail-page ul li{
line-height:25px;
}
#size-detail{
border:1px solid #757575; color: #080808; font-family:roboto lt; font-size:14px;
}
#qty{
width:51px;
height:40px;
border:1px solid #757575;
text-align:center;
color: #080808; 
font-family:roboto lt; 
font-size:18px;
margin-right:8px;
}
#addcart{
width:147px;
height:44px;
background:#015CDD;
border:0;
font-family:roboto lt; 
font-size:18px;
color:#FFFFFF;
cursor:pointer;
}
.main{
width:900px;
height:650px;
}
.im-are{
width:50%;
}
.small-d{
display:none;
}
.news-t{
font-family:roboto th;
font-size:40px;
color:#fff;
font-weight:normal;
position:absolute;
top:37px;
left:37px;
}
.news-tb{
font-family:roboto th;
font-size:40px;
color:#fff;
font-weight:normal;
position:absolute;
top:80px;
left:37px;
}
.news{
font-family:roboto th;
font-size:15px;
color:#fff;
font-weight:normal;
position:absolute;
top:140px;
left:37px;
}
.readm{
font-family:roboto bl;
font-size:15px;
color:#fff;
font-weight:normal;
position:absolute;
top:220px;
left:37px;
}


@media only screen and (max-width: 1023px) {
.container{
width:750px;
}
.header{
width:719px;
}
.onclick-menu,.fb,.tw{
display:none;
}
.menu{
width:485px;
}
.menu li a {
    padding: 11px 12px 5px;
}
.content1 img{
width:232px;
height:203px;
}
.content2 img{
width:241px;
height:203px;
}
.content3 img{
width:247px;
height:203px;
}
.main{
width:700px;
height:550px;
}
.news-t {
    font-size: 30px;
    top: 25px;
}
.news-tb {
    font-size: 30px;
    top: 60px;
}
.news {
    font-size: 13px;
    top: 105px;
}
.readm {
    font-size: 13px;
    top: 180px;
}

}
@media only screen and (max-width: 767px) {
.container{
width:95%;
}
.header{
width:95%;
height:60px;
}
.slicknav_menu {
display:block;
}
.menu{
display:none;
}
.logo {
    width: 194px;
    height: 60px;
}
.content1,.content2,.content3{
width:60%;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
float:inherit;
padding:6px;
}
.content1 img,.content2 img,.content3 img{
width:100%;
height:auto;
margin:0;
}
.b-menu{
margin-top:40px;
}
.b-menu ul li{
border-right:0;
}
.pro-contain {
    width: 500px;
}
.im-are{
width:100%;
}
.small-d{
display:block;
}
.large-d,.hides{
display:none;
}
.main{
width:550px;
height:550px;
}
.news-t {
    font-size: 40px;
    top: 37px;
}
.news-tb {
    font-size: 40px;
    top: 80px;
}
.news {
    font-size: 15px;
    top: 140px;
}
.readm {
    font-size: 15px;
    top: 220px;
}

}
@media only screen and (max-width: 600px) {
.pro-contain {
    width: 250px;
}
.news-t {
    font-size: 30px;
    top: 25px;
}
.news-tb {
    font-size: 30px;
    top: 60px;
}
.news {
    font-size: 13px;
    top: 105px;
}
.readm {
    font-size: 13px;
    top: 180px;
}

}
@media only screen and (max-width: 479px) {
.content1,.content2,.content3{
width:80%;
}
.main{
width:300px;
height:400px;
}
}
.a_base{
font-family:'roboto';
font-size:14px;
color:#333333;
}