@CHARSET "UTF-8";
/* 
Copyright 2013 Goksel. All Rights Reserved.
CSS Document
*/
html, body {
	font-family: Arial, Helvetica, SimSun, sans-serif;
	font-size: 12px;
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-image:url(about:blank);
	background-attachment:fixed;
}


img {border:0px;}

p{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
a{text-decoration: none;color: #1a5178;}
a:hover{
	text-decoration:underline;
}


input[type=text],input[type=password], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    border: 1px solid #ddd;
	background:#ffffff;
}
input[type=text]:focus,input[type=password]:focus, textarea:focus {
	background:#fcfecf;
    box-shadow: 0 0 5px #bababa;
    padding: 3px 0px 3px 3px;
	border: 1px solid #bababa;
}
select{
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
	outline: none;
    padding: 2px;
    border: 1px solid #ddd;
	background:#ffffff;
}
select:focus {
	background:#fcfecf;
	box-shadow: 0 0 5px #8ec222;
    padding: 2px;
    border: 1px solid #8ec222;
}
.fonterror{padding:0px;color:red;}

.notice_taball{
	position:fixed;
	background:#CCCCCC;
	top:0px;left:0px;
	bottom:0px;right:0px;
	width:100%;height:100%;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
 	-khtml-opacity: 0.6;
 	opacity: 0.6;
	display:none;
	z-index:9998;
	/*针对IE6--开始*/
	_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	/*针对IE6--结束*/
}
.notice_tab{
	display:none;background:white;border:1px solid black;position:fixed;left:40%;top:35%;width:260px;height:140px;-moz-border-radius: 8px;-webkit-border-radius:8px;z-index:9999;
	/*针对IE6--开始*/
	_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:350px;
	/*针对IE6--结束*/
}
.notice_contab{width:100%;}
.notice_contab th{padding:5px 10px 5px 10px;background:black;font-size:16px;color:white;-moz-border-top-left-radius: 6px;-webkit-border-top-left-radius:6px;-moz-border-top-right-radius: 6px;-webkit-border-top-right-radius:6px;}
.notice_contab td{padding:15px 15px 15px 15px;}

.message_tab{
	display:none;background-color:gray;overflow-x:hidden;overflow-y:auto;border:1px solid black;position:fixed;width:420px;height:auto;top: 50%;left:50%;margin:-100px 0px 0px -200px;-moz-border-radius: 8px;-webkit-border-radius:8px;z-index:9999;
	/*针对IE6--开始*/
	_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:350px;
	/*针对IE6--结束*/
}

.loading_indicator{float:center;width:16px;height:16px;margin:0 auto;background:url('./images/indicator.gif') repeat-x;}

/*all*/

.btn_1{float:left;cursor:pointer;color:white;font-size:14px;width:70px;height:33px;border:0px;line-height:33px;text-align:center;background:url('./images/btn_1.png') repeat-x;}
.btn_1 a{color:white;}

.btn_2{float:left;cursor:pointer;color:white;font-size:14px;width:101px;height:33px;border:0px;line-height:33px;text-align:center;background:url('./images/btn_2.png') repeat-x;}
.btn_2 a{color:white;}

.btn_2{float:left;cursor:pointer;color:white;font-size:14px;width:101px;height:33px;border:0px;line-height:33px;text-align:center;background:url('./images/btn_2.png') repeat-x;}
.btn_2 a{color:white;}

.btn_3{float:left;cursor:pointer;color:white;font-size:14px;width:120px;height:33px;border:0px;line-height:33px;text-align:center;background:url('./images/btn_3.png') repeat-x;}
.btn_3 a{color:white;}

.btn_4{float:left;cursor:pointer;color:white;font-size:14px;width:160px;height:33px;border:0px;line-height:33px;text-align:center;background:url('./images/btn_4.png') repeat-x;}
.btn_4 a{color:white;}

.btn_5{background: gray;color: white;-moz-border-radius: 3px;-webkit-border-radius: 3px;padding: 3px 8px;cursor: pointer;border:0px solid red;}
.btn_5 a{color:white;}

.btn_6{float:right;cursor:pointer;color:white;font-size:14px;width:160px;height:33px;border:0px;line-height:33px;text-align:center;background:url('./images/btn_4.png') repeat-x;}
.btn_6 a{color:white;}

.btn_8_on{float:left;margin-right:3px;line-height:20px;font-size:12px;border:0px;color:white;background:#ff5400;padding:4px 8px 4px 8px;-moz-border-radius: 3px;  -webkit-border-radius: 3px; cursor:pointer;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.btn_8_off{float:left;margin-right:3px;line-height:20px;font-size:12px;border:0px;color:gray;background:#e2e2e2;padding:4px 8px 4px 8px;-moz-border-radius: 3px;  -webkit-border-radius: 3px; cursor:pointer;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.btn_8_off:hover{float:left;margin-right:3px;line-height:20px;font-size:12px;border:0px;color:white;background:#ff5400;padding:4px 8px 4px 8px;-moz-border-radius: 3px;  -webkit-border-radius: 3px; cursor:pointer;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}

.btn_9_on{float:left;margin-right:3px;line-height:20px;font-size:12px;border:0px;color:white;background:#ff5400;padding:4px 8px 4px 8px;-moz-border-radius: 3px;  -webkit-border-radius: 3px; cursor:pointer;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.btn_9_on a{color:white;text-decoration: none;}
.btn_9_off{float:left;margin-right:3px;line-height:20px;font-size:12px;border:0px;color:gray;background:#ccc;padding:4px 8px 4px 8px;-moz-border-radius: 3px;  -webkit-border-radius: 3px; cursor:pointer;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.btn_9_off a{color:gray;text-decoration: none;}
.btn_9_off:hover{float:left;margin-right:3px;line-height:20px;font-size:12px;border:0px;color:white;background:#ff5400;padding:4px 8px 4px 8px;-moz-border-radius: 3px;  -webkit-border-radius: 3px; cursor:pointer;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.btn_9_off:hover a{color:white;text-decoration: none;}

.btn_10{float:left;line-height:20px;font-size:14px;border:0px;color:white;background:#ff5400;padding:4px 8px 4px 8px;-moz-border-radius: 3px;  -webkit-border-radius: 3px; border-bottom-left-radius:0px;border-bottom-right-radius:0px;}

.btn_11_on{width:130px;float:left;margin-right:3px;line-height:20px;font-size:12px;border:0px;color:white;background:#ff5400;padding:4px 8px 4px 8px;-moz-border-radius: 3px;  -webkit-border-radius: 3px; cursor:pointer;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.btn_11_off{width:130px;float:left;margin-right:3px;line-height:20px;font-size:12px;border:0px;color:gray;background:#e2e2e2;padding:4px 8px 4px 8px;-moz-border-radius: 3px;  -webkit-border-radius: 3px; cursor:pointer;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.btn_11_off:hover{float:left;margin-right:3px;line-height:20px;font-size:12px;border:0px;color:white;background:#ff5400;padding:4px 8px 4px 8px;-moz-border-radius: 3px;  -webkit-border-radius: 3px; cursor:pointer;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}

.btn_12_on{font-weight:bolder;width:150px;float:left;margin-right:3px;line-height:20px;font-size:14px;border:0px;color:white;background:#FFA042;padding:4px 8px 4px 8px;-moz-border-radius: 3px;  -webkit-border-radius: 3px; cursor:pointer;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}


/*register*/
.content{float:center;width: 970px;margin:0 auto;min-height:650px;}
.tabmes_l{float:left;}
.tabmes_r{float:left;margin-left:6px;margin-top:6px;}
.tabmes_w{float:left;width:100%;}
.tabline{border-bottom:1px dashed gray;}
.input_tips{float:left;margin-left:5px;width:200px;padding-left:26px;height:31px;line-height:30px;background:url('./images/tips.png');display:none;color:#fff}
.input_tips_error{float:left;margin-left:5px;width:200px;padding-left:26px;height:31px;line-height:30px;background:url('./images/tips.png');color:red;display:block;}

.tab_post{float:left;width:100%;}
.tab_post td{padding:2px;}
.showarea_img{float:left;width:100%;}
.btn_choose_img{float:left;margin-top:3px;background:#bababa;padding:4px 8px 4px 8px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
.btn_cut_img{float:left;margin-top:3px;background:#bababa;padding:4px 8px 4px 8px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
.btn_cut_img_register{float:left;margin-top:3px;background:#bababa;padding:4px 8px 4px 8px;-moz-border-radius: 4px;-webkit-border-radius: 4px;display:none;}

.box_title{float:left;width:96%;padding:0% 2% 0% 2%;color:white;line-height:32px;font-size:16px;}
.box_title #title{float:left;}
.box_title #close{float:right;}
.box_title a{color:white;}

.box_tips_not{float:left;width:32px;height:32px;background:url('./images/msg_1.png');}
.box_tips_del{float:left;width:32px;height:32px;background:url('./images/msg_3.png');}
.box_tips_yes{float:left;width:32px;height:32px;background:url('./images/msg_2.png');}

.box_content{float:left;width:90%;_width:94%;margin:0% 1% 0% 1%;_margin:0% 0.5% 0% 0.5%;padding:18px 4% 20px 4%;_padding:18px 2% 20px 2%;background-color:white;font-size:12px;text-align:center;}
.box_content table{float:left;text-align:left;}
.box_control{float:left;width:98%;_width:98%;margin:0% 1% 0% 1%;_margin:0% 0.5% 0% 0.5%;padding:6px 0px 6px 0px;_padding:4px 0px 4px 0px;background:#EFEFEF;height:auto;-moz-border-bottom-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;}


/*头部*/
#slider{float:left;width:1000px;height:479px;}
#slider ul{float:left;padding:0px;margin:0px;list-style-type:none;}
#slider ul li{float:left;padding:0px;margin:0px;list-style-type:none;}
#slider ul li img{float:left;width:1000px;height:479px;}

.header_ul_main{float:left;padding:0px;margin:0px;list-style-type:none;}
.header_ul_main li{float:left;list-style-type:none;border:1px solid red;margin:0px 10px 0px 10px;}
.header_div_main_on{float:left;padding:10px 10px 10px 10px;background:#ff5400;text-align:center}
.header_div_main_on a{color:#ffffff;font-size:14px;}
.header_div_main_off{float:left;padding:10px 10px 10px 10px;background:#ffffff;text-align:center}
.header_div_main_off a{color:#000000;font-size:14px;}

.header_div_main_off:HOVER{float:left;padding:10px 10px 10px 10px;background:#ff5400;text-align:center}
.header_div_main_off:HOVER a{color:#ffffff;font-size:14px;}


.gksel_header{float:left;width:100%}
.gksel_header_section{float:center;margin:0 auto;width:1000px;}
.gksel_header_message{float:left;width:100%;}
.gksel_header_img{float:left;width:100%;height:64px;margin-top:-64px;}
.gksel_header_aqua{float:left;margin:4px 0px 0px 60px;}
.gksel_header_aqua img{float:left;width:180px;}
.gksel_header_right{float:right;height:50px;width:155px;}
.gksel_header_right_message{float:right;}
.gksel_header_flag{float:right;margin:5px 10px 0px 0px;}
.gksel_header_white_div{float:right;margin:5px 5px 0px 0px;}
.gksel_header_white{float:left;margin:6px 0px 0px 5px;}
.gksel_header_fangda{float:left;margin:4px 0px 0px -28px;_margin:2px 0px 0px -28px;}
.gksel_header_fangda img{float:left;}
.gksel_header_menu_sub{z-index:100;position:absolute;line-height:45px;text-align:center;margin-top:0px;margin-left:-17px;*margin-left:-33px;}
.gksel_header_sub_1{z-index:100;display:none;position:absolute;line-height:30px;text-align:left;}
.gksel_header_sub_1 a{color:#ffffff}
.gksel_header_sub_2{z-index:100;display:none;position:absolute;line-height:30px;text-align:left;}
.gksel_header_sub_2 a{color:#ffffff}
.gksel_header_sub_5{z-index:100;display:none;position:absolute;line-height:30px;text-align:left;}
.gksel_header_sub_5 a{color:#ffffff}

/*主体内容*/
.gksel_header_content{float:left;width:1000px;}
.gksel_header_shouye{float:left;width:70px;margin:0px 0px 0px 30px;text-align:center;color:white;font-weight:bold;font-size:14px;background:#ff5400;padding:8px 0px 8px 0px;}
.gksel_header_shouye a{color:white;text-decoration: none;}


.gksel_header_other_on{float:left;margin:0px 0px 0px 30px;text-align:center;color:white;font-weight:bold;font-size:14px;background:#ff5400;height:32px;line-height:32px;padding:0px 15px 0px 15px;}
.gksel_header_other_on a{color:white;text-decoration: none;}

.gksel_header_other_off{float:left;margin:0px 0px 0px 30px;color:#000000;font-weight:bold;font-size:14px;height:32px;line-height:32px;padding:0px 15px 0px 15px;}
.gksel_header_other_off a{color:#0d0d0d;text-decoration: none;}

.gksel_header_other_off:HOVER{float:left;margin:0px 0px 0px 30px;color:white;font-weight:bold;font-size:14px;background:#ff5400;height:32px;line-height:32px;padding:0px 15px 0px 15px;}
.gksel_header_other_off:HOVER a{color:white;}

.gksel_news_list{float:left;}
.gksel_news_list a{color:#ff5400;text-decoration: none;cursor:pointer;}
.gksel_news_list:HOVER a{color:#000000;text-decoration: none;cursor:pointer;}

.gksel_home{margin:0 auto;width:1000px;}
.gksel_home_top{float:left;width:100%;}
.gksel_home_img{float:left;width:100%;}
.gksel_home_background{
	position:relative;background:#000000;
	width:710px;
	margin:0px 0px 10px 10px;
	height:133px;
	filter:alpha(opacity=60); /*IE滤镜，透明度50%*/
-moz-opacity:0.6; /*Firefox私有，透明度50%*/
opacity:0.6;/*其他，透明度50%*/
}
.gksel_home_wenzi{position:relative;margin:15px 20px 20px 20px;color:white;font-size:26px;font-weight:bold;}
.gksel_home_content{float:center;margin:0 auto;width:1000px;}

.gksel_home_left{float:left;margin:0px 0px 0px 2px;height:400px;width:235px;padding-bottom:20px;}
.gksel_home_chanpin{float:left;width:100%;margin:15px 0px 0px 0px;}
.gksel_home_red_top{float:left;width:100%;}
.gksel_home_red_middle{float:left;width:100%;margin:-10px 0px 0px 0px;background:url('./images/2.png');}
.gksel_home_feilei{float:left;width:100%;color:white;font-weight:blod;text-align:center;font-size:20px;}
.gksel_home_feilei_on{float:left;cursor:pointer;margin:3px 0px 0px 15px;margin-bottom:0px;color:#fff;background:#ff8c01;}
.gksel_home_logo1{float:left;margin:0px 0px 0px 0px;_margin:4px 0px 0px 0px;}
.gksel_home_nuanbaobao{float:left;width:145px;margin:0px 0px 0px 5px;text-align:left;color:white;font-height:blod;}
.gksel_home_feilei_off_main{float:left;width:100%;margin-top:3px;border:0px solid red;margin-left:-3px;}
.gksel_home_feilei_off{float:left;cursor:pointer;margin:3px 0px 0px 15px;margin-bottom:0px;color:#fff;}
.gksel_home_logo{float:left;height:150px;width:100%;}
.gksel_home_iso{float:center;width:135px;margin:0 auto;margin-top:10px;}
.gksel_home_tel{float:left;height:52px;width:235px;margin-top:-52px;}
.gksel_home_tel table{float:left;height:52px;width:100%;}
.gksel_home_qq{float:left;height:73px;width:235px;margin-top:-62px;}
.gksel_home_qq table{float:left;height:73px;width:100%;}
.gksel_home_new_on{float:left;cursor:pointer;margin:0px 17px 0px 18px;background:#ff8c01;}
.gksel_home_new_off{float:left;cursor:pointer;margin:0px 17px 0px 18px;}
.gksel_home_new{float:left;width:100%;color:white;font-weight:blod;text-align:center;font-size:20px;}


.gksel_home_right{float:right;width:752px;height:600px;padding-bottom:20px;}
.gksel_home_chanpin1{float:left;cursor:pointer;margin:16px 0px 10px 10px;_margin:20px 0px 0px 4px;height:260px;width:165px;border:1px solid #e19e58;}
.gksel_home_chanpin1_nuanbaobao{float:left;margin:12px 0px 0px 10px;color:#e19e58;font-size:14px;font-height:blod;}
.gksel_home_chanpin1_pic1{float:left;margin:8px 0px 0px 12px;}
.gksel_home_chanpin1_shuoming{float:left;font-size:10px;margin:10px 0px 0px 8px;color:#999999;width:100%;border:0px solid red;height:45px;}
.gksel_home_chanpin1_gengduo{float:right;text-align:center;height:18px;width:50px;color:white;font-size:13px;background:url('./images/anniu1.png');margin:12px 10px 0px 0px;line-height:19px;}
.gksel_home_chanpin2_gengduo{float:right;text-align:center;height:19px;width:50px;color:white;font-size:13px;background:url('./images/anniu1.png');margin:0px 10px 0px 0px;}
.gksel_home_chanpin2{float:left;cursor:pointer;margin:16px 0px 10px 10px;_margin:20px 0px 0px 0px;height:260px;width:165px;border:1px solid #e19e58;}
.gksel_home_chanpin4_gengduo{float:right;text-align:center;height:19px;width:50px;color:white;font-size:13px;background:url('./images/anniu1.png');margin:0px 10px 0px 0px;}
.gksel_home_chanpin5_gengduo{float:right;text-align:center;height:19px;width:50px;color:white;font-size:13px;background:url('./images/anniu1.png');margin:65px 10px 0px 0px;}
.gksel_home_tuiguang{float:left;height:260px;width:335px;margin:16px 0px 10px 10px;_margin:20px 0px 10px 6px;}
.gksel_home_tuiguang_top{float:left;height:20px;width:355px;font-size:18px;color:white;background:#e70014;border:1px solid red;padding:6px 0px 4px 8px;}
.gksel_home_background2{float:left;width:365px;height:230px;background:#fda194;}
.gksel_home_chanpin7_shuoming{float:left;margin:0px 10px 0px 0px;min-height:213px;}
.gksel_home_chanpin7_wenzi1{float:left;font-size:12px;line-height:18px;margin:15px 0px 0px 0px;font-height:blod;}
.gksel_home_chanpin7_gengduo{float:right;text-align:center;height:33px;width:70px;line-height:33px;text-align:center;font-size:16px;color:white;background:url('./images/anniu2.png');margin:-30px 16px 8px 0px;_margin:10px 10px 0px 0px;}
.gksel_home_promotional_menu_on{float:left;cursor:pointer;width:15px;height:15px;background:#666666;}
.gksel_home_promotional_menu_off{float:left;cursor:pointer;width:15px;height:15px;background:#EFEFEF;}

/*底部*/
.gksel_footer{margin:0 auto;width:1000px;}
.gksel_footer_section{float:left;width:100%;}
.gksel_footer_section a{color:black;}
.gksel_footer_liuyan{float:left;height:120px;width:150px;margin:0px 0px 0px 25px;}
.gksel_footer_logo{float:left;}
.gksel_footer_zaixian{float:left;height:50px;width:70px;font-size:15px;margin:15px 0px 0px 8px;}
.gksel_footer_zaixian a{color:black;}
.gksel_footer_dizhi{float:left;height:20px;width:100%;text-align:right;}
.gksel_footer_banquan{float:left;height:20px;width:100%;text-align:right;}

/*
 * cms
* */
.cms_main{float:left;width:100%;margin:0px 0px 10px 0px;}
.cms_content{float:center;width: 970px;margin:0 auto;min-height:650px;padding:10px 0px 0px 0px}
.cms_content_title{font-size:18px;color:#f50b45}
.cms_content_span{font-size:14px;color:#555}
.cms_left_img{float:left;width:100%}
.cms_left_menu_main_on{float:left;width:170px;margin-top:5px;border:1px solid #eee;padding:0px 4px 4px 4px;background:#fe5f0e}
.cms_left_menu_main_on a{color:#fff}
.cms_left_menu_main_category{float:left;width:170px;margin-top:5px;border:1px solid #eee;padding:0px 4px 4px 4px;background:#fcf1eb;}
.cms_left_menu_main_off{float:left;width:170px;margin-top:5px;border:1px solid #eee;padding:0px 4px 4px 4px}
.cms_left_menu_info{float:left;width:100%;margin-top:5px;}


.gksel_product_detail{margin:0 auto;width:1000px;}
/*详细页面头部*/
.gksel_product_detail_content{float:left;width:100%;}
.gksel_product_detail_top{float:left;margin:10px 0px 0px 0px;}
.gksel_product_detail_beauty{float:left;height:18px;width:972px;margin:10px 0px 0px 0px;color:white;font-size:14px;background:red;padding:8px 15px 8px 15px;}

/*详细页面主体内容*/
.gksel_product_detail_home{float:left;width:100%;margin:10px 0px 30px 0px;height:1230px;}
.gksel_product_detail_black_circle{float:left;width:775px;height:520px;border:1px solid #e9e9e9;}
.gksel_product_detail_eyes{float:left;width:335px;height:520px;}
.gksel_product_detail_eyes1{float:left;margin:30px 0px 0px 50px;}
.gksel_product_detail_eyes2{float:left;margin:10px 0px 0px 70px;height:55px;width:45px;border:1px solid #ededed;}
.gksel_product_detail_eyes3{float:left;margin:10px 0px 0px 0px;height:55px;width:45px;border:1px solid #ededed;}
.gksel_product_detail_AGB3003{float:right;height:520px;width:420px;}
.gksel_product_detail_reduce{float:left;font-size:20px;margin:40px 0px 0px 70px;font-height:blod;}
.gksel_product_detail_introduction{float:left;}
.gksel_product_detail_product{float:left;font-size:16px;width:240px;margin:30px 0px 0px 70px;background:red;padding:8px 15px 8px 15px;}
.gksel_product_detail_product_introduction{float:left;margin:0px 0px 0px 70px;width:270px;height:190px;background:#e9e9e9;}
.gksel_product_detail_introduction_contact{float:left;font-size:14px;font-height:blod;}
.gksel_product_detail_grey{float:left;font-size:16px;margin:10px 0px 0px 10px;background:#cbc9ca;height:25px;width:248px;padding:5px 0px 0px 5px;}
.gksel_product_detail_grey1{float:left;font-size:16px;margin:0px 0px 0px 10px;background:#cbc9ca;height:25px;width:248px;padding:5px 0px 0px 5px;}
.gksel_product_detail_white{float:left;font-size:16px;margin:0px 0px 0px 10px;background:white;height:25px;width:248px;padding:5px 0px 0px 5px;}
.gksel_product_detail_button{float:left;}
.gksel_product_detail_liuyan{float:left;font-size:22px;margin:40px 0px 0px 70px;color:white;background:red;padding:8px 15px 8px 15px;}
.gksel_product_detail_zixun{float:left;font-size:22px;color:white;margin:40px 0px 0px 30px;background:red;padding:8px 15px 8px 15px;}
.gksel_product_detail_background{float:right;width:200px;height:290px;background:#fe0000;}
.gksel_product_detail_classification{float:left;font-size:20px;width:200px;height:30px;padding:5px 0px 0px 0px;color:white;font-height:blod;text-align:center;}
.gksel_product_detail_health{float:left;font-size:16px;width:200px;height:20px;padding:9px 0px 0px 0px;color:white;text-align:center;}
.gksel_product_detail_other{float:right;width:200px;height:925px;background:#f5f7f6;margin:13px 0px 0px 0px;}
.gksel_product_detail_other_series{float:left;padding-top:8px;width:200px;height:26px;background:#e9e9e9;font-height:blod;font-size:18px;text-align:center;}
.gksel_product_detail_other_health{float:left;}
.gksel_product_detail_other_img{float:left;margin:30px 0px 0px 25px;}
.gksel_product_detail_other_health_patch{float:left;font-size:14px;width:200px;height:30px;text-align:center;margin-top:20px;}
.gksel_product_detail_other_more{float:left;width:40px;height:25px;color:white;margin-left:45px;padding:6px 5px 0px 5px;background:red;font-size:14px;text-align:center;}
.gksel_product_detail_information{float:left;margin:20px 0px 0px 0px;font-size:20px;color:white;padding:5px 0px 0px 5px;width:100px;height:33px;background:red;}
.gksel_product_detail_information_contact{float:left;width:775px;height:650px;border:1px solid #e9e9e9;}
.gksel_product_detail_information_detail{float:left;font-size:14px;margin:10px 0px 0px 10px;}
.gksel_product_detail_information_img{float:right;width:240px;height:570px;}
.gksel_product_detail_information_img1{float:left;margin:30px 0px 0px 0px;}
.gksel_product_detail_information_img2{float:left;margin:40px 0px 0px 0px;}


/*公司介绍*/
.gksel_introduct_top{margin:0 auto;width:1000px;}
.gksel_introduct_top_img{float:left;width:100%;margin:10px 0px 0px 0px;}
.gksel_introduct_wenzi{float:right;background:#676767;font-size:18px;color:white;font-height:blod;padding:10px 10px 10px 10px;width:410px;margin:-300px 30px 0px 0px;filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
.gksel_introduct_top_small{float:left;padding:9px 0px 9px 5px;background:black;margin:-90px 0px 0px 80px;width:820px;;_margin:-85px 0px 0px 43px}

/*公司内容*/
.gksel_introduct_content{float:left;width:1000px;height:650px;}
.gksel_introduct_content_right{float:right;width:700px;height:605px;margin:10px 10px 0px 0px;background:#e4e2e7}
.gksel_introduct_content_img1{float:left;width:610px;height:620px;}
.gksel_introduct_content_img2{float:right;width:83px;height:620px;}
.gksel_introduct_content_img3{float:left;width:610px;height:205px;}
.gksel_introduct_content_img4{float:left;width:405px;height:415px;}
.gksel_introduct_content_img5{float:left;width:20px;height:405px;}
.gksel_introduct_content_img6{float:left;width:405px;height:205px;}
.gksel_introduct_content_img_1{float:left;margin:2px 2px 2px 0px;}
.gksel_introduct_content_img_2{float:right;margin:2px 2px 2px 0px;}
.gksel_introduct_content_img_3{float:left;margin:2px 2px 2px 0px;}
.gksel_introduct_content_img_4{float:right;margin:2px 5px 2px 0px;}
.gksel_introduct_content_img_5{float:left;margin:2px 2px 2px 0px;}
.gksel_introduct_content_img_11{float:left;margin:2px 2px 2px 7px;}
.gksel_introduct_content_img_22{float:left;margin:2px 2px 2px 0px;}

/*技术背景*/
.gksel_technology{margin:0 auto;width:1000px;}
.gksel_technology_content{float:left;width:100%;background:#fcf1ed;margin:40px 0px 0px 0px;}
.gksel_technology_background{float:left;background:red;font-size:22px;font-height:22px;color:white;padding:8px 15px 8px 15px;}
.gksel_technology_other_product{float:left;background:red;font-size:22px;font-height:blod;color:white;margin:10px 0px 0px 0px;padding:8px 15px 8px 15px;}
.gksel_technology_text{float:left;line-height:25px;font-size:14px;width:970px;margin:20px 15px 0px 15px;}
.gksel_technology_other{float:left;width:998px;margin-top:15px;border:1px solid #EFEFEF;margin-bottom:10px;}
.gksel_technology_pi1{float:left;margin:0px 0px 0px 5px;}

.fz_nav{float:left;width:100%;}
.fz_nav_section{float:center;margin:0 auto;width:1000px;height:50px;font-size:12px;color:#000000;background:#FFFFFF;}
.fz_nav_section a{text-decoration: none;color: black;}
.fz_nav_section a:hover{text-decoration:underline;}
.fz_nav_big{font-size:18px;font-weight:bolder;}
.fz_nav_normal{font-size:12px;}

.product_pic_area{float:left;margin-top:5px;margin-left:5px;}
.product_pic_area #pic{float:left;width:764px;height:212px;}
.product_pic_area #pic img{float:left;width:764px;height:212px;}
.product_pic_area #pictext_bg{float:left;font-size:14px;color:white;width:460px;padding:20px;margin-top:-90px;margin-left:264px;background:#000000;opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=30);}
.product_pic_area #pictext{position:absolute;width:460px;font-size:14px;color:white;width:460px;padding:20px;margin-left:264px;}

.product_depic_area{float:left;margin-top:5px;}
.product_depic_area #pic{float:left;width:1000px;}
.product_depic_area #pic img{float:left;width:1000px;}

/*鼠标移上去图片放大*/
.product_zoom_img-div-area{border:1px solid #000;z-index:100;position:relative;background:#555;top:0px;_margin-top:-340px;}
.product_zoom_bigpicdiv{border:1px solid #000;overflow:hidden;z-index:100;}

.gksel_list_adv{float:left;width:100%;margin:10px 0px 0px 0px;}
.gksel_list_adv img{float:left;width:100%;}
.gksel_nav_section{float:left;width:100%;margin:10px 0px 0px 0px;}
.gksel_nav_big{}
.gksel_nav_normal{}
.gksel_proinfo_larea{float:left;width:700px;margin:10px 0px 0px 0px;}
.gksel_proinfo_larea #basic_info{border:1px solid #CCC;}
.gksel_proinfo_larea #xiangxixinxi{border:1px solid #CCC;}
.gksel_proinfo_larea #xiangxixinxi_title{padding:10px 0px 10px 0px;font-size:18px;}


.gksel_proinfo_rarea{float:right;width:235px;margin:10px 0px 0px 10px;}
.gksel_proinfo_rarea_reviews{float:left;width:100%;}
.gksel_proinfo_rarea_list{float:left;width:100%;}
.gksel_product_right_review_title{float:left;width:238px;background:#ff5400;color:#fff;padding:6px 0px 6px 10px;font-size:14px;}
.gksel_product_right_review_info{float:left;width:216px;border:1px solid #CCC;padding:5px 15px 5px 15px;border-top:0px}



.gksel_proinfo_pname{float:left;width:340px;line-height:31px;font-weight:bold;font-size:16px;}
.gksel_proinfo_tableftmes{float:left;color:gray;width:55px;padding:0px 0px 0px 5px;line-height:31px;}
.gksel_proinfo_tabrightmes{float:left;width:280px;height:31px;line-height:31px;}
.gksel_proinfo_tabrightmes #price_total{float:left;font-weight:700;color:#ff5400;font-size:27px;}

.gksel_proinfo_tabrightmes #buy_num_span{float:left;margin:5px 0px 0px 3px;}
.gksel_proinfo_tabrightmes #buy_num_span input{width:30px;height:13px;}


.gksel_proinfo_tabrightmes #number_danwei{float:left;width:18px;margin:0px 0px 0px 5px;}

.gksel_proinfo_tab_line{float:left;width:340px;border-bottom:1px solid #EFEFEF;margin: 10px 0px 15px 0px;}

.gksel_proinfo_tab_list{float:left;width:280px;margin:0px 0px 0px 0px;height:31px;line-height:31px;}
.gksel_proinfo_tab_list #btn_addtocart{float:left;}
.gksel_proinfo_tab_list #btn_addtoshoucang{float:left;margin:0px 0px 0px 40px;}


.gksel_proinfo_tabrightmes #decrease{float:left;cursor:pointer;margin:10px 0px 0px 0px;width:9px;height:9px;background:url('./images/icon_1.png');}

.gksel_proinfo_tabrightmes #increase{float:left;cursor:pointer;margin:11px 0px 0px 3px;width:9px;height:9px;background:url('./images/icon_2.png');}


.gksel_proinfo_profile_title{float:left;width:340px;background:#ff5400;font-size:16px;font-weight:bold;color:white;margin: 10px 0px 0px 0px;padding:8px 0px 8px 0px;}
.gksel_proinfo_profile_content{float:left;width:320px;background:#eaeaea;font-size:14px;color:black;margin: 0px 0px 0px 0px;padding:8px 10px 8px 10px;}
.gksel_proinfo_profile_content #content{float:left;margin:0px 0px 5px 0px;line-height:22px;}
.gksel_proinfo_profile_content #list_1{float:left;width:320px;background:#cbc9ca;font-size:14px;color:black;padding: 6px 0px 6px 0px;}
.gksel_proinfo_profile_content #list_2{float:left;width:320px;background:white;font-size:14px;color:black;padding: 6px 0px 6px 0px;}


.gksel_plist_area{float:right;width:235px;border:1px solid #CCC;margin:10px 0px 10px 0px;}
.gksel_plist_area #title{float:right;width:235px;background:#ff5400;padding:6px 0px 6px 0px;font-size:14px;color:white;}
.gksel_plist_imgdiv{float:left;width:100%;margin:5px 0px 0px 0px;text-align:center;cursor:pointer;}
.gksel_plist_imgdiv img{width:80%;margin:0 auto;}
.gksel_plist_name{float:left;width:80%;margin:5px;text-align:left;cursor:pointer;}
.gksel_plist_price_area{float:left;width:80%;color:#c00;font-weight:bold;margin:5px;text-align:left;cursor:pointer;}
.gksel_plist_marketing_price{color:#9b9b9b;text-decoration: line-through;}
.gksel_plist_line{float:left;width:80%;margin:5px;background:#e5e5e5;line-height:2px;}


.img_product_show{float:left;width:100%;}
.img_product_smallarea{float:left;width:99%;margin:5px 0px 0px 1%;}
.img_product_selectarea{float:left;width:100%;margin-top:5px;}
.img_product_deletearea{float:left;width:100%;margin-top:5px;}
.img_product_topphotoarea{float:left;width:100%;margin-top:5px;}
.img_product_small_on{float:left;width:60px;height:60px;cursor:pointer;border:2px solid #ff5400;margin-right:5px;margin-bottom:5px;}
.img_product_small_on img{float:left;width:58px;height:58px;margin:1px;}
.img_product_small_off{float:left;width:60px;height:60px;cursor:pointer;border:2px solid #EFEFEF;margin-right:5px;margin-bottom:5px;}
.img_product_small_off img{float:left;width:58px;height:58px;margin:1px;}
.img_select_btn{float:left;width:75px;border:1px solid white;margin-right:5px;}
.img_delete_btn{float:left;width:75px;border:1px solid white;margin-right:5px;text-align:center;}
.img_set_home_pic_btn{float:left;width:75px;border:1px solid white;margin-right:5px;text-align:center;}



#img1_product_show{display:block;float:left;width:340px;height:340px;padding:2px;border:1px solid white;}
#img1_product_show img{float:left;width:340px;height:340px;}
#img1_product_choose{float:left;width:59px;text-align:center;background:#bababa;padding:4px 8px 4px 8px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}

#img2_product_show{display:none;float:left;width:340px;height:340px;padding:2px;border:1px solid white;}
#img2_product_show img{float:left;width:340px;height:340px;}
#img2_product_choose{float:left;width:59px;text-align:center;background:#bababa;padding:4px 8px 4px 8px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}

#img3_product_show{display:none;float:left;width:340px;height:340px;padding:2px;border:1px solid white;}
#img3_product_show img{float:left;width:340px;height:340px;}
#img3_product_choose{float:left;width:59px;text-align:center;background:#bababa;padding:4px 8px 4px 8px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}

#img4_product_show{display:none;float:left;width:340px;height:340px;padding:2px;border:1px solid white;}
#img4_product_show img{float:left;width:340px;height:340px;}
#img4_product_choose{float:left;width:59px;text-align:center;background:#bababa;padding:4px 8px 4px 8px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}

#img5_product_show{display:none;float:left;width:340px;height:340px;padding:2px;border:1px solid white;}
#img5_product_show img{float:left;width:340px;height:340px;}
#img5_product_choose{float:left;width:59px;text-align:center;background:#bababa;padding:4px 8px 4px 8px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}

.newstab{float:left;width:100%;margin-top:15px;}
.newstab th{background:#ff5400;height:40px;color:white;}
.newstab td{border-bottom:1px solid #ff5400;height:30px;}




/*menu*/

* { margin: 0; padding: 0; }
ol, ul { list-style: none; }
a:link, a:visited, ins { text-decoration: none; }
img{border:none}

.header { position: relative; height: 40px; width: 100%; margin: 0 auto; z-index: 100; }

.menu { height: 40px; z-index: 100; background-position: 0px 100%; position: absolute; top: 0px; left: 0; padding-right: 1px; }
.menu li { float: left; font-size: 14px; text-align: center; line-height: 18px; padding: 0; }
.menu li.lihover, .menu li.licurrent { padding-bottom: 15px; border-bottom: 3px solid #FE7700; }
.menu li a { padding: 2px 10px; border-right: 1px solid #D7D7D7; color: #242424; font-weight: bold; margin: 0; border-left: none; display: inline-block; font-size: 14px; width: 30px; }
.menu li a.noborder { border-right: none; }
.li_0 { position: relative; z-index: 100; }
.li_0 a.noclick { width: 60px; }
.li_0_content { position: absolute; top: 20px; left: 0px; line-height: 30px; z-index: 99; display: none; height: 188px; *top: 18px; width: 170px; text-align:left}
.li_0_content a:hover { color: #f18336 !important; }
.li_0_content dt { height: 17px; border-bottom: 3px solid #FE7700; *height: 19px; line-height: 12px; }
.li_0_content dd { border-left: 1px solid #E6E4E3; border-right: 1px solid #E6E4E3; padding: 0 8px; background: #ffffff url(../images/menu.gif) no-repeat bottom; }
.li_0_content dd a { text-align: center; padding: 0; border-right: none; color: #666; font-weight: normal; width: auto; }
.li_0_content dd.lastItem { background-image: none; border-bottom: 1px solid #E6E4E3; }
.li_0_content dd.lastItem a { border-bottom: none; }

.li_1 { position: relative; z-index: 100; }
.li_1 a.noclick { width: 110px; }
.li_1_content { position: absolute; top: 20px; left: 0px; line-height: 30px; z-index: 99; display: none; height: 188px; *top: 18px; width: 170px; text-align:left}
.li_1_content a:hover { color: #f18336 !important; }
.li_1_content dt { height: 17px; border-bottom: 3px solid #FE7700; *height: 19px; line-height: 17px; }
.li_1_content dd { border-left: 1px solid #E6E4E3; border-right: 1px solid #E6E4E3; padding: 0 8px; background: #ffffff url(../images/menu.gif) no-repeat bottom; }
.li_1_content dd a { text-align: center; padding: 0; border-right: none; color: #666; font-weight: normal; width: auto; }
.li_1_content dd.lastItem { background-image: none; border-bottom: 1px solid #E6E4E3; }
.li_1_content dd.lastItem a { border-bottom: none; }


.li_2 { position: relative; z-index: 100; }
.li_2 a.noclick { width: 110px; }

.li_3 { position: relative; z-index: 100; }
.li_3 a.noclick { width: 110px; }
.li_3 a.noclick_ch { width: 140px; }


.li_4 { position: relative; z-index: 100; }
.li_4 a.noclick { width: 100px; }
.li_4_content { position: absolute; top: 20px; left: 0px; line-height: 30px; z-index: 99; display: none; height: 188px; *top: 18px; width: 130px; text-align:left}
.li_4_content a:hover { color: #f18336 !important; }
.li_4_content dt { height: 17px; border-bottom: 3px solid #FE7700; *height: 19px; line-height: 17px; }
.li_4_content dd { border-left: 1px solid #E6E4E3; border-right: 1px solid #E6E4E3; padding: 0 8px; background: #ffffff url(../images/menu.gif) no-repeat bottom; }
.li_4_content dd a { text-align: center; padding: 0; border-right: none; color: #666; font-weight: normal; width: auto; }
.li_4_content dd.lastItem { background-image: none; border-bottom: 1px solid #E6E4E3; }
.li_4_content dd.lastItem a { border-bottom: none; }


.li_5 { position: relative; z-index: 100; }
.li_5 a.noclick { width: 100px; }

