@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	font-family:"微软雅黑";
	font-size:14px;
	color:#333;
}
p{
	font-family:"微软雅黑";
}
#clear{
	clear:both;
}
img{
	border:0;
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
a{
	text-decoration:none;
	cursor:pointer;
}

/******************************header******************************/
#full-screen-slider{
	width:100%; 
	height:785px; 
	position:relative;
}
#slides {
	display:block; 
	width:100%; 
	height:785px;
	position:relative;
}
#slides li {
	display:block; 
	width:101%;
	height:100%;
	position:absolute;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
}
#pagination { 
	display:block;
	position:absolute; 
	left:60%;
	bottom:65px;
	z-index:9900;
	padding:5px 15px 0 0; 
	margin:0;
}
#pagination li{
	display:block; 
	width:34px; 
	height:7px; 
	float:left; 
	margin-left:18px; 
	background:#949797;
	text-indent:-9999px;
	cursor:pointer;
}
#pagination li.current {
	background:#fffeff;
}

/******************************menu******************************/
#menu_bg01{
	clear:both;
	width:100%;
	border-bottom:1px solid #dfdfdf;
}
#menu{
	width:1200px;
	line-height:70px;
	margin:0 auto;
}
#menu_position{
	position:relative;
	width:1200px;
}
#menu_list li{
	float:left;
	font-size:16px;
	margin:0 38px;
	padding:15px 0 15px 0;
}
#menu_list li.menu_list_empty{
	width:286px;
	height:10px;
}
#menu_list li a{
	color:#595858;
}
#menu_list li a:hover{
	color:#000;
}
#logo{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-143px;
}
#menu_link{
	position:absolute;
	top:15px;
	right:20px;
	font-size:16px;
}
#menu_link a{
	color:#595858;
}
#menu_link a:hover{
	color:#000;
}
.menu_link_line{
	padding:0 5px;
}

/*menu_bg02*/
#menu_bg02{
	clear:both;
	width:100%;
	padding:15px 0 15px 0;
}
#menu_product_bg{
	clear:both;
	width:100%;
	height:40px;
	background:url("../images/menu_02.jpg")/*tpa=http://www.jylatex.com/Skin/deft/images/menu_02.jpg*/ repeat-y;
}
#menu_product{
	width:1200px;
	margin:0 auto;
}
#menu_product_link{
}
#menu_product_link ul{
    text-align: center;
}
#menu_product_link li{
	float:none;
	display:inline;
	font-size:12px;
	line-height:40px;
	margin:0 13px;
}
#menu_product_link li a{
	color:#fff;
}
#menu_product_link li a:hover{
	color:#bf8301;
}

/******************************popup******************************/
.popup_bg{
	width:100%;
	/*border-bottom:1px solid #dfdfdf;*/
	padding:22px 0;
}
#popup{
	width:auto;
	margin:0 auto;
	text-align:center
}
#popup ul{
	display:table;
	margin:0 auto;}
#popup li{
	float:left;
	width:194px;
	margin:0 10px;
	text-align:center;
}
#popup li a{
	color:#595858;
}
#popup li a .popup_img{
	line-height:1em;
}
#popup li a .popup_txt{
	font-size:16px;
	margin-top:15px;
	line-height:20px;
}

/*popup_pics*/
.focus{
	position:relative; 
	width:950px; 
	height:572px;
	margin:0 auto;
	border:1px solid #dfdfdf;
	background-color: #fff;
}  
.focus .fPic{
	position:absolute;
	top:25px;
	left:50%;
	margin-left:-347px;
}
.focus .fcon{ 
	position:relative; 
	width:100%; 
	float:left;  
	display:none; 
}  
.focus img{ 
	width: 695px; 
	height: 520px;
} 
.focus .prev,.focus .next{
	position:absolute;
	width:34px;
	height:50px;
	cursor:pointer;
}
.focus .prev{
	top: 50%;
	margin-top: -25px; 
	left: 70px;
	background:url("../images/popup_btn_01.jpg")/*tpa=http://www.jylatex.com/Skin/deft/images/popup_btn_01.jpg*/ no-repeat;
}  
.focus .next{
	top:50%;
	margin-top: -25px; 
	right: 70px;  
	background:url("../images/popup_btn_02.jpg")/*tpa=http://www.jylatex.com/Skin/deft/images/popup_btn_02.jpg*/ no-repeat;
}  
.focus .fbg{
	position:absolute; 
	bottom:22px; 
	right:22px;
	text-align:center; 
	z-index: 200;
}  
.focus .fbg div{
	overflow:hidden;
	zoom:1;
}    
.focus .D1fBt{ 
	overflow:hidden; 
	zoom:1;  
	height:16px; 
	z-index:10;
}  
.focus .fcon img{
	display:block;
}  
.focus .D1fBt a{
	position:relative; 
	display:inline; 
	width:7px; 
	height:7px; 
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	margin:0 3px;
	color:#B0B0B0;
	outline:0; 
	float:left; 
	background:#333534;
	border:1px solid #333534;
}    
.focus .D1fBt .current,.focus .D1fBt a:hover{
	background:#fff;
}    
.focus .D1fBt img{
	display:none;
}    
.focus .D1fBt i{
	display:none; 
	font-style:normal;
}    
#popup_close{
	position:absolute;
	top:20px;
	right:20px;
}
#popup_close img{
	width:16px;
	height:16px;
}

/*mydiv*/
.mydiv {
	z-index:9999;
	width: 952px;
	height:auto;
	left:50%;
	top:20%;
	margin-left:-476px!important;/*FF IE7 该值为本身宽的一半 */
	margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/
	margin-top:0px;
	position:fixed!important;/* FF IE7*/
	position:absolute;/*IE6*/
	_top:       expression(eval(document.compatMode &&
				document.compatMode=='CSS1Compat') ?
				documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
				document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}

.bg,.popIframe {
	background-color:#666; 
	display:none;
	width: 100%;
	height: 100%;
	left:0;
	top:0;/*FF IE7*/
	filter:alpha(opacity=0.5);/*IE*/
	opacity:0.5;/*FF*/
	z-index:9990;
	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/
	_top:       expression(eval(document.compatMode &&
				document.compatMode=='CSS1Compat') ?
				documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
				document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}
.popIframe {
	filter:alpha(opacity=0);/*IE*/
	opacity:0;/*FF*/
}

/******************************picture******************************/
#picture{
	clear:both;
	width:1200px;
	margin:10px auto 0 auto;
}
.focus_02{ 
	position:relative;
	width:1200px;
	height:370px;
}  
.focus_02 .fPic_02{
	margin-top:20px;
}  
.focus_02 .prev_02,.focus_02 .next_02{
	width:12px;
	height:18px;
	cursor:pointer;
	    display: block;
    float: left;
}
.focus_02 .prev_02{
	bottom:0;
	left:550px;
	background:url("../images/picture_btn_01.jpg")/*tpa=http://www.jylatex.com/Skin/deft/images/picture_btn_01.jpg*/ no-repeat;
}  
.focus_02 .next_02{
	bottom:0;
	right:550px;
	background:url("../images/picture_btn_02.jpg")/*tpa=http://www.jylatex.com/Skin/deft/images/picture_btn_02.jpg*/ no-repeat;
}  
.focus_02 .fbg_02{
display: table;
    margin: 0 auto;
    margin-top: 26px;
}  
.focus_02 .D1fBt_02 a{
	position:relative; 
	display:inline; 
	width:7px; 
	height:7px; 
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	margin:0 3px;
	color:#B0B0B0;
	outline:0; 
	float:left; 
	background:#333534;
	border:1px solid #333534;
}    
.focus_02 .D1fBt_02 .current,.focus_02 .D1fBt_02 a:hover{
	background:#fff;
}
.focus_02 .D1fBt_02 i{
	display:none; 
	font-style:normal; 
} 
.picture_list ul{
	margin-left:-4.5px;
	*position:relative;
	*zoom:1;
}
.picture_list li{
	float:left;
	width:397px;
	margin-left:4.5px;
	text-align:center;
}
.picture_list li .picture_list_txt{
	font-size:16px;
	color:#595858;
	margin-top:20px;
}

/******************************contact******************************/
#contact{
	clear:both;
	width:1200px;
	margin:80px auto 0 auto;
}
#contact_title{
	background:url("../images/contact_01.jpg")/*tpa=http://www.jylatex.com/Skin/deft/images/contact_01.jpg*/ repeat-x center;
}
#contact_title_txt{
	width:145px;
	margin:0 auto;
	text-align:center;
	font-size:36px;
	color:#343434;
	background:#fff;
	padding:0 28px;
}
#contact_title_en{
	text-align:center;
	color:#7b7b7b;
	margin-top:5px;
}
#contact_list{
	margin-top:20px;
}
#contact_list li{
	float:left;
	width:299px;
	border-left:1px solid #dfdfdf;
	text-align:center;
}
#contact_list li.contact_list_first{
	border-left:none;
}
#contact_list li .contact_alone{
	width:270px;
	margin:0 auto;
}
#contact_list li .contact_alone_txt{
	font-size:16px;
	color:#343434;
	line-height:26px;
	margin-top:15px;
}
#contact_list li .contact_alone_txt02{
	font-size:20px;
	color:#343434;
	margin-top:25px;
	padding-bottom:25px;
}

/******************************footer******************************/
#footer{
	clear:both;
	width:1200px;
	margin:40px auto 0 auto;
}
#footer_list{
	width:420px;
	margin:0 auto;
}
#footer_list li{
	float:left;
	font-size:16px;
	margin:0 10px;
}
#footer_list li a{
	color:#595858;
}
#footer_list li a:hover{
	color:#000;
}
#footer_content{
	margin-top:45px;
}
#footer_content_left{
	float:left;
	width:125px;
	text-align:center;
	margin-left:30px;
}
.footer_content_code_txt{
	font-size:18px;
	color:#717171;
	margin-top:30px;
}
#footer_content_mid{
	float:left;
	width:125px;
	text-align:center;
	margin-left:30px;
}
#footer_content_right{
	float:right;
}
#footer_content_right li{
	float:left;
	text-align:center;
	margin:0 40px;
}
#footer_content_right li ul li{
	float:none;
	margin:0 0 12px 0;
}
#footer_content_right li ul li .footer_content_title{
	font-size:20px;
	color:#343434;
	font-weight:bold;
	padding-bottom:10px;
}
#footer_content_right li ul li a{
	font-size:18px;
	color:#717171;
}
#footer_content_right li ul li a:hover{
	color:#000;
}
#footer_copyright{
	margin-top:85px;
	padding:30px 0 30px 0;
	border-top:1px solid #dfdfdf;
	text-align:center;
	font-size:16px;
	color:#575757;
}

/******************************nybanner******************************/
#nybanner{
	width:100%;
	height:458px;
	background:url("../images/nybanner_01.jpg")/*tpa=http://www.jylatex.com/Skin/deft/images/nybanner_01.jpg*/ no-repeat top center;
}
#nybanner2{
	width:100%;
	height:458px;
	background:url("../images/100.jpg")/*tpa=http://www.jylatex.com/Skin/deft/images/nybanner_01.jpg*/ no-repeat top center;
}

/******************************product******************************/
#product{
	width:1200px;
	margin:50px auto 0 auto;
}
#product_img{
	text-align:center;
}
#product_title{
	text-align:center;
	font-size:32px;
	color:#000;
	margin-top:20px;
}
#product_txt{
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#cacaca;
	margin-top:20px;
}
#product_content{
	margin-top:40px;
}
#product_content li{
	float:left;
	width:390px;
	text-align:center;
	margin:10px 5px 0 5px;
}
#product_content li a{
	display:block;
	width:388px;
	height:420px;
	border:1px solid #dfdfdf;
}
#product_content li a:hover{
	/*border:1px solid #343434;*/
}
#product_content li .product_content_img{
	height:315px;
}
#product_content li .product_content_title{
	color:#727272;
	font-size:20px;
	margin-top:5px;
}
#product_content li .product_content_txt{
	color:#a3a3a3;
	font-size:12px;
	margin-top:15px;
}

/******************************details_main******************************/
#details_main{
	width:1200px;
	margin:0 auto;
	background:#fff;
}
#introduce_over{
	width:100%;
}

/*place*/
#place{
	width:100%;
	height:50px;
	background:url("../images/menu_02.jpg")/*tpa=http://www.jylatex.com/Skin/deft/images/menu_02.jpg*/ repeat-y top center;
}
#place_left{
	float:left;
	margin-left:35px;
	line-height:50px;
	font-size:16px;
	color:#fff;
}
#place_left a{
	color:#fff;
}
#place_left a:hover{
	color:#bf8301;
}
.place_left_arrow{
	padding:0 5px;
}
#place_right{
	float:right;
}

/*introduce*/
#introduce{
	margin-top:45px;
}
#introduce_title{
	text-align:center;
	font-size:30px;
	color:#000;
}
#introduce_txt{
	text-align:center;
	font-size:16px;
	color:#a5a5a5;
	margin-top:15px;
}
#introduce_pics{
	width:780px;
	margin:35px auto 0 auto;
}
.focus_03{ 
	position:relative;
	width:780px;
	height:453px;
	z-index:9999;
}  
.focus_03 .fPic_03{ 
	position:absolute; 
	left:50px; 
	top:0px;
	width:680px;
	height:453px;
}  
.focus_03 .prev_03,.focus_03 .next_03{
	position:absolute;
	width: 34px;
    height: 49px;
    cursor: pointer;
    display: block;
}
.focus_03 .prev_03{
	bottom:226px;
	left:0;
	background:url("../images/popup_btn_01.jpg")/*tpa=http://www.jylatex.com/Skin/deft/images/popup_btn_01.jpg*/ no-repeat;
}  
.focus_03 .next_03{
	bottom:226px;
	right:0;
	background:url("../images/popup_btn_02.jpg")/*tpa=http://www.jylatex.com/Skin/deft/images/popup_btn_02.jpg*/ no-repeat;
}  
.focus_03 .fbg_03{
	position:absolute;
	bottom:5px; 
	left:50%;
	margin-left:-30px;
	z-index: 200;
	width:60px;
	filter:alpha(opacity=0); /*IE滤镜，透明度50%*/
	-moz-opacity:0; /*Firefox私有，透明度50%*/
	opacity:0;/*其他，透明度50%*/
}  
.focus_03 .D1fBt_03 a{
	position:relative; 
	display:inline; 
	width:7px; 
	height:7px; 
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	margin:0 3px;
	color:#B0B0B0;
	outline:0; 
	float:left; 
	background:#333534;
	border:1px solid #333534;
}    
.focus_03 .D1fBt_03 .current,.focus_03 .D1fBt_03 a:hover{
	background:#fff;
}
.focus_03 .D1fBt_03 i{
	display:none; 
	font-style:normal; 
} 
#introduce_info{
	width:1002px;
	margin:65px auto 0 auto;
}
#introduce_info_title{
	font-size:18px;
	color:#101010;
}
#introduce_info_txt{
	font-size:14px;
	color:#a5a5a5;
	line-height:24px;
	margin-top:15px;
}

/*detailshdm*/
#detailshdm{
	width:1002px;
	margin:100px auto 0 auto;
	padding-bottom:50px;
}
.details_tab{
	width:1002px;
}
.tb_{
	border-bottom:1px solid #dfdfdf;
	padding-bottom:15px;
}
.tb_ li{
	float:left;
	font-size:16px;
	padding:0 40px 0 0;
	cursor:pointer;
}
.normaltab{
	color:#a6a6a6;
}
.hovertab{
	color:#000;
}
.ctt{
	clear:both;
	margin-top:10px;
}
.dis{
	display:block;
}
.undis{
	display:none;
}
.ctt_list li{
	margin-top:30px;
	font-size:14px;
}
.ctt_list li .ctt_list_title{
	color:#241c15;
}
.ctt_list li .ctt_list_txt{
	color:#8d8d8d;
	line-height:24px;
	margin-top:5px;
}

/*popDiv_02*/
.mydiv_02{
	z-index:9999;
	width: 1200px;
	height:auto;
	left:50%;
	top:0;
	margin-left:-600px!important;/*FF IE7 该值为本身宽的一半 */
	margin-top:0!important;/*FF IE7 该值为本身高的一半*/
	margin-top:0px;
	position:fixed!important;/* FF IE7*/
	position:absolute;/*IE6*/
	_top:       expression(eval(document.compatMode &&
				document.compatMode=='CSS1Compat') ?
				documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
				document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}

.bg_02,.popIframe_02 {
	background-color:#666; 
	display:none;
	width: 100%;
	height: 100%;
	left:0;
	top:0;/*FF IE7*/
	filter:alpha(opacity=50);/*IE*/
	opacity:0.5;/*FF*/
	z-index:1;
	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/
	_top:       expression(eval(document.compatMode &&
				document.compatMode=='CSS1Compat') ?
				documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
				document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}
.popIframe_02{
	filter:alpha(opacity=0);/*IE*/
	opacity:0;/*FF*/
}



.fcon_02{
}

.navigation-down{}
.popup_bg{
    position: absolute;
    z-index: 200;
    background-color: #fff;
    left: 0px;
    top: 100px;
    padding: 0px 0 0px 0px;
    border-top: 1px solid #dfdfdf;
	padding: 22px 0px;
}

.btn_down {
    display:block;
    position: fixed;
    z-index: 299;
    right: 50px;
    bottom: 50px;
    width: 105px;
    height: 104px;
    background: url("../images/btn_down_2.png")/*tpa=http://www.jylatex.com/Skin/deft/images/btn_down_2.png*/ no-repeat left top;
    cursor: pointer;
	z-index:10000;
}
.btn_down:hover{
    background: url("../images/btn_down_3.png")/*tpa=http://www.jylatex.com/Skin/deft/images/btn_down_3.png*/ no-repeat left top;
}

.headright{
	
	white-space:nowrap;

	color:#999;
	font-size:12px;
	text-align:right;
}
.headright .ico_search{
	display:inline-block;
}

.headright .searchbox_2{
	display:none;
	position:absolute;
	right:-5px;
	top:24px;
	height:20px;
	border:1px solid #d6d6d6;
	background-color:#fff;
}
.headright .searchbox_2 .searchinput{
	float:right;
	padding:0 3px;
	width:0px;
	border:none;
	margin-right:20px;
	height:20px
}
.headright .searchbox_2 .submit{
	float:right;
	margin:2px 0 0 0;
	width:22px;
	height:16px;
	background:url("../images/menu_01.png")/*tpa=http://www.jylatex.com/Skin/deft/images/menu_01.png*/ no-repeat 50% 50%;
	border:none;
	position: absolute;
    right: 0px;
}
