/* CSS Document */
*{ margin:0;padding:0;}
body{background:#fff;}
img{ border:none;}
a{ text-decoration:none;}
a:hover{ text-decoration:underline;}

.top_all{width:1200px; height:140px;margin:0 auto; overflow:hidden;}
.top_logo{width:569px;height:140px; float:left; overflow:hidden;}
.top_logo img{width:100%; height:100%;}

.top_right{ width:375px;height:140px; float:right; overflow:hidden; background:url(/images/tel.png) left center no-repeat;}
.top_right h2{ font-size:16px; font-weight:300; padding-left:90px; line-height:30px; padding-top:30px;}
.top_right h3{ font-size:30px;color:#bd0507; padding-left:90px; line-height:50px;}

/*导航*/
.nav_all{width:100%;height:57px; background:#c20f11; z-index:1000;}
.nav_content{width:1200px; height:57px;margin:0 auto;}

.nav_all *, *:after, *:before{ box-sizing: border-box; }
.nav_content .nav_mobile{ display:none;}
.animenu__toggle{display: none;cursor: pointer;background-color: #1e1010;border: 0;padding:0px;height:3rem;width: 40px;}
.animenu__toggle:hover{background-color: #19beb8;}
.animenu__toggle__bar{display: block;width: 20px;height: 2px;background-color: #fff;-webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);-o-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);}
.animenu__toggle__bar + .animenu__toggle__bar{margin-top: 4px;}
.animenu__toggle--active .animenu__toggle__bar{margin: 0;position: absolute;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1){-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2){opacity: 0;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3){-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

.animenu{display: block;}
.animenu ul{padding: 0;list-style: none;font: 0px '微软雅黑', Arial, Helvetica;}
.animenu li, .animenu a{display: inline-block;font-size: 15px;}
.animenu a{color: #fff;text-decoration: none;}


.animenu__nav{background-color: #c20f11;}
.animenu__nav > li{position: relative;}
.animenu__nav > li > a{padding: 18.5px 46px;text-transform: uppercase;}
.animenu__nav > li:hover{ background:#9e0406;}
.animenu__nav > li > a:first-child:nth-last-child(2):before{content: "";position: absolute;border: 0px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 10px;}
.animenu__nav > li:hover > ul{opacity: 1;visibility: visible;margin: 0;}
.animenu__nav > li:hover > a{color: #fff; background:url(/images/nav_top-2.png) top center repeat-x;}
.animenu__nav > .no{ background:#3838fd;}
.animenu__nav > .no a{ color:#fff;}

.animenu__nav__child{min-width:220px;;position: absolute;top: 100%;left: 0;z-index: 1000;opacity: 0;visibility: hidden;margin: 10px 0 0 0;background-color: #0000fd;transition: margin .15s, opacity .15s;}
.animenu__nav__child > li{width: 100%;border-bottom: 1px solid #3f3ffb;}
.animenu__nav__child > li:first-child > a:after{content: '';position: absolute;height: 0;width: 0;left: 1em;top: -6px;border:6px solid transparent;border-top: 0;border-bottom-color: inherit; }
.animenu__nav__child > li:last-child{border: 0;}
.animenu__nav__child a{padding: 10px;width: 100%;border-color: #0000fd; padding-left:16px;}
.animenu__nav__child a:hover{background-color: #c20f11;border-color: #c20f11;color: #fff;}

/*Bnnaer*/
.banner{ width:100%; height:660px; overflow:hidden;}
.banner .swiper-container {width: 100%; height: 100%;   margin-left: auto;margin-right: auto; }
.banner .swiper-slide {text-align: center; font-size: 18px; background: #fff; overflow:hidden; position:relative;}
.banner .swiper-slide img{ width:auto; height:auto; position:absolute;  left: 50%; margin-left: -960px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:30px;;}
.banner .swiper-pagination-bullet-active{ background:#cc0b0c;}
.banner .swiper-button-next{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; right:40px;}
.banner .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.banner .swiper-button-prev{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; left:40px;}
.banner .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

/*搜索*/
.sosuo_all{ width:100%; background:#f4f4f4; height:60px; overflow:hidden; }
.sosuo_content{ width:1200px; height:60px; overflow:hidden; margin:0 auto;}
.sosuo_left{ width:780px; float:left; height:100%; overflow:hidden; text-align:left; overflow:hidden;}
.sosuo_left h1{ line-height:60px; font-size:16px; color:#575757; font-weight:300; float:left; margin-left:0px;}
.sosuo_left h1 img{width:60px;height:60px; float:left;}
.sosuo_left h1 img{ float:left; margin-right:10px;}
.sosuo_left a{ display:block; float:left; font-size:14px; line-height:62px; padding-left:13px; padding-right:13px; color:#818181; text-decoration:none;}
.sosuo_left a:hover{ text-decoration:underline; color:#c20f11;}
.sosuo_right{ width:520px; height:47px; float:right; }
/*搜索框*/
.sosuo_so{width:330px; height:60px; float:right; overflow:hidden; margin-right:39px;}
.sosuo_so  form	{ padding-top:15px;}
.sosuo_so .keyword		{-webkit-box-flex: 1; width:244px; height:28px;vertical-align: bottom;line-height:28px; overflow:hidden; font-size:12px; border:none; background:#fff; float:left; margin-left:0%; text-indent:5px;  color:#000; border:1px solid #f3f3f3;}
.sosuo_so .search-btn	{ width:79px; height:28px;background:#fff url(../images/so.png) no-repeat scroll top center; float:left; border:none;  cursor:pointer;  border:1px solid #fff; border:1px solid #e61b23; color:#fff; text-align:left; text-indent:35px; line-height:25px;}

/*首页产品展示*/
.cont_sd{width:100%;margin-bottom:46px; overflow:hidden; height:auto; margin-top:72px;}
.cont_sd .cont_cd{width:1200px;margin:0 auto; overflow:hidden; height:auto;}

.cont_sd .cont_cd .prod_sk{width:100%;}
.cont_sd .cont_cd .prod_sk .prod_left_s{float:left;width:236px;margin-right:0px;background:#cc1c27; height:688px; overflow:hidden;}

.cont_sd .cont_cd .prod_sk .prod_left_s .em_1{display:block;width:100%;height:90px;background:#017be3 url(../images/em_1.png) no-repeat center; text-align:center;}
.cont_sd .cont_cd .prod_sk .prod_left_s .em_1 a{ display:block; text-decoration:none; width:100%; height:100%; line-height:90px; font-size:18px; color:#fff; font-style:normal; }

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul{width:202px; height:555px; background:#fff; margin:0 auto;  border-radius:20px; margin-top:20px; overflow:hidden; padding-top:3px;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul .mobile_more{ display:none;}

.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li{ position:relative;  padding-top:0px; list-style:none; width:88%; height:53px; overflow:hidden; line-height:53px;  border-bottom:1px dashed #999999; margin:0 auto; overflow:hidden; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li a{display:block;  font-size:16px;color:#333;position:relative;transition:0.4s ease;-webkit-transition:0.4s ease;-moz-transition:0.4s ease;-o-transition:0.4s ease; text-decoration:none;  line-height:53px; pasdding-top:0px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li a i{ float:left; font-weight:700; font-size:20px; margin-right:5px;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li.li_on a{padding-left:0px; background:url(/images/em_no.png) top center no-repeat; color:#c20f11;}
.cont_sd .cont_cd .prod_sk .prod_left_s .prod_ul li.li_on a i{opacity:1;filter:alpha(opacity:100); color:#c20f11;}

.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d{height:auto; margin-top:0px; text-align:center; padding-top:0px; overflow:hidden; width:100%; padding:0;}
.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d a{ display:block; width:50%; margin:0 auto; height:40px; line-height:40px; font-size:16px; color:#333; text-decoration:none; margin-top:10px;}
.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d a:hover{ text-decoration:underline; color:#c20f11;}
.cont_sd .cont_cd .prod_sk .prod_left_s .hotline_d img{ width:100px; height:100px; margin-top:20px;}

.cont_sd .cont_cd .prod_sk .prod_cont{float:right;width:950px;height:688px;overflow:hidden;position:relative; background:#fffff;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li{position:absolute;left:0;top:0;width:100%;height:100%;display:none;}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul{width:275px; height:320px; overflow:hidden; float:left; border:1px solid #d4d4d4; float:left; text-align:center; background:#fff; margin-left:40px; margin-bottom:44px; transition:0.4s ease;-webkit-transition:0.4s ease;-moz-transition:0.4s ease;-o-transition:0.4s ease;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul:nth-child(1){ margin-left:30px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul:nth-child(4){ margin-left:30px;}

.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul img{width:275px;height:275px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul h2{ width:100%; font-size:15px; height:45px; line-height:45px; color:#555555; border-top:1px solid #d5d5d5; font-weight:300; overflow:hidden; background:#f3f3f3; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; }
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li dl{ width:100%; height:auto; overflow:hidden;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul p{ width:110px;height:38px;  float:left; margin-left:18px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul p a{ color:#fff; font-size:14px; line-height:38px; float:left; padding-left:40px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul p a:hover{ text-decoration:underline;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul .p1{ background:url(/images/s.png) top center no-repeat;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul .p2{ background:url(/images/ss.png) top center no-repeat;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul .p2 a{ padding-left:45px;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul a{ display:block; text-decoration:none}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul:hover{ border:1px solid #e61b23;}
.cont_sd .cont_cd .prod_sk .prod_cont .prod_li ul:hover h2{ border-top:1px solid #e61b23; color:#e61b23;}
/*&#23562;&#40857;&#20975;&#26102;简介*/
.home_about_all{width:100%; height:1160px; background:url(/images/about.jpg) top center no-repeat; overflow:hidden; margin-top:73px;}
.home_about_content{width:1200px; height:548px; overflow:hidden; margin:0 auto; overflow:hidden; margin-top:60px;}
.home_about_content_left{width:590px; height:548px; float:left; overflow:hidden;}
.home_about_content_left h2{font-family:"impact"; color:#fff; font-weight:400; width:100%; line-height:75px; padding-left:5px; display:block; font-size:50px;}
.home_about_content_left h3{ color:#fff; font-weight:300; font-size:30px; line-height:100px; width:100%; height:auto; overflow:hidden;}
.home_about_content_left h3 a{ color:#fff; float:right; text-decoration:none; font-size:16px; }
.home_about_content_left h3 a:hover{ text-decoration:underline;} 
.home_about_content_left p{ font-size:15.5px; color:#fff; line-height:38px; text-indent:2em; text-align:justify; text-justify:inter-ideograph; margin-top:10px;}
.home_about_content_right{ float:right;width:546px; height:546px; border-radius:8%; overflow:hidden;}
.home_about_content_right img{width:100%; height:100%;}

.home_about_style{width:1100px; height:390px; background:#f3f3f3; margin:0 auto; overflow:hidden; margin-top:118px;}
.home_about_style_top{ margin:0 auto; width:1025px;height:127px; margin:0 auto; overflow:hidden; text-align:center; border-bottom:1px solid #cccccc;}
.home_about_style_top h2{ line-height:50px; font-size:24px; padding-top:15px;}
.home_about_style_top h2 a{ color:#cc1c27;}
.home_about_style_top p{ line-height:40px; font-size:20px; color:#d30406;}
.home_about_style_top p a{ color:#0000fd;}
.home_about_style ul{width:1028px; height:201px; overflow:hidden; margin:0 auto; margin-top:29px;}
.home_about_style ul a{ display:block; float:left; width:234px; height:202px; margin-left:30px;}
.home_about_style ul img{width:100%;height:100%;}
.home_about_style ul a:nth-child(1){ margin-left:0px;}

.youshi_product{width:1200px;height:552px;  overflow:hidden;margin:0 auto;  }
.youshi_product_left{ width:560px; height:430px; overflow:hidden; float:left; margin-top:60px;}
.youshi_product_left h2{ width:350px; height:180px; overflow:hidden; background:url(/images/title.png) 32px center no-repeat; line-height:180px; color:#cc1c27; font-weight:800; font-size:28px;}
.youshi_product_left p{ font-size:14px; line-height:35px; color:#707070; text-indent:2em; float:right; width:520px; text-align:justify; text-justify:inter-ideograph; margin-top:10px;}
.youshi_product_right{ width:588px; height:430px; float:right; overflow:hidden; margin-top:60px;}
.youshi_product_right ul{ width:100%; height:auto; overflow:hidden; margin-top:25px;}
.youshi_product_right ul img{ float:left; width:90px;height:auto; margin-right:0px; margin-top:20px;}
.youshi_product_right ul h2{ line-height:55px; font-size:25px; font-weight:300; color:#3838fd; }
.youshi_product_right ul dl{width:482px; height:auto; float:right;}
.youshi_product_right ul p{ font-size:14px; color:#707070; line-height:30px; }
.youshi_product_right ul:first-child{ margin-top:0px;}
 
 
 /*hezuo*/
.home_hezuo_all{width:100%; background:#f3f3f3; height:400px; overflow:hidden; margin-top:60px; }
.home_hezuo_top{width:1200px;height:186px; margin:0 auto; text-align:center; margin-top:20px; margin-bottom:0px;  margin-bottom:15px;}
.home_hezuo_top_top{width:1200px; height:90px; text-align:left; overflow:hidden; }
.home_hezuo_top_top h2{ line-height:90px; color:#3a3a3a; font-size:28px; padding-top:0px; color:#e60215; float:left;}
.home_hezuo_top_top span{  color:#454545; display:block; font-size:20px; font-weight:800; font-family:"朴直正黑简体"; line-height:90px; float:right;}

.home_hezuo_top_bottom{width:1200px; height:80px;}
.home_hezuo_top_bottom p{ color:#454545; text-align:left; line-height:35px; height:80px; float:left; font-size:16px;}
.home_hezuo_top_bottom li{ width:180px; height:45px; background:#e60215; float:right; border-radius:10px; font-size:16px; text-align:center; line-height:45px; list-style:none; margin-top:10px;}
.home_hezuo_top_bottom li a{ color:#fff; text-decoration:none; display:block; font-size:16px;}
.home_hezuo_top_bottom li a:hover{ text-decoration:underline;}

.dowebok { width:1200px; margin:0px auto; font-size: 0; min-height:240px; margin-top:0px; overflow:hidden;}
.dowebok a{ z-index:100;  }
.dowebok img { width:142px; height:142px; margin:0px 30px 0px 0px; border:1px solid #dad9d9; z-index:1;}
.dowebok img:hover{width:142px; height:142px; border:1px solid #ccc; }
.str_wrap{overflow:hidden;//zoom:1;width:1200px; position:relative;-moz-user-select: none;-khtml-user-select: none;user-select: none;white-space:nowrap;}
.str_wrap.str_active{}
.str_move{white-space:nowrap;position:absolute;top:0;left:0;cursor:move;}
.str_move_clone{display:inline-block;//display:inline;//zoom:1;vertical-align:top;position:absolute;left:100%;top:0;}
.str_vertical .str_move_clone{left:0;top:100%;}
.str_down .str_move_clone{left:0;bottom:100%;}
.str_vertical .str_move,
.str_down .str_move{white-space:normal;width:100%;}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{cursor:inherit;}
.str_wrap img{max-width:none !important;}

/*New*/
.new_title{width:1200px;height:135px; margin:0 auto; overflow:hidden; line-height:135px; margin-top:88px; margin-bottom:30px;}
.new_title h2{ width:350px; height:135px; overflow:hidden; background:url(/images/title.png) 78px center no-repeat; line-height:135px; color:#e60215; font-weight:300; font-size:32px; float:left; letter-spacing:.3em;}
.new_title span{ font-size:20px; float:right;}
.new_title span a{ text-decoration:none; color:#454545;}
.new_title span a:hover{ text-decoration:underline;}

.home_new{width:1200px; height:622px;margin:0 auto; margin-top:0px; margin-bottom:15px;}
.home_new_left{width:680px; height:622px; float:left;}

.newtab{ width:100%; height:622px; margin:0px auto; overflow:hidden; }
.newtab .tab{ overflow:hidden;  height:60px; width:100%; padding-left:0px; background:#fff;}
.newtab .tab li{ float:left; list-style:none;}
.newtab .tab li a{ display:block; line-height:60px; padding-right:50px; float:left; text-decoration:none; color:#6f6f6f; font-size:14px;}
.newtab .tab li a strong{ font-weight:300; padding-right:5px; font-size:18px;}
.newtab .tab li a span{ font-size:16px; font-size:20px; margin-right:5px;}
.newtab .tab dd{ float:right; padding-right:10px; font-size:14px;}
.newtab .tab dd a{ padding:0px 0px;  color:#6f6f6f; display:block; line-height:60px; float:left; text-decoration:none; color:#6f6f6f; font-size:14px;}
.newtab .tab dd a:hover{ text-decoration:underline; color:#e60215;}
.newtab .tab a:hover strong{   text-decoration:none; color:#e60215; font-weight:800; }
.newtab .tab .on strong{  text-decoration:none;  color:#cc1c27; font-weight:800;}

.newtab .content_new{ overflow:hidden; padding:0px;}
.newtab .content_new li{ display:none; list-style:none;}

.content_lb{width:100%;  height:200px; background:#fff; overflow:hidden;}
.content_lb img{width:200px; height:200px; float:left; margin-right:15px;}
.content_lb h2{ font-size:16px; height:50px; line-height:50px; color:#333333; margin-top:5px;}
.content_lb h2 span{ float:right; padding-right:10px;}
.content_lb h2 a{ color:#333; text-decoration:none;}
.content_lb h2 a:hover{ text-decoration:underline;}
.content_lb p{ padding-right:5px; font-size:14px; line-height:27px; color:#656565; height:88px; overflow:hidden; margin-top:5px; margin-bottom:5px;}
.content_lb strong{width:140px;height:34px; background:#3838fd; line-height:34px; display:block; float:left; text-align:center; font-weight:300; margin-top:8px;}
.content_lb strong a{color:#fff; text-decoration:none; display:block; font-size:15px;}
.content_lb strong a:hover{ text-decoration:underline;}

.newtab .content_new .content_new_bottom{background:#efefef; height:300px; margin-top:45px;}
.newtab .content_new dd{width:320px; margin:0 auto; height:75px; line-height:35px; float:left; font-size:14px;   margin-left:20px; overflow:hidden; margin-top:20px;}
.newtab .content_new dd a{ text-decoration:none; color:#333; font-size:14px; display:block;}
.newtab .content_new dd a:hover{ text-decoration:underline; color:#e60215;}
.newtab .content_new dd span{ display:block; float:left;  padding-right:5px; color:#929292; line-height:25px;}
.newtab .content_new dd strong{ float:left; color:#0000fd; font-size:18px; line-height:30px; margin-right:10px;}

.home_new_right{width:440px; height:605px; float:right; border:1px solid #f3f3f3;}
.home_new_right_top{width:100%; height:78px; overflow:hidden; background:#fff;}
.home_new_right_top h2{ width:100%;height:78px; line-height:78px; color:#cc1c27; font-size:18px; text-align:left; float:left; margin-left:0px; margin-top:0px;  text-indent:30px;}
.home_new_right_top h2 strong{ color:#6f6f6f; font-weight:300; margin-left:10px;}
.home_new_right_top h2 a{ color:#868686; font-size:14px; text-decoration:none;}
.home_new_right_top h2 a:Hover{ text-decoration:underline;}
.home_new_right_top span{ float:right; padding-right:0px; font-weight:300; margin-right:10px;}
.home_new_right_top span img{ border:none;}

.myscroll { width: 440px; height:520px; margin: 0 auto;  line-height: 26px; font-size: 12px; overflow: hidden;}
.myscroll li { width:92%; margin:0 auto; overflow:hidden; height:144px; margin:0 auto; border-bottom:1px dashed #e7e5e5; list-style:none;}
.myscroll li h3{ width:420px; margin:0 auto; font-size:15px; height:60px; text-indent:40px; line-height:60px; background:url(/images/q.png) left center no-repeat; overflow:hidden; padding-left:0px; color:#333;}
.myscroll li h3 span{ float:right; font-size:14px;}
.myscroll li p { width:420px; margin:0 auto; padding-left:0px; color:#5e5e5e; font-size:14px; overflow:hidden; height:66px; overflow:hidden; line-height:29px;}
.myscroll li p strong{ width:32px; height:160px; background:url(/images/a.png) left 5px no-repeat;  display:block; float:left; margin-right:8px;}
.myscroll a { color: #333; text-decoration: none;}
.myscroll a:hover { color: #e60215; text-decoration: underline;}
.myscroll li:hover{background:#FFF; border-bottom:1px dashed #ccc;}

/*底部通用*/
.footer_all{width:100%; min-height:355px; height:auto; margin:0 auto; background:url(/images/footer_all.jpg) bottom no-repeat; background-attachment: fixed; margin-top:50px;}
.footer_link{ width:1200px;min-height:100px; height:auto; margin:0 auto; overflow:hidden; border-bottom:1px solid #ce6d74; padding-bottom:27px;} 
.footer_link h2{ font-size:16px; color:#ededed; font-weight:300; line-height:60px; padding-top:5px;}
.footer_link a{ font-size:16px; color:#fff; display:block; float:left; padding-left:15px; padding-right:15px; line-height:30px;} 

.footer_bottom{width:1200px;height:226px; margin:0 auto; overflow:hidden;}
.footer_bottom_logo{ width:380px;height:100%; float:left; overflow:hidden;}
.footer_bottom_logo img{width:380px; height:130px; margin-top:40px;}
.footer_bottom_contact{ width:750px; float:right; height:100%; overflow:hidden; padding-top:45px;}
.footer_bottom_contact p{ font-size:14px; color:#e8e8e8; line-height:40px;}
.footer_bottom_contact p a{ color:#e8e8e8;}

.banner_x{ width:100%; height:257px; overflow:hidden;}
.banner_x_mobile{ display:none;}

.mobile_footer{width:100%; height:3.5rem; background:#0178e0; display:none;}

/*内页*/
.tu_lei_main				{ width:1200px; height:auto; overflow:hidden; margin:0 auto; margin-bottom:30px;}
.tu_lei_main_l				{ width:300px; height:auto; float:left; overflow:hidden;} 
.tu_lei_main_l_t1			{ width:100%; height:auto;background:#fff; overflow:hidden; padding:10px 0; margin-bottom:0px;}
.tu_lei_main_l_t1_title		{ width:100%; height:50px; margin:0 10px; padding:0 10px; }
.tu_lei_main_l_t1_title i{float:left; line-height:40px;color:#bd0507; font-size:30px; margin-right:5px;}
.tu_lei_main_l_t1_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t1_title b	{ width:150px; height:50px; float:left; font-size:18px; color:#bd0507; line-height:40px;}

.tu_lei_main_l_t1 .ce .no{ background:#f4f4f4; color:#bd0507;}
.clear{clear:both;}

.ce{display:block;width:100%; height:auto; margin:0 auto; }
.ce li{ list-style:none; }
.ce li i{ font-size:20px; float:left;line-height:20px; margin-right:5px;}
.ce li a{padding: 15px 10px 15px 20px;color:white;display:block;cursor:pointer;background:url(/images/tu.png) no-repeat 10px center; text-decoration:none; color:#3f3f3f; font-size:16px;}

.ce li a:hover{ background:#ededed;  }
.ce li .dqian{background:none;}
.ce li .xz{ background:#ededed; color:#bd0507;}
.ce li .xuanze{ background:#f4f4f4; color:#bd0507;}

.er{ margin-bottom:0px; overflow:hidden; padding-left:8%; }
.er li{ float:left;  padding:0px; border:none; margin-bottom:5px;}
.er li i{ font-size:16px; }
.er li a{display:block; color:white;font-size:14px; padding:5px;}
.er .e_li a{ color:#949494;}
.er li a:hover,.er li .sen_x{  }
.er .e_li a:hover,.er .e_li .sen_x{  }
.er .e_li .xuanle{ color:#bd0507;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:url(/images/more.png) no-repeat 10px center;}
.er .e_li .thr li a:hover{ background:#0075c5 url(/images/more.png) no-repeat 10px center;}
.er .e_li .thr li .xuan{ background:#0075c5 url(/images/more.png) no-repeat 10px center;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:url(/images/more.png) no-repeat 10px center;}
.er .e_li .thr li a:hover{background:#0075c5 url(/images/more.png) no-repeat 10px center;}
.er .e_li .thr li .xuan{ background:#0075c5;}

.tu_lei_main_l_t2			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px;}
.tu_lei_main_l_t2_title		{ width:260px; height:50px; margin:0 10px; padding:0 10px; border-bottom:2px solid #bd0507;}
.tu_lei_main_l_t2_title i{float:left; line-height:40px;color:#3f3f3f; font-size:30px; margin-right:5px;}
.tu_lei_main_l_t2_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t2_title b	{ width:150px; height:50px; float:left; font-size:18px; color:#3f3f3f; line-height:40px;}

.tu_lei_main_l_t2_con		{ width:280px; height:auto; overflow:hidden; margin:0 auto; position:relative;}
#quotation					{width:262px;height:262px;overflow:hidden; margin:10px 9px;}
#quotation li				{ position:relative;}
#quotation li	 a{ text-decoration:none; display:block;}
#quotation li .a-r			{ text-align:center;}
#quotation li img			{ border:1px solid #ededed; width:260px; height:260px;}
#quotation li p				{ display:none;}
#quotation li:hover p		{ display:block; width:100%; height:100%; padding:0px; overflow:hidden; font-size:16px;  color:#fff; background:url(/images/bg.png) repeat; position:absolute; top:0; left:0; z-index:10; text-align:center; line-height:260px;}
#quotation li:hover{background:#url(/images/bg.png) repeat;}

.tu_lei_main_l_t3			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px;}
.tu_lei_main_l_t3_title		{ width:100%; height:auto; margin:0 0px; padding:0 0px;  overflow:hidden;}


.tu_lei_main_l_t3_title img	{ width:100%; height:auto; margin-bottom:10px; }
.tu_lei_main_l_t3_con		{ width:260px; height:auto; overflow:hidden; margin:0 auto;}
.tu_lei_main_l_t3_con p		{ width:100%; height:auto; font-size:14px; line-height:25px; color:#333333; overflow:hidden}
.tu_lei_main_l_t3_con h2	{ width:100%; height:auto; color:#333; line-height:35px; font-size:16px; padding-top:10px; padding-bottom:10px;}
.tu_lei_main_l_t3_con p b	{ width:60px; height:auto; float:left; overflow:hidden;}
.tu_lei_main_l_t3_con p span{ width:180px; height:auto; float:right;}

.index_tumian_r				{ width:870px; height:auto; float:right; background-color:#fff; margin-bottom:20px;}
.index_tumian_r_top			{ width:97%; height:60px; border-bottom:2px solid #f4f4f4; font-size:18px; line-height:60px; color:#2e2e2e; padding-right:3%; overflow:hidden;}
.index_tumian_r_top	i{ font-size:20px; margin-right:5px;color:#bd0507;}
.index_tumian_r_top b		{ float:left; font-weight:normal; font-size:18px; line-height:60px;}
.index_tumian_r_top span i{ font-size:16px; color:#b3b3b3;}
.index_tumian_r_top span	{ float:right; font-size:14px; line-height:60px; color:#666666;}
.index_tumian_r_top span a{ font-size:12px; color:#666666; text-decoration:none;}
.index_tumian_r_top span a:hover{ text-decoration:underline;}
.index_tumian_r_top img		{ width:auto; height:16px; margin-top:23px; margin-left:5px; margin-right:5px;}
.index_tumian_r_top b img	{ width:auto; height:30px; margin-top:13px; margin-left:5px; margin-right:10px; float:left;}

.index_tumian_r_img			{ width:100%; height:auto; overflow:hidden; border-bottom:2px solid #0077d0;}
.index_tumian_r_img ul li	{ width:250px; height:auto; overflow:hidden; margin:15px; float:left; position:relative;}
.index_tumian_r_img ul li .img{ width:246px; height:246px; border:2px solid #ededed; margin-bottom:10px;}
.index_tumian_r_img ul li .img img{ width:246px; height:246px;}
.index_tumian_r_img ul li:hover .img img{ width:110%; height:auto;}
.index_tumian_r_img ul li h3{ width:210px; height:0; overflow:hidden;}
.index_tumian_r_img ul li:hover h3{ width:250px; height:250px; position:absolute; overflow:hidden; top:0; left:0; background:url(/images/bg.png) repeat; font-size:18px; line-height:250px; color:#FFFFFF; font-weight:normal; text-align:center;}
.index_tumian_r_img ul li:hover h3 span{ font-size:20px; color:#FFFFFF;}
.index_tumian_r_img ul li p	{ width:200px; height:40px; overflow:hidden; margin:0 auto; font-size:14px; line-height:20px; color:#333333;}

.neirong{ width:870px; height:auto; min-height:300px; padding-top:0px; padding-bottom:10px; margin:0 auto; overflow:hidden; }
.neirong_title{ width:870px; min-height:50px; height:auto; font-size:26px; font-family:"微软雅黑";color:#3f3f3f; line-height:50px;  text-align:center; margin-bottom:0px; font-weight:700; }
.neirong_time{font-size:12px; font-family:"微软雅黑";color:#999; line-height:40px; word-spacing:8px; letter-spacing:1px; width:100%; height:40px; text-align:center; border-bottom:1px solid #f8f8f8;}
.neirong_con{font-family:"微软雅黑";color:#333;  width:870px; height:auto; margin:0 auto; overflow:hidden; min-height:400px; padding-bottom:15px; padding-top:10px; font-size:16px;}
.neirong_con img{max-width:100%;}

/**/

.images_list{width:266px; height:316px; float:left; background:#fff; margin-top:23px; margin-left:10px; margin-right:12px; border:1px solid #f3f3f3;}
.images_list dd{width:100%; height:266px; overflow:hidden;}
.images_list img{width:100%; height:266px; }
.images_list:hover img{ transform:scale(1.2); transition:1s linear 0.1s;}
.images_list h2{width:100%; height:50px; line-height:50px; font-size:13px; font-weight:400; text-align:center;border-top:1px solid #f3f3f3; overflow:hidden;}
.images_list a{ color:#6e6e6e; text-decoration:none;}
.images_list:hover{ background:#bd0507;}
.images_list:hover a{color:#fff;}

.images_list_2{width:248px; height:265px; float:left; background:#fff; margin-top:25px; margin-left:20px; margin-right:20px; border:1px solid #f3f3f3; margin-top:40px; margin-bottom:0px;}
.images_list_2 dd{width:100%; height:225px; overflow:hidden;}
.images_list_2 img{width:100%; height:225px; }
.images_list_2:hover img{ transform:scale(1.2); transition:1s linear 0.1s;}
.images_list_2 h2{width:100%; height:40px; line-height:40px; font-size:13px; font-weight:400; text-align:center;border-top:1px solid #f3f3f3; overflow:hidden;}
.images_list_2 a{ color:#6e6e6e; text-decoration:none;}
.images_list_2:hover{ background:#bd0507;}
.images_list_2:hover a{color:#fff;}

.images_list_3{width:180px; height:220px; float:left; background:#fff; margin-top:34px; margin-left:17px; margin-right:17px; border:1px solid #f3f3f3; margin-bottom:1px; }
.images_list_3 dd{width:100%; height:180px; overflow:hidden;}
.images_list_3 img{width:100%; height:180px; }
.images_list_3:hover img{ transform:scale(1.2); transition:1s linear 0.1s;}
.images_list_3 h2{width:100%; height:40px; line-height:40px; font-size:13px; font-weight:400; text-align:center;border-top:1px solid #f3f3f3; overflow:hidden;}
.images_list_3 a{ color:#6e6e6e; text-decoration:none;}
.images_list_3:hover{ background:#bd0507;}
.images_list_3:hover a{color:#fff;}

.index_tumian_r_ye{ width:100%; height:auto; overflow:hidden; margin:20px 0 40px; padding:15px 0; text-align:center; font-size:12px; line-height:50px; color:#2e2e2e; border-top:1px dashed #ccc; margin:0 auto; position:relative; top:20px;}
.index_tumian_r_ye a{ color:#2e2e2e; border:1px solid #2e2e2e; padding:10px 20px; margin:0 5px; text-decoration:none; border-radius:12px;}
.index_tumian_r_ye a:hover{ color:#fff; background-color:#3f3f3f; border:1px solid #3f3f3f;}
.index_tumian_r_ye span{ margin:0 5px;}


/*新闻中心*/
.new_list{width:100%; height:200px; background:#fff; float:left; margin:0 auto;  border-bottom:1px solid #eeeeee; }
.new_list dd{width:180px; height:180px; float:left; background:url(/images/no_img.png) no-repeat; margin-top:10px; margin-left:10px; overflow:hidden; margin-right:10px;}
.new_list dd img{width:100%; height:100%;}
.new_list h2{ font-size:18px; padding-top:10px; padding-right:10px; line-height:40px;}
.new_list a{ color:#666; text-decoration:none;}
.new_list p{ font-size:14px; line-height:30px;  min-height:110px; color:#8e8e8e; padding-right:20px; padding-top:10px;}
.new_list span{ font-size:12px; float:right; padding-right:20px; color:#8e8e8e;}
.new_list:hover { background:#f4f4f4;}
.new_list:hover img{transform:scale(1.2); transition:0.3s linear 0.1s;}
.new_list:hover h2{ color:#bd0507;}


.neirong_next1					{font-size:16px; font-family:"微软雅黑";color:#3f3f3f; line-height:20px; width:100%; height:auto; overflow:hidden; border-top:2px solid #ededed; padding-top:20px; }
.neirong_next1 p				{ width:48%; float:left; overflow:hidden;}
.neirong_next1 p.np1			{ text-align:right;}
.neirong_next1 p span			{ margin-left:0px;}
.neirong_next1 p span a			{font-size:14px; font-family:"微软雅黑";color:#333333; line-height:30px; text-decoration:none;}
.neirong_next1 p span a:hover	{ color:#3f3f3f; text-decoration:underline;}

.neirong_new_tui			{ width:100%; height:auto; overflow:hidden; background-color:#FFFFFF; float:right; margin-bottom:10px;}
.neirong_new_tui h2			{ width:100%; height:50px; border-top:2px solid rgb(237, 237, 237); font-size:18px; line-height:50px; color:#6f6f6f; padding:0 0px; font-weight:300;  margin-top:19px;}
.neirong_new_tui h2 i{ float:left; font-size:20px;color:#3f3f3f;}
.neirong_new_tui ul li		{ width:100%; height:30px; overflow:hidden; margin:5px 0px;  background:url(/images/more2.png) left center no-repeat; line-height:30px; font-size:14px; color:#818182; list-style:none;}
.neirong_new_tui ul  a{box-sizing:inherit;}
.neirong_new_tui ul li p.npp1{ width:200px; margin-left:30px; float:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.neirong_new_tui ul li p.npp1:hover{ text-decoration:underline; color:#3f3f3f;}
.neirong_new_tui ul li p.npp2{ width:80px; float:right; text-align:right;}

/*产品内容*/
.product-top{width:100%; height:370px; border-bottom:1px solid #d0d0d0;}

#preview{ float:none; text-align:center; width:360px; float:left;}
.jqzoom{ width:350px; height:350px; position:relative; border:1px solid #eeeeee;}
.jqzoom img{width:100%; height:100%;}
.zoomdiv{ left:859px; height:400px; width:400px;}
.list-h li{ float:left;}
#spec-n5{width:350px; height:56px; padding-top:6px; overflow:hidden;}
#spec-left{ background:url(/css/images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:5px;}
#spec-right{background:url(/css/images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:5px;}
#spec-list{ width:325px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:62px; padding-left:40px;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:50px; height:50px; }

/*jqzoom*/
.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(/css/i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:640px;height:640px; }
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#ccc 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{ position:relative; width:322px; margin-right:6px;}
#spec-list div{ margin-top:0;margin-left:-30px; *margin-left:0;}

.product-top-right{ width:510px; height:400px; overflow:hidden;}

.product-top-right h2{ width:95%; margin:0 auto; text-align:left; padding-top:20px; font-size:16px; color:#939393;text-align:justify; text-justify:inter-ideograph; font-weight:400;}
.product-top-right h3{width:95%;margin:0 auto; height:auto; text-align:left; font-size:20px; padding-top:20px; color:#bd0507; min-height:30px; line-height:30px; border-bottom:1px solid #cecece; padding-bottom:20px;}
.product-top-right h4{width:95%; margin:0 auto; text-align:left; text-align:justify; text-justify:inter-ideograph;  color:#333; line-height:25px; font-size:14px; padding-top:10px; font-weight:400;}
.product-top-right h4 strong{ color:#231e1e;}
.product-top-right h4 dd{ }

.product_content_content{width:100%; min-height:222px; height:auto; overflow:hidden; margin:0 auto;}
.product_content_content h2{width:100%; min-height:50px; height:auto; line-height:50px; font-size:18px; font-weight:300; color:#858585; overflow:hidden; border-bottom:1px solid #d0d0d0;  text-indent:2%;}
.product_content_content h2 span{  color:#05066d; width:100px; text-align:center; color:#858585;}
.product_content_content h2 i{color:#bd0507; padding-right:5px;}

.chanpin_content{ width:100%; height:auto; overflow:hidden; padding-top:10px; padding-bottom:10px; min-height:400px;}
.chanpin_content img{ max-width:100%;}

.xiayiye{width:100%; height:80px; line-height:50px; overflow:hidden; margin-top:20px; border-top:1px solid #dadada; margin-bottom:30px;}
.xiayiye p{width:100%; height:40px; line-height:40px; font-size:16px; color:#333; padding-left:20px; margin-top:5px;}
.xiayiye p a{color:#959595; text-decoration:none; font-size:14px; padding-left:20px;}
.xiayiye p a:hover{ text-decoration:underline; color:#bd0507;}

.ss_no{width:100%; height:auto; text-align:center; font-size:18px; height:200px; line-height:200px;}
.ss_no strong{ color:#c4211a;}

.new_list_ss{width:100%; height:200px; background:#fff; float:left; margin:0 auto;  border-bottom:1px solid #eeeeee; }
.new_list_ss dd{width:180px; height:180px; float:left; background:url(/images/no_img.png) no-repeat; margin-top:10px; margin-left:10px; overflow:hidden; margin-right:10px;}
.new_list_ss dd img{width:100%; height:100%;}
.new_list_ss h2{ font-size:18px; padding-top:10px; padding-right:10px; line-height:40px;}
.new_list_ss a{ color:#666; text-decoration:none;}
.new_list_ss p{ font-size:14px; line-height:30px;  min-height:110px; color:#8e8e8e; padding-right:20px; padding-top:10px;}
.new_list_ss h3{ font-size:14px; float:right; padding-right:20px; color:#8e8e8e; font-weight:400;}
.new_list_ss:hover { background:#f4f4f4;}
.new_list_ss:hover img{transform:scale(1.2); transition:0.3s linear 0.1s;}
.new_list_ss:hover h2{ color:#000348;}
<!--耗时1764698180.2839秒-->