﻿@charset "utf-8";

.white { position: relative; overflow: hidden; }
.white:after { content: ""; cursor: pointer; position: absolute; left: -100%; top: 0; width: 100%; height: 100%; background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.white:hover:after { left: 100%; transition: 1s; }
.scale_img dl dt img,.scale_img li img { transition: all 1s linear 0s; }
.scale_img dl:hover dt img,.scale_img li:hover img { transform: scale(1.05) rotate(0deg) translateY(0); }
/*banner*/
.banner { clear: both; position: relative; background: #fff; margin: 0 auto; overflow: hidden; }
.banner .bd { position: relative; z-index: 0; }
.banner .bd li img { width: 100%; vertical-align: top; }
.banner .hd { position: absolute; bottom: 25px; width: 100%; height: 8px; cursor: pointer; z-index: 9; font-size: 0; text-align: center; display: block!important;}
.banner .hd li { display: inline-block; width: 10px; height: 10px; border: 1px solid #ffffff; border-radius: 50%; opacity: 1; box-sizing: border-box; transition: all 0.5s ease; margin: 0 5px; cursor: pointer; }
.banner .hd li.on { background: #007dff; border-color: #007dff; opacity: 1; }
.banner .prev,.banner .next { width: 54px; height: 54px; cursor: pointer; margin-left: 10px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3); background-color: rgba(255,255,255,0.2); top: 46%; left: -100px; position: absolute; z-index: 9; transition: all 0.5s ease; }
.banner .prev:hover,.banner .next:hover { border-color: #fff; }
.banner .next { left: auto; right: -100px; }
.banner:hover .prev { left: 3%; }
.banner:hover .next { right: 3%; }
/*search*/
.search { height: 75px; background: #f5f5f5; overflow: hidden; font-size: 0; }
.search .keyword { font-size: 14px; line-height: 75px; float: left; }
.search .keyword strong { font-weight: bold; color: #3e3e3f; }
.search .keyword a { color: #666; display: inline-block; font-weight: normal; margin-right: 14px; }
.search .keyword a:hover { color: #0066ff; }
.search .search_input { float: right; width: 359px; height: 75px; position: relative; }
.search .search_input:after { position: absolute; content: ""; width: 600%; height: 75px; background: #e2e1e1; left: 0; bottom: 0; }
.search .search_input input[type="text"] { background: none; border: none; outline: none; display: block; box-sizing: border-box; float: left; width: 320px; padding-left: 37px; font-size: 14px; line-height: 75px; color: #666; position: relative; z-index: 2; }
.search .search_input .submit { border: none; outline: none; display: block; float: right; cursor: pointer; font-size: 0; width: 39px; height: 75px; background: url(../images/s_btn.png) no-repeat right center; position: relative; z-index: 2; }
/*title*/
h2.main_title { position: relative; padding-top: 20px; }
h2.main_title{ display: block; text-align: center; line-height: 0; }
h2.main_title i { display: block; font-size: 48px; line-height: 100%; color: #EAEAEA; text-transform: uppercase; width: 100%; position: absolute; left: 0; top: -6px; }
h2.main_title strong { display: inline-block; font-size: 36px; line-height: 100%; color: #333; font-family: "Source Han Serif CN","宋体"; position: relative; }
h2.main_title strong:before { position: absolute; content: ""; width: 20px; height: 14px; left: -26px; bottom: 0; }
h2.main_title strong:after { position: absolute; content: ""; width: 21px; height: 18px;  right: -35px; top: 2px; }
h2.main_title span { display: block; font-weight: normal; font-size: 18px; line-height: 100%; color: #333; margin-top: 22px;}
/*product*/
.product { padding-top:60px; background: url(../images/product_bg.jpg) no-repeat center bottom; padding-bottom: 75px; }
.pro_nav { margin: 42px 0 64px; text-align: center; font-size: 0; }
.pro_nav h3 { display: inline-block; margin: 0 25px; }
.pro_nav h3 a { display: block; font-size: 16px; line-height: 100%; color: #333; font-weight: normal; transition: all 0.5s ease; padding-bottom: 11px; position: relative; }
.pro_nav h3 a:before { position: absolute; content: ""; width: 0; height: 2px; opacity: 0; background: #007dff; left: 0; bottom: 0; transition: all 0.5s ease; }
.pro_nav h3:hover a { color: #007dff; font-weight: bold; }
.pro_nav h3:hover a:before { width: 100%; opacity: 1; }
.pro_list li { width:363px; background: #fff; border-radius: 10px;  overflow: hidden; float: left; margin-right: 55px; margin-bottom: 63px; box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1); transition: all 0.5s ease; }
.pro_list li > a { display: block; line-height: 0; overflow: hidden; border-radius: 10px; }
.pro_list li img { width: 100%; }
.pro_list li h4 { height: 66px; padding-left: 26px; padding-right: 23px; }
.pro_list li h4 strong { display: block; float: left; font-size: 20px; line-height: 66px; color: #333; width: 200px; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.pro_list li h4 span { display: block; float: right; font-size: 14px; line-height: 66px; color: #333; font-weight: normal; }
.pro_list li:hover { background: #0066ff; background: linear-gradient(156deg,#00a8ff,#0066ff); }
.pro_list li:hover h4 strong,.pro_list li:hover h4 span { color: #fff; }
.pro_list li:nth-child(3n) { margin-right: 0; }
.pro_list_nav { text-align: center; position: relative; z-index: 9; margin-top: -11px; font-size: 0; width: 100%; height: 9px; }
.pro_list_nav li { display: inline-block; width: 9px; height: 9px; background: #d2d2d2; border-radius: 50%; transition: all 0.5s ease; margin: 0 5px; cursor: pointer; }
.pro_list_nav li:hover,.pro_list_nav li.on { background: #007dff; }
/*packing*/
.packing { max-width: 1920px; min-width: 1200px; overflow: hidden; width: 100%; padding-top:70px; }
.pack_con { margin-top: 62px; height: 700px; position: relative; }
.pack_list li { width: 100%; height: 700px; line-height: 0; position: relative; }
.pack_list li img { position: absolute; height: 700px; left: 50%; margin-left: -960px; }
.pack_nav { width: 100%; height: 700px; position: absolute; left: 0; top: 0; z-index: 9; background: rgba(0,0,0,0.7); }
.pack_nav li { width: 25%; height: 700px; float: left; text-align: center; box-sizing: border-box; border-right: 1px solid rgba(255,255,255,0.1); padding: 202px 3% 0; transition: all 0.5s ease; position: relative; }
.pack_nav li:after { position: absolute; content: ""; width: 100%; height: 100%; background: linear-gradient(156deg,#00a8ff,#0066ff); opacity: 0; transition: all 0.5s ease; left: 0; top: 0; z-index: -1; }
.pack_nav li img { display: block; width: 85px; height: 98px; margin: 0 auto 0; }
.pack_nav li h3 { font-size: 32px; font-family: "Source Han Serif CN","宋体"; font-weight: bold; color: #ffffff; margin: 62px 0 30px; }
.pack_nav li p { font-size: 18px; line-height: 28px; color: #fff; }
.pack_nav li:hover:after,.pack_nav li.on:after { opacity: 0.5; }
.pack_nav li:last-child { border-right: none; }
/*album*/
.album { padding-top: 95px; padding-bottom: 131px; }
.album h2 { margin-bottom: 54px; }
.album_nav { float: left; width: 309px; margin-bottom: 64px; }
.album_nav h3 { width: 309px; height: 116px; background: #f7f7f7; border: 1px solid #dcdcdc; border-radius: 5px; box-sizing: border-box; margin-bottom: 16px; position: relative; display: table; width: 100%; height: 114px; padding-left: 46px; padding-top: 48px; box-sizing: border-box; transition: all 0.5s ease;}
.album_nav h3:before { position: absolute; content: ""; width: 14px; height: 10px; background: url(../images/album_icon11.png) no-repeat center; left: 11px; bottom: 10px; }
.album_nav h3:after { position: absolute; content: ""; width: 15px; height: 12px; background: url(../images/album_icon.png) no-repeat center; right: 11px; top: 10px; }
.album_nav h3 strong { display: block; font-size: 20px; line-height: 100%; color: #333; }
.album_nav h3 span { display: block; font-size: 18px; line-height: 100%; color: #333; margin-top: 12px; font-weight: normal; opacity: 0; transition: all 0.5s ease; }
.album_nav h3.on,.album_nav h3:hover { background: linear-gradient(156deg,#00a8ff,#0066ff); border-color: transparent;padding-top: 35px;}
.album_nav h3.on strong,.album_nav h3:hover strong,.album_nav h3.on span,.album_nav h3:hover span { color: #fff; }
.album_nav h3.on span,.album_nav h3:hover span { opacity: 1; }
.album_con { float: right; width: 882px; }
.album_con li { float: left; margin-left: 17px; width: 277px; height: 378px; border-radius: 10px; line-height: 0; overflow: hidden; }
.album_con li img { width: 100%; }
.album_con ul:first-child li{width:865px}
.album_list { clear: both; background: url(../images/album_bg.jpg) no-repeat center; height: 191px; padding-top: 74px; box-sizing: border-box; padding-left: 89px; }
.album_list li { float: left; width: 286px; }
.album_list li img { display: block; float: left; width: 56px; margin-right: 20px; padding-top: 2px; }
.album_list li span { display: block; float: left; font-size: 18px; line-height: 28px; color: #fff; }
.album_list li:last-child { width: 240px; }

/*sm_banner*/
.sm_banner { background: url(../images/sm_banner_bg.jpg) no-repeat center; height: 460px; box-sizing: border-box; padding-top: 88px; }
.sm_banner h2 { line-height: 0; margin-bottom: 32px; }
.sm_banner h2 img { display: block; }
.sm_banner h2 span { display: block; width: 417px; height: 51px; background: url(../images/sm_title_bg.png) no-repeat center; text-align: center; margin-top: 22px; }
.sm_banner h2 span i { display: block; background: linear-gradient(156deg,#00a8ff 0%,#0066ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-style: normal; font-size: 24px; line-height: 51px; }
.s_tel { height: 79px; background: url(../images/s_tel.png) no-repeat left center; padding-left: 83px; }
.s_tel span { display: block; font-size: 18px; line-height: 36px; color: #fff; font-weight: bold; }
.s_tel strong { display: block; font-size: 40px; line-height: 100%; color: #fff; }
/*process*/
.process { background: url(../images/process_bg.jpg) no-repeat center top; padding-top: 80px; overflow: hidden; }
.process_con { margin-top: 79px; }
.process_con .pic { line-height: 0; width: 360px; height: 489px; overflow: hidden; float: left; }
.process_nav { width: 322px; height: 489px; float: left; }
.process_nav h3 { height: 98px; padding-left: 41px; background: #fff; transition: all 0.5s ease; box-sizing: border-box; padding-top: 16px; cursor: pointer; }
.process_nav h3 i { display: block; width: 56px; height: 65px; position: relative; overflow: hidden; float: left; margin-right: 21px; }
.process_nav h3 i img:last-child { position: absolute; left: 0; top: 0; z-index: -1; transition: all 0.5s ease; }
.process_nav h3 strong { display: block; font-size: 18px; line-height: 100%; color: #3e3e3f; margin-top: 14px; transition: all 0.5s ease; padding-top:10px}
.process_nav h3 span { display: block; font-size: 14px; line-height: 100%; color: #333; font-weight: normal; margin-top: 12px; transition: all 0.5s ease; }
.process_nav h3:last-child { height: 97px; }
.process_nav h3:hover,.process_nav h3.on { background: #f5f5f5; }
.process_nav h3:hover i img:last-child,.process_nav h3.on i img:last-child { z-index: 2; }
.process_nav h3:hover strong,.process_nav h3.on strong,.process_nav h3:hover span,.process_nav h3.on span { color: #007dff; }
.process_list { width: 518px; height: 489px !important; background: url(../images/process_con_bg.jpg) no-repeat center top; float: left; box-sizing: border-box; }
.process_list li { padding-top: 57px; padding-left: 92px; }
.process_list h3 { margin-bottom: 41px; }
.process_list h3 strong { display: block; font-size: 32px; line-height: 100%; color: #333; }
.process_list h3 span { display: block; font-size: 25px; line-height: 100%; color: #333; font-weight: normal; margin-top: 22px; }
.process_list p span { display: block; font-size: 16px; line-height: 60px; color: #333; transition: all 0.5s ease; float: left; width: 180px; position: relative; padding-left: 30px; box-sizing: border-box; }
.process_list p span:before { position: absolute; content: ""; width: 13px; height: 2px; background: #d2d2d2; left: 0; top: 29px; transition: all 0.5s ease; }
.process_list p span:hover { color: #007dff; }
.process_list p span:hover:before { background: #007dff; }
/*factory*/
.factory { padding-top:72px; padding-bottom:80px; }
.factory h2 b { color: #007dff; font-size: 24px; }
.factory_con { margin-top: 65px; height: 554px; overflow: hidden; position: relative; }
.factory_list { width: 745px; height: 554px; position: absolute; left: 212px; top: 0; }
.factory_list .tempWrap { overflow: visible !important; }
.factory_list .tempWrap div { overflow: visible !important; }
.factory_list li { margin: 0 14px; float: left; width: 745px; }
.factory_list li > a { display: block; width: 745px; height: 486px; border-radius: 10px; line-height: 0; overflow: hidden; }
.factory_list li > a img { width: 100%; height:486px;}
.factory_list li h4 > a { display: block; font-size: 18px; line-height: 28px; color: #333; font-weight: normal; text-align: center; margin-top: 40px; }
.factory_prev,.factory_next { width: 200px; height: 486px; border-radius: 10px; overflow: hidden; position: absolute; left: 0; top: 0; cursor: pointer; }
.factory_prev:after,.factory_next:after { position: absolute; content: ""; width: 100%; height: 100%; background: url(../images/factory_prev.png) no-repeat center rgba(0,0,0,0.7); border-radius: 10px; overflow: hidden; }
.factory_next { left: auto; right: 0; }
.factory_next:after { background-image: url(../images/factory_next.png); }
/*sm_banner1*/
.sm_banner1 { height: 460px; background: url(../images/sm_banner2_bg.jpg) no-repeat center top; box-sizing: border-box; padding-top: 108px; }
.sm_banner1 h2 { margin-bottom: 73px; }
.sm_banner1 h2 strong { display: block; font-size: 48px; line-height: 100%; color: #fff; }
.sm_banner1 h2 span { display: block; font-size: 24px; line-height: 100%; color: #fff; margin-top: 32px; }
.sm_banner1 .s_tel span { font-weight: normal; }
/*news*/
.news { overflow: hidden; padding-top:100px; background: #ffffff; padding-bottom: 96px; }
.news_con { margin-top: 72px; padding-bottom: 111px; }
.news_con h3 { height: 36px; margin-bottom: 38px; }
.news_con h3 a { display: block; }
.news_con h3 strong { display: block; float: left; font-size: 24px; line-height: 36px; color: #333; }
.news_con h3 span { display: block; float: right; width: 112px; height: 36px; background: linear-gradient(156deg,#00a8ff,#0066ff); border-radius: 18px; font-size: 14px; line-height: 36px; color: #fff; text-align: center; font-weight: normal; transition: all 0.5s ease; }
.news_con h3 span:hover { letter-spacing: 1px; }
.news_con dl { width: 582px; float: left; }
.news_con dl dt { width: 582px; height: 374px; line-height: 0; overflow: hidden; }
.news_con dl dt img { width: 100%; }
.news_con dl dd { width: 582px; height: 138px; background: #ffffff; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08); box-sizing: border-box; }
.news_con dl dd a { display: block; padding: 49px 53px 0; }
.news_con dl dd span { display: block; font-size: 16px; line-height: 100%; color: #999; font-weight: bold; }
.news_con dl dd h4 { font-size: 18px; line-height: 46px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.5s ease; }
.news_con dl:hover dd h4 { color: #0066ff; }
.news_list { width:100%; height: 513px; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08); float: right; }
.news_list .hot { padding: 44px 47px 27px; border-bottom: 1px solid #e0e0e0; }
.news_list .hot span { display: block; font-size: 16px; line-height: 100%; color: #999; font-weight: bold; }
.news_list .hot h4 { font-size: 18px; line-height: 46px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.5s ease; }
.news_list .hot p { font-size: 14px; line-height: 26px; color: #999; }
.news_list .hot:hover h4 { color: #0066ff; }
.news_list ul { padding: 28px 47px 0; }
.news_list li { height: 44px; }
.news_list li a { display: block; height: 44px; }
.news_list li span { display: block; float: left; font-size: 16px; line-height: 44px; color: #999; font-weight: bold; margin-right: 40px; transition: all 0.5s ease; }
.news_list li h4 { float: left; width: 350px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; line-height: 44px; color: #333; transition: all 0.5s ease; }
.news_list li:hover span,.news_list li:hover h4 { color: #0066ff; }
.faq { clear: both;}
.faq_nav { height: 36px; margin-bottom: 52px; }
.faq_nav h3 { float: left; margin-right: 50px; }
.faq_nav h3 a { display: block; font-size: 24px; line-height: 36px; color: #333; opacity: 0.2; transition: all 0.5s ease; }
.faq_nav h3.on a,.faq_nav h3:hover a { opacity: 1; }
.faq_nav span { display: block; float: right; }
.faq_nav span a { display: block; width: 112px; height: 36px; background: linear-gradient(156deg,#00a8ff,#0066ff); border-radius: 18px; font-size: 14px; line-height: 36px; color: #fff; text-align: center; font-weight: normal; transition: all 0.5s ease; }
.faq_nav span a:hover { letter-spacing: 1px; }
.faq_con li { width: 322px; float: left; margin-right: 117px; }
.faq_con li h4 { font-size: 18px; line-height: 30px; color: #333; max-height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 27px; transition: all 0.5s ease; }
.faq_con li p { font-size: 14px; line-height: 26px; color: #333; }
.faq_con li:last-child { margin-right: 0; }
.faq_con li:hover h4 { color: #0066ff; }
/*sm_banner2*/
.sm_banner2 { background: url(../images/sm_banner3_bg.jpg) no-repeat center top; height: 369px; padding-top: 140px; box-sizing: border-box; }
.sm_banner2 h2 { float: left; }
.sm_banner2 h2 strong,.sm_banner2 h2 span { display: block; font-size: 36px; line-height: 100%; color: #fff; }
.sm_banner2 h2 span { margin-top: 22px; padding-left: 122px; }
.sm_banner2 .s_tel { float: right; margin-top: 3px; }

.banner-sub{width:100%}
.content{width:1200px; margin:0 auto}
.content .left {
  width: 240px;
  float: left;
  margin-top: 20px;
  margin-bottom: 30px;
}
.content .right {
  width: 930px;
  float: right;
  margin-top: 20px;
  margin-bottom: 30px;
}

/***新闻**/
.content .left .tit {
  text-align: center;
  background: #007dff;
  color: #ffffff;
  font-size: 22px; padding:14px 0;text-transform: capitalize;
}
.content .left .column_ct{padding-bottom:20px}
.content .left .column_ct h3{ background:#f9f9f9; margin-bottom:1px;  border-bottom: 1px solid #eee;}
.content .left .column_ct h3 a{ display:block; line-height:48px; height:48px; text-indent:52px; font-weight:normal; font-size:16px; background:url(../images/jt_init.png) no-repeat 24px center; position:relative;}
.content .left .column_ct h3 a:hover,.content .left .column_ct h3.cur a{ background:url(../images/jt_init.png) no-repeat 24px center #f1f1f1; }
.content .left .column_ct h3 a:hover::before,.content .left .column_ct h3.cur a::before{ width:15px; height:15px; position:absolute; left:24px; top:17px; border-radius:2px; z-index:9; content:''; background:url(../images/jt.png) no-repeat center 1px #007dff;}
.content .left .lxwm{padding:10px 0 0 0;}
.content .left .lxwm h3{ color: #000; font-weight: 700; font-size: 15px;}
.content .left p{line-height:30px; padding-top:5px}
.right_main .list_dl{padding: 12px;margin-top: 20px;background: #fdfdfd;border: 1px solid #ddd; box-shadow: 4px 4px 4px #f1f1f1; position:relative;}
.right_main .list_dl dt{width: 284px;margin-right: 22px; display: inline; float:left;}
.right_main .list_dl dt img{ width: 284px; height:184px; display: block; padding: 2px;background: #ffffff;}
.right_main .list_dl dd{width: 586px;line-height: 26px;float: left;text-align: left;}
.right_main .list_dl dd h4 a{line-height: 32px;font-size: 18px;font-weight: normal;letter-spacing: 1px;display: block;margin-bottom: 5px; white-space: nowrap;width: 100%;    text-decoration: none; text-overflow: ellipsis; overflow:hidden;}
.right_main .list_dl dd h4 strong{display: block;font-size: 15px;font-weight: bold; color:#007dff;}
.right_main .list_dl p{ font-size:14px; color:#999999;}
.right_main .list_dl .date_show{ color:#dadada; display:inline-block; margin-left:12px;}
.right_main .list_dl .hits{ position:absolute; right:40px; bottom:20px; width:auto; color:#999999;}
.right_main .list_dl .ckxq{margin-top:10px; display:block}
.right_main .list_dl .hits img{ width:18px; display:inline-block; vertical-align:text-bottom; margin-right:4px; opacity:0.75;}
.path{width:100%;height:40px; line-height:40px; padding:0px; background:#f4f4f4; border-bottom:2px solid #158EE0;}
.path h2{float:left; font-weight:bold; font-size:16px; background:#158EE0; height:40px; padding:0px 30px; color:#fff;text-transform: capitalize;}
.path span{float:right; padding-right:10px; }
.neir{width:100%; margin:0 auto; padding:25px 0 0 0; font-size:14px; line-height:24px;}
.view-title{font-size:24px; height:50px; line-height:50px; display:block; text-align:center; font-weight: normal;}
.view-date{height:25px; line-height:25px; display:block; text-align:center;}
.view_con {
  width: 100%;
  padding: 15px 0;
  font-size: 14px; line-height:32px;
}
.view_con strong{font-weight:bold}
.view_con img{max-width:100%}
.updown{width:100%; clear:both; margin-top:15px; margin-bottom:15px; height:50px; display:block;}
.updown p {
  line-height: 35px;
}

/*一排3个*/
.right_main .list_p3{ width:32%; float:left; display:inline; margin-right:2%; margin-top:24px; }
.right_main .list_p3 dt{border:1px solid #dedede; overflow:hidden; box-sizing: border-box; }
.right_main .list_p3 img{width:100%; height:204px;  display:block;  margin: 0 auto; }
.right_main .list_p3 dd{ padding:8px; border:1px solid #dedede; border-top:none;}
.right_main .list_p3 dd a{ display:block;  font-size: 16px; text-align:center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:26px; font-weight:bold}
.right_main .list_p3:nth-child(3n){ margin-right: 0 !important;}
/*一排4个*/
.right_main .list_p4{ width:23.5%; float:left; display:inline; margin-right:2%; margin-top:24px; }
.right_main .list_p4 dt{border:1px solid #dedede; overflow:hidden; box-sizing: border-box; }
.right_main .list_p4 img{ max-width:100%;  display:block; margin: 0 auto;}
.right_main .list_p4 dd{ padding:5px; text-align:center}

.right_main .list_p4:nth-child(4n){ margin-right: 0 !important;}