*{ margin:0; padding:0;}

body {width: 100%;overflow-x: hidden;margin: 0 auto; background: #fff; min-width:1260px;}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,em,p,font,img,small,strong,center,dl,dt,dd,ol,ul,li,form,label,table,caption,tbody,tr,th,td select {margin: 0;

padding: 0;border: 0;outline: 0;font-size: 14px;font-family:arial;}

ol,ul {list-style: none}

:focus {outline: none;}

a {font-size: 14px;font-family:arial;text-decoration: none;color: #333;cursor: pointer; }

a:hover,a:link,a:visited,a:active{ text-decoration:none; color: #333;}

table select {border-collapse: collapse;table-layout: fixed;}

input,textarea,select {outline: none;border: none;}

textarea {resize: none;overflow: auto;}

.clear{ clear:both;}

.right{ float:right;}

.left{ float:left;}

.w1200{width: 1200px; margin: 0 auto;}

.header_top{ height:60px; background: #eaeaea; line-height: 60px; overflow: hidden; min-width:1200px;}

.logo{ margin-top: 10px; height: 50px;}

.top_pho{ margin-left:40px;}

.top_pho li{ float: left; min-width: 240px; padding-left: 20px; color: #333333;}

.top_pho li:nth-child(1){ background: url(../images/mail-icon.png) no-repeat 0 center; }

.top_pho li:nth-child(2){ background: url(../images/pho-icon.png) no-repeat 0 center; }

.l_notice{ width: 360px; background: url(../images/gg_icon.png) no-repeat 0 center; padding-left: 50px; height: 46px; margin-top: 25px;}

.txtScroll-left{ width:360px;  position:relative; }

.txtScroll-left .hd{display: none;  }

.txtScroll-left .bd{ padding:0 10px; width:341px;/* overflow:hidden; */height:46px; line-height:20px;    }

.txtScroll-left .bd ul{ overflow:hidden; zoom:1; }

/*
.txtScroll-left .bd{
      padding: 20px;
      height: 30px;
      line-height: 30px;
      display: flex; 
      align-items: center;
    }
  */
.txtScroll-left .bd ul{
      flex: 1;
      height: 100%; 
      font-size: 14px;
      overflow: hidden;
    }
 .txtScroll-left .bd ul li{
      /* 必须设置为行内块元素，让元素宽度自动撑开 */
      height: 46px;
      display: inline-block;
      padding-left: 100%;
      white-space: nowrap;
      animation: autoScroll 15s linear infinite; 
    line-height: 46px;
    }
    @keyframes autoScroll{
      0%{
        transform: translateX(0);
      }
      100%{
        transform: translateX(-20%);
      }
    } 
/*.txtScroll-left .bd ul li{ margin:0; width: 100%; _display:inline;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}*/

.txtScroll-left .bd ul li a{ font-size: 12px; color: #666; }

.txtScroll-left .bd ul li a:hover{ display: block; color: #0072be;}

.l_search{ width: 320px; margin:36px 0px 0 0px;}

.l_search ul li{float: left; width: auto; height: 20px; line-height: 20px;}

.l_search ul li:nth-child(1){ width: 226px; border: 1px #c4c4c4 solid;}

.l_search ul li:nth-child(1) input.text_key{ padding: 0 10px;height: 18px; line-height: 18px; }

.l_search ul li:nth-child(2){ width: 90px; border: 1px #da261e solid; }

.l_search ul li:nth-child(2) .btn_key{ display: block; width: 100%; cursor: pointer;color:#fff;background: #da261e url(../images/search_icon.png) no-repeat 10px center;height: 20px; line-height: 20px; padding-left: 20px; font-size:14px;}

.r_signin{ width:450px; margin-top: 20px;}

.r_signin li{ float: left;no-repeat 0 center; padding-left: 50px; height: 60px; position: relative;}

.r_signin li.l_tx{background: url(../images/tx_icon.png) no-repeat 0 center;}

.r_signin li:first-child{ display:flex; justify-content:center;align-items:center;}
.r_signin li:first-child img{ margin-right:10px;vertical-align:middle;}
.r_signin li:nth-child(2){  margin: 0 10px;background: url(../images/gwc_icon.png) no-repeat 0 center; line-height: 60px;  }

.r_signin li:nth-child(3){ width: 45px;background: url(../images/menu_icon.png) no-repeat 0 center;line-height: 60px;}

.r_signin li span{ position: absolute; width: 18px; height: 18px; background: #c71717; border-radius: 20px; left: 30px; color: #fff; text-align: center; line-height: 18px; font-size: 12px; top: -5px;}

.r_signin li p{ color: #999; text-transform:capitalize; padding-top: 4px;width: 129px;overflow: hidden; height:18px;word-break: break-word; white-space:nowrap ; text-overflow:ellipsis;}

.r_signin li h3{ font-size: 17px; color:#323232; font-weight: normal;}	

.r_signin li.menu_block{ position: relative; cursor: pointer;}

.r_signin li.menu_block .menu_drop{ display: none; position: absolute; top: 60px; background: #c71717; box-shadow: 0 0 10px #eee; left: -10px; border-radius: 10px; z-index: 999; padding:15px; width: 110px; text-align: center;}

.r_signin li.menu_block .menu_drop a{ display: block; color: #fff; text-align: center; line-height: 20px; text-transform: uppercase;}

.r_signin li.menu_block .menu_drop dd{ border-bottom: 1px #d24545 dashed; padding: 10px 0;}

.r_signin li.menu_block .menu_drop:before{ position:absolute;display: block; content: '';background: url(../images/menu_xl.png) no-repeat center 0px; width: 24px; height: 9px; top: -7px; left: 60px;}

.r_signin li.menu_block .menu_drop a:hover{ color: #eb7878;}

.r_signin li.menu_block:hover .menu_drop{ display: block;}

.nav{ background: #c71717; height: 28px; line-height: 28px; margin-top: 22px;min-width:1200px;}

.product_menu{ width: 1200px; margin: 0 auto;}

.product_menu li{ float: left; width:auto; position: relative;}

.product_menu li a{ color: #fff; text-transform: uppercase; font-size: 16px; padding: 0 19px;}

.product_menu li.bl a,.product_menu li:hover a{ display: inline-block; background: #252525;}
.product_menu li.pro_more{text-transform: uppercase; font-size: 16px;padding: 0 0 0 34px; padding: 0 0 0 32px\0;  color: #fff; cursor: pointer; position: relative;}
.product_menu li.pro_more em{ display:block; width:50px; height:56px;}
.product_menu li .pro_drop{ display: none; position: absolute; top: 28px; left: 0; background: rgba(199,23,23,0.9);white-space:nowrap;  padding: 10px 0; z-index: 997; min-width: 100%;} 

.product_menu li .pro_drop_r{ right:0; left: auto;}

.product_menu li .pro_drop dd{height: 36px; line-height: 36px; text-align: left; position: relative;}

.product_menu li .pro_drop dd a{ display: block; font-size: 14px;background:none;}

.product_menu li .pro_drop dd a:hover{ background: #252525;}

.product_menu li .pro_drop dd.tr_jt > a{ background:url(../images/menu_jt.png) no-repeat 10px center;}

.product_menu li .pro_drop dd.tr_jt_right > a{ background:url(../images/menu_jt_right.png) no-repeat 94%;}

.product_menu li .pro_drop dd.tr_jtb a,.product_menu li .pro_drop dd.tr_jt_right a:hover,.product_menu li .pro_drop dd.tr_jtb_right a{ background:#252525 url(../images/menu_jt.png) no-repeat  10px center;}

/*.product_menu li .pro_drop dd.tr_jt a:hover,.product_menu li .pro_drop dd.tr_jtb a{ background: url(../images/menu_jt.png) no-repeat 10px center;}*/



.product_menu li .pro_drop dd .tr_cate{ display: none; position: absolute; top: 0;  background: #252525;}

.product_menu li .pro_drop dd .tr_cate span a{ display:block;background:#c71717; }

.product_menu li .pro_drop dd .tr_cate span a:hover{ display:block;background:none; }



.product_menu li .pro_drop dd .tr_menu{ display: none; position: absolute; top: 0; right:100%;background: rgba(199,23,23,0.9);}

.product_menu li .pro_drop dd .tr_menu .onedata a{ display:block;background: url(../images/menu_jt.png) no-repeat 10px center; }

.product_menu li .pro_drop dd .tr_menu .onedata a:hover{ display:block;background:#252525 url(../images/menu_jt.png) no-repeat 10px center; }

/*.product_menu li .pro_drop dd .tr_menu span.onedata a:hover span.twodata{}*/
.product_menu li .pro_drop dd .tr_menu .onedata .twodata{
     
    position: absolute;
    top: 0;
    right: 100%;
    background: #c71717;
}
.product_menu li .pro_drop dd .tr_menu .twodatar-cur>a{ background:#252525 url(../images/menu_jt.png) no-repeat 10px center;}
/*.product_menu li .pro_drop dd .tr_menu .onedata .twodata a{ display:block;background:#c71717 url(../images/menu_jt.png) no-repeat 10px center; }*/
/*.product_menu li .pro_drop dd .tr_menu .onedata .twodata a:hover{*/
/*    display:block;background:#252525 url(../images/menu_jt.png) no-repeat 10px center;*/
/*}*/

.product_wrap{ background: #f5f5f5; padding-bottom: 40px; padding-top: 10px;min-width:1200px;}

.product_item{ margin-top: 0px;}

.product_item li{ float: left; width: 280px; margin: 10px 10px 10px 10px; background:#fff; transition: 0.5s all;}

.product_item li .p_img{ max-width: 100%; height: 280px; overflow: hidden;}

.product_item li .p_img img{ width: 100%; height: 100%;transition: 0.5s all;}

.product_item li:hover{ box-shadow: 0 0 20px #cecece;transition: 0.5s all;}

.product_item li:hover img{ transform: scale(1.2);transition: 0.5s all;}

.product_item li p{ background: #f8f8f8;margin: 0 auto; padding:10px 15px;}

.product_item li p span{text-align: center;font-size: 16px; color: #666;text-overflow: ellipsis;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-wrap:break-word;word-break:break-all; line-height: 22px;text-transform:capitalize;overflow: hidden;}

.swiper-container,.swiper-container .swiper-slide{width:100%; height:544px;}

.company_wrap{ background: url(../images/company_bg.jpg) no-repeat center bottom; padding: 110px 0 70px 0;}

.company_item{ width: 1200px; margin: 0 auto; text-align: center;}

.company_item h3{font-size: 22px; font-weight: normal; color: #333; text-transform: uppercase;}

.company_item p{ margin-top: 50px;font-size: 16px; color: #666; line-height: 32px; }

.company_item .more_btn{ margin-top: 70px;}

.company_item .more_btn a{ display: block; width: 158px; height: 44px; border-radius: 50px; background: #da261e; margin: 0 auto; text-align: center; line-height: 44px; font-size: 16px; color: #fff;text-transform: uppercase;transition: 0.5s all;}

.company_item .more_btn a:hover{ box-shadow: 0 0 10px #c71717; transition: 0.5s all;}

.footer_wrap{ background: url(../images/footer_bg.jpg) no-repeat center top; height: 330px; padding-top: 50px;}

.footer_wrap .f_menu ul li{ float: left; width: 178px; color: #fefefe; margin-right: 30px;}
.footer_wrap .f_menu ul li:nth-child(3) {width: 238px;}
.footer_wrap .f_menu ul li:last-child{ width: 300px; margin: 0;}

.footer_wrap .f_menu ul li dl dt{ border-bottom: 1px #929699 solid; height: 40px; line-height: 40px;text-transform: uppercase; margin-bottom: 10px;}

.footer_wrap .f_menu ul li dl dd{height: 24px; line-height: 24px;text-transform: uppercase;}

.footer_wrap .f_menu ul li dl dd a{ color: #cccccc;}

.footer_wrap .f_menu ul li dl dd a:hover{ color: #fff;}

.footer_wrap .f_menu ul li dl dd.f_pho{ background: url(../images/f_icon1.jpg) no-repeat 0 center; padding-left: 25px;color: #cccccc;}

.footer_wrap .f_menu ul li dl dd.f_mail{ background: url(../images/f_icon2.jpg) no-repeat 0 center; padding-left: 25px;color: #cccccc;}

.footer_wrap .f_menu ul li dl dd.f_addr{ background: url(../images/f_icon3.jpg) no-repeat 0 5px; padding-left: 25px;color: #cccccc;}

.f_copy{ text-align: center; padding: 20px 0;}

.f_copy p{ font-size: 14px; color: #5c5b5b;text-transform: uppercase; height: 30px; line-height: 30px;}

.f_copy p span{ margin: 0 10px;}

.f_copy p span.gzb{ display: inline-block; background: url(../images/sga_icon.jpg) no-repeat 0 center; padding-left: 30px;}



/*关于我们*/

.about_banner{ background: url(../images/about_bannerbg.jpg) no-repeat center 0; height: 130px; line-height: 130px;}

.about_name{ font-size: 42px; color: #fff; text-transform: uppercase; font-weight: bold;}

.about_cont{margin-top: 30px;}

.about_cont video{ width: 600px; height: 437px; float: right; margin-left: 30px;}

.about_img{ width: 158px; height: 40px; margin:20px 0 40px 0;}

.about_cont p{ font-size: 15px;  color: #333; line-height: 32px;}

.about_img_item{ margin-top: 30px;}

.about_img_item ul li{ float: left; width: 380px; height: 285px; margin: 0 10px; overflow: hidden;}

.about_img_item ul li img{ width: 100%; height: 100%; transition: 0.5s all;}

.about_img_item ul li:hover img{ transform: scale(1.2); transition: 0.5s all;}

.about_zh_wrap{ background: #f5f5f5;  margin-top: 40px; padding: 40px 0;}

.about_title{ text-align: center; padding-top: 30px;} 

.about_title h3{ font-size: 30px; color: #333; text-transform: uppercase;}

.about_title p{ font-size: 15px; color: #666; text-transform:capitalize; line-height: 28px; margin-top: 10px;}

.picScroll-left{ width:1200px;position:relative; margin: 0 auto; overflow:hidden; }

.picScroll-left .hd{ }

.picScroll-left .hd .prev{ display:block;  width:49px; height:115px; left: 18px; margin-top:10px;

	 cursor:pointer; background:url(../images/left_p.png) no-repeat 0 0; position: absolute; top: 80px; z-index: 992;}

.picScroll-left .hd .next{display:block; margin-top:10px;

	 cursor:pointer;  background:url(../images/right_n.png) no-repeat 0 0; width:49px; height:115px; right: 2px;position: absolute; top: 80px; z-index: 991; }

.picScroll-left .bd{ padding:10px; margin-top: 30px; }

.picScroll-left .bd ul{ zoom:1; text-align: center;white-space: nowrap; }

.picScroll-left .bd ul li{ margin:0 8px; display: inline-block; _display:inline; overflow:hidden; text-align:center; background: #fff; width:283px; }

.picScroll-left .bd ul li .pic{width:283px; height:225px; position: relative; }

.picScroll-left .bd ul li .pic img{ width:283px; height:225px; display:block; border-radius: 5px; }

.picScroll-left .bd ul li .pic span{ position: absolute; right:0; bottom: 0; width: 80px; height: 30px; background: rgba(0,0,0,0.6); color: #fff;  font-size: 16px; border-radius: 10px 0 0 0; line-height: 30px; text-align: center;}

.picScroll-left .bd ul li .pic span em{ display: inline-block; background: url(../images/pics_img.png) no-repeat 0 center;width: 15px; height: 15px; margin-right: 5px;}

.picScroll-left .bd ul li .title{ line-height:24px; text-align: left; width: 270px; padding: 15px;  }

.picScroll-left .bd ul li .title .zh_title{ font-size: 20px; color: #333; height: 30px; line-height: 30px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-transform: uppercase; text-overflow: ellipsis;}

.picScroll-left .bd ul li .title span.zh_time{ font-size: 14px; color: #999;  }

.picScroll-left .bd ul li .title p.zh_nr{ border-top: 1px #eee solid; margin-top: 10px; padding-top: 10px; font-size: 14px; color: #666;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}

.picScroll-left .bd ul li:hover .title .zh_title{ color: #d24545;}



.about_pro{ background: #fff;}

.about_pro ul{ margin-top: 30px;}

.about_pro li{ border: 1px #eee solid; width: 278px; overflow: hidden;}

.about_pro li:hover{ box-shadow: 0 0 20px #cecece;}



/*新闻中心*/

.news_banner{background: url(../images/news_banner.jpg) no-repeat center 0;}

.ny_news{ width: 1200px; margin: 30px auto;}

.news_list li{ border-bottom: 1px #ccc dashed; padding-bottom: 30px; margin-bottom: 30px;}

.news_list li .news_list_left{ width: 300px; height: 225px; overflow: hidden; border-radius: 10px;}

.news_list li .news_list_left img{ width: 100%; height: 100%; transition: 0.5s all;}

.news_list li .news_list_right{ width: 860px;}

.news_list li .news_list_right h3{ font-size: 20px; color: #333;   display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; height: 30px; line-height: 30px; padding-top: 10px;}

.news_list li .news_list_right .n_time{ font-size: 14px; color: #999;  height: 24px; line-height: 24px; }

.news_list li .news_list_right em{ display: block; width: 45px; height: 3px; background: #c71717; border-radius: 5px; margin: 20px 0;}

.news_list li .news_list_right p{ font-size: 16px; color: #666;    line-height: 24px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.news_list li .news_list_right .news_more{ width: 135px; height: 40px; border: 1px #cecece solid; margin-top: 20px; padding-left:30px;line-height: 40px; color: #666; font-size: 14px;}

.news_list li .news_list_right .news_more span{ display: inline-block; background: url(../images/more_icon.png) no-repeat -35px center; width: 35px; height: 8px; margin-left: 10px; transition: 0.5s all;}

.news_list li:hover .news_list_left img{  transform:scale(1.2);transition: 0.5s all;}

.news_list li:hover .news_list_right h3{ color: #c71717;}

.news_list li:hover .news_more{ background: #c71717 ; color: #fff; transition: 0.5s all;}

.news_list li:hover .news_more span{ background:url(../images/more_icon.png) no-repeat 0px center; transition: 0.5s all;}

.fenye{margin: 30px auto 30px auto; text-align: center;}

.fenye a{ display: inline-block; border: 1px #999 solid; padding: 4px 10px; margin: 0 5px; color: #666;}

.fenye a.fy_cur,.fenye a:hover{ background: #c71717; color: #FFFFFF;border: 1px #c71717 solid;}

.art_title{ text-align: center; font-size: 30px; color: #333; line-height: 28px; margin-top: 40px;}

.art_st{ text-align: center; height: 30px; line-height: 30px; padding-top: 10px; color: #999; } 

.art_st span{ font-size: 16px; margin: 0 20px;}

.art_cont{ border-top: 1px #ddd dashed; margin-top: 30px; padding:30px 0px 50px 0px; line-height: 32px; color: #424242; }

.art_cont p{font-size: 16px;  color: #666;}

.info-tabs{ display:flex; justify-content:space-between;}
.info-tabs .info-tabs-cont{flex:1; margin-right:20px;}
.info-tabs .info-tabs-cont p{font-size: 16px;  color: #666;}
.info-tabs .info-tabs-imgs{ width:32%; cursor:pointer;  margin-right:20px; text-align:center;}
.info-tabs .info-tabs-imgs-box{
    width:100%; cursor:pointer; height:300px; margin-right:20px; text-align:center;position: relative;overflow: hidden;
}
.info-tabs .info-tabs-imgs-box-font{
    
    height: 56px;
    line-height: 56px;
    display: inline-block;

}
.info-tabs .info-tabs-imgs img{ width:auto; height:100%;}
.info-tabs .info-tabs-imgs span{ position: absolute; right:0; bottom: 0; width: 80px; height: 30px; background: rgba(0,0,0,0.6); color: #fff;  font-size: 16px; border-radius: 10px 0 0 0; line-height: 30px; text-align: center;}

.info-tabs .info-tabs-imgs span em{ display: inline-block; background: url(../images/pics_img.png) no-repeat 0 center;width: 15px; height: 15px; margin-right: 5px;}

.info-tabs .info-tabs-video{ width:34%; height:300px;}

.info-tabs .info-tabs-video-font{
    
    width: 100%;
    display: inline-block;
    text-align: center;
}










.fanye{background: #f5f5f5; padding: 20px;}

.fanye_pr,.fanye_next{ float: left; height: 30px; line-height: 30px; overflow: hidden;font-size: 16px; color: #666; text-transform: uppercase; width: 48%;}

.fanye_next{ float: right; text-align: right;  }

.fanye_pr a,.fanye_next a{ color: #424242;font-size: 16px; color: #666;}

.fanye_pr a:hover,.fanye_next a:hover,.xgtj_title span a:hover{ color: #c71717;}



/*求职*/

.job_banner{background: url(../images/job_banner.jpg) no-repeat center 0;}

.job_wrap{ background: #f5f5f5; padding: 40px 0;}

.job_wrap_cont{ width: 1200px; margin: 0 auto;}

.job_wrap_cont h3{font-size: 36px; text-align: center; font-weight: normal; color: #333;}

.job_wrap_cont p{font-size: 16px; text-align: center;  color: #666; line-height:26px; margin-top: 15px;}

.job_item{ margin-top: 40px;}

.job_item li{ background: #fff; width: 370px; margin: 0 15px 30px 15px; float: left; border-radius:10px; overflow: hidden; padding-bottom: 20px;transition: 0.5s all;}

.job_item li .job_img{ width:370px; height: 240px; overflow: hidden;}

.job_item li .job_img img{ width: 100%; height: 100%; transition: 0.5s all;}

.job_item li h4{ padding:20px 20px 10px 20px; font-size: 18px; color: #333;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; font-weight: normal;   }

.job_item li p{ padding:0 20px; font-size: 14px; color: #666;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; font-weight: normal; text-align: left; margin: 0;  }

.job_item li .job_more{ padding:10px 20px; color: #666;   text-decoration: underline;}

.job_item li:hover{ box-shadow: 0 0 20px #cecece; transition: 0.5s all;}

.job_item li:hover h4,.job_item li:hover .job_more{ color: #c71717;}

.job_xq{ margin: 40px auto;}

.job_xq_top{ margin-bottom: 50px;}

.job_left{ width: 1000px;}

.job_left h2{font-size: 24px; font-weight: normal; color: #333;}

.job_left em{font-size: 14px;  color: #999; font-style: normal; height: 30px; line-height: 30px;}

.job_left .job_yq{height: 30px; line-height: 30px; color: #dfdfdf; margin-top: 10px;}

.job_left .job_yq span{font-size: 16px;   color: #666; padding: 0 10px; }

.job_left .job_yq span:first-child{ padding: 0 10px 0 0;}

.job_btn{ width: 150px; height: 46px; background: #c71717; line-height: 46px; text-align: center; color: #fff; text-transform: uppercase; border-radius: 50px; cursor: pointer;}

.job_xq_js .job_name{ font-weight:bold; font-size: 18px; color:#333;   display: flex; margin: 20px 0;}

.job_xq_js .job_name em{ flex: 1; background: #aaa; height: 1px; margin-top: 10px;}

.job_xq_js p{ color: #666; line-height: 30px;}



.popup_bg{ display: none; background: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 100%;}

.popup_cont{ width: 760px; margin: -360px auto 0 auto;top: 50%; background: #fff; border-radius: 10px; padding: 20px; position: relative;}

.close_btn{ position: absolute; top: 20px; right: 20px; cursor: pointer;}

.popup_title{ text-align: center; font-size: 26px; text-transform: uppercase; color: #333; margin-top: 20px; font-weight: bold; margin-bottom: 20px;}

.popup_form{ margin-top: 30px;}

.popup_form li{ margin-bottom: 10px;height: 36px; line-height: 36px;}

.popup_form li label{ float: left; text-align: right; width: 240px; font-size: 15px; color: #333; text-transform: uppercase; margin-right: 10px;}

.popup_form li input.text_b{ border: 1px #cecece solid; height: 36px; line-height: 36px; width: 380px; padding: 0 10px;}

.popup_form li label span{ color: #c71717;}

.popup_form li:nth-child(8){height: 90px; line-height: 20px;}

.popup_form li .liuyan_b{ border: 1px #cecece solid; height: 90px; line-height: 26px; width: 380px; padding: 0 10px;}

.popup_form li input.text_b2{ border: 1px #cecece solid; height: 30px; line-height: 30px; width: 220px; padding: 0 10px;}

.popup_form li em{ width: 154px; height: 36px; overflow: hidden; float: right; margin-right: 110px;}

.popup_form li:last-child{ margin-top: 30px;}

.popup_form li input.popup_btn{ width: 185px; height: 46px; background: #c71717; text-transform: uppercase; color: #fff; cursor: pointer; text-align: center; line-height: 46px; font-size: 16px; border-radius: 10px;}



/*登录*/

.sign_header{ background: #fff; overflow: visible;}

.signin_right{width: 50px; background: url(../images/menu_icon.png) no-repeat 0 0; height:50px; margin-top: 8px; line-height: 50px; padding-left: 60px; position: relative; cursor: pointer;}

.signin_right h3{font-size: 18px; font-weight: normal;}

.signin_right .menu_drop{ display: none; position: absolute; top: 50px; background: #c71717; box-shadow: 0 0 10px #eee; left: -10px; border-radius: 10px; z-index: 999; padding:15px; width: 110px; text-align: center;}

.signin_right .menu_drop a{ display: block; color: #fff; text-align: center; line-height: 20px; text-transform: uppercase;}

.signin_right .menu_drop dd{ border-bottom: 1px #d24545 dashed; padding: 10px 0;}

.signin_right .menu_drop:before{ position:absolute;display: block; content: '';background: url(../images/menu_xl.png) no-repeat center 0px; width: 24px; height: 9px; top: -7px; left: 60px;}

.signin_right .menu_drop a:hover{ color: #eb7878;}

.signin_right:hover .menu_drop{ display: block;}

.sign_wrap{ width: 100%; background: #eaeaea; padding: 40px 0;}

.sign_contact{ width: 1100px; margin: 0 auto; background: #fff; border-radius: 10px; padding:50px;}

.sign_left{ border-right: 1px #ccc dotted; width:410px; padding-right: 140px;}

.sign_left h3,.sign_right h3{ font-size: 30px; color: #333; text-transform: uppercase; border-bottom: 1px #e5e5e5 solid; height: 50px; line-height: 50px;}

.sign_left .sign_in{ margin-top: 30px;}

.sign_left .sign_in li{ margin-bottom: 35px;}

.sign_left .sign_in li span{ display: block; font-size: 16px; color: #333; text-transform:capitalize ; margin-bottom: 19px; font-weight: bold;}

.sign_left .sign_in li input.s_text{ border: 1px #bfbfbf solid; height: 45px; line-height: 45px; padding: 0 10px; border-radius: 5px; overflow: hidden; width: 390px; font-size: 16px;} 

.sign_left .sign_in li em{ display: block; text-align: right; font-style: normal; line-height: 30px;  line-height: 30px;}

.sign_left .sign_in li em a{ color: #c71717;font-size: 16px;}

.sign_left .sign_in li input.signbg{ background: #c71717;height: 45px; line-height: 45px; width: 410px;border-radius: 5px; color: #fff; font-size: 18px; font-weight: bold;text-transform:capitalize ;cursor: pointer;}

.sign_right{ width: 410px;}

.sign_right ul{ margin-top: 30px;}

.sign_right li{margin-bottom: 31px;}

.sign_right li input.s_text{ border: 1px #bfbfbf solid; height: 45px; line-height: 45px; padding: 0 10px; border-radius: 5px; overflow: hidden; width: 390px; font-size: 16px;} 

.sign_right li input.signbg{ background: #c71717;height: 45px; line-height: 45px; width: 410px;border-radius: 5px; color: #fff; font-size: 18px; font-weight: bold;text-transform:capitalize ; cursor: pointer;}

.sign_right li:last-child{ margin-bottom: 0;}

.popup_sign_form li:nth-child(8){ height: 36px; line-height: 36px;}

.popup_sign_form li:nth-child(15){ height: 90px; line-height: 20px;}

.popup_sign{ display: none; background: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 100%;}

.popup_signcont{ width: 780px; margin: -360px auto 0 auto;top: 50%; background: #fff; border-radius: 10px; padding: 20px; position: relative; }

.popup_sign_form{height: 540px; overflow-y: scroll;}



/*忘记密码*/

.whmm_wrap h3{font-size: 30px; color: #333; text-transform: uppercase; height: 50px; line-height: 50px;}

.whmm_wrap p{font-size: 16px; color: #666;  border-bottom: 1px #e5e5e5 solid; height: 30px; line-height: 30px; padding-bottom: 20px;}

.wjmm_form{ margin-top: 40px;}

.wjmm_form .news_passw label{font-size: 16px; color: #333;  margin-right: 10px; }

.wjmm_form .news_passw input.text_n{border: 1px #bfbfbf solid; height: 45px; line-height: 45px; padding: 0 10px; border-radius: 5px; overflow: hidden; width: 390px; font-size: 16px;}

.news_paddw_btn{ margin-top: 100px;}

.news_paddw_btn li{ float: left; width: 160px; height: 45px; margin-right: 30px;}

.news_paddw_btn li input{display: block; width: 160px; height: 45px; color: #fff;font-size: 18px; cursor: pointer; border-radius: 10px;}

.news_paddw_btn li .can_btn{ background: #a0a0a0;}

.news_paddw_btn li .res_btn{background: #c71717; }

.home_wrap{ background: #f5f5f5; padding: 10px 0;}

.sy_home{ width: 1170px; margin: 0 auto; height: 30px; line-height: 30px; background: url(../images/home_icon.png) no-repeat 0 center; padding-left: 30px;  font-size: 16px; color: #999; }

.sy_home a{ font-size: 16px; color: #333; }

.sy_home a:hover{color: #c71717; }

.ny_product_wrap{ margin-top: 30px;}

.producr_imgs{ width: 450px;}

#showbox { background:#eee; border:1px solid #ddd;}

#showbox span { background:url(../images/whitebg.png) repeat;}

#showsum { left:25px; margin-top:10px;}

#showsum span { border:1px solid #ddd;}

#showsum span.sel { border:1px solid #f60;}

.showpage { width:400px; position:relative;}

.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}

.showpage a#shownext { left:auto; right:0;}

.showpage a:hover { background:#ccc; color:#777;}

.producr_intro{ width: 750px;}

.producr_intro h2{ font-size: 30px; color: #333333; margin-top: 10px; font-weight: normal;}

.producr_intro .pro_price_tabs{ background: #f5f5f5; margin: 30px 0; padding: 30px;}

.pro_price_item span,.pro_model span{ float: left; width: 100px; font-size: 16px; color:#999999;text-transform: uppercase; margin-top: 15px; text-align: right; margin-right: 10px;}

.pro_price_all{ float: left;}

.pro_price_lists li{ float: left;width: 193px; font-size: 20px; color: #da261e; text-align: center; line-height: 24px; text-transform: uppercase;}

.pro_price_lists li em{ display: block; font-size: 16px; color: #666666; font-style: normal;text-transform:lowercase;}

.pro_model{ margin-top: 30px;}

.pro_model ul{ float: left; margin-top: 5px;}

.pro_model ul li{ float: left; width: ; border: 1px #dcdcdc solid; line-height: 40px; height: 40px; padding: 0 15px; margin: 0 5px; cursor: pointer;}

.pro_model ul li.pro_sel{border: 1px #c71717 solid; background: #eedddc; color: #c71717;}		

.pro_btn{ margin-top: 60px;}					

.pro_btn li{ float: left; width: 210px; height: 28px; text-align: center; line-height: 28px; background: #c71717; color: #fff; margin: 0 20px 0 10px;text-transform: uppercase; font-size: 18px; cursor: pointer;}		

.ny_product_bottom{ margin-top: 40px;}					

.pro_survey{width: 830px;}

.pro_survey_title{ background: #f5f5f5; height: 60px; line-height: 60px; padding-left: 5px;} 

.pro_survey_title li{ float: left; width: 170px; text-align: center;color: #666; font-size: 16px; cursor: pointer;}

.pro_survey_title li.pcur{ background: #fff; border-top: 2px #c71717 solid;color: #c71717;}

.pro_survey_cont{ margin: 30px 0px; line-height: 30px;
    word-wrap: break-word;
    word-break: break-all;}

.pro_survey_cont p{font-size: 16px; color: #666; }	

.pro_survey_b1 ul li{ height: 40px; line-height: 40px;}				

.pro_survey_b1 ul li a{font-size: 16px; color: #666; background: url(../images/down_icon1.png) no-repeat 0 center; padding-left: 20px;}

.pro_survey_b1 ul li a:hover{color: #c71717; background: url(../images/down_icon2.png) no-repeat 0 center;}

.pro_rela{ width:290px; background: #f5f5f5; padding: 20px;}					

.pro_rela_title{ font-size: 18px;  color: #666;}				

/*.pro_rela_list{ margin-top: 20px; height: 700px; overflow-y: auto;}	*/

/*.pro_rela_list::-webkit-scrollbar {width: 6px;  height: 1px;}*/

/*.pro_rela_list::-webkit-scrollbar-thumb { border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: #535353;}*/

/*.pro_rela_list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/

/* border-radius: 10px;background: #EDEDED;}		*/

/*.pro_rela_list li{ background: #fff; background: #290px; margin-bottom: 20px; text-align: center;  padding-bottom: 20px;}							*/

/*.pro_rela_list li .p_img{ width:265px; height: 245px; overflow: hidden;}		*/

/*.pro_rela_list li .p_img img{ width: 100%; height: 100%;transition: 0.5s all;}*/

/*.pro_rela_list li:hover{ }*/

/*.pro_rela_list li:hover img{ transform: scale(1.2);transition: 0.5s all;}*/

/*.pro_rela_list li p{ background: #f8f8f8; width: 220px; margin: 0 auto; padding:10px 15px;}*/

/*.pro_rela_list li p span{font-size: 16px; color: #666;text-overflow: ellipsis;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-wrap:break-word;word-break:break-all; line-height: 22px;text-transform:capitalize;overflow: hidden;}*/



.popup_pro{z-index: 999; display:none;background: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 100%;}

.popup_procont{ width: 800px; margin: -260px auto 0 auto;top: 38%; background: #fff; border-radius: 10px; padding:40px 20px; position: relative;}

.close_btn{ position: absolute; top: 20px; right: 20px; cursor: pointer;}

.popup_title{ text-align: center; font-size: 26px; text-transform: uppercase; color: #333; margin-top: 20px; font-weight: bold;}

.popup_value{ width: 700px;  margin: 0 auto; cursor: auto;}

.popup_value ul{ margin: 0px 0 60px 0;}

.popup_value ul li{ float: left;}

.popup_value ul li:nth-child(1){ width:246px; margin-right: 35px; padding-left: 30px;}

/*.popup_value ul li:nth-child(2){ width:350px; }*/

.popup_value ul li label{ float: left; font-size: 16px; color: #333; text-transform:capitalize; font-weight: bold; line-height: 40px;}

.popup_value ul li select{ border: 1px #ccc solid; height: 40px; width: 250px; padding: 0 10px;font-size: 16px;}

.sl_left{ float: left; width: 140px;margin-right: 18px;}

.sl_left .sl_text{ float: left; border: 1px #ccc solid; height: 40px; width: 76px; padding: 0 10px; position: relative;}

.sl_left .sl_text .n1{height: 40px; width: 80px; font-size: 16px;}

.sl_left .sl_text span{ position: absolute; right:5px;top: 5px;}

.sl_left .sl_text span.c2{top: 20px;}

.sl_right{ float: right;}

.sl_right dl{ margin:-15px 0 0 0px; }

.sl_right dl dd{ height: 24px; line-height: 24px; text-transform: uppercase; text-decoration: line-through; color: #999;}

.sl_right dl dd span{ display: inline-block; text-align: right; min-width: 70px;}

.sl_right dl dd.sl_sel{ text-decoration: none; color: #000;}

.add_btn{width: 440px; margin: 60px auto 20px auto;text-align: center;}

.add_btn input.add_btn_fo{ width: 210px; height: 55px;  background: #c71717; text-align: center; line-height: 55px; color: #fff; font-size: 18px; text-transform: uppercase; border-radius: 5px; cursor: pointer;}



.popup_pro_buy{z-index: 999;display: none; background: rgba(0,0,0,0.6); position: fixed; right: 0; bottom: 0; top: 0; left: 0; width: 100%; height: 100%;}

.popup_procont_buy{ width: 1080px; margin: -360px auto 0 auto;top: 50%; background: #fff; border-radius: 10px; padding:40px 20px; position: relative;}	

.small_btn{position: absolute; top: 5px; right: 60px; cursor: pointer;}

.popup_scroll{ height: 600px; overflow-y: scroll;
    cursor: auto;}

.buy_addr{ margin: 20px auto 0 auto; border-top: 1px #eee solid; padding-top: 20px; width: 950px;}

.buy_addr_left{ width: 474px; border-right: 1px #eee solid;}

.buy_addr_left h3,.buy_addr_right h3{ font-size: 18px; }	

.buy_addr_right{ width: 474px;}	

.buy_addr_left ul,.buy_addr_right ul{ margin-top: 20px;}

.buy_addr_left ul li,.buy_addr_right ul li{ margin-bottom: 8px;line-height: 20px;text-transform: uppercase; }

.buy_addr_left ul li span,.buy_addr_right ul li span{color:#999; display: inline-block; width: 178px; text-align: right; padding-right: 10px; float: left; }

.buy_addr_left ul li em,.buy_addr_right ul li em{ float: right; font-style:normal; width: 285px; }

.buy_addr_left ul li em .re_buy,.buy_addr_right ul li em .re_buy{ width: 260px; height: 60px; border: 1px #ccc solid;}

.buy_btn{ margin-top: 20px; margin-left:100px;}

.buy_btn span{ float: left; margin-left: 10px;}

.buy_btn span .inf_an1{ width: 180px; height: 32px; background: #f9ebea;border: 1px #b40e00 solid; border-radius: 5px;  color: #b40e00; cursor: pointer;}	

.buy_btn span.inf_edit a{ display: block; width: 60px; height: 32px; background: #b40e00 url(../images/xiugai_icon.png) no-repeat 15px center; text-align: center; line-height: 32px;border-radius: 5px; color: #fff;  padding-left: 20px;}	

.ship_opt{ width: 890px;  background: #f5f5f5; margin: 30px auto; padding: 30px; }	

.ship_opt h3,.payment_cont h3,.trading_cont h3{font-size: 18px; }

.ship_opt ul{ margin-top: 30px;}

.ship_opt ul li{ border-bottom: 1px #dcdcdc solid; height: 40px; line-height: 40px;}

.ship_opt ul li .radio_left{ font-size: 16px; margin-right: 10px; text-transform: uppercase;}

.ship_opt ul li .radio_right{  font-size: 14px;  color: #666;}

.ship_opt ul li .radio_right input.wbk{ width: 340px; height: 28px; border: 1px #dcdcdc solid; padding: 0 10px;}

.payment_cont{width: 950px; margin: 0 auto;}

.payment_cont ul{ margin-top: 20px;}	

.payment_cont ul li{ float: left; display: inline-block ; padding:0 30px 0 10px; font-size: 16px; text-transform: uppercase; position: relative;}			

.payment_cont ul li	.oth_text{ display: none; position: absolute; left: 100px; top: -7px;}

.payment_cont ul li	.oth_text .other_wbk{width:240px; height: 28px; border: 1px #dcdcdc solid; padding: 0 10px;}

.trading_cont{width: 950px; margin: 40px auto 0 auto;}

.trading_cont h3{ height: 30px; line-height: 30px;}				

.trading_cont h3 span{ float: right; background: url(../images/wenhao_icon.png) no-repeat 0 center; padding-left: 25px; font-weight: normal; color: #999; cursor: pointer;}		

.trading_cont h3 span em{ display: inline-block; background: url(../images/you.png) no-repeat 0 0; width: 9px; height: 9px;}	

.trading_cont ul{ margin-top: 20px;}	

.trading_cont ul li{ float: left; display: inline-block ; padding:0 20px 0 10px; font-size: 16px; text-transform: uppercase;}

.incoterm_table{ margin-top: 30px; display: none;}

.incoterm_table table{border-collapse: collapse;}

.incoterm_table table th{ background: #fff; color: #333; font-weight: normal; font-size: 12px;  padding: 10px 0;}

.incoterm_table table th,.incoterm_table table td{ border: 1px #d2d2d2 solid; line-height: 20px; }

.incoterm_table table td{ padding: 5px; text-align: center; color: #333;}

.incoterm_table table td.b{ background: #eeeeee; font-weight:bold; text-align: left;}

.incoterm_table table td.h{ background: #ffc7c8; }

.incoterm_table table td.l{ background: #b3fdb3; }

.sf_btn{ position:fixed; right: 20px; bottom: 20px; }

.sf_btn li.s1{ display:none;width: 170px; height: 50px; background: rgba(0,0,0,0.6); text-transform: uppercase; color: #fff; font-size: 16px; cursor: pointer; border-radius: 50px; line-height: 50px; margin-bottom: 10px;}

.sf_btn li.s1 em{float:left;background: url(../images/bit_icon.png) no-repeat 0 center; width: 25px; height: 50px; margin:0 10px 0 20px;}

.sf_btn li.s2{display:none; width: 185px; height: 50px; background: rgba(0,0,0,0.6); text-transform: uppercase; color: #fff; font-size: 16px; cursor: pointer; border-radius: 50px; line-height: 50px;}

.sf_btn li.s2 em{float:left;background: url(../images/bit_icon1.png) no-repeat 0 center; width: 25px; height: 50px; margin:0 10px 0 20px;}

		

.popup_liuyan{z-index: 999; display: none; background: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 100%;}

.small_btn1{position: absolute; top: 5px; right: 60px; cursor: pointer;}

.upload{ padding: 8px 13px;height: 20px; position: relative; background: #d2d2d2; cursor: pointer;}

.change{position: absolute;overflow: hidden;right: 0;top: 0;opacity: 0;cursor: pointer;}

#content{ display: inline-block;}

.popup_ftitle{ text-align: center; font-size: 16px; color: #999; line-height: 24px; margin-top: -10px;}

.popup_texta{ width: 580px; height: 190px; margin: 30px auto;}

.popup_texta textarea.inquirt_text{width: 540px; height: 150px; background: #F5F5F5; padding: 20px;}

.file_up{width: 580px; margin: 0 auto;}

.file_up li{ height: 34px;}

.file_up li label{ font-size: 16px; }

.file_up section{font-size: 14px; color: #666; padding-left: 90px;}

.popup_inqu_btn{ text-align: center; margin-top: 40px;}

.popup_inqu_btn span{ width: 120px; height: 40px;}

.popup_inqu_btn span input{ width: 120px; height: 40px; line-height: 40px; text-align: center; margin: 0 10px; border-radius: 5px; text-transform: uppercase; font-size: 16px; cursor: pointer;}

.popup_inqu_btn span input.inq_btn_l{ background: #c71717; color: #fff;}

.popup_inqu_btn span input.inq_btn_r{ background: #f4d1d1; color: #c71717; border: 1px #c71717 solid;}





/*购物车*/		



.account_cont{ width: 1200px; margin: 30px auto;}

.acc_left{width: 240px;} 

.my_account_title{ background: #f5f5f5 url(../images/account_icon.png) no-repeat 30px center; font-size: 24px; font-weight: bold; height: 72px; line-height: 72px; color: #333; text-align: center; padding-left: 30px;}

.account_left_list{ margin-top: 20px; border: 1px #eee solid;}

.account_left_list li{ height: 60px; line-height: 60px; border-bottom: 1px #eee solid;}

.account_left_list li a{display: block; padding: 0 20px; background: url(../images/h_jt1.png) no-repeat 200px center; font-size: 16px; }

.account_left_list li a:hover,.account_left_list li.acc_sel a{ color: #c71717; font-weight: bold;background: url(../images/h_jt2.png) no-repeat 200px center;}

.acc_right{ width:930px;}

.acc_right h3{ font-size: 24px; font-weight: bold; height: 72px; line-height: 72px; color: #333;}

.cart_btns{margin-top: 20px;}

.cart_check{ width: 200px; margin-top: 10px;}

.cart_check input.all_check{ width: 20px; height: 20px; border: 1px #aaaaaa solid; margin-right: 10px; line-height: 20px; float: left; }

.cart_check i{ float: right;height: 20px; line-height: 20px; font-style: normal; font-size: 16px; text-transform: uppercase; font-weight: bold; color: #666; width: 170px; }

.cart_btn_list{ width: 520px; text-align: right;}

.cart_btn_list li{display: inline-block;margin-left: 10px; height: 40px; line-height: 40px;}

.cart_btn_list li a{display:block;text-transform: uppercase; font-weight: bold; color: #666;padding: 0 15px; border-radius: 5px; background: #d2d2d2;   }

.cart_btn_list li:last-child a{background: #c71717;color: #fff;}

.cart_goods{ margin-top: 20px;}

.cart_goods li{ border: 1px #dcdcdc solid; padding: 20px; margin-bottom: 10px; height: 108px; overflow: hidden;}

.goods_checkbox{ width: 20px; height: 20px; margin-top: 40px;}	

.goods_checkbox .all_check{ width: 20px; height: 20px;border: 1px #aaaaaa solid;}	

.goods_cont{ width: 340px; margin: 0 20px;}	

.goods_img{ width: 106px; height: 106px; overflow: hidden; border: 1px #eee solid;}

.goods_img img{ width: 100%; height: 100%; transition: 0.5s all;}

.goods_js{ width:214px;line-height: 20px;}

.goods_js h4{ font-size: 16px;  color: #333; margin-top: 10px; display: -webkit-box;text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.goods_js span{ display: block; font-size: 14px;  color: #666; margin-top: 5px; }

.goods_price{width:320px ;}

.goods_price_l{ width: 140px; text-align: center;}

.goods_price_l .goods_h3{font-size: 16px;  color: #666;margin-top: 10px;  font-weight: bold;}

.goods_price_l .goods_zj{ margin-top: 20px;}

.goods_price_l .goods_zj i{ display: inline-block; width: 34px; height: 34px; background: #e5e5e5; text-align: center; line-height: 34px;border-radius:5px; font-size: 18px; cursor: pointer;} 

.goods_price_l .goods_zj input.zj_number{ width: 47px; height: 32px; text-align: center; line-height: 34px; border: 1px #aaaaaa solid; border-radius:5px; margin: 0 5px;}

.goods_price_r{ width: 180px;}

.goods_price_r dl{ margin:27px 0 0 0px; }

.goods_price_r dl dd{ height: 24px; line-height: 24px; text-transform: uppercase; text-decoration: line-through; color: #999;}

.goods_price_r dl dd span{ display: inline-block; text-align: right; min-width: 70px;}	

.goods_price_r dl dd.goods_sel{ text-decoration: none; color: #000;}

.goods_total{ text-align: center; width: 110px; }

.goods_total .goods_h3{font-size: 16px;  color: #666;margin-top: 10px;  font-weight: bold;}

.goods_total span{ line-height: 60px; color: #c71717; font-size: 18px;font-weight: bold;}

.goods_clear{ width: 20px; text-align:center;line-height: 118px; cursor: pointer;}

.total_value{ text-align: right; font-size: 16px; color: #c71717; text-transform: uppercase; height: 60px; line-height: 60px;}

.total_value span{ font-size: 24px; font-weight: bold;}

.foot_goods_btn{ text-align: right; margin-top: 10px;}

.foot_goods_btn li{ display:inline-block; margin-left: 20px; }

.foot_goods_btn li a{ display: block;background: #d2d2d2; padding: 10px 20px; border-radius: 5px; font-weight:bold;text-transform: uppercase; color: #666;}

.foot_goods_btn li.goods_btn2 a{ display: block;background: #c71717; padding: 10px 25px; border-radius: 5px; font-weight:bold;text-transform: uppercase; color: #fff;}



/*更新密码*/

.up_password{ margin-top: 20px;}	

.up_password li{ height: 40px; line-height: 40px; margin-bottom: 20px;}	

.up_password li	label{ display: inline-block; width: 350px; text-align: right; padding-right: 10px; font-size: 16px; color: #333; }

.up_password li	.update_pa{ width:340px; border: 1px #dcdcdc solid; border-radius: 5px;height: 40px; line-height: 40px;}

.up_password li:last-child{ margin-top: 60px;}	

.up_password li	span{ display: inline-block; text-align: center; width: 140px; height: 40px;  color: #333; margin-right:50px;}

.up_password li	span input.cz_btn{width: 140px; height: 40px; background: #dcdcdc; color: #333; cursor: pointer; font-size: 16px;  border-radius:5px ; }	 

.up_password li	span input.qd_btn{width: 140px; height: 40px; background: #c71717; color: #fff; cursor: pointer; font-size: 16px;  border-radius:5px ; }	 



/*注册信息*/

.my_regist{margin-top: 20px;}

.jc_inf li{ margin-bottom:0px; color: #666; height: 40px; line-height: 40px; font-size: 15px; text-transform: uppercase; clear: both;}		

.jc_inf li span{ float: right; color: #999;font-size: 15px;}

.jc_inf li i{ font-style: normal;color: #333; padding-left: 10px;font-size: 15px;}

.jc_inf li i.xs_pass{ display: none;}

.jc_inf li em.cy_pass_btn{ display: inline-block; background: url(../images/by_icon.png) no-repeat 0 center; width: 19px; height: 16px; margin-left: 30px; cursor: pointer;}

.jc_inf li em.xs_pass_btn{ display:none; background: url(../images/by_icon1.png) no-repeat 0 center; width: 19px; height: 16px; margin-left: 30px; cursor: pointer;}

.my_regist .jc_inf li:last-child{ margin: 0; height: 62px; line-height: 62px;}

.my_regist .jc_inf li:last-child font{ float: left;color: #666;font-size: 15px;}

.my_regist .jc_inf li:last-child img{ width: 62px; height: 62px; overflow: hidden; border-radius: 50px;}

.my_regist .jc_inf li:last-child span.up_img{ color: #c71717; cursor: pointer;}

.addr_inf{ margin-top: 40px; border-top: 1px #e5e5e5 solid; padding-top: 40px;  }

.addr_inf .addr_inf_edit{ padding-left: 20px;}

.addr_inf .addr_inf_edit li{ height: 34px; line-height: 34px; color: #333; font-size: 14px; text-transform: uppercase;}

.addr_inf .addr_inf_edit li label{ display: inline-block; width: 140px; text-align: right; padding-right: 10px;}

.addr_inf .addr_inf_edit li label span{ color: #c71717;}

.addr_inf .addr_inf_edit li:last-child{ height: 45px; line-height: 45px; margin-top: 20px;}

.addr_inf .addr_inf_edit li a.regi_edit{ display:inline-block; width: 160px; height: 45px; text-align: center; line-height: 45px; background: #c71717; border-radius: 5px; color: #fff; font-size: 16px; text-transform: uppercase;} 

.addr_inf .addr_inf_no{  padding-left: 20px; display:none ;}

.addr_inf .addr_inf_no li{ height: 40px; line-height: 40px; color: #333; font-size: 14px; text-transform: uppercase; margin-bottom: 10px;}

.addr_inf .addr_inf_no li label{ display: inline-block; width: 140px; text-align: right; padding-right: 10px;}

.addr_inf .addr_inf_no li input.regi1{ border: 1px #b5b5b5 solid; border-radius: 5px; width: 400px; height: 40px; line-height: 40px; padding: 0 10px;}

.addr_inf .addr_inf_no li label span{ color: #c71717;}

.addr_inf .addr_inf_no li:last-child{ height: 45px; line-height: 45px; margin-top: 40px;}

.addr_inf .addr_inf_no li input.addr_btn{ display:inline-block; width: 160px; height: 45px; text-align: center; line-height: 45px; background: #c71717; border-radius: 5px; color: #fff; font-size: 16px; text-transform: uppercase;} 



/*我的询问*/		



.my_inquiry{ margin-top: 20px;}		

.my_inquiry li{ border: 1px #e5e5e5 solid; margin-bottom: 15px;}					

.my_inquiry li .inquiry_title{ background: #eeeeee; height: 36px; line-height: 36px; padding:0 20px;}

.my_inquiry li .inquiry_title span{ display: inline-block; width: 33%; color: #666}

.my_inquiry li .inquiry_title span.in_center{ text-align: center;}

.my_inquiry li .inquiry_title span.in_right{ text-align: right;}

.my_inquiry li .inquiry_title span.in_right em.font_r{ font-style: normal; color: #c71717;}

.my_inquiry li .inquiry_title span.in_right em.font_g{ font-style: normal; color: #999;}

.inq_item{ padding:0 10px; height: 85px;}

.inq_item .inq_item_left{ width: 530px; padding: 10px 0;}

.inq_item .inq_item_left .inq_item_img{ width: 63px; height: 63px;  float: left; border: 1px #e5e5e5 solid; overflow: hidden;}

.inq_item .inq_item_left .inq_item_img img{ width: 100%; height: 100%; transition: 0.5s all;}

.my_inquiry li:hover .inq_item .inq_item_left .inq_item_img img{ transform: scale(1.2);transition: 0.5s all;}

.inq_item .inq_item_left section{ width: 440px; float: right; overflow: hidden;}

.inq_item .inq_item_left section h4{ font-size: 16px;  line-height: 20px; color: #333; margin-top: 10px;}

.inq_item .inq_item_left section p{ font-size: 14px;   color: #666;}



.inq_item .inq_check_btn{ width: 197px; height: 78%; border-left: 1px #e5e5e5 solid;border-right: 1px #e5e5e5 solid;padding: 10px 0;text-align: center;}

.inq_item .inq_check_reply{ width: 170px; padding: 10px 0; text-align: center; height: 78%;}

.inq_check_btn a,.inq_check_reply a{ display: block; width: 140px; height: 34px; border: 1px #fff solid; margin:0 auto; border-radius:5px ; line-height: 34px; margin-top: 15px; color: #666;}



.inq_check_btn a:hover,.inq_check_reply a:hover{ display: block; width: 140px; height: 34px; line-height: 34px; border: 1px #cccccc solid; margin:0 auto; border-radius:5px ; margin-top: 15px;}

.inq_check_btn a.inq_edit_btn{ border: 1px #c71717 solid; color: #c71717;}

.inq_check_btn a.inq_edit_btn:hover{ border: 1px #c71717 solid; color: #fff; background: #c71717;}

.inq_sel{ background: url(../images/inqu_icon.jpg) no-repeat center bottom;}

.liuyan_wrap{ display: none;}

.inq_detaild_cont{padding: 20px; border: 1px #ffd4d4 solid;}

.inq_detaild_cont h4{ font-size: 16px; color: #333; line-height: 36px; text-transform: uppercase}

.inq_detaild_cont p{ font-size: 14px; color: #666; line-height: 24px; text-transform: capitalize}

.inq_detaild_cont dl{ margin-top: 20px;}

.inq_detaild_cont dl dd{  
    display: inline-block;
    width: auto;
    height: 35px;
    overflow: hidden;
    margin-right: 41px;}

.inq_detaild_cont dl dd img{ width: 100%; height: 100%; }

.inq_up{ font-size: 14px; text-transform: uppercase; color: #666; text-decoration: underline; margin: 30px 0 0px 0; cursor: pointer;}

.order_table table.title_table{ background: #f5f5f5; height: 40px;}

.order_table table.title_table th{ font-weight:normal; text-transform:capitalize}

.order_table ul{ margin-top: 20px;}

.order_table ul li{ margin-bottom: 15px;}

.order_table ul li table{ width: 100%; border-collapse: collapse;}

.order_table ul li table th{background: #f5f5f5; height: 40px;border-top: 1px #e5e5e5 solid; font-weight: normal; color: #999; padding-left: 10px;}

.order_table ul li table th:nth-child(1){border-left: 1px #e5e5e5 solid;}

.order_table ul li table th:last-child{border-right: 1px #e5e5e5 solid;}

.order_table ul li table th span{ color: #333;}

.order_table ul li table td{ border: 1px #e5e5e5 solid; padding: 10px 0;}

.order_table ul li table td:nth-child(1){ width: 279px;}

.order_table ul li table td:nth-child(2){ width: 93px; text-align:center;color: #666; }

.order_table ul li table td:nth-child(3){ width: 47px; text-align:center; color: #999;}

.order_table ul li table td:nth-child(4){ width: 105px; text-align:center;color: #666; word-wrap:break-word; word-break:normal; }

.order_table ul li table td:nth-child(5){ width: 73px; text-align:center;color: #666;word-wrap:break-word; word-break:normal; padding: 0 10px;}

.order_table ul li table td:nth-child(6){ width: 93px; text-align:center; color: #c71717; font-weight: bold;}

.order_table ul li table td:nth-child(7){ width: 72px; text-align:center;color: #999;word-wrap:break-word; word-break:normal; padding: 0 10px;}

.order_table ul li table td:nth-child(8){ width: 110px; text-align:center;}

.order_img{ margin: 10px; width: 70px; height: 70px; overflow: hidden;}

.order_img img{ width: 100%; height: 100%;}

.order_title{ width:176px; margin-top: 10px;}

.order_title h4{ font-size: 14px; font-weight: normal; color: #666; line-height: 20px; display: -webkit-box;text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.order_title span{ font-size: 14px; color: #999; display: block; }

.order_table ul li table td dd{ height: 30px; line-height: 30px; width: 100px; margin: 0 auto; text-align: center;}

.order_table ul li table td dd a{ display: block; font-size: 12px; color: #666; border: 1px #fff solid;border-radius: 5px;}

.order_table ul li table td dd a:hover{ border: 1px #c71717 solid;  color: #c71717;}	

.ord_fanye{ text-align: right; margin-top: 20px;}

.ord_fanye a:first-child,.ord_fanye a:last-child{ border: 1px #e5e5e5 solid; padding: 8px 15px; border-radius: 5px; text-transform: uppercase; font-size: 12px; color: #666;}

.ord_fanye a{padding: 8px 15px;font-size: 15px;}					

.ord_fanye a.num_sel{ color: #c71717;}				

					

/*形式发票*/						

.fapiao_bg{ background: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 999999999;}

.fapiao_cont{ width: 810px; margin: -350px auto 0 auto;top: 50%; background: #fff; border-radius: 10px; 
    padding: 40px 20px 40px 52px; position: relative;}

.close_btn{ position: absolute; top: 10px; right: 20px; cursor: pointer;}

.fafiao_scroll{ height: 600px; overflow-y: scroll;}

.fafiao_scroll h2{ font-size: 36px; font-family: georgia; text-transform: uppercase;}

.fapiao_taitou{ background: #eeeeee; padding:15px 20px; margin: 15px 0; display:flex; justify-content:space-between;}  

.tt_left{ width:500px;}

.tt_left h4{ font-size: 18px; color:#212121; text-transform: uppercase; font-weight: normal; height: 28px;}

.tt_left p{ font-size: 12px; color:#333; text-transform: uppercase; line-height: 18px;}

.tt_right{ width: 243px;}

.tt_right ul li{ height: 24px; line-height: 24px;text-transform: uppercase;}

.tt_right ul li span{ display: inline-block; width: 70px; text-align:left; padding-right: 5px; font-weight: bold;}

.fapiao_addr{ display:flex;justify-content: space-between;}
.fapiao_addr .fapiao_addr_left{ width: 370px; padding-left: 20px; float:none}

.fapiao_addr .fapiao_addr_left h3{font-size: 15px; height: 26px; line-height: 26px;color: #212121;}

.fapiao_addr .fapiao_addr_left p{font-size: 14px;line-height: 22px; color: #212121;}

.transport_table{ margin-top: 20px;}

.transport_table table{ border-collapse: collapse;}

.transport_table table td,.transport_table table th{ border: 1px #959595 solid;}

.transport_table table.trans_table td{border-bottom: 0;border-top: 1px #959595 solid;;padding:8px 10px 8px 20px; color: #666;}

.transport_table table.trans_table td h4{ color:#212121; line-height: 30px;}

.transport_table table.trans_table td p{ color:#666; line-height: 24px;}

.transport_table table.trans_table td p span{ color: #212121; text-decoration: underline;}

.transport_table table.trans_table td em{ font-style: normal; color: #212121;  text-transform: uppercase;}

.transport_table table.cp_table th{ background: #eee; height: 30px;}

.transport_table table.cp_table th:nth-child(2){ text-align:left; padding-left: 20px;}	

.transport_table table.cp_table td{ text-align: center;}	

.transport_table table.cp_table td .fp_product_img{ width: 60px; height: 60px; border: 1px #eee solid; margin: 10px;}	

.transport_table table.cp_table td .fp_product_img img{ width: 100%; height: 100%;}	

.transport_table table.cp_table td .fp_product_title{ width:220px ; text-align: left; color: #666; margin-top: 20px;}

.ff_product_total{ margin: 10px;}

.ff_product_total ul li{  height: 26px; line-height: 26px; text-align: right;}

.ff_product_total ul li span{ padding-right: 10px;text-align: right; width: 150px; display: inline-block; }

.ff_product_total ul li em{text-align: left; min-width: 100px; display: inline-block; font-weight: bold; font-style: normal;}

.ff_bank{ margin-top: 40px;}

.ff_bank h3{font-size: 16px; height: 30px; line-height: 30px;color: #212121; margin-bottom: 10px;}

.ff_bank ul li{line-height: 26px;color: #333;font-size: 14px; padding-left: 10px; }

.ff_bank ul li:before{content:''; display: inline-block; width: 5px; height: 5px; border-radius: 5px; background: #aaa; margin-right: 10px;}

.ff_btn{width: 354px; margin: 30px auto 0 auto;}

.ff_btn span{ float:left;background: #c71717; width:155px; height:50px; text-align:center; line-height:50px;margin: 0 10px; border-radius: 50px; }

.ff_btn span a{ display:block;font-size: 16px; color: #fff; text-transform: uppercase;}	

.ff_btn span.ff_print{background: #fff; border: 2px #c71717 solid;}	

.ff_btn span.ff_print a{ color: #c71717; font-weight: bold;}	


.picScroll-top{ margin:20px auto 0 auto;  width:265px; position:relative;   }



.picScroll-top .hd .prev{ display:block;  width:49px; height:115px; left: 110px; 

	 cursor:pointer; background:url(../images/left_p.png) no-repeat 0 0; position: absolute; top: -33px; z-index: 992;  -ms-transform:rotate(90deg); /* IE 9 */

    -webkit-transform:rotate(90deg); /* Safari and Chrome */

    transform:rotate(90deg);}

.picScroll-top .hd .next{display:block; margin-top:10px;

	 cursor:pointer;  background:url(../images/right_n.png) no-repeat 0 0; width:49px; height:115px; right: 110px;position: absolute; bottom: -50px; z-index: 991;  -ms-transform:rotate(90deg); /* IE 9 */

    -webkit-transform:rotate(90deg); /* Safari and Chrome */

    transform:rotate(90deg);}
.picScroll-top .hd .prev:before{ position:absolute; top:115px;left:0; content:''; display:block; width:49px;  height:76px; background-color: rgba(0,0,0,0.4);}
.picScroll-top .hd .prev:after{ position:absolute; top:-72px;left:0; content:''; display:block; width:49px;  height:72px; background-color: rgba(0,0,0,0.4);}

.picScroll-top .hd .next:before{ position:absolute; top:115px;left:0; content:''; display:block; width:49px;  height:73px; background-color: rgba(0,0,0,0.4);}
.picScroll-top .hd .next:after{ position:absolute; top:-77px;left:0; content:''; display:block; width:49px;  height:77px; background-color: rgba(0,0,0,0.4);}



.picScroll-top .bd{ padding:0px; margin-top:10px;   }
.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
.picScroll-top .bd ul li{ text-align:center; zoom:1;background: #fff;  margin-bottom: 20px; }
.picScroll-top .bd ul li .pic{ width:265px; height: 245px; overflow: hidden; }
.picScroll-top .bd ul li .pic img{width: 100%; height: 100%;transition: 0.5s all; }
.picScroll-top .bd ul li .pic a:hover img{transform: scale(1.2);transition: 0.5s all; }
.picScroll-top .bd ul li .title{ width: 220px; margin: 0 auto; padding:10px 15px; font-size: 16px; color: #666;text-overflow: ellipsis;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-wrap:break-word;word-break:break-all; line-height: 22px;text-transform:capitalize;overflow: hidden; }




.weo-page{margin-top:50px; text-align: center;}
.weo-page a{min-width:36px; height:36px; line-height:34px; margin-left:10px; background:#f5f5f5; border-color:#d1d1d1; border-radius:0; font-family:'Microsoft Yahe','Arial'; font-size:15px; color:#474747;}
.weo-page a:hover{border-color:#db261f; color:#db261f;}
.weo-page a.weo-page-on{background:#db261f; border-color:#db261f;}*/

.weo-page{margin-top:30px; font-size:0;}
.weo-page .page-item{
  display: inline-block;
    min-width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 5px;
    /* padding: 0 14px; */
    background: #fff;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: #666;
    text-align: center;
}
.weo-page .page-item .page-link{color: #666;
    border: none;
    padding: 0;
    text-align: center;
    margin: auto;
    background: none;
    width: 100%;
    height: 99%;
    display: inline-block;}
.weo-page .page-item span{color:#fff !important}
.weo-page .page-item:hover{color:#db261f;border-color:#db261f;}
.weo-page .page-item.disabled{color:#999;}
.weo-page .page-item.disabled{background:#db261f; border-color:#db261f; color:#fff;}




/*相册样式*/
.indexBody{ position: fixed; background:rgba(0,0,0,0.9); top:0; width:100vw; left:0; right:0; height:0; overflow:hidden; min-width:1280px;}
.xc-close{ position:absolute; top:50px; right:50px; color:#fff; font-size:20px; cursor:pointer; z-index:99999}


