/* CSS Document */

@font-face  {
    font-family: 'LucidaGrande';
    src: url('../font/LucidaGrande/fonts/LucidaGrande.eot'); /* IE9 Compat Modes */
    src: url('../font/LucidaGrande/fonts/LucidaGranded41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/LucidaGrande/fonts/LucidaGrande.woff2') format('woff2'), /* Modern Browsers */
    url('../font/LucidaGrande/fonts/LucidaGrande.woff') format('woff'), /* Modern Browsers */
    url('../font/LucidaGrande/fonts/LucidaGrande.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/LucidaGrande/fonts/LucidaGrande.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
    font-style: normal;
}
@font-face  {
    font-family: 'KozGoPr6N-Light';
    src: url('../font/KozGoPr6N-Light/fonts/KozGoPr6N-Light.eot'); /* IE9 Compat Modes */
    src: url('../font/KozGoPr6N-Light/fonts/KozGoPr6N-Lightd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/KozGoPr6N-Light/fonts/KozGoPr6N-Light.woff2') format('woff2'), /* Modern Browsers */
    url('../font/KozGoPr6N-Light/fonts/KozGoPr6N-Light.woff') format('woff'), /* Modern Browsers */
    url('../font/KozGoPr6N-Light/fonts/KozGoPr6N-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/KozGoPr6N-Light/fonts/KozGoPr6N-Light.svg') format('svg'); /* Legacy iOS */  			font-weight: normal;
    font-style: normal;
}
@font-face  {
    font-family: 'KozGoPr6N-Regular';
    src: url('../font/KozGoPr6N-Regular/fonts/KozGoPr6N-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/KozGoPr6N-Regular/fonts/KozGoPr6N-Regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/KozGoPr6N-Regular/fonts/KozGoPr6N-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('../font/KozGoPr6N-Regular/fonts/KozGoPr6N-Regular.woff') format('woff'), /* Modern Browsers */
    url('../font/KozGoPr6N-Regular/fonts/KozGoPr6N-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/KozGoPr6N-Regular/fonts/KozGoPr6N-Regular.svg') format('svg'); /* Legacy iOS */  			font-weight: normal;
    font-style: normal;
}
body{
	/*font-family:LucidaGrande,KozGoPr6N-Regular;*/
 
	margin:0px;

	background-repeat:no-repeat;
	background-position:center top;
}
#cover{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#cover_page{
	width:994px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
#top_head{
	height:75px;
	width:994px;
	margin-left:auto;
	margin-right:auto;
}
#top_menu{
	width:994px;
	margin-left:auto;
	margin-right:auto;
	font-family:LucidaGrande;
	height:33px;
	background-color:#45515d;
	opacity:0.7;
	filter: alpha(opacity=70);
	position:relative;
	z-index:1000;
}
#top_menu ul{
	margin:0px;
	padding:0px;
}
#top_menu li{
	display:inline;
	 
}
#top_menu li a{
	color:#FFF;
	font-size:13pt;
	text-decoration:none;
}
#top_menu li a:hover{
	color:#bde971;
}
#slide_banner{
	
	height:422px;
	background-color:#999999;
}
#content{
	min-height:1000px;
	padding-bottom:30px;
	
}
#bottom{
	height:127px;
	background-image:url(../images/footer_logo.png);
	width:995px;
	margin-left:auto;
	margin-right:auto;
	
}
.clear{
	clear:both;
}
.top_content,.hilight_box{
	width:790px;
	margin-right:auto;
	margin-left:auto;
}
.hilight_box .hilight{
	height:170px;
 
}
.hilight_box .hilight .logo img{
	height:119px;
}
.hilight_box .hilight ul{
	margin:0px;
	padding:0px;
	margin-top:20px;
}
.hilight_box .hilight li{
	display:inline;
	margin-right:10px;
	margin-left:10px;
}
.hilight_box .hilight_bottom{
	height:4px;
	background-image:url(../images/hilight-bottom.jpg);
	margin-bottom:15px;
}
.top_content .brand_bottom{
	height:4px;
	/*background-image:url(/images/brand-bottom.jpg);*/
}
.top_content .brand_1{
	background-color:#077778;
}
.top_content .brand_2{
	background-color:#9f2b12;
}
.top_content .brand_3{
	background-color:#8d4457;
}

.top_content .brand .brand-menu{
	float:left;
	margin-right:5px;	
}
.top_content .brand .brand-menu .arrow{
	height:15px;
 
}
.top_content .brand .brand_menu1 .arrow{
	background-image:url(../images/arrow-1.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.top_content .brand .brand_menu2 .arrow{
	background-image:url(../images/arrow-2.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.top_content .brand .brand_menu3 .arrow{
	background-image:url(../images/arrow-3.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.hide{
	display:none;
}

.bottom_content{
	width:790px;
	margin-right:auto;
	margin-left:auto;
}

.bottom_content .product_content .category_topic{
	font-size:20pt;
	border-bottom:#c9c9c9 2px  solid;
	padding-bottom:5px;
	padding-top:5px;
	
}

.bottom_content .product_content .brand_1{
	color:#077778;
}
.bottom_content .product_content .brand_2{
	color:#9f2b12;
}
.bottom_content .product_content .brand_3{
	color:#8d4457;
}
.list_product{
	margin-bottom:20px;
}
.list_product .box{
	width:184px;
	float:left;
	margin-right:17px;
	margin-top:10px;
}
.list_product .lastbox{
	margin-right:1px;
	float:right;
}
.list_product .box .title{
	color:#c38c06;
	font-size:12pt;
	margin-top:5px;
}
.list_product .box .desc{
	color:#4a4a4a;
	font-size:10pt;
	margin-top:2px;
}
.list_product .box .logo{
	width:184px;
	height:134px;
	border:1px #e0e0e0 solid;
}
.list_product .box img{
	width:184px;
	height:134px;
}

.owl-prev{
	float:left;
	margin-left:200px;
	margin-top:3px;
 
}
.rs-carousel-action-prev img,.rs-carousel-action-next img{
	border:0px;
}
.owl-next{
	float:right;
	margin-right:200px;
	margin-top:3px;
	 
}
.box_slide{
	margin-top:15px;
}
#content_covers{

	margin-left:102px;
	max-height:600px;
	overflow-y:scroll;
	overflow-x:hidden;
}
#content_cover .content_data,.bottom_content .product{
	width:820px;
	margin-left:102px;
	overflow-y:scroll;
	max-height:900px;
	margin-bottom:50px;
	overflow-x:hidden;
}
.product_content{
	width:790px;
}
.bottom_content .product{
	margin-left:0px;
	margin-top:30px;
}
.contactus{
	width:665px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
}
.contactus .left{
	width:285px;
	float:left;
	margin-right:55px;
}

.contactus .right{
	width:285px;
	float:left;
}

.contactus .right .text{
	margin-left: 8px;
	color:#5e5e5e;
	margin-top:10px;
}

.contactus .right .text a,.contactus .right .text .email{
	color:#000;
	text-decoration:none;
	margin-top:5px;
}
#slide_banner ul{
	margin:0px;
	padding:0px;
}
#slide_banner .bx-wrapper{
	 overflow:hidden;
}
#slide_banner .bx-viewport{
	margin-top:-5px;
}
#slide_banner .bx-pager{
	 top: 380px;
}

#my_popup .btn_close{
	float:right;
	position:relative;
	right:-40px;
	top:15px;
}
#my_popup .cover_popup{
 padding:30px;
 background-color:#FFF;
 padding-right:50px;
 padding-left:50px;
 padding-top:5px;
}
.popup_contactus:hover,.box_slide .logo img:hover,.list_product .logo img:hover{
	cursor:pointer;
}
.product_detail{
}
.product_detail .left{
	width:280px;
	float:left;
	min-height:300px;
	padding-top:50px;
}
.product_detail .right{
	width:455px;
	margin-left:20px;
	float:left;
	min-height:300px;
}
.product_detail .productname{
	color:#c38c06;
	font-size:12pt;
	margin-bottom:20px;
}
.product_detail{
	font-size : 10pt;
}
.product_detail .data{
	margin-bottom:20px;
}

#top_head .logo{
	float:left;
}
#top_head .right_head{
	float:right;
}
#top_head .right_head .translate{
 
	margin-top:40px;
	height:30px;
	overflow:hidden;
}
.bottom_content .pagination ul{
	float:right;
}
.bottom_content .pagination ul li{
	display:inline;
	margin-left:5px;
}
.bottom_content .pagination{
	color:#818181;
}
.bottom_content .pagination a{
	color:#818181;
	text-decoration:none;
}
.bottom_content .pagination .current a{
	color:#000;
}
 
