@charset "utf-8";/* CSS Document *//* 通用属性 */html { height:100%; }* { margin:0; padding:0; list-style:none; }body { font-size:14px; color:#222; font-family:Helvetica,STHeiti STXihei,Microsoft JhengHei,Microsoft YaHei,sans-serif; height:100%; }.float_clear { clear:both; }.float_left { float:left; }.float_right { float:right; }.display_none { display:none; }.iconfont{speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;height:auto;-webkit-text-stroke-width:.2px;vertical-align:middle;text-decoration:inherit;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}img { border:0; vertical-align:top; }.red { color:red; }.must_input { font-weight:bold; color:red; }.green { color:green; }.blue { color:blue; }.gray { color:gray; }.purple { color:purple; }.clear { clear:both; }.highlight { color:#FFF; background:red; padding:1px; }/* a */ a { color:#222; text-decoration:none; text-decoration:none; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }a:visited { }a:active, a:hover { text-decoration:none; color:inherit; }a:focus { outline:none; }p { line-height:22px; }h1,h2,h3,h4,h5,h6 { font-weight:normal; letter-spacing:1px; }:focus { outline:0; text-decoration:none; }a:focus {outline:0; text-decoration:none; }span,i,em,big,small,b,strong { font-size:inherit; font-weight:normal; font-style:normal; }.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }input,textarea { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-family:Helvetica,STHeiti STXihei,Microsoft JhengHei,Microsoft YaHei,sans-serif; font-size:14px; }/* 顶部 */header { position:relative; height:112px; }header:before { position:absolute; left:0; right:0; bottom:0; height:50%; content:''; background:#333; z-index:-1; }.header,.logo,.logo a { position:relative; height:100%; }.logo { width:342px; background:#0471f8; margin:0 44px; color:#fff; }.logo:before { position:absolute; left:-44px; top:0; content:''; height:0; width:0; border-bottom:112px solid #0471f8;border-left:44px solid transparent; }.logo:after { position:absolute; right:-44px; top:0; content:''; height:0; width:0; border-top:112px solid #0471f8;border-right:44px solid transparent; }.logo a { box-sizing:border-box; padding:10px 0; margin:0 10px 0 0; width:92px; -o-transition:all 0s; -moz-transition:all 0s; -webkit-transition:all 0s; -ms-transition:all 0s; transition:all 0s; }.logo a img { height:100%; width:100%; }.logo h2 { font-size:24px; letter-spacing:0; line-height:24px; margin:26px 0 0; }.logo h3 { font-size:18px; letter-spacing:3.8px; line-height:22px; }.logo h4 { font-size:14px; letter-spacing:0; line-height:14px; }.top_menu,nav { height:50%; }.top_menu ul,.top_menu li,.top_menu li a,nav ul,nav li,nav li a { height:100%; position:relative; }.top_menu li a { background:#eee; color:#747474; margin:0 0 0 1px; padding:0 14px; }.top_menu li a:hover,.top_menu li a.current { background:#0471f8; color:#fff;  }nav li { margin:0 0 0 40px; }nav li a { display:block; font-size:16px; position:relative; line-height:56px; color:#fff; }nav li a:hover,nav li a.current { color:#0471f8; }nav li a:after { content:""; height:5px; position:absolute; left:0; right:0; top:0; background:#0471f8; display:none; }nav li a:hover:after,nav li a.current:after { display:block; }header#fixed { height:56px; box-shadow:0 0 10px #333; position:fixed; left:0; top:0; right:0; z-index:100; }header#fixed:before { height:100%; background:rgba(51,51,51,0.8); }header#fixed .top_menu { display:none; }header#fixed .logo { width:256px; margin:0 22px; }header#fixed .logo:before { left:-22px; border-bottom:56px solid #0471f8; border-left:22px solid transparent; }header#fixed .logo:after { right:-22px; border-top:56px solid #0471f8; border-right:22px solid transparent; }header#fixed .logo a { padding:5px 0; width:46px; }header#fixed .logo h2 { font-size:20px; line-height:24px; margin:6px 0 0; }header#fixed .logo h3 { font-size:16px; line-height:18px; letter-spacing:2.1px; }header#fixed .logo h4 { display:none; }/*通用加载*/.w1200 { width:1200px; margin:0 auto; }.success { -webkit-animation:fadeIn 01s ease 0.2s 1 both; animation:fadeIn 1s ease 0.2s 1 both; -moz-animation:fadeIn 1s ease 0.2s 1 both; -o-animation:fadeIn 1s ease 0.2s 1 both; -ms-animation:fadeIn 1s ease 0.2s 1 both; }@-webkit-keyframes fadeIn {from { opacity:0; }to { opacity:1; }}@keyframes fadeIn {from { opacity:0; }to { opacity:1; }}.rotate180 { transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); -webkit-transform:rotate(180deg); }/*首页CSS*/.index { }.ititle { border-bottom:1px solid #ccc; }.ititle i { font-size:40px; line-height:40px; padding:30px 0 0; }.ititle span { font-size:30px; }.ititle em { font-size:24px; text-transform:uppercase; padding:0 0 30px; position:relative; }.ititle em:before { position:absolute; left:-10px; bottom:-1px; right:-10px; height:3px; content:''; background:#0471f8; }.imore { padding:0 0 30px; }.imore a { width:240px; height:46px; overflow:hidden; border-radius:30px; text-align:center; font-size:16px; color:#838383;border:1px solid #DFDFDF; position:relative; }.imore a:before { position:absolute; left:0; top:0; bottom:0; width:0; z-index:-1; background:#0471f8; content:''; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }.imore a i { padding:0 0 0 5px; }.imore a:hover { color:#fff; }.imore a:hover:before { width:100%; }#iabout { position:relative; background:url(images/iabout_bg.jpg) no-repeat fixed center / cover; }.iabout { padding:30px 0; width:500px; }.iabout p { line-height:28px; }#iabout .imore a { background:#0471f8; color:#fff; }#ibrand { position:relative; }#ibrand .swiper-container { height:100%; position:relative; overflow:hidden; z-index:1; padding:30px 0; }#ibrand .swiper-wrapper { -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -o-transform:translate(0,0); -ms-transform:translate3d(0,0,0); transform:translate3d(0,0,0); position:relative; width:100%; height:100%; z-index:1; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-transition-property:-webkit-transform; -moz-transition-property:-moz-transform; -o-transition-property:-o-transform; -ms-transition-property:-ms-transform; transition-property:transform; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; }#ibrand .swiper-slide { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; -webkit-flex-shrink:0; -ms-flex:0 0 auto; flex-shrink:0; width:100%; height:100%; position:relative; border:1px solid #ccc; box-sizing:border-box; }#ibrand .swiper-slide a { display:block; padding:10px; }#ibrand .swiper-slide img { width:100%; height:100%; box-sizing:border-box; }#ibrand .swiper-slide p { text-align:center; padding:5px 0 0; line-height:14px; }#ibrand .swiper-button-next { position:absolute; left:0; top:50%; height:60px; font-size:50px; color:#fff; z-index:10; cursor:pointer; background:rgba(0,0,0,0.65); margin:-30px 0 0; width:60px; line-height:60px; }#ibrand .swiper-button-prev { position:absolute; right:0; top:50%; height:60px; font-size:50px; color:#fff; z-index:10; cursor:pointer; background:rgba(0,0,0,0.65); margin:-30px 0 0; width:60px; line-height:60px; }#ibrand .swiper-button-next:hover,#ibrand .swiper-button-prev:hover { background:rgba(15,88,214,.8); }#ibrand .swiper-slide:hover { border:1px solid #0471f8; }#ipro { position:relative }#ipro:before { position:absolute; left:50%; top:-300px; content:''; background:url(images/ipro.png) no-repeat 100% 100%; height:500px; width:446px; margin:0 0 0 -600px; }.ipro { padding:20px 0; }.ipro ul { margin:0 -10px; }.ipro ul li { float:left; width:25%; padding:10px; box-sizing:border-box; }.ipro ul li:nth-child(23) { margin:0 0 0 25%; }.ipro ul li dl { position:relative; width:100%; background:#F8F8F8; border:1px solid #F1F1F1; border-radius:5px; overflow:hidden; box-sizing:border-box; padding:10px; }.ipro ul li dl a { width:100%; height:100%; }.ipro ul li dt { height:100%; width:50%; }.ipro ul li dt img { width:100%; border-radius:100%; }.ipro ul li dd { height:100%; width:50%; font-size:16px; }.ipro ul li dd i { width:40px; height:40px; line-height:40px; text-align:center; font-size:20px; background:#333; color:#fff; border-radius:100%; }.ipro ul li dd b { font-size:16px; padding:10px 0 0; }.ipro .a { padding:20px 0 10px; }.ipro ul li dl:hover { background:none; box-shadow:0 5px 20px #ccc; border-radius:0; }.ipro ul li dl:hover a { color:#0471f8 }.ipro ul li dl:hover dd i { background:#0471f8 }.ipro ul li dl:hover dt img { border-radius:0; }#iso { }.iso { padding:30px 0 0; }#iso .imore { padding:30px 0; }.iso li { float:left; width:10%; }.iso li dl { position:relative; }.iso li dl a { display:block; position:relative; text-align:center; }.iso li dl dt { position:relative; }.iso li dl dt img { width:100%; }.iso li dl dd { -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(255,255,255,0.6); color:#000; }.iso li dl dd i { font-size:60px; }.iso li dl dd b { font-size:16px; }.iso li dl:hover dd { background:rgba(0,0,0,0.6); color:#fff; }#iservice { position:relative; background:url(images/iservice_bg.jpg) no-repeat center / cover; background-attachment:fixed; overflow:hidden; }.iservice { position:relative; z-index:4; padding:30px 0 20px; }.iservice ul { margin:-10px -10px 0; }.iservice li { width:calc(100% / 3); padding:10px; box-sizing:border-box; }.iservice li a { display:block; padding:10px; box-shadow:0 0 10px #333; height:100px; background:rgba(255,255,255,.7)}.iservice li i { height:100%; width:100px; font-size:75px; }.iservice li i img { height:100%; width:100%; border-radius:100%; }.iservice li hgroup { height:100%; width:calc(100% - 100px); }.iservice li h5 { display:block; width:120px; height:32px; line-height:32px; text-align:center; font-size:16px; color:#fff; margin:0 0 5px; background:#0471f8; }.iservice li p { font-size:14px; }#iservice .imore a { background:#0471f8; color:#fff; }.map { width:100%; height:400px; }.iw_poi_title { color:#0471f8; font-size:16px; color:red; overflow:hidden; padding-right:13px; white-space:nowrap; }.iw_poi_content { font-size:14px; overflow:visible; padding-top:4px; white-space:-moz-pre-wrap; word-wrap:break-word; }/*footer*/.footer,footer { padding:30px 0; background: -moz-linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);    background: -webkit-linear-gradient(linear, left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);    background: -webkit-gradient(linear, left, from(#ccc), color-stop(30%, #fff), color-stop(30%, #fff), color-stop(75%, #fff), color-stop(75%, #ccc));    background: -webkit-linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);    background: -webkit-gradient(linear,left, from(#ccc), color-stop(30%, #fff), color-stop(#fff), color-stop(75%, #fff), to(#ccc));    background: linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc); }footer { padding:0; color:#222; }footer a { color:#222; }.law_info { padding:20px 0; font-size:16px; color:#222; border-top:2px solid #0471f8;  }.law_info i,.law_info a { margin:0 10px; color:#222; }/*cover*/#cover { position:relative; height:calc(100% - 112px); }.cover { position:relative; width:1200px; background:rgba(4,113,248,0.6); box-sizing:border-box; padding:20px; text-align:center; color:#fff; }.cover h2 { font-size:30px; text-shadow: 1px 1px 1px #000; }.cover h3 { font-size:24px; text-shadow: 1px 1px 1px #000; }.cover p { font-size:14px; line-height:24px; text-shadow: 1px 1px 1px #000; }/*channel_contact*/.channel_contact { height:60px; margin:0 auto; width:1200px; line-height:60px; position:relative; z-index:1; }.channel_contact ul,.channel_contact li { height:100%; }.channel_contact li a { font-size:60px; padding:0; margin:0 15px; cursor:pointer; color:#595d61; }.channel_contact li a.qq { color:#409EFF; }.channel_contact li a.wx { color:#05cb46 }.channel_contact li a.phone { color:#f60 }.channel_contact li a.mobile { color:red }.channel_contact li a.address { color:#c513bf; }.channel_contact li a.email { color:#ccc62d; }.channel_contact:after { left:890px; top:30px; right:0; height:1px; background:#0471f8; content:''; position:absolute; }.channel_contact:before { left:0; right:890px; top:30px; height:1px; background:#0471f8; content:''; position:absolute; }.channel { position:relative; margin:50px auto; }.left { float:left; width:260px; }.left .title { background:#fff; border:1px solid #e9e9e9; border-top:3px solid #0471f8; padding:10px 0; }.left .title h2 { font-size:30px; }.left .title h3 { font-size:20px; }.left .title h4 { font-size:16px; color:#dfdfdf; text-transform:uppercase; }.left .cate { background:#fff; border:1px solid #e9e9e9; border-top:0; }.left .cate ul { padding:8px; }.left .cate li { padding:8px; }.left .cate li a { display:block; line-height:24px; padding:0 23px; color:#fff; background:#717171; border-radius:5px; }.left .cate li a:hover,.left .cate li a.current { color:#fff; background:#0471f8; }.left .lcontact { margin:60px 0 0; background:#fff; border:1px solid #0471f8; position:relative; }.left .lcontact i { position:relative; height:80px; width:80px; background:#fff; padding:3px; border:1px solid #0471f8; border-radius:100%; box-sizing:border-box; font-size:60px; display:block; text-align:center; line-height:78px; box-shadow:0 0 5px rgba(4,113,248,.5); margin:-40px auto 0; color:#0471f8; }.left .lcontact h1 { color:#0471f8; font-size:22px; font-weight:bold; height:50px; position:relative; border-bottom:1px solid rgba(4,113,248,.5); margin:0 10px; }.left .lcontact h1:before { position:absolute; left:80px; right:80px; bottom:-1px; height:1px; background:#fff; content:''; z-index:1; }.left .lcontact h1:after { position:absolute; left:50%; margin:0 0 0 -3px; bottom:-4px; height:6px; width:6px; border-radius:100%; background:#0471f8; content:''; z-index:2; }.left .lcontact h2 { font-size:15px; line-height:24px; color:#666; padding:12px 10px; }.left .lcontact h3 { line-height:48px; height:48px; background:#0471f8; font-size:20px; color:#fff; }.left .lcontact h3 em { font-size:16px; padding:0 0 0 10px; }.left .lcontact ul { padding:10px; background:#0471f8; position:relative; color:#fff; }.left .lcontact ul:before { position:absolute; left:10px; right:10px; top:0; height:1px; background:#fff; content:''; }.left .lcontact ul li { line-height:22px; height:22px; padding:5px 0; }.left .lcontact ul li b { font-size:18px; padding:0 5px 0 0; }.right { float:right; width:910px; }.right #title { border-bottom:1px solid #ececec; border-top:1px solid #ececec; margin:0 0 20px;  }.right #title .title { height:36px; font-size:14px; padding:0 10px; color:#0471f8; line-height:36px; }.right #title .title a { color:#0471f8; }.right #title .title i { margin:0 5px; font-size:12px; }.right #title .title span { margin:0 5px 0 0; font-size:20px; }.right #title .title a.current_channel { color:#0471f8; }/**searchTable**/form.flex { width:100%; }form.flex ul { margin:0 -10px; }form.flex li { box-sizing:border-box; padding:0 10px; }form.flex li { width:18%; }form.flex ul li:last-child { width:10%; }form.flex label { display:block; height:16px; line-height:16px; font-size:16px; }form.flex li input[type="text"] { border:1px solid #ccc; height:32px; line-height:32px; display:block; width:100%; box-sizing:border-box; padding:0 10px; font-size:16px; text-transform:uppercase; margin:6px 0 0; }form.flex li input[type="submit"] { border:1px solid #ccc; height:54px; line-height:52px; display:block; width:100%;font-size:18px; text-transform:uppercase; cursor:pointer; background:#0471f8; color:#fff; }.searchTable { color:#222; }.searchTable .page_turner { margin:30px 0 0; }.searchTable table { border-collapse:collapse; width:100%; text-transform:uppercase; }.searchTable thead tr { background:#f9f9f9; }.searchTable th { text-align:left; border:1px solid #ccc; border-bottom:2px solid #ccc; font-weight:bold; padding:5px; font-size:16px; }.searchTable tbody tr:nth-child(2n) { background:#f9f9f9; }.searchTable td { padding:5px; border:1px solid #ccc; cursor:pointer; }.searchTable tbody tr:hover { background:#999; }.searchTable tbody tr:hover td { color:#fff; }.searchTable thead tr.title th { text-align:center; color:#0471f8; }.searchTable h4 { margin:30px 0 0; height:40px; }.searchTable h4 a { height:100%; color:#fff; font-size:16px; padding:0 10px; margin:0 10px; }.searchTable h4 .mflex { background:red; }.searchTable h4 .flex { background:#0471f8; }/*content*/.content { }.content h2 { font-size:20px; padding:5px 0; color:#0471f8 }.content h2:first-child { padding:0 0 5px; }.content h3 { font-size:18px; padding:5px 0 3px; color:#0471f8; }.content p { text-indent:2em; padding:0 0 3px; line-height:22px; font-size:14px; }/*品牌*/.bs ul li { float:left; width:20%; }.bs ul li dl { border:1px solid #D6D6D6; text-align:center; box-sizing:border-box; padding:12px; border-left:0; border-top:0; position:relative; }.bs ul li:nth-child(n+11) dl { border-bottom:0; }.bs ul li:nth-child(5n) dl,.bs ul li:nth-child(n+12) dl { border-right:1px solid transparent; }.bs ul li dl a { display:block; }.bs ul li dt img { width:100%; padding:15px; box-sizing:border-box; }.bs ul li dd { position:absolute; left:0; top:0; bottom:0; width:100%; opacity:0; background:rgba(4,113,248,.9); color:#fff; font-size:20px; text-shadow:1px 1px 1px #333;  -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; -o-transform:rotateX(-90deg); -ms-transform:rotateX(-90deg); -moz-transform:rotateX(-90deg); -webkit-transform:rotateX(-90deg); transform:rotateX(-90deg); }.bs ul li dl:hover dd { opacity:1; color:#fff; -o-transform:rotateX(0); -ms-transform:rotateX(0); -moz-transform:rotateX(0); -webkit-transform:rotateX(0); transform:rotateX(0); }#brand { }#brand ol { margin:-15px -15px 0; }#brand ol li { float:left; width:25%; padding:15px; box-sizing:border-box; }#brand ol dl { position:relative; text-align:center; -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; border:1px solid #ccc; z-index:5; }#brand ol li dl:hover { border-color:#0471f8; }#brand ol dl:before { position:absolute; top:8px; left:8px; height:8px; width:8px; background:#0471f8; border-radius:100%; content:""; z-index:6; } #brand ol dl:after { position:absolute; top:8px; right:8px; height:8px; width:8px; background:#0471f8; border-radius:100%; content:""; z-index:6; } #brand ol dl a { display:block; overflow:hidden; z-index:5; position:relative; }#brand ol dl a:before { position:absolute; bottom:8px; left:8px; height:8px; width:8px; background:#0471f8; border-radius:100%; content:""; z-index:6; } #brand ol dl a:after { position:absolute; bottom:8px; right:8px; height:8px; width:8px; background:#0471f8; border-radius:100%; content:""; z-index:6; } #brand ol dt { position:relative; z-index:5; }#brand ol dt img { width:100%; padding:20px; box-sizing:border-box; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }#brand ol dt:before { background:rgba(255,255,255,0.3); height:100%; width:100%; top:100%; left:-100%; z-index:7; content:""; position:absolute; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }#brand ol dt:after { background:rgba(255,255,255,0.3); height:100%; width:100%; bottom:100%; right:-100%; z-index:7; content:""; position:absolute; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }#brand ol li a:hover dt:before { top:0; left:0; }#brand ol li a:hover dt:after { bottom:0; right:0; }#brand ol li dd { position:absolute; bottom:-36px; left:0; width:100%; line-height:36px; font-size:20px; text-align:center; color:#fff; text-shadow:0 0 1px #000; z-index:5; background:#0471f8; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }#brand ol li a:hover dd { bottom:0; }#brand hgroup { margin:0 0 30px; }#brand hgroup img { float:left; height:200px; width:200px; padding:20px; border:1px solid #ccc; margin:0 20px 0 0; }/*Pro*/#products hgroup { padding:10px; border:1px solid #ccc; margin:0 0 20px; }#products dl { padding:0 0 20px; border-bottom:1px solid #ccc; height:150px; margin:0 10px 10px; }#products dl a { height:100%; }#products dt { width:150px; height:100%; padding:0 20px 0 0; }#products dt img { width:100%; height:100%; }#products dd { width:calc(100% - 170px); height:100%; }#products dl p { margin:0 0 10px; }#products dl i { font-size:30px; float:left; }#products figure { float:left; width:20%; padding:10px; box-sizing:border-box; }#products figure a { border:1px solid #ccc; padding:5px 5px 0; }#products figure img { width:100%; height:145px; }#products figure figcaption { border-top:1px solid #ccc; height:24px; width:100%; line-height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:14px; }#products hgroup:hover { box-shadow:0 0 10px #0471f8; border-color:#0471f8; }#products figure a:hover { border-color:#0471f8; }#products figure a:hover figcaption { border-color:#0471f8; }#products hgroup.pd { padding:20px; }#products hgroup.pd dl { padding:0; border:0; height:150px; margin:0; }/*products_info*/#products_info img { margin:0 auto 20px; max-width:100%x; display:block; }#products_info table { border-collapse:collapse; width:100%; text-transform:uppercase; margin:0 0 10px; background:#fff; }#products_info table td { padding:10px; border:1px solid #ccc; font-size:18px; text-align:center; }/*solution, catalog*/.ss ul { }.ss ul li { float:left; width:20%; }.ss ul li dl { border:1px solid #ccc; text-align:center; border-left:0; border-top:0; position:relative; }.ss ul li:nth-child(5n) dl { border-right:1px solid #fff; }.ss ul li:nth-child(26) dl,.ss ul li:nth-child(27) dl,.ss ul li:nth-child(28) dl,.ss ul li:nth-child(29) dl,.ss ul li:nth-child(30) dl { border-bottom:1px solid #fff; }.ss ul li dl a { display:block; height:181px; }.ss ul li dt { height:100%; font-size:70px; color:#0471f8; }.ss ul li dd { position:absolute; top:0; bottom:0; right:0; width:100%; opacity:0; background:rgba(4,113,248,.9); color:#fff; font-size:20px; text-shadow:1px 1px 1px #333;  -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; -o-transform:rotateY(-90deg); -ms-transform:rotateY(-90deg); -moz-transform:rotateY(-90deg); -webkit-transform:rotateY(-90deg); transform:rotateY(-90deg); }.ss ul li dl:hover dd { opacity:1; color:#fff; -o-transform:rotateY(0); -ms-transform:rotateY(0); -moz-transform:rotateY(0); -webkit-transform:rotateY(0); transform:rotateY(0); }/*solutions, detail*/#solutions {  }#solutions hgroup { padding:30px 0 0; border-top:1px solid #ccc; margin:30px 0 0; }#solutions hgroup h2 { padding:0 }#solutions dl { border-bottom:1px solid #ccc; }#solutions hgroup dl:last-child { border:0; }#solutions dt { font-size:16px; padding:10px 0 5px; color:#0471f8; }#solutions dl.close dd.intro,#solutions dl.close dd.up { display:none; }#solutions dl.open dd.sintro,#solutions dl.open dd.down { display:none; }#solutions dd.flex { position:relative; padding:20px 0 30px; font-size:16px; color:#0471f8; cursor:pointer; }#solutions dd.flex i { font-size:22px; padding:0 10px 0 0; -webkit-animation-duration:1.3s; animation-duration:1.3s; -o-animation-duration:1.3s; -ms-animation-duration:1.3s; -moz-animation-duration:1.2s; -webkit-animation-fill-mode:both; -o-animation-fill-mode:both; -ms-animation-fill-mode:both; -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; -o-animation-iteration-count:infinite; -moz-animation-iteration-count:infinite; -ms-animation-iteration-count:infinite; animation-timing-function:linear; -moz-animation-timing-function:linear; -o-animation-timing-function:linear; -webkit-animation-timing-function:linear; -ms-animation-timing-function:linear;  }#solutions dd.down.flex i { -moz-animation-fill-mode:UPDOWN; -webkit-animation-name:UPDOWN; animation-name:UPDOWN; -o-animation-name:UPDOWN; -ms-animation-name:UPDOWN; }#solutions dd.up.flex i { -moz-animation-fill-mode:DOWNUP; -webkit-animation-name:DOWNUP; animation-name:DOWNUP; -o-animation-name:DOWNUP; -ms-animation-name:DOWNUP; }@-webkit-keyframes UPDOWN {0% { transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); -o-transform:translateY(-100%); -ms-transform:translateY(-100%); opacity:1; }100% { transform:translateY(100%); -webkit-transform:translateY(100%); -moz-transform:translateY(100%); -o-transform:translateY(100%); -ms-transform:translateY(100%); opacity:0; }}@keyframes UPDOWN { 0% { transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); -o-transform:translateY(-100%); -ms-transform:translateY(-100%); opacity:1; }100% { transform:translateY(100%); -webkit-transform:translateY(100%); -moz-transform:translateY(100%); -o-transform:translateY(100%); -ms-transform:translateY(100%); opacity:0; }}@-webkit-keyframes DOWNUP {0% { transform:translateY(100%); -webkit-transform:translateY(100%); -moz-transform:translateY(100%); -o-transform:translateY(100%); -ms-transform:translateY(100%); opacity:1; }100% { transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); -o-transform:translateY(-100%); -ms-transform:translateY(-100%); opacity:0; }}@keyframes DOWNUP { 0% { transform:translateY(100%); -webkit-transform:translateY(100%); -moz-transform:translateY(100%); -o-transform:translateY(100%); -ms-transform:translateY(100%); opacity:1; }100% { transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); -o-transform:translateY(-100%); -ms-transform:translateY(-100%); opacity:0;}}#solutions dd.intro {  }#solutions dd.intro img { float:left; max-width:300px; margin:5px 20px 0 0; }#solutions dd.img { margin:5px 0 30px; text-align:center; }#solutions dd.img img { max-width:100%; }/*service*/#service { }#service ul { margin:0 -10px; }#service li { padding:0 10px 20px; box-sizing:border-box; width:33.3333334%; }#service dl { border:1px solid #ececec; padding:10px; background:#fff; }#service dl a { display:block; }#service dt { font-size:60px; color:#666; }#service dd h2 { font-size:18px; }#service dd p { margin:5px 0 10px; }#service dd h3 { padding:5px 10px; background:#0471f8; border-radius:5px; color:#fff; font-size:16px; }#service dl:hover { border:1px solid #0471f8; }#service dl:hover dt { color:#0471f8; }#service dl:hover dd h3 { background:#0471f8; }#serviced {  }/*partner*/#partner ul { margin:0 -10px; text-transform:uppercase; }#partner li { float:left; width:20%; padding:0 10px 20px; box-sizing:border-box; }#partner dl { position:relative; border:1px solid #ccc; padding:5px; text-align:center; -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; cursor:pointer; background:#fff; }#partner li:hover dl { border-color:#0471f8; }#partner dt img { width:100%; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }#partner li:hover dt img { -webkit-filter:grayscale(1); -moz-filter:grayscale(1); -ms-filter:grayscale(1); -o-filter: grayscale(1); filter:grayscale(1); filter:gray; -webkit-filter:gray; -ms-filter:gray; -o-filter:gray; -webkit-transform:translateZ(0); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; transform:rotatey(360deg); -o-transform:rotatey(360deg); -ms-transform:rotatey(360deg); -webkit-transform:rotatey(360deg); -moz-transform:rotatey(360deg); }#partner dd { position:absolute; top:50%; left:0; width:100%; background:#0471f8; line-height:36px; font-size:16px; margin:-18px 0 0; content: ''; -webkit-transform:translate3d(0,80px,0); transform: translate3d(0,80px,0); opacity:0; -webkit-transition:opacity 0.35s,-webkit-transform 0.35s; transition:opacity 0.35s,transform 0.35s; -o-transition:opacity 0.35s,-o-transform 0.35s; -ms-transition:opacity 0.35s,-ms-transform 0.35s; -moz-transition:opacity 0.35s,-moz-transform 0.35s; }#partner dl:hover dd { opacity:1; -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); color:#fff; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }/*news*/#news { }#news .content {  }#news hgroup dl { margin:0 0 30px; box-sizing:border-box; padding:20px; border:1px solid #ccc; background:#fff; }#news hgroup dl dt { font-size:16px; color:#595d61; }#news hgroup dl a { font-size:18px; color:#0471f8; padding:5px 0; display:block; }#news hgroup dl p { font-size:14px; color:#595d61; }#news aside {  }/*Info*/#Info img { display:block; margin:10px auto; width:100%; }#Info h2 {  }#Info h2 i { color:#0471f8; font-size:16px; font-weight:bold; display:inline-block; float:right; }/**型号查询**/#search h3 { padding:20px 0 10px; }.modelTable {  }.modelTable table { border-collapse:collapse; width:100%; text-transform:uppercase; }.modelTable thead tr { background:#f9f9f9; }.modelTable th { text-align:left; border:1px solid #ccc; font-weight:bold; padding:5px; font-size:16px; }.modelTable td { padding:5px; border:1px solid #ccc; }.modelTable tbody.picture { height:300px; text-align:center; }.modelTable tbody.picture tr { height:100%; }.modelTable tbody.picture tr td { height:100%; width:50%; }.modelTable tbody.picture tr td img { max-height:100%; max-width:100%; }.modelTable tbody tr.info td { padding:15px; }.modelTable tbody tr td h3 { line-height:30px; height:30px; padding:0; }.modelTable tbody tr td p { text-indent:0; }.modelTable tbody tr td a { font-size:16px; color:#fff; background:#0471f8; padding:10px 0; }/**about**/#about h2 { text-transform:uppercase; text-align:center; font-size:32px; }#about h2 i { display:inline-block; color:#0471f8; font-size:36px; }#about h2 em { font-style:normal; display:inline-block; padding:0 10px; }#about h2 span { color:#666; }#introduction { padding:50px 0; background:url(images/about_bg.jpg) no-repeat center / cover; }.introduction { width:1200px; margin:0 auto; position:relative; padding:20px; z-index:10; background:rgba(0,0,0,0.4); color:#fff; box-sizing:border-box; box-shadow:0 0 10px #fff; }.introduction h3 { font-size:24px; margin:10px 0; }.introduction p { text-indent:2em; line-height:22px; margin:0 0 5px; font-size:14px; word-break: break-all; }.introduction img { float:left; width:350px; margin:10px 20px 0 0; }.team { padding:50px 0; }.team ul { width:1230px; margin:10px auto 0; }.team li { float:left; width:33.3333334%; padding:0 15px; box-sizing:border-box; }.team dl { padding:0 0 20px; position:relative; text-align:center; border:10px solid #ccc; cursor:pointer; }.team dl dt { font-size:80px; }.team dl dd.d1 { font-size:24px; margin:0 0 5px; }.team dl dd { font-size:16px; }.team dl:hover { color:#0471f8; border:10px solid #0471f8; }.culture { padding:50px 0 35px; background: -moz-linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);    background: -webkit-linear-gradient(linear, left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);    background: -webkit-gradient(linear, left, from(#ccc), color-stop(30%, #fff), color-stop(30%, #fff), color-stop(75%, #fff), color-stop(75%, #ccc));    background: -webkit-linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);    background: -webkit-gradient(linear,left, from(#ccc), color-stop(30%, #fff), color-stop(#fff), color-stop(75%, #fff), to(#ccc));    background: linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc); }.culture ul { width:1230px; margin:10px auto 0; }.culture li { float:left; width:33.3333334%; padding:15px; box-sizing:border-box; }.culture dl { box-shadow:0 0 3px #666; position:relative; text-align:center; background:#fff; }.culture dt { padding:20px 0 0; }.culture dt span { width:70px; height:70px; line-height:70px; margin:0 auto; font-size:40px; background:#0471f8; border-radius:100%; display:block; color:#fff; -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }.culture dd { font-size:20px; padding:5px 0; -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }.culture p { font-size:16px; padding:0 0 15px; -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }.culture dl a { display:block; z-index:1; position:relative; }.culture dl a:before { background:#222; bottom:0; content:""; height:0; left:0; position:absolute; right:0; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease 0s; width:100%; z-index: -1; }.culture dl a:after { background:#0471f8; bottom:0; content:""; height:0; left:0; position:absolute; right:0; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease 0s; width:100%; z-index:-1; }.culture dl a:hover:before { height:100%; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; top:0; }.culture dl a:hover:after { height:100%; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; -webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -o-transition-delay:0.2s; -ms-transition-delay:0.2s; transition-delay:0.2s; top:0;  }.culture dl a:hover dt span { transform:rotatey(360deg); -o-transform:rotatey(360deg); -moz-transform:rotatey(360deg); -webkit-transform:rotatey(360deg); -ms-transform:rotatey(360deg); -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; background:#fff; color:#0471f8; }.culture dl a:hover dd { color:#fff; }.culture dl a:hover p { color:#fff; }.Advantage { padding:50px 0; }.Advantage table { border-collapse:collapse; width:1200px; margin:20px auto 0; text-transform:uppercase; text-align:center; vertical-align:middle; background:#fff; }.Advantage tr th:first-child { width:100px; }.Advantage tr th:nth-child(2) { width:260px; }.Advantage tr th:nth-child(3) { width:260px; }.Advantage tr th:nth-child(4) { width:300px; }.Advantage tr th:last-child {  }.Advantage th { background:#f9f9f9; border:1px solid #ccc; border-bottom:2px solid #ccc; font-weight:bold; padding:15px 10px; font-size:16px; }.Advantage td { padding:10px; border:1px solid #ccc; font-size:14px; }/*contact*/#contact footer .footer { display:none; }#contact footer .law_info { border-top:2px solid #f00; }.contact { position:relative; width:100%; height:700px; background:#0471f8; border-top:2px solid #f00; }.contact footer { display:none; }.contact hgroup { height:100%; width:50%; color:#fff; }.contact hgroup h2 { font-size:44px; }.contact hgroup h3 { font-size:30px; }.contact hgroup ul { height:120px; padding:15px 0; }.contact hgroup li { height:100%; padding:0 15px; }.contact hgroup li a { border:5px solid #fff; border-radius:100%; height:100%; width:120px; box-sizing:border-box; font-size:70px; color:#fff; }.contact hgroup li a img { max-height:75px; max-width:75px; }.contact hgroup p { font-size:16px; line-height:26px; }.contact hgroup p a { color:#fff; }.contact .map { width:50%; height:100%; }/*page_turner*/.page_turner { }.page_turner a { margin:0 5px; line-height:30px; box-sizing:border-box; padding:0 10px; background:#fff; border-radius:20px; text-align:center; font-size:14px; border:1px solid #ccc; }.page_turner a.previous,.page_turner a.next { width:auto; padding:0 20px; border-radius:20px; }.page_turner a:hover, .page_turner a.current { background:#0471f8; color:#fff; box-shadow:0 0 2px #333; border-color:#0471f8; }