﻿/*顶部导航*/
.nav_box{ background:#333;   z-index:22; width:100%; filter:alpha(opacity=90); /*IE滤镜，透明度50%*/-moz-opacity:0.9; /*Firefox私有，透明度50%*/opacity:0.9;/*其他，透明度50%*/; top:0; min-width:1180px;}
.nav_warp{ width:1160px; height:46px; margin:0 auto; overflow:hidden; zoom:1; padding-right:20px;}
.nav_warp .nav_logo{ display:block; float:left;}
.nav_warp ul{ float:right; zoom:1; display:inline-block; min-width:60%;}
.nav_warp ul li{ float:right; margin-left:30px;}
.nav_warp ul li a{ color:#fff; font-size:14px;  margin-top:12px; display:block;}
.nav_warp ul li a:hover, .nav_warp ul li a.nav_warp_mouseover{ color:#9c9c9c; text-decoration:none;}
.nav_find_input{ width:228px; height:32px; line-height:32px; border:none; background:url(/edi/icon_serach.png) no-repeat #fff 4px 7px; font-size:16px; color:#999; padding-left:32px; margin-top:7px;}
.navMenu_02_pr{ background:url(/edi/icon_up.png) no-repeat 40px 5px; width:56px;}
.navMenu_02_pr:hover, .navMenu_02_pr_mouseover{ background:url(/edi/icon_up_no.png) no-repeat 40px 5px; }
#find_input {width: 0px; overflow: hidden; display: none;}
/*分导航*/
.nav_sub{position: absolute; z-index: 9999; width: 100%; height: 0; left: 2px; top: 48px; overflow: hidden; min-width:1180px; background:#fff;}
.nav_sub_2{position: absolute; z-index: 998; width: 100%;height: 47px;left: 0;top: 47px;overflow: hidden; min-width:1180px}
.nav_sub_2_fix{position: fixed; left: 0;top: 0;}
.nav_sub_filter{ position: absolute; background:#f6f6f6; z-index: 9997;width: 100%; min-width:1180px; height:0;left: 0;top: 46px;  filter:alpha(opacity=95); /*IE滤镜，透明度50%*/-moz-opacity:0.95; /*Firefox私有，透明度50%*/opacity:0.95;/*其他，透明度50%*/}
.nav_sub_warp{ width:1180px; margin:0 auto 10px; }
.nav_sub_warp ul,.nav_sub_warp_2 ul{ overflow:auto; zoom:1; float:right;}
.nav_sub_warp ul li{ float:left; margin:0 0 0 10px;}
.nav_sub_warp ul li a{ color:#333; text-align:center; width:84px; display:inline-block;}
.nav_sub_warp ul li a:hover{ text-decoration:none;} 
.nav_sub_warp ul li span{ display:block; text-align:center; margin-top:10px;}
.nav_sub_warp_2{ width:700px; margin:20px auto; padding-left:290px;}
.nav_sub_warp_2 ul li{ float:left; margin-right:40px; text-align:center;}
.nav_sub_warp ul .nav_sub_tm{  filter:alpha(opacity=50); /*IE滤镜，透明度50%*/-moz-opacity:0.50; /*Firefox私有，透明度50%*/opacity:0.50;/*其他，透明度50%*/}
.nav_sub_warp ul .nav_sub_tm:hover{ filter:alpha(opacity=100); /*IE滤镜，透明度50%*/-moz-opacity:1; /*Firefox私有，透明度50%*/opacity:1;/*其他，透明度50*/}
.nav_sub_warp_2 ul li img{ display:block;}
.nav_sub_warp_2 ul li a{ color:#666; display:block; line-height:32px; font-size:14px;}
.nav_sub_word{ padding-left:10px; text-align:left}
.nav_sub_word a{ text-align:left;}
.nav_sub_border{ border-left:1px solid #666666; padding-left:50px;} 
.nav_sub_warp_3{ height:45px; background:#fff; border-bottom:1px solid #efefee; }
.nav_sub_warp_3_box{ width:1180px; margin:0 auto; overflow:auto; zoom:1;}
.nav_sub_warp_3_left{ float:left; color:#666; font-size:16px; line-height:45px; padding-left:25px}
.nav_sub_warp_3_box ul{ float:right; overflow:auto; zoom:1; display:inline-block; width:380px;}
.nav_sub_warp_3_box ul li{ float:left; width:90px; line-height:45px; text-align:center;}
.nav_sub_warp_3_box ul li a{ color:#666; font-size:14px;}
.nav_sub_warp_3_box ul li a:hover,.nav_sub_warp_3_box ul li .a_on{ color:#4bba38; text-decoration:none;}
.nav_sub_warp_3_box .nav_sub_warp_3_button{ height:26px; background:#4bba38; float:right; width:90px; border:none; display:block; color:#fff; text-decoration:none; line-height:26px; font-size:12px; margin:10px 22px 0 0; color:#fff; text-align:center;}
.nav_sub_warp_3_button:hover{ background:#41a130;}
/*广告*/
.conter_ad_box{ overflow:hidden; position:relative; height:790px; min-width:1180px;}
.conter_ad_warp{ height:790px; position:absolute; width:1920px; overflow:hidden; text-align:center; left:50%; margin-left:-960px;}
.conter_ad{ overflow:hidden; position:relative;  z-index:9; width:10000px; left:0;}
.conter_ad img{ width:1920px; height:790px; float:left;}
/**********TODO 添加代码*****************************************************************/
/******首页****控制按钮样式***********************************/
b.home_prev{width:300px; padding:300px 0px; padding-right:25px; position:absolute;  top:80px;  left:50px; z-index:88; cursor:pointer;opacity: 0; transition:opacity 2s; }
b.home_next{padding:300px 0px; padding-left:263px; position:absolute;  top:80px;  right:50px; z-index: 88; cursor:pointer;opacity: 0; transition:opacity 2s; }
b.home_prev a{ width:62px;  height:62px;  background:url(/edi/img_pr_left_on.png) no-repeat;display: inline-block;}
b.home_next a{width:62px;  height:62px;  background:url(/edi/img_pr_right_on.png) no-repeat;display: inline-block;}
b.home_prev:hover{ opacity: 1;}
b.home_next:hover{opacity: 1; }
/********************************************************/
/**********修改代码*****见下方***********************/
/*.add_list_warp{ position:absolute; top:750px; left:0;  width:100%;z-index:9999}*/
/*.add_list{ margin:0 auto; width:180px; overflow:hidden; zoom:1;}*/
.add_list_warp{ position:absolute; top:750px; left:0;  width:100%;z-index:9999;text-align: center}
.add_list{display: inline-block; margin:0 auto;  overflow:hidden; zoom:1;}
/********************************************/
.add_list li{ float:left; margin-left:10px; width:14px; height:14px; display:inline-block; cursor:pointer;}
.add_list .add_list_off{ background:url(/edi/icon_add_b.png)}
.add_list .add_list_on{ background:url(/edi/icon_add_p.png)}
/*4轮*/
.four_list{ width:100%; border-top:2px solid #fff; overflow:hidden; zoom:1; background:#f4f4f4; min-width:1180px;}
.four_list_li{ width:24.9%; float:left;}
.four_list_li_box_1{ border-right:1px solid #fff; background:#f4f4f4; height:200px; text-align:center; display:block;}

.four_list_li_box_2{  border-right:none; background:#f4f4f4; height:200px; text-align:center;  display:block;}


/*底部*/

.footer_warp{ width:80%; margin:0 auto; padding:20px 0; overflow:auto; zoom:1; line-height:24px; text-align:center;color:#666;}
.footer_mapset a{ color:#666; margin-left:10px; padding-right:20px; font-size:12px; }
.footer_icp{ font-size:12px; color:#666;}
.border_right{  border-right:1px solid #cbcbcb;}

.footer_pr_cont{ overflow:auto; zoom:1;}
.footer_pr_li{ width:160px; float:left; display:inline-block; padding-left:20px}
.footer_pr{ background:#f2f2f2; margin-top:20px; min-width:1180px;}
.footer{ background:#f2f2f2; width:100%; min-width:1180px;margin-top:1px;}
.footer_pr a{ color:#666;}
.footer_warp_2{ width:1180px; margin:0 auto; color:#666;}
.footer_pr_title{ font-size:14px; border-bottom:1px solid #ddd; padding:41px 0 15px 0; margin-bottom:30px;}
.footer_pr_li a{ display:block; line-height:24px; font-size:12px; width:80px;}
.footer_pr_li span{ font-size:16px;}
.footer_pr_li_right{ height:182px; border-left:1px solid #ddd; float:left; padding:0 0 0 67px; margin:40px 0 0 0;}
.footer_copyright_2{ overflow:auto; zoom:1; border-top:1px solid #ddd; margin-top:25px;}
.footer_copyright_2_left{ float:left; padding:10px 0 10px 20px; line-height:22px;}
.footer_copyright_2_right{ float:right; padding:10px 0; text-align:left;}
.footer_copyright_2_right a{ padding:0 15px;}
.footer_pr_li span{ font-size:14px; color:#333; margin:35px 0 20px 0; display:block;}

/*内页3轮*/
.three_list{ width: 100%; background:#f7f7f7; padding:20px 0; overflow:auto; zoom:1; min-width:1180px;}
.three_list_warp{ width:1180px; margin:0 auto;}
.three_list_li_1,.three_list_li_2{ display:inline-block; float:left; width:380px;}
.three_list_warp img{ width:100%; display:block;}
.three_list_li_2{ margin: 0 20px;}
.three_list_warp strong{ font-size:24px; color:#fff; display:block; margin:10px 0; font-weight:normal;}
.three_list_warp span{ font-size:16px; color:#fff; display:block;}

/*产品列表*/
.pr_cont{ width:1180px; margin:20px auto 0; background:#fff; position:relative;}
.inner_nav_ul{ border-bottom:1px solid #ddd; overflow:auto; zoom:1;  padding:10px 0; font-size:14px; }
.inner_nav_ul li{ float:left; margin:0 2px; color:#666;}
.inner_nav_ul a:hover{ text-decoration:none;}
.pr_cont_title{ font-size:14px; line-height:22px; color:#666; padding:2px 0;}
.inner_nav_ul_select{ display:block; width:90px; border:1px solid #ddd; padding:3px 0 3px 8px; color:#666; background:url(/edi/icon_up_no.png) no-repeat 80px 7px;} 
.inner_nav_ul_select_hover{ border:1px solid #e4393c; background:url(/edi/icon_up_down.png) no-repeat 80px 7px #fff; border-bottom:none; position:relative; z-index:3;}
.inner_nav_ul_over_box{ position:absolute; z-index:2; border:1px solid #e4393c; padding:10px 0; background:#fff; margin-top:-1px; width:270px;}
.inner_nav_ul_over_box a{ color:#666; margin:0 10px; line-height:30px; display:block; float:left; width:70px;}
.inner_nav_ul_over_box a:hover{ color:#e4393c;}
.inner_nav_ul_normal{ display:block; border:1px solid #ddd; padding:3px 8px; color:#666;}
.inner_nav_ul_btn{ display:none; border:1px solid #ddd; padding:3px 26px 3px 8px; color:#666; overflow:auto; zoom:1; background:url(/edi/icon_close.png) no-repeat right 0px;}
.inner_nav_ul_btn_show {display:block;}
.inner_nav_ul_btn:hover{ border:1px solid #e4393c; color:#e4393c; background:url(/edi/icon_close_over.png) no-repeat right 0px;}
.inner_nav_ul_2 li a.font_red{color:#e4393c;}
.inner_nav_ul_btn strong{ color:#e4393c; font-weight:normal;}
/*.inner_nav_ul li i{ width:26px; height:100%; position:absolute; top:0; right:1px; z-index:2; cursor:pointer; background:url(/edi/icon_close.png) no-repeat 9px 9px;}
.inner_nav_ul li i:hover{ background:#e4393c url(/edi/icon_close_over.png) no-repeat 9px 9px;}*/
.inner_nav_ul_btnbox{ position:absolute; display:inline-block; padding:4px 14px; color:#888; font-size:12px; border:1px solid #e8e8e8; background:#f9f9f9; right:0; top:11px;}
.inner_nav_ul_vedio li{ width:75px;}
.inner_nav_ul_vedio .inner_nav_ul_title{ width:100px;float:left; margin:0 5px; color:#666;}
.inner_nav_ul_pad li{ width:105px;}
.inner_nav_ul_pad .inner_nav_ul_title{ width:80px;float:left; margin:0 5px; color:#666;}
.inner_nav_ul_board li{ width:105px;}
.inner_nav_ul_board .inner_nav_ul_title{ width:100px;float:left; margin:0 5px; color:#666;} 
.inner_nav_ul_2 li a{ color:#666;}
.inner_nav_ul_2 li a:hover{ color:#e4393c;}

.inner_nav_ul_3{ padding:10px 7px; background:#f7f7f7; border-top:1px solid #ddd; border-bottom:1px solid #ddd; color:#666; position:relative; margin-top:32px;}
.inner_nav_ul_3 strong{ font-size:14px;  margin-right:10px;}
.inner_nav_ul_3 b{ margin-right:10px;}
.ul_3_page{ position:absolute; right:115px; top:10px;}
.ul_3_btn{ text-align:center; border:1px solid #dddddd; width:45px; height:23px; line-height:23px; position:absolute; top:7px; background:#fff; cursor:pointer;}
.ul_3_btn_left{ right:56px;}
.ul_3_btn_right{ right:10px;}
.ul_3_btn:hover{ background:#d2d1d1; color:#fff;}
.inner_cont_box{ margin:20px 0; border-top:1px solid #eee; border-left:1px solid #eee}
.inner_cont_box td{ width:233px; height:350px; padding:60px 30px 30px; float:left; border-right:1px solid #eee; text-align:center; cursor:pointer; border-bottom:1px solid #eee;}
.inner_cont_box td img{ width:233px; height:233px;}
.inner_cont_box td:hover{ background:#f7f7f7;}
.inner_cont_box td strong{ font-size:18px; color:#333; display:block; line-height:28px; margin-top:30px;}
.inner_cont_box td b{ font-size:14px; color:#686868; display:block; line-height:28px; font-weight:normal;}
.inner_cont_box td span{ font-size:16px; color:#686868; display:block; line-height:28px;}

/*规格参数*/
.guige_table{ width:1180px; margin:0 auto; font-size:14px;}
.guige_table td{ padding-top:20px; padding-bottom:20px; line-height:26px; color:#666; vertical-align:top;}
.guige_table_left{ width:124px; border-bottom:1px solid #dedede; font-size:16px; padding-left:35px;}
.guige_table_right{ border-bottom:1px solid #dedede; padding-left:10px;}
.guige_box{ width:1180px; margin:0 auto; overflow:auto; zoom:1; font-size:14px; color:#666;}
.guige_box_left{ float:left; width:124px; border-bottom:1px solid #dedede; font-size:16px; padding:26px 0 0 35px}
.guige_box_right{ width:970px; border-bottom:1px solid #dedede; float:left; line-height:26px; margin-left:38px; display:inline-block; padding:26px 0 0 10px}
.guige_box_list_1{ height:94px;}
.guige_box_list_2{ height:84px;}
.guige_box_list_3{ height:39px; padding-top:16px;}
.guige_ps_warp{ background:#686868; padding:30px 0; margin-top:20px; line-height:26px; color:#efefef;}
.guige_ps{ width:1140px; padding-left:40px; margin:0 auto;}

/*产品详情*/
.cont_pr{ width:1920px; width:100%; left:50%; margin-left:-960px; position:absolute; top:90px;}
.cont_pr_2{ margin-top:90px;}
.cont_pr_2 img{ width:100%}
.cont_pr img{ display:block;}
.page_up{ width:55px; height:55px; display:block; position:fixed; background:url(/edi/page_up.jpg) no-repeat; right:50px; bottom:50px; z-index:99999;}
.page_up:hover{ background:url(/edi/page_up_on.png)}

.kf_online{ width:55px; height:55px; display:block; position:fixed; background:url(/edi/icon_kf.png) no-repeat; right:50px; bottom:108px; z-index:9999;}
.kf_online:hover{ background:url(/edi/icon_kf_on.png) no-repeat;}
/*
.kf_online{ width:90px; height:90px; display:block; position:fixed; background:url(/edi/img_kf.png) no-repeat; left:95%;
left:-moz-calc(50% + 610px);left:-webkit-calc(50% + 610px);left: calc(50% + 610px); top:165px; z-index:9999;}
.kf_online:hover{ background:url(/edi/img_kf_on.png) no-repeat; }
*/

.footer_pr_doc{ margin-top:0;}

/*产品图片*/
.pr_pic_box{ float:left; width:750px; overflow:hidden; height:750px; position:relative; margin:92px 0 20px 20px; display:inline;}
.pr_pic_list{ width:10800px; position:absolute;}
.pr_pic_list img{ width:750px; height:750px;}
.add_list_war_2{ top:845px;}
.pr_pic_box_left{cursor:pointer; float:left; padding:315px 0;width:185px;height:40px;}
.pr_pic_box_right{ cursor:pointer; float:right; padding:315px 0;width:185px;height:40px; text-align:right;}
.pr_pic_box_left img, .pr_pic_box_right img {display:none;}

.jishu_box{ margin:100px auto 0; width:1180px; color:#666;}
.jishu_box_li{ overflow:auto; zoom:1; border-bottom:1px solid #dedede; padding:40px 80px 35px 75px;}
.jishu_box_left{ width:610px; float:left}
.jishu_box_left_title{ font-size:16px; margin-bottom:20px;}
.jishu_box_left table{ margin-left:-10px;}
.jishu_box_left table td{ line-height:26px; padding-left:10px;}
.jishu_box_right{ width:200px; float:right; line-height:26px; color:#9b9b9b;}
.jishu_box_right a{ display:block; width:100px; margin:10px 0 10px 0; color:#4bba38; background:url(/edi/icon_down.png) no-repeat; padding-left:30px;}
.jishu_box_right a:hover{ text-decoration:none;}
.jishu_box_li_last{ border-bottom:none;}

/*搜索结果*/
.result_box{ width:1180px; margin:46px auto 0; color:#666666;}
.result_box .result_title{ padding:20px 0 10px 20px; font-size:14px;}
.result_box .result_titie_2{ font-size:30px; padding-left:20px;}
.result_box .result_page_titile{ border-top:2px  solid #dedede; background:#f7f7f7; border-bottom:none; margin-top:10px; padding-left:20px;}
.result_page_titile strong{ margin-right:10px;}
.result_box_cont{ overflow:auto; zoom:1; margin-top:20px;}
.result_box_cont_left{ float:left; width:170px; display:inline-block; padding-right:20px;}
.result_box_cont_left strong{ font-size:28px; padding:20px; font-weight:normal; border-bottom:1px solid #dedede; display:block;}
.result_box_cont_left span{ font-size:16px; padding-left:20px; display:block; margin-top:20px; line-height:30px;}
.result_box_cont_right{ width:960px; float:left; border-left:3px solid #dedede; padding-left:20px; display:inline-block; min-height:300px;}
.result_box_cont_right_list{ margin:20px 0 0 0; border-bottom:1px solid #dedede; padding-bottom:20px; overflow:auto; zoom:1;}
.result_box_cont_right_list p{ width:770px; float:left; }
.result_box_cont_right_list b{ display:block; float:right; font-weight:normal; text-align:right; line-height:26px; text-align:left;} 
.result_box_cont_right_list b a{ display:block; width:126px; text-align:center; height:36px; line-height:36px; background:#4bba38; color:#fff; margin-bottom:8px;}
.result_box_cont_right_list strong{ font-size:18px; display:block; padding-bottom:10px; font-weight:normal;}
.result_box_cont_right_list span{ line-height:26px; font-size:14px;}
.result_page_bottom{ border:none; margin-top:10px; height:20px;}

/*登录*/
.login_box{ width:100%; min-width:1180px; border-bottom:1px solid #dcdcdc}
.login_box form{ width:362px; margin:120px auto 100px;}
.login_box p{ margin-bottom:15px; overflow:auto; zoom:1;}
.login_box .input_text{ border:1px solid #dedede; height:49px; line-height:49px; width:350px; color:#7f7f7f; font-size:16px; padding:0 0 0 10px; font-weight:0;}
.login_box  .input_yz_text{ width:140px; margin-right:10px;}
.login_box  .yz_img{ width:128px; height:31px;}
.login_box .yan_change{ font-size:16px; color:#4bba38; margin-left:10px;}
.login_box .login_auto{ padding-left:10px; font-size:14px; color:#333; cursor:pointer;}
.login_box .login_auto a{ color:#4bba38; margin-left:10px;}
.login_box .login_button{ width:100%; line-height:46px; height:46px; color:#fff; background:#4bba38; border:none; font-size:20px; font-weight:600; cursor:pointer;}
.login_rega{ padding-left:10px; font-size:14px; }
.login_rega a{ color:#4bba38; text-decoration:underline;}
.login_other{ padding-left:10px; font-size:16px;}
.login_other img{ margin:0 0 0 10px;}
.login_title{ height:30px; font-size:20px; margin-bottom:20px;}
.login_title .login_title_1{ color:#666; border-right:1px solid #dedede; float:left; padding-right:80px;}
.login_title .login_title_2{ color:#666; float:right;}
.login_title .login_title_on{ color:#4bba38}
.login_box .reg_yaz{ position:absolute; top:14px ; right:20px; color:#666; font-size:16px; font-weight:normal; border-left:1px solid #dedede; padding-left:20px; text-decoration:none;}
.bg_password{ background:url(/edi/bg_password.png) no-repeat #fff 320px 14px;}

/*联系我们*/
.lxwm_box{ border-top:2px solid #dedede; margin-top:10px; padding-top:20px; position:relative;}
.gywm_box{ border-top:none; margin-top:-40px;}
.lxwm_cont { width:930px; border-left:2px solid #dedede; min-height:300px; margin-left:170px; padding-left:70px; padding-top:20px; color:#333;}
.lxwm_cont p{ margin-bottom:70px;}
.lxwm_cont p strong{ display:block; border-bottom:1px solid #dedede; font-size:18px; font-weight:normal; padding-bottom:10px; margin-bottom:10px;}
.lxwm_cont p span{ font-size:14px; line-height:26px; display:block;}
.lxwm_list_li{ position:absolute; left:20px; top:40px;}
.lxwm_list_li a{ display:block; font-size:14px; color:#666; line-height:30px; text-decoration:none;}
.lxwm_list_li .a_on{ font-size:20px; color:#4bba38;}
.cont_wywm{ width:1920px; width:100%; left:50%; margin-left:-960px; position:absolute; top:46px;}

/*服务*/
.fw_top_box{ background:#f2f3f5; margin-top:46px;}
.fw_top_warp{ width:1150px; margin:0 auto; background:url(/edi/bg_fw1.png) no-repeat 500px bottom;height:331px; padding: 100px 0 0 30px; position:relative;}
.alt_windows{ position:absolute; top:20px; right:75px; z-index:9996;}
.alt_windows1{ position:absolute; top:20px; z-index:9996;}
.alt_windows_index_box{ width:1200px; margin:0 auto; position:relative;}
.alt_windows_index{ position:absolute; top:66px; right:75px; z-index:9996;}
.fw_top_box .fw_top_box_title{ font-size:36px; color:#333;}
.fw_top_box .fw_top_box_cont{ font-size:18px; color:#666; width:500px; line-height:30px; margin:20px 0;}
.fw_top_box .fw_top_box_input input{ width:380px; height:50px; border:1px solid #dedede; color:#9d9d9d; padding-left:20px; font-size:16px; line-height:50px; background:url(/edi/icon_serach.png) no-repeat #fff 360px 16px;}
.fw_area_1,.fw_area_2,.fw_area_3{ width:1180px; margin:0 auto;overflow:auto; zoom:1;}
.fw_area_1,.fw_area_2{ border-bottom:1px solid #dedede;}
.fw_area_1 a{ display:inline-block; float:left; overflow:auto; zoom:1; margin:18px 0 18px 30px; padding-right:32px;}
.fw_area_1 a img{ display:block; float:left;}
.fw_area_1 a p{ display:inline-block; float:left; margin:10px 0 0 15px;}
.fw_area_1 a p strong{ display:block; font-size:22px; color:#333; font-weight:normal;}
.fw_area_1 a p span{ display:block; font-size:14px; color:#666; margin-top:10px;}
.fw_area_2_left{ float:left; height:203px; background:url(/edi/bg_fw2.jpg) no-repeat 320px 0; border-right:1px solid #dedede; margin:15px 0; width:600px; padding-right:22px;}
.fw_area_2_left strong{ display:block; font-size:26px; color:#333; font-weight:normal; margin:30px 0 0 40px;}
.fw_area_2_left span{ display:block; line-height:26px; color:#666; font-size:14px;  margin:20px 0 0 40px;}
.fw_area_2_right{ float:left; width:510px; overflow:auto; zoom:1; padding-left:40px; margin-top:15px;}
.fw_area_2_right strong{ display:block; font-size:26px; color:#333; font-weight:normal; margin:30px 0 0 0;}
.fw_area_2_right a{ width:70px; text-align:center; float:left; font-size:14px; color:#666; margin:30px 10px 0 20px;}
.fw_area_2_right a span{ display:block; margin-top:5px;}
.fw_area_3_left{ float:left; width:582px; padding-left:40px; font-size:14px;border-right:1px solid #dedede; margin-top:30px;}
.fw_area_3_left strong{ display:block; margin:0 0 15px 0; font-size:22px; font-weight:normal; color:#333;}
.fw_area_3_left ul{ margin-bottom:5px; }
.fw_area_3_left ul li{ list-style:disc; margin-left:20px; line-height:24px;}
.fw_area_3_left ul li a{ color:#666; font-size:14px;}
.fw_area_3_right{ width:530px; float:left; overflow:auto; zoom:1; display:inline; margin-left:22px;}
.fw_area_3_right p{ width:115px; float:left; margin:30px 40px 0 20px;}
.fw_area_3_right p strong{ font-size:22px; color:#333; font-weight:normal;}
.fw_area_3_right p a{ display:block; font-size:14px; color:#666; line-height:24px; margin-left:10px; }

/*显卡*/
.vedio_cont{height:750px;}
.vedio_cont_warp{ width:1180px; margin:0 auto; position:relative;}
.vedio_cont_bg2{ background:#f7f7f7;}
.vedio_cont img{ display:block; width:1180px; margin:0 auto;}
.vedio_cont P{ position:absolute; top:160px; left:95px;}
.vedio_cont P strong{ font-size:50px; color:#333; font-weight:normal; display:block;}
.vedio_cont P b{ font-size:20px; color:#333; display:block; font-weight:normal; width:365px; margin:20px 0 15px 0; line-height:40px;}
.vedio_cont P span,.vedio_cont a{ font-size:14px; color:#e4393c; font-size:14px;}

/*商城*/
.shop_top{ height:110px; border-bottom:2px solid #d41f00; margin-top:46px;}
.shop_top_warp{ width:1170px; margin:0 auto; padding:34px 0 0 30px; position:relative;}
.shop_top .shop_logo{ display:inline-block; float:left;}
.shop_top ul{ overflow:auto; zoom:1; float:right; margin-right:120px;}
.shop_top ul li{ float:left; text-align:center; padding:0 12px; font-size:12px;}
.shop_top ul .border_lr{ border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5;}
.shop_top ul li a{ color:#898989;}
.shop_top .my_buy{ float:right; color:#898989; cursor:pointer; width:87px; padding-left:32px; background:url(/edi/img_buyshop.png) #fff no-repeat 9px 8px	; height:28px; line-height:28px; position:absolute; right:1px; top:27px;}
.shop_top .my_buy i{ margin-left:5px;}
.shop_top .my_buy a{ color:#898989;}
.shop_top .my_buy_on{ border:1px solid #e5e5e5; margin-left:-1px; top:26px; right:0; border-bottom:none; z-index:999;}
.shop_top .my_buy_list{ position:absolute; width:320px; right:0; border:1px solid #e5e5e5; top:54px; z-index:998; background:#fff;}
.shop_top .my_buy_list_li{ border-bottom:1px dashed #e5e5e5; overflow:auto; zoom:1; color:#000;}
.shop_top .my_buy_list .my_buy_list_li img{ width:55px; height:55px; float:left; margin:12px; display:inline-block;}
.shop_top .my_buy_list .my_buy_list_li strong{ display:inline-block; float:left; width:160px; font-size:14px; font-weight:normal; margin:16px 0 0 0;} 
.shop_top .my_buy_list .my_buy_list_li p{ display:inline; float:left; font-size:14px; text-align:right; margin-top:16px;}
.shop_top .my_buy_list .my_buy_list_li p a{ color:#000;}
.shop_top .my_buy_list .my_buy_list_li p a:hover{ color:#d41f00;}
.shop_top .my_buy_list .my_buy_list_totle{ overflow:auto; zoom:1; padding:20px 16px;}
.shop_top .my_buy_list .my_buy_list_totle p{ float:left; text-align:right; width:140px; display:inline; padding-right:16px; font-size:12px; margin-top:2px; line-height:20px}
.shop_top .my_buy_list .my_buy_list_totle p span{ font-size:14px; color:#d41f00;}
.shop_top .my_buy_list .my_buy_list_totle button{ font-size:14px; background:#de1f00; color:#fff; border:none; width:131px; height:40px; line-height:40px; cursor:pointer;}

.shop_nav_ad_box{ width:1200px; overflow:auto; zoom:1; margin:0 auto; position:relative; height:450px;}
.shop_nav_ad_box .shop_nav{ display:inline; position:absolute; height:448px; width:230px; background:#444444; filter:alpha(opacity=80); /*IE滤镜，透明度50%*/-moz-opacity:0.8; /*Firefox私有，透明度50%*/opacity:0.8;/*其他，透明度50%*/; z-index:9999;}
.shop_nav_ad_box .shop_nav ul{ padding-top:41px;}
.shop_nav_ad_box .shop_nav li a{ display:block; color:#fff; height:42px; line-height:42px; text-decoration:none; padding-left:50px; font-size:14px; background:url(/edi/icon_arr.png) no-repeat 200px 14px;}
.shop_nav_ad_box .shop_nav li a:hover,.shop_nav_ad_box .shop_nav li .a_on{ background-color:#d41f00;}
.shop_nav_ad_box .shop_ad{ width:1200px; height:448px; float:left; position:relative; overflow:hidden;}
.shop_ad img{width:1200px; height:448px; }
.shop_sub_nav{ width:322px; height:446px; background:#f7f7f7; border:1px solid #eee; position:absolute; z-index:99; top:0; left:230px; -moz-box-shadow:3px 3px 8px #919191; -webkit-box-shadow:3px 3px 8px #919191;filter:progid:DXImageTransform.Microsoft.Shadow(color='#919191',Direction=135,Strength=5);display:none;}
.shop_sub_nav ul{ padding-top:41px;}
.shop_sub_nav ul li a{ display:block; color:#333333; height:42px; line-height:42px; text-decoration:none; font-size:14px; margin-left:44px; overflow:auto; zoom:1;}
.shop_sub_nav ul li a:hover{ color:#d41f00;}
.shop_sub_nav ul li a b{ float:left; display:inline-block; font-weight:normal;}
.shop_sub_nav ul li a span{ border:1px solid #d41f00; color:#d41f00; width:40px; height:20px; line-height:20px; text-align:center; display:inline-block; float:right; margin:10px 30px 0 0;}
.shop_sub_nav ul li a span:hover{ background:#d41f00; color:#fff;}

.tj_box{ width:1200px; margin:14px auto; overflow:auto; zoom:1;}
.tj_box a{ display:inline-block; float:left;}
.tj_box .img_margin13{ margin:0 0 0 13px;}
.tj_box .img_margin14{ margin:0 0 0 14px;}

.rq_box{ width:1200px; margin:0 auto; position:relative; overflow:hidden; height:410px;}
.rq_box .ul_3_btn{ font-size:16px; line-height:22px}
.rq_box .ul_3_btn:hover{ background:#fff; color:#d41f00}
.rq_box .rq_box_title{ line-height:62px; height:62px; font-size:22px; color:#333; padding-left:10px;}
.rq_box ul{ overflow:auto; zoom:1; width:10000px; position:absolute; left:0;}
/********TODO 修改代码****/
/* .rq_box ul li{ width:230px; float:left; height:346px;margin-right:12px;}*/
/* .rq_box ul li a{ display:inline-block; width:228px; height:344px; background:#fafafa; text-decoration:none; border:1px solid #fafafa;}*/
/* .rq_box ul li a:hover{ border:1px solid #d41f00; } ****todo 此处修改悬停效果：边框颜色由#d41f00;改成#dddddd*/
/* .rq_box ul li a img{ width:210px;height:220px;margin:10px 10px 0 ;} */
/* .rq_box ul li a i{ font-style:normal; font-size:12px; color:#fff;width:100%; margin:2px 0 0 0;height:34px; background:#d41f00; line-height:34px; display:block; text-align:center;display:none;}*/
/******************************************/
/********昂达人气单品部分***********/
.rq_box ul li{ width:240px; float:left; height:340px;}/*****TODO 此处修改宽 高 去除margin **********************/
.rq_box ul li a{ display:inline-block; width:240px; height:340px; background:#fff; text-decoration:none; box-sizing: border-box; border:1px solid #f5f5f5;}
.rq_box ul li a:hover{ border:1px solid #b0b0b0;} /******todo 此处修改悬停效果：边框颜色由#d41f00;改成#b0b0b0*/
.rq_box ul li a img{ width:210px; height:210px;margin:10px 15px 0 ;}/****todo 此处原高度为220px ；上线商城高度为210px ；现改成210px margin:10px  15px 0;  ******************/
/*********todo 此处修改立即购买按钮的一些效果：width:120px；height:24px line-height:24px ;margin:0 auto; margin-top:2px;*********************************/
.rq_box ul li a i{ font-style:normal; font-size:12px; color:#fff; width:120px;margin:0 auto; margin-top:2px; height:24px; background:#d41f00; line-height:24px; display:block; text-align:center;display:none;}
/****************************/
.rq_box ul li a strong{ font-weight:normal; font-size:14px; color:#333; display:block; text-align:center; line-height:26px; height:26px;}
.rq_box ul li a b{ font-weight:normal; font-size:14px; color:#b8b8b8; display:block; text-align:center; line-height:26px; height:26px;}
.rq_box ul li a span{ font-weight:normal; font-size:14px; color:#ff0000; display:block; text-align:center; line-height:26px; height:26px;}
.shop_bottom_box{ background:#f5f5f5; margin-top:14px; min-width:1202px;}
.shop_bottom_warp{ width:1202px; margin:0 auto; padding-bottom:10px;}
.shop_table_1{ display:inline; margin-left:11px; border:0;}
.shop_table_1 td{ background:#f5f5f5; width:230px; vertical-align:top; padding-right:12px; padding-bottom:13px;}
.shop_table_1 td a{ background:#fff; width:228px; height:300px; display:block; margin:1px 0 0 2px;  text-decoration:none;}
.shop_table_1 td a:hover{ background:#fff; width:228px; height:300px; display:block; margin:0 0 0 0;-moz-box-shadow:4px 10px 8px rgba(145, 145, 145, 0.15); -webkit-box-shadow:4px 10px 8px  rgba(145, 145, 145, 0.15); filter:progid:DXImageTransform.Microsoft.Shadow(color='#919191',Direction=135,Strength=5)}

.shop_table_1 td a img{ width:200px; height:200px; margin:10px 10px 0 ;}
.shop_table_1 td a strong{ font-weight:normal; font-size:14px; color:#333; display:block; text-align:center;}
.shop_table_1 td a b{ font-weight:normal; font-size:14px; color:#b8b8b8; display:block; text-align:center; margin:10px 0;}
.shop_table_1 td a span{ font-weight:normal; font-size:14px; color:#ff0000; display:block; text-align:center;}
.shop_table_1 td a i{ font-style:normal; font-size:12px; color:#fff; width:83px; height:23px; background:#d41f00; line-height:23px; margin:6px auto 0; display:block; text-align:center;}
.shop_bottom_cont1{ overflow:auto; zoom:1; width:1202px;}
.shop_bottom_cont1_left{ float:left; width:230px;}
.shop_bottom_cont1_left a{ height:301px; display:block; padding:1px 0 0 1px}
.shop_bottom_cont1_left a img:hover{ display:block; margin:-1px 0 0 -1px; -moz-box-shadow:4px 10px 8px rgba(145, 145, 145, 0.15); -webkit-box-shadow:4px 10px 8px  rgba(145, 145, 145, 0.15); filter:progid:DXImageTransform.Microsoft.Shadow(color='#919191',Direction=135,Strength=5)}
.shop_bottom_title{ font-size:22px; padding:30px 0 20px 10px; position:relative;}
.shop_bottom_title a{ position:absolute; right:0; font-size:16px; color:#333; display:block; background:url(/edi/icon_rarr.png) no-repeat right; right:10px; top:40px; padding-right:25px; }
.shop_bottom_title a:hover{ color:#d41f00; background:url(/edi/icon_rarr_on.png) no-repeat right}
.shop_zm_box{ padding:35px 0 15px;background:#FFF}
.shop_zm_box ul{ width:1200px; margin:0 auto; overflow:auto; zoom:1;}
.shop_zm_box ul li{ float:left; width:190px; font-size:16px; color:#616161; padding-left:48px; border-right:1px solid #e0e0e0; line-height:35px;}
.shop_zm_box ul li img{ margin-right:18px;}

/*商城购买*/
.shopbuy_box{ width:1200px; margin:0 auto; overflow:auto; zoom:1;}
.shopbuy_box_left{ width:560px; float:left; display:inline; padding:50px 0 0 40px;}
.shopbuy_box_left p img{ width:500px; height:500px;}
.shopbuy_box_left ul{}
.shopbuy_box_left ul li{ float:left; margin:50px 12px 0 0; border:1px solid #dedede;filter:alpha(opacity=50); /*IE滤镜，透明度50%*/-moz-opacity:0.50; /*Firefox私有，透明度50%*/opacity:0.50;/*其他，透明度50%*/ cursor:pointer;}
.shopbuy_box_left ul .li_on{ border:1px solid #d41f00;filter:alpha(opacity=100); /*IE滤镜，透明度50%*/-moz-opacity:1; /*Firefox私有，透明度50%*/opacity:1;/*其他，透明度50%*/}
.shopbuy_box_left ul li img{ width:90px; height:90px;}
.shopbuy_box_right{ width:600px; float:left; color:#393939; padding:50px 0 0 0;}
.shopbuy_title{ font-size:26px; }
.shopbuy_subtitle{ font-size:14px; line-height:26px; margin:8px 0; color:#727272;}
.shopbuy_prise{ color:#ea1919; font-size:24px;}
.shopbuy_selectbox{ border-top:2px solid #e4e4e4; margin-top:20px;}
.shopbuy_selectbox p{ margin-top:36px; overflow:auto; zoom:1;}
.shopbuy_selectbox p strong{ display:inline-block; font-size:20px; font-weight:normal; width:115px; padding-left:5px; float:left; line-height:40px;}
.shopbuy_selectbox p span{ display:inline-block; float:left; margin-right:15px; margin-top:10px; border:2px solid #e4e4e4; width:170px;overflow:hidden; height:40px; line-height:40px; font-size:14px; text-align:center; color:#727272; cursor:pointer;}
.shopbuy_selectbox p .span_on,.shopbuy_selectbox p span:hover{ color:#d41f00; border:2px solid #d41f00;}
.shopbuy_yhbox{ color:#ea1919; font-size:14px; line-height:26px; margin:30px 0 0 0;}
.shopbuy_addshopbox{ border:1px solid #e4e4e4; height:108px; padding:0 50px; width:498px; margin-top:52px; overflow:auto; zoom:1;}
.shopbuy_add_num{ float:left; width:146px; height:38px; line-height:38px; border:1px solid #cccccc;-moz-border-radius: 5px; -webkit-border-radius: 5px;border-radius:5px; margin-top:34px; overflow:auto; zoom:1; font-size:16px;}
.shopbuy_add_num i,.shopbuy_add_num span{ display:inline-block; width:40px; height:38px; text-align:center; font-style:normal; cursor:pointer;}
.shopbuy_add_num span{ background:#f0f0f0;}
.shopbuy_add_num strong{ display:inline-block; width:66px; text-align:center; font-weight:normal;}
.shopbuy_addshopbox button{ display:inline-block; float:right; width:254px; height:48px; line-height:48px; margin-top:29px; color:#fff; text-align:center; background:#d41f00; font-size:18px; text-decoration:none; border:0; cursor:pointer; }
.shopbuy_prselect_box{ border-bottom:1px solid #d3d3d3;}
.shopbuy_prselect_warp{ width:1200px; margin:18px auto 0;}
.shopbuy_prselect_warp a{ display:inline-block; width:148px; height:48px; line-height:48px; color:#333; font-size:20px; background:#f2f2f2; margin:0 1px 0 1px; text-align:center; text-decoration:none;}
.shopbuy_prselect_warp a:hover{ background:#000; color:#fff;}
.shopbuy_prselect_warp .a_on{ background:#333333; color:#fff;}
.shopbuy_prselect_cont img{ width:100%;}

/*购物车订单*/
.shopcart_title{ width:1160px; margin:0 auto; padding:20px 0 0 40px;color:#777;} 
.shopcart_cont_c {background:#f2f2f2; padding-bottom:15px;}
.shopcart_title a{ font-size:14px; color:#777;}
.shopcart_title strong{ font-weight:normal; color:#333; font-size:30px; display:block; margin:12px 0 0 0;}
.shopcart_list{ width:1160px; margin:12px auto; background:#fff; height:64px; line-height:64px; padding-left:40px; font-size:18px; overflow:auto; zoom:1;}
.shopcart_list strong{ font-weight:normal; float:left;}
.shopcart_list b{ font-weight:normal; display:inline-block; padding-left:28px; background-position:5px 24px; background-repeat:no-repeat;float:left;}
.shopcart_list_1_on{ background-image:url(/edi/icon_list_1.png); color:#d41f00;}
.shopcart_list_2_on{ background-image:url(/edi/icon_list_2.png); color:#d41f00;}
.shopcart_list_3_on{ background-image:url(/edi/icon_list_3.png); color:#d41f00;}
.shopcart_list_4_on{ background-image:url(/edi/icon_list_4.png); color:#d41f00;}
.shopcart_list_3_off{ background-image:url(/edi/icon_list_3_off.png); color:#c9c9c9;}
.shopcart_list_4_off{ background-image:url(/edi/icon_list_4_off.png); color:#c9c9c9;}
.shopcart_list i{ display:inline-block; width:80px; height:3px; margin:30px 8px 0 8px;float:left;}
.shopcart_list .i_on{ background:#d41f00;}
.shopcart_list .i_off{ background:#c9c9c9;}
.shopcart_alt_box{ width:1200px; background:#fff; margin:0 auto; padding-bottom:25px;}
.shopcart_alt_box_top{ width:1030px; margin:0 auto; border-bottom:1px solid #eeeeee; background:url(/edi/icon_sucse.jpg) no-repeat 30px 50px; padding:47px 0 24px 120px;}
.shopcart_alt_box_top strong{ font-weight:normal; font-size:40px; display:block; color:#333;}
.shopcart_alt_box_top p{ font-size:20px; margin:20px 0 ; color:#333;}
.shopcart_alt_box_top b,.shopcart_alt_box_top i{ font-style:normal; font-size:16px; color:#777; font-weight:normal;}
.shopcart_alt_box_top i{ margin-left:12px; padding-left:12px; border-left:1px solid #eee;}
.shopcart_zfarea{ background:#fafafa; margin:15px auto 0;  width:1020px; padding:42px 0 50px 130px; font-size:14px; line-height:30px; color:#777777;}
.shopcart_zfarea_cont1{ margin-top:45px;}
.shopcart_zfarea form p{ overflow:auto; zoom:1;}
.shopcart_zfarea form label { display:inline-block; margin:10px 0 0 10px; overflow:auto; zoom:1; cursor:pointer;}
.shopcart_zfarea form label input{ float:left; margin-top:10px; margin-right:5px;}
.shopcart_zfarea form label img{ border:1px solid #777; float:left; display:inline-block;}
.shopcart_zfarea .form_sub{ font-size:18px; color:#fff; text-align:center; width:200px; height:50px; line-height:50px; background:#d41f00; border:none; margin-top:25px;  font-family:"微软雅黑","Regular Arial Narrow";}

/*我的购物车*/
.shopcart_my_cont{ width:1200px; background:#fff; margin:0 auto; padding:50px 0;}
.shopcart_my_cont table{ width:1150px; margin:0 auto; font-size:14px; color:#333;}
.shopcart_my_cont table tr{ border-bottom:1px solid #eee;}
.shopcart_my_cont table .shopcart_my_tbtitle{ height:40px; line-height:40px;}
.shopcart_my_cont table .tb_checkbox{ vertical-align:middle; display:inline-block; margin-right:20px; margin-left:25px;}
.shopcart_my_cont table .tb_li_checkbox{ margin:0 0 0 60px;  vertical-align:middle;}
.shopcart_my_cont table .tb_li_checkbox2{ margin:0 10px 0 62px; vertical-align:middle;}
.shopcart_my_cont table .shopcart_my_li{ height:180px;}
.shopcart_my_cont table .shopcart_my_li_add{ overflow:auto; zoom:1; width:80px; margin:0 auto;}
.shopcart_my_cont table .shopcart_my_li_add span,.shopcart_my_cont table .shopcart_my_li_add i{ display:inline-block; width:18px; height:18px; line-height:18px; text-align:center; color:#fff; font-size:14px; font-weight:bold; float:left; cursor:pointer;}
.shopcart_my_cont table .shopcart_my_li_add input{ width:33px; height:16px; border:1px solid #ababab; float:left; margin:0 3px; text-align:center;}
.shopcart_my_cont table .shopcart_my_li_add span,.shopcart_my_cont table .shopcart_my_li_add i{ background:#c5c5c5; font-style:normal;}
.shopcart_my_cont table .shopcart_my_li_add i:hover,.shopcart_my_cont table .shopcart_my_li_add span:hover{ background:#ababab;}
.shopcart_my_cont table .shopcart_my_li_del{ width:15px; height:15px; background:url(/edi/img_del_off.png) no-repeat; display:block;}
.shopcart_my_cont table .shopcart_my_li_del:hover{ background:url(/edi/img_del.png) no-repeat;}
.shopcart_my_cont table .shopcart_my_total{ padding:34px 0;}
.shopcart_my_cont table .shopcart_my_total a{ display:inline-block; margin-left:15px;}
.shopcart_my_cont table .shopcart_my_total_cont{ margin-top:34px; margin-right:10px; margin-bottom:15px; width:230px;}
.shopcart_my_cont table .shopcart_my_total_cont p{ border-bottom:1px solid #eee; height:36px; line-height:36px; overflow:auto; zoom:1;}
.shopcart_my_cont table .shopcart_my_total_cont p strong{ display:inline-block; float:left; font-weight:normal; font-size:14px;}
.shopcart_my_cont table .shopcart_my_total_cont .shopcart_my_total_cont_bom{ height:50px; line-height:40px; border-bottom:none;}
.shopcart_my_cont table .shopcart_my_total_cont .shopcart_my_total_cont_bom strong{ font-weight:bold;}
.shopcart_my_cont table .shopcart_my_total_cont .shopcart_my_total_cont_bom b{ font-size:22px;}
.shopcart_my_tb_butbox{ overflow:auto; zoom:1; width:1170px; margin:30px 0 0 0;}
.shopcart_my_tb_butbox a{ display:inline-block; float:right; width:150px; height:50px; line-height:50px; font-size:18px; text-align:center; text-decoration:none; margin-right:7px;}
.shopcart_my_tb_butbox .shopcart_my_tb_butbox_2{ background:#f1f1f1; color:#909090;}
.shopcart_my_tb_butbox .shopcart_my_tb_butbox_1{ background:#d41f00; color:#fff;}

/*核对订单*/
.shopcart_check_box{ width:1140px; margin:0 auto; background:#fff; padding:0 30px 20px; color:#333;}
.shopcart_check_box_title{ font-size:18px; border-bottom:1px solid #eee; padding:15px 13px; margin-bottom:22px;}
.shopcart_check_box_address{ width:1118px; margin-left:24px; font-size:14px;}
.shopcart_check_box_address p{ line-height:42px; height:42px; overflow:auto; zoom:1; padding-left:17px; position:relative;}
.shopcart_check_box_address p:hover{ background:#f6f6f7;}
.shopcart_check_box_address p input{ display:inline-block; vertical-align:middle;}
.shopcart_check_box_address p strong{ display:inline-block; margin-left:20px; width:115px;}
.shopcart_check_box_address p b{ display:inline-block; font-weight:normal; width:460px;}
.shopcart_check_box_address p i{ font-style:normal; display:inline-block; font-weight:normal;}
.shopcart_check_box_address p span{ display:block; position:absolute; font-size:12px;  top:0; right:60px;}
.shopcart_check_box_address p span a{ color:#0088cc; display:inline-block; margin-right:10px;}
.shopcart_check_form{ margin:30px 0 50px 100px; font-size:14px;}
.shopcart_check_form p{ margin:18px 0 0 0; overflow:auto; zoom:1;}
.shopcart_check_form p select{ display:inline-block; border:1px solid #d7d7d7; line-height:30px; height:30px; float:left; padding:0 0 0 5px; margin-right:5px;}
.shopcart_check_form p strong{ font-weight:normal; display:inline-block; width:80px;float:left; line-height:28px;}
.shopcart_check_form p input{ border:1px solid #d7d7d7; height:28px; line-height:28px; text-indent:5px;}
.shopcart_check_form_btn input{ height:36px; line-height:36px; text-align:center; color:#fff; margin-right:10px; border:none; cursor:pointer; margin-top:25px;}
.shopcart_check_form_btn .shopcart_check_form_btn_1{ width:130px; background:#d41f00; font-size:18px; }
.shopcart_check_form_btn .shopcart_check_form_btn_2{ width:95px; background:#bbbbbf;  font-size:18px;}
.shopcart_check_howpay{ margin:50px; font-size:14px;}
.shopcart_check_howpay p{ margin:20px 0;}
.shopcart_check_howpay p input{ vertical-align:middle; display:inline-block; margin-right:10px;}
.shopcart_check_fp{ margin:50px 0 60px 50px; font-size:14px;}
.shopcart_check_fp p{ margin:20px 0;}
.shopcart_check_fp p strong{ display:inline-block; font-weight:normal; width:80px;}
.shopcart_check_fp p label{ display:inline-block; margin-right:50px;}
.shopcart_check_fp p label input{vertical-align:middle; display:inline-block; margin-right:5px;}
.shopcart_check_fp p .text_input{ border:1px solid #d7d7d7; height:28px; line-height:28px; text-indent:5px;}
.shopcart_check_tb{ width:1066px; margin:45px auto 0; font-size:14px;}
.shopcart_check_tb_tltle{ background:#f6f6f7; height:42px; line-height:42px;}
.shopcart_check_tb_li { border-bottom:1px solid #eee; height:130px;}
.shopcart_check_tb_syyhq{ padding:10px 0 0 0; height:160px;}
.shopcart_check_tb_syyhq label input{ display:inline-block; margin-right:5px; vertical-align:middle;}
.shopcart_check_tb_syyhq p{ margin:10px 0 0 0; overflow:auto; zoom:1;}
.shopcart_check_tb_syyhq p .text_input{ border:1px solid #d7d7d7; height:28px; line-height:28px; text-indent:5px; display:inline-block; float:left;}
.shopcart_check_tb_syyhq p .btn{ width:85px; height:30px; line-height:30px; text-align:center; background:#d41f00; color:#fff; border:none; margin-left:8px; cursor:pointer; display:inline-block;float:left;}
.shopcart_check_tb_total{ width:230px; margin:15px 20px 0 0;}
.shopcart_check_tb_total p{ border-bottom:1px solid #eee; height:37px; line-height:37px; overflow:auto; zoom:1;}
.shopcart_check_tb_total .shopcart_check_tb_total_bom{ border-bottom:none;}
.shopcart_check_tb_total p strong{ display:inline-block; float:left; font-weight:normal; text-align:right; width:80px;}
.shopcart_check_alljg{ background:#fafafa; height:90px; overflow:auto; zoom:1;}
.shopcart_check_alljg strong{ display:inline-block; float:right; font-size:16px; line-height:90px; color:#454545; font-weight:normal;}
.shopcart_check_alljg b{ display:inline-block; float:right; font-size:22px; line-height:90px; color:#d41f00;}
.shopcart_check_alljg button{ width:150px; height:50px; line-height:50px; text-align:center; background:#d41f00; color:#fff; border:none; display:inline-block; float:right; margin:20px 20px 0 10px; font-size:18px; cursor:pointer; font-family:"微软雅黑","Regular Arial Narrow";}

/*帐号中心*/
.shop_account_box{ overflow:auto; zoom:1; width:1160px; padding-left:40px; margin:30px auto;}
.shop_account_nav{ float:left; width:106px; line-height:30px; display:inline;}
.shop_account_nav p{ margin-top:4px; margin-bottom:30px;}
.shop_account_nav strong{ font-size:
18px; color:#333; font-weight:normal; display:block;}
.shop_account_nav a{ font-size:14px; color:#333; display:block;}
.shop_account_cont{ width:974px; background:#fff; float:left; padding:0 40px;}
.shop_account_title{ margin:30px 0; font-size:18px; font-weight:bold; padding-bottom:10px; border-bottom:1px solid #d5d9df;}
.shop_account_sub_title{ font-size:18px; color:#666666; margin-bottom:15px;}
.shop_account_area1{ padding:20px 30px 55px 30px; border-bottom:1px solid #d5d9df;}
.shop_account_area1 form p{ width:50%; float:left; color:#666; overflow:auto; zoom:1; margin-bottom:10px; line-height:28px;}
.shop_account_area1 form p strong{ font-size:14px; font-weight:normal; width:99px; display:inline-block; float:left; }
.shop_account_area1 form p input{ width:197px; height:28px; float:left; color:#9d9d9d; padding:0 15px;}
.shop_account_area1_ps{ color:#9d9d9d; margin-top:10px; font-size:14px;}
.shop_account_area2{ padding:20px 30px 55px 30px;}
.shop_account_box_address{ width:100%; margin:0; padding:0;}
.shop_account_box_address p{ padding-left:0;  color:#666;}
.shop_account_box_address p strong{ width:180px;}
.shop_account_box_address p:hover{ background:#fff;}
.shop_account_box_address p span a{ width:15px; height:15px; display:block; background:url(/edi/img_del_off.png) no-repeat; margin-top:13px;}
.shop_account_box_address p span a:hover{  background:url(/edi/img_del.png) no-repeat;}
.shop_account_box_form{ margin-left:0;}
.shop_account_area3{ height:400px;}
.shop_account_area3 .shop_account_sub_title span{ font-size:14px; margin-left:10px;}
.shop_account_area3 form{ margin-top:40px; margin-left:150px;}
.shop_account_area3 form p{ overflow:auto; zoom:1; margin-bottom:20px; line-height:40px;}
.shop_account_area3 form p strong{ color:#666; width:150px; font-size:16px; float:left;}
.shop_account_area3 form p input{ width:300px; height:40px;  float:left; padding-left:10px;}
.shop_account_area3 form p em{ width:190px; float:left; margin-left:10px; display:inline; color:#999999; line-height:18px; margin-top:4px;}
.shop_account_area3 form p .btn{ width:128px; height:32px; line-height:32px; border:1px solid #b0b0b0; color:#666; text-align:center; background:#fff; cursor:pointer;}
.shop_account_area3 form p .btn:hover{ color:#d41f00; border:1px solid #d41f00;}
.shop_account_cont_alt{ font-size:18px; color:#d41f00; text-align:center; margin-top:120px;}

/*我的订单*/
.shop_mylist_title{ padding:20px 40px; color:#666; font-size:14px; background:#fff;}
.shop_mylist_box{ background:#f2f2f2; padding:0; width:1044px;}
.shop_mylist_title strong{ font-size:18px; color:#333; margin-right:10px;}
.shop_mylist_title_cont{ margin-top:10px; background:#fff;}
.shop_mylist_title_2{ padding:20px 30px; font-size:18px; color:#d3d3d3;}
.shop_mylist_title_2 a{ color:#666666; display:inline; margin:0 10px; text-decoration:none;}
.shop_mylist_title_2 .on{ color:#d41f00;}
.shop_mylist_line{}
.shop_mylist_line_title{ overflow:auto; zoom:1; background:#f2f2f2; margin:0 10px; padding:10px 30px; font-size:14px;}
.shop_mylist_line_title p{ float:left; }
.shop_mylist_line_title p em{ display:inline-block; padding:0 10px; border-left:1px solid #d3d3d3; border-right:1px solid #d3d3d3; margin:0 10px;}
.shop_mylist_line_title span{ display:inline-block; float:right; width:266px; text-align:center;position:relative;}
.shop_mylist_line_title span b{ font-size:20px; font-weight:normal; position:absolute; top:-4px;}
.shop_mylist_line_box{ margin:10px 0; overflow:auto; zoom:1; padding-bottom:10px;}
.shop_mylist_line_box_left{ float:left; margin-left:69px; width:677px; border-right:1px solid #d3d3d3;}
.shop_mylist_line_box_left p{ border-bottom:1px solid #d3d3d3; padding:25px 0; margin-right:10px;}
.shop_mylist_line_box_left .nobottomborder{ border-bottom:none;}
.shop_mylist_line_box_left p img{ display:inline-block;}
.shop_mylist_line_box_left span{ display:inline-block; color:#333333; margin-left:20px;}
.shop_mylist_line_box_right{ float:left; display:inline; width:#266px; text-align:center;}
.shop_mylist_line_box_right a{ display:block; width:136px; height:32px; line-height:32px; text-align:center; margin:10px 0 0 60px; border:1px solid #7e7e7e; color:#7e7e7e; text-decoration:none;}
.shop_mylist_line_box_right .a_on{ color:#d41f00; border:1px solid #d41f00;}
.shop_mylist_line_bottom{ border-top:2px solid #d3d3d3; margin:20px 30px 0; color:#777; padding:10px 30px 30px 30px; position:relative;}
.shop_account_title strong{ font-weight:normal;}

/*订单中心*/
.shop_pay_box{ border-top:1px solid #d3d3d3; border-bottom:1px solid #d3d3d3; overflow:auto; zoom:1; padding:10px 0;}
.shop_pay_box_left{ float:left; width:200px; padding:20px 0 0 0 ;	}
.shop_pay_box_left strong{ font-size:18px; font-weight:normal;}
.shop_pay_box_left p{ font-size:14px; margin:15px 0; color:#757575}
.shop_pay_box_left p span{ display:inline-block; width:90px;}
.shop_pay_box_right{ float:left; border-left:1px solid #d3d3d3; }
.shop_pay_box_right p{ border-bottom:1px solid #d3d3d3; padding:25px 0; margin-left:10px; width:759px;}
.shop_pay_box_right .nobottomborder{ border-bottom:none;}
.shop_pay_box_right p img{ display:inline-block;}
.shop_pay_box_right span{ display:inline-block; color:#333333; margin-left:20px;}
.shop_pay_cont{ padding:20px 0;  border-bottom:1px solid #d3d3d3}
.shop_pay_cont_title{ font-size:18px; color:#333; margin-bottom:10px;}
.shop_pay_cont p{ font-size:14px; color:#757575; line-height:40px; overflow:auto; zoom:1;}
.shop_pay_cont p span{ display:inline-block; width:80px; float:left;}
.shop_pay_cont p em{ float:left; display:inline;}
.shop_pay_cont_bottom{ color:#9d9d9d; font-size:14px; padding:20px 0 30px 0;}
.shop_account_cont_lc{ padding:30px 0;}
.shop_account_cont_lc ul{ overflow:auto ;zoom:1; margin-top:40px;}
.shop_account_cont_lc ul li{ width:25%; text-align:center; float:left;}
.shop_account_cont_lc ul li strong{ font-size:14px; display:block; margin-bottom:5px;}
.shop_account_cont_lc_top{ position:relative;  width:72%; margin:auto;}
.shop_account_cont_lc_top strong { display:block;height:4px; border-top:3px solid #dcdcdc; border-bottom:3px solid #dcdcdc; background:#009c4e; z-index:3; position:absolute; top:0; width:100%;}
.shop_account_cont_lc_top span{ display:block; position:absolute; width:34px; height:34px; background:url(/edi/icon_bg_list.png) no-repeat; top:-12px; text-align:center; line-height:30px; color:#fff; font-weight:bold;}
.shop_account_cont_lc_top .span_1{ left:-29px;  z-index:2;}
.shop_account_cont_lc_top .span_2{ left:30%; z-index:4;}
.shop_account_cont_lc_top .span_3{ left:65%; z-index:4;}
.shop_account_cont_lc_top .span_4{ right:-29px;z-index:2;}

/*字体颜色*/
.font_green{ color:#4bba38;}
.font_red{ color:#e4393c;}
.font_blue{ color:#0088cc;}
.font_black{ color:#333;}
.font_gay{ color:#999999;}

/*首页广告图*/
.index_ad{	position:absolute; overflow:hidden; height:790px; min-width:1180px;z-index:999998;top:46px; width:100%; display:none;}
.index_ad_warp{ position:absolute; width:1920px; overflow:hidden; text-align:center; left:50%; margin-left:-960px; height:790px; z-index:999998; }
.pop_index_ad_close{ position:absolute; z-index:9999999; top:35px; left:76% }
.pop_index_ad_close a{display:block; width:50px; height:50px; }

/*特效*/
.fixed {position:fixed;left:0;top:0; }


/*加入我们*/
.result_box_cont_right01{ border-left:3px solid #dedede; padding-left:20px;  min-height:300px; width:938px; border-left:2px solid #dedede; min-height:300px; margin-left:170px; padding-left:70px; padding-top:20px; color:#333;}
.result_box_cont_right_list01{ padding-bottom:20px; padding-top:20px; overflow:auto; zoom:1; border-bottom:1px solid #dedede; } 
.result_box_cont_right_list01 p{ width:774px; float:left;}
.result_box_cont_right_list01 b{ display:block; float:right; font-weight:normal; text-align:right; line-height:26px; text-align:left; font-size:12px;} 
.result_box_cont_right_list01 b a{ display:block; width:126px; text-align:center; height:36px; line-height:36px; background:#4bba38; color:#fff; margin-bottom:8px; font-size:12px;}
.result_box_cont_right_list01 strong{ font-size:18px; display:block; padding-bottom:10px; font-weight:normal; }
.result_box_cont_right_list01 span{ line-height:26px; font-size:14px;}


/*加入我们详情*/
.result_box_cont_right002{ border-left:3px solid #dedede; padding-left:20px;  min-height:300px; width:960px; border-left:2px solid #dedede; min-height:300px; margin-left:170px; padding-left:70px; padding-top:20px; color:#333;}
.result_box_cont_right_list002{ margin:20px 0 0 0;  padding-bottom:20px; overflow:auto; zoom:1;}  /*border-bottom:1px solid #dedede;*/
.result_box_cont_right_list002 p{ width:920px; float:left; }
.result_box_cont_right_list002 strong{ font-size:18px; display:block; padding-bottom:10px; font-weight:normal; }
.result_box_cont_right_list002 span{ line-height:26px; font-size:14px;}

/*热点新闻*/
.result_box_cont_right011{ border-left:3px solid #dedede; padding-left:20px;  min-height:300px; width:938px; border-left:2px solid #dedede; min-height:300px; margin-left:170px; padding-left:70px; padding-top:20px; color:#333;}
.result_box_cont_right_list011{ padding-bottom:20px; padding-top:20px; overflow:auto; zoom:1; border-bottom:1px solid #dedede; } 
.result_box_cont_right_list011 p{ width:770px; float:left;}
.result_box_cont_right_list011 b{ display:block; float:right; font-weight:normal; text-align:right; line-height:26px; text-align:left; font-size:12px;} 
.result_box_cont_right_list011 b a{ display:block; width:126px; text-align:center; height:36px; line-height:36px; background:#4bba38; color:#fff; margin-bottom:8px; font-size:12px;}
.result_box_cont_right_list011 strong{ font-size:18px; display:block; padding-bottom:10px; font-weight:normal; }
.result_box_cont_right_list011 span{ line-height:26px; font-size:14px;}
.inner_nav_uul_3{ padding:10px 7px;  color:#666; position:relative; margin-top:32px;}
.inner_nav_uul_3 strong{ font-size:14px;  margin-right:10px;}
.inner_nav_uul_3 b{ margin-right:10px;}
.uul_3_page{ position:absolute; right:115px; top:10px;}
.uul_3_btn{ text-align:center; border:1px solid #dddddd; width:45px; height:23px; line-height:23px; position:absolute; top:7px; background:#fff; cursor:pointer;}
.uul_3_btn_left{ right:56px;}
.uul_3_btn_right{ right:10px;}
.uul_3_btn:hover{ background:#d2d1d1; color:#fff;}

/*热点新闻详情*/
.result_box_cont_right001{ border-left:3px solid #dedede; padding-left:20px;  min-height:300px; width:960px; border-left:2px solid #dedede; min-height:300px; margin-left:170px; padding-left:70px; padding-top:20px; color:#333;}
.result_box_cont_right_list001{ margin:20px 0 0 0;  padding-bottom:20px; overflow:auto; zoom:1;}  /*border-bottom:1px solid #dedede;*/
.result_box_cont_right_list001 p{ width:960px; float:left; }
.result_box_cont_right_list001 strong{ font-size:18px; display:block; padding-bottom:10px; font-weight:normal; }
.result_box_cont_right_list001 span{ line-height:26px; font-size:14px;}

/*常见问题*/
.result_box_cont_right1{  width:960px; float:left; border-left:3px solid #dedede; padding-left:20px; display:inline-block; min-height:300px;}
.result_box_cont_right_list1{ margin:20px 0 0 0;  padding-bottom:20px; overflow:auto; zoom:1;}  /*border-bottom:1px solid #dedede;*/
/*.result_box_cont_right_list1 p{ width:940px; float:left;  }*/
.result_box_cont_right_list1 b{ display:block; float:right; font-weight:normal; text-align:right; line-height:26px; text-align:left;} 
.result_box_cont_right_list1 b a{ display:block; width:126px; text-align:center; height:36px; line-height:36px; background:#4bba38; color:#fff; margin-bottom:8px;}
.result_box_cont_right_list1 strong{ font-size:18px; display:block; padding-bottom:10px; font-weight:normal;}
.result_box_cont_right_list1 span{ line-height:26px; font-size:14px;}
.result_page_bottom{ border:none; margin-top:10px; height:20px;}

/*經銷商网点*/
/*
.result_box_cont_left ul.result_box_ul li {font-size:16px; padding-left:20px;  margin-top:10px; line-height:30px;}
.result_box_cont_left ul.result_box_ul a {text-decoration: none;}
.result_box_cont_left ul.result_box_ul span {margin: 0;padding: 0;font-size: 16px;display: inline;padding-left: 5px; line-height: 30px;	} */
.result_box_cont_left .result_box_ul_search li{font-size:16px;  padding-left:20px;  margin-top:2px; line-height:25px;   }
.listtabat{ width: 987px; border-left: 3px solid #e7e7e7;}
.list{width: 100%;padding-top: 10px;}
.list li{overflow: hidden;  margin-bottom: 30px;}
.list .divbox{width: 355px;padding-left: 85px; overflow: hidden;}
.list .divbox h3{line-height: 30px; font-size: 22px; padding-bottom: 12px; font-weight:normal;}
.list .divbox dl{font-size: 15px; width: 100%; padding-bottom: 6px;}
.list .divbox dt{width: 65px; text-align: left;float: left;padding-bottom: 5px;letter-spacing:5px; }
.list .divbox dt:last-of-type{letter-spacing:0px;}
.list .divbox dd{width:290px;text-align: left; float: left;padding-bottom: 5px;}
.inner_nav_ul_33{ padding:10px 7px; background:#f7f7f7; border-top:1px solid #ddd; border-bottom:1px solid #ddd; color:#666; position:relative; margin-left:20px;}
.inner_nav_ul_33 strong{ font-size:14px;  margin-right:10px;}
.inner_nav_ul_33 b{ margin-right:10px;}
.ul_33_page{ position:absolute; right:115px; top:10px;}
.ul_33_btn{ text-align:center; border:1px solid #dddddd; width:45px; height:23px; line-height:23px; position:absolute; top:7px; background:#fff; cursor:pointer;}
.ul_33_btn_left{ right:56px;}
.ul_33_btn_right{ right:10px;}
.ul_33_btn:hover{ background:#d2d1d1; color:#fff;}
.ul_333_page{ position:absolute; right:150px; top:10px;}

/*用户协议頁面*/
.center{ width:600px; height:500px; position:absolute; left:50%; top:40%; border: 1px solid #d1d7dc; transform: translate(-50%, -50%); overflow: hidden; font: 12px/1.5 'Source Han Sans CN','Simsun'; color: #363636;}
.center h3{width:100%; font-size:14px;line-height: 18px; padding: 9px 9px 8px 15px; border-top: 1px solid #FFF;border-bottom: 1px solid #dfe4e7; box-sizing: border-box; background: #f1f6f8;}
.center .info{padding-left:10px; width:100%; height: 417px; overflow:auto;box-sizing: border-box; }
.center .info  span{padding-left:14px;}
.center .but{ width:100%;height: 48px;text-align:center;background: #F2F2F2; border-top: 1px solid #CCC;box-sizing: padding-box;}
.center .but  .but-one {margin:8px 5px 0; padding: 0 15px; line-height: 28px; font-weight: 400; border: 0; background: #4bba38;float:left; margin-left:220px;}
.center .but  .but-two {margin:8px 5px 0;padding: 0 15px;line-height: 28px;font-weight: 400; border: 0; background: #4bba38;float:right;margin-right:250px;}
.center .but a{color:white;}
.center .but a :hover{background-color:#cdcdcd;}
.clear{overflow:scroll; padding-bottom:650px;}