@charset "utf-8";/* CSS Document *//* common */html {  }html,body { position:relative; height:100%; }* { margin:0; padding:0; list-style:none; }body { font-size:14px; color:#222; font-family: 'Roboto',Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜, Helvetica, Arial, "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ ProN W3", "HiraKakuProN-W3", "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ Pro W3", "Hiragino Kaku Gothic Pro", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", Meiryo, "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", sans-serif; }.float_clear,.clear { clear:both; }.float_left,.left { float:left; }.float_right,.right { float:right; }.display_none { display:none; }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; }.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:#0471f8; }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; color:#0471f8; }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 { background:#fff; height:80px; box-shadow:0 0 10px rgba(0, 0, 0, 0.8); left:0; z-index:1000; width:100%; }#top { width:auto; }#top_logo { float:left; height:80px; width:305px; margin:0 0 0 50px; }#top_tel { float:left; margin:0 0 0 40px; }#top_tel em { line-height:24px; color:#333; font-size:16px; padding:15px 0 0; display:block; }#top_tel span { line-height:24px; color:#333; font-size:16px; display:block; }/* 导航 */#navigation_main { float:right; height:80px; }#navigation { height:80px; }#navigation ul { height:80px; }#navigation ul li { padding-left:1px; height:80px; }#navigation ul li a { width:100px; color:#333; height:100%; }#navigation ul li i { font-size:22px; }#navigation ul li b { font-size:16px; }#navigation ul li a:hover { text-decoration:none; background:#0471f8; }#navigation ul li a:hover i { color:#fff; }#navigation ul li a:hover b { color:#fff; }#navigation ul li.current { background:#0471f8; }#navigation ul li.current b  { color:#fff; }#navigation ul li.current i { color:#fff; }/*通用加载*/.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; }}/*index*/.ititle { line-height:48px; height:48px; border-bottom:2px solid #0471f8; margin:0 0 20px; text-align: center; }.ititle h2 { text-transform:uppercase; font-size:22px; background:#0471f8; border-radius:12px 12px 0 0; color:#fff; display:inline-block; padding:0 20px; height: 48px; }.ititle h2 i { display:inline-block; font-size:26px; }.ititle h2 em { padding:0 10px; font-style:normal; display:inline-block; }.ititle h2 span { display:inline-block; }#iabout { padding:30px 0 50px; width:1000px; margin:0 auto; }#iabout h1,#iabout h2 { font-size:60px; -o-transition:all 2s; -moz-transition:all 2s; -webkit-transition:all 2s; -ms-transition:all 2s; transition:all 2s; }#iabout:hover h1, #iabout:hover h2 { color:#0471f8; }.iabout_content { font-size:30px; color:#0471f8; padding:10px 0; margin:10px 0; background:#fff; border-radius:12px; width:900px; box-shadow:0 0 10px rgba(0,0,0,0.8); }.iabout_body { margin:30px auto 0; width:520px; background:#0471f8; box-shadow:0 0 10px rgba(0,0,0,0.8); border-radius:12px; padding:20px; color:#fff; }.iabout_body img { height:135px; margin:0 15px 0 0; float:left; background:#fff; padding:2px; border-radius:100%; }.iabout_body p { font-size:16px; line-height:24px; text-align:left; }.ibrand { width:1200px; margin:0 auto; }.ibrand  ul { margin:0 -10px; }.ibrand li { float:left; width:25%; height:auto; padding:10px; box-sizing:border-box; }.ibrand li dl { border:1px solid #0471f8; text-align:center; border-radius:8px; box-shadow:0 0 8px rgba(0, 0, 0, 0.7); background:#fff; -o-transition:all .5s; -moz-transition:all .5s; -webkit-transition:all .5s; -ms-transition:all .5s; transition:all .5s; padding:8px; box-sizing:border-box; }.ibrand li dl a { display:block; }.ibrand li dt {  }.ibrand li dt span { width:100%; height:36px; font-size:22px; border-bottom:1px solid #0471f8; -o-transition:all .5s; -moz-transition:all .5s; -webkit-transition:all .5s; -ms-transition:all .5s; transition:all .5s; }.ibrand li dt i { -o-transition:all .5s; -moz-transition:all .5s; -webkit-transition:all .5s; -ms-transition:all .5s; transition:all .5s;  margin:10px; }.ibrand li dt i img { padding:10px 30px; width:100%; box-sizing:border-box; }.ibrand li dd { height:32px; margin:0 40px; background:#0471f8; border-radius:6px; line-height:32px; box-shadow:0 0 5px rgba(0, 0, 0, 0.7); color:#fff; -o-transition:all .5s; -moz-transition:all .5s; -webkit-transition:all .5s; -ms-transition:all .5s; transition:all .5s; }.ibrand li dl:hover { background:#0471f8; }.ibrand li dl a:hover span { color:#fff; border-bottom:1px solid #fff; } .ibrand li dl a:hover dd { background:#fff; color:#0471f8 }.ibrand li dl a:hover dt i  { background:#fff; border-radius:100%; }#ipro { padding:40px 0; width:1200px; margin:0 auto; }#ipro ul { margin:-10px -10px; text-align:center; text-transform:capitalize; }#ipro li { float:left; padding:10px; box-sizing:border-box; width:25%; position:relative; }#ipro li dl { position:relative; box-sizing:border-box; box-shadow:0 0 5px #333; border-radius:100%; }#ipro li dl a { display:block; overflow:hidden; border-radius:100%; }#ipro li dt { }#ipro li dt img { width:100%; height:auto; transition:all 0.6s; -o-transition:all 0.6s; -webkit-transition:all 0.6s; -ms-transition:all 0.6s; -moz-transition:all 0.6s; } #ipro li dd { position:absolute; left:0; bottom:0; width:100%; height:100%; z-index:2; overflow:hidden; transition:all 0.4s; -o-transition:all 0.4s; -webkit-transition:all 0.4s; -ms-transition:all 0.4s; -moz-transition:all 0.4s; border-radius:100%; background:rgba(0,0,0,0.3); line-height:183px; color:#fff; opacity:1; font-size:20px; }#ipro li:hover dt img { -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); }#ipro li:hover dd { opacity:0; bottom:100%; }.iso { width:1200px; margin:0 auto; z-index:10; position:relative; }.iso ul { margin:-5px -10px 0; }.iso li { position:relative; height:166px; width:132.5px; overflow:hidden; margin:0 10px; transform:rotate(120deg); -ms-transform:rotate(120deg); -moz-transform:rotate(120deg); -webkit-transform:rotate(120deg); float:left; }.iso dl { position:relative; height:166px; width:132.5px; overflow:hidden; transform:rotate(-60deg); -ms-transform:rotate(-60deg); -moz-transform:rotate(-60deg); -webkit-transform:rotate(-60deg); }.iso dt { position:relative; overflow:hidden; transform:rotate(-60deg); -ms-transform:rotate(-60deg); -moz-transform:rotate(-60deg); -webkit-transform:rotate(-60deg); }.iso dt img { width:166px; height:166px; }.iso li a { display:block; }.iso dd { font-size:22px; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.3); transform:rotate(-60deg); -ms-transform:rotate(-60deg); -moz-transform:rotate(-60deg); -webkit-transform:rotate(-60deg); text-align:center; vertical-align:middle; text-shadow:1px 1px 5px #000; color:#fff; }.iso li a:hover dd { background:rgba(255,255,255,0.8); color:#000; }.iso li:nth-child(9){ margin:-35px 10px 0 85px; }.iso li:nth-child(10){ margin:-35px 10px 0; }.iso li:nth-child(11){ margin:-35px 10px 0; }.iso li:nth-child(12){ margin:-35px 10px 0; }.iso li:nth-child(13){ margin:-35px 10px 0; }.iso li:nth-child(14){ margin:-35px 10px 0; }.iso li:nth-child(15){ margin:-35px 10px 0; }.iso li:nth-child(16){ margin:-35px 10px 0; }.iso li:nth-child(17){ margin:-35px 10px 0; }.iso li:nth-child(18){ margin:-35px 10px 0; }.iso li:nth-child(19){ margin:-35px 10px 0; }.iso li:nth-child(20){ margin:-35px 10px 0; }.iso li:nth-child(21){ margin:-35px 10px 0; }.iso li:nth-child(22){ margin:-35px 10px 0; }.iso li:nth-child(23){ margin:-35px 10px 0; }.iso li:nth-child(24){ margin:-35px 10px 0 85px; }.iso li:nth-child(25){ margin:-35px 10px 0; }.iso li:nth-child(26){ margin:-35px 10px 0; }.iso li:nth-child(27){ margin:-35px 10px 0; }.iso li:nth-child(28){ margin:-35px 10px 0; }.iso li:nth-child(29){ margin:-35px 10px 0; }.iso li:nth-child(30){ margin:-35px 10px 0; }.isve { padding:40px 0 50px; width:1200px; margin:0 auto; }.isve ul { margin:-15px -10px 0; }.isve h3 { font-size:22px; }.isve li { float:left; width:33.3333334%; padding:70px 10px 10px; box-sizing:border-box; text-align:center; }.isve dl { border:1px solid #ccc; padding:70px 10px 10px; position:relative; -o-transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -ms-transition:all .6s; transition:all .6s; background:#fff; }.isve dl dt { position:absolute; width:110px; height:110px; border:1px solid #ccc; background:#fff; border-radius:100%; box-sizing:border-box; top:-55px; left:50%; margin:0 0 0 -55px; -o-transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -ms-transition:all .6s; transition:all .6s; }.isve dl dt a {display:block; border:4px solid #fff; width:100%; height:100%; border-radius:100%; box-sizing:border-box; overflow:hidden; -o-transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -ms-transition:all .6s; transition:all .6s; }.isve dl dt span,.isve dl dt i { height:100px; width:100px; display:block; line-height:100px; font-size:50px; -o-transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -ms-transition:all .6s; transition:all .6s; }.isve dl:hover dt a { background:#0471f8; }.isve dl:hover dt span { margin:-100px 0 0; transform:rotatey(360deg); -o-transform:rotatey(360deg); -ms-transform:rotatey(360deg); -webkit-transform:rotatey(360deg); -moz-transform:rotatey(360deg); }.isve dl:hover dt i { transform:rotatey(360deg); -o-transform:rotatey(360deg); -ms-transform:rotatey(360deg); -webkit-transform:rotatey(360deg); -moz-transform:rotatey(360deg); color:#fff; }.isve dl:hover dt,.isve dl:hover { border:1px solid #0471f8; }.map { height:400px; width:100%; }.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 { background:#0471f8; color:#fff; }footer a { color:#fff; }		.footer { 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);	padding:30px 0; }.footer .channel_contact { padding:0; margin:0 auto; width:1200px; background:none; box-shadow:0 0 0; }.footer .channel_contact:before { top:30px; background:#0471f8; }.footer .channel_contact:after { top:30px; background:#0471f8; }.footer .channel_contact li a:before { background:#fff; top:11px; right:11px; bottom:12px; left:10px; content:''; z-index:-1; position:absolute; }.law_info { padding:20px 0; font-size:16px; color:#fff; border-top:2px solid #f00; }.law_info i,.law_info a { margin:0 10px; color:#fff; }.footer.fixed { position:fixed; left:0; right:0; bottom:0; z-index:10000; background:rgba(39,64,215,0.9); border:0; padding:12px 0 8px; }.footer.fixed .channel_contact:before,.footer.fixed .channel_contact:after { display:none; }/*cover*/#cover { position:relative; }#cover img { width:100%; -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); }.cover { position:absolute; left:0; top:0; height:100%; width:100%; z-index:1; background:rgba(4,113,248,0.7); color:#fff; }.cover .mflex { position:relative; width:1200px; box-sizing:border-box; text-align:center; text-shadow: 1px 1px 1px #333; }.cover i { font-size:100px; }.cover h2 { font-size:30px; }.cover h3 { font-size:24px; }.cover p { font-size:16px; line-height:26px;  }.common_title  { margin:50px 0 30px; border-bottom:2px solid #0471f8; line-height:42px; padding:0 0 10px; text-align:center; }.common_title h2 { text-transform:uppercase; font-size:32px; letter-spacing:2px; }.common_title h2 i { color:#0471f8; vertical-align:top; font-size:34px; display:inline-block; }.common_title h2 em { font-style:normal; display:inline-block; padding:0 5px; }/*channel_contact*/.channel_contact { height:60px; line-height:60px; position:relative; width:1160px; margin:0 auto; z-index:1; padding:20px; box-shadow:0 0 10px #0471f8; 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); }.channel_contact ul,.channel_contact li { height:100%; }.channel_contact li a { font-size:60px; padding:0; margin:0 15px; cursor:pointer; color:#595d61; position:relative; }.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:50px; right:0; height:1px; background:#0471f8; content:''; position:absolute; }.channel_contact:before { left:0; right:890px; top:50px; height:1px; background:#0471f8; content:''; position:absolute; }/**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:18px; 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:#222; }.searchTable h4 .flex { background:#0471f8; }/*content*/.content { margin:50px auto; width:1200px; position:relative; color:#595d61; }.content h2 { font-size:30px; padding:10px 0; color:#0471f8 }.content h2:first-child { padding:0 0 10px; }.content h3 { font-size:24px; padding:10px 0 5px; color:#0471f8; }.content p { text-indent:2em; padding:0 0 5px; line-height:26px; font-size:16px; }/*品牌*/.brands {  }.brands ul { margin:0 -10px; }.brands li { float:left; width:25%; padding:10px; box-sizing:border-box; }.brands dl { position:relative; box-shadow:0 0 5px #666; background:#fff; }.brands dl a { display:block; position:relative; }.brands dt { position:relative; }.brands dt img { width:100%; padding:10px; box-sizing:border-box; }.brands dd { position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(4,113,248,0.9); color:#fff; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; opacity:0; }.brands dd i { font-size:100px; position:absolute; top:50%; left:0; margin:-50px 0 0 0; display:block; text-align:center; line-height:normal; height:auto; width:100%; size:50px; -o-transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -ms-transition:all .6s; transition:all .6s;  }.brands dl a:hover dd { opacity:1; }.brands dl a:hover dd i { transform:rotate(360deg); -o-transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); }#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:22px; 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 { background:#fff; padding:20px; box-sizing:border-box; box-shadow:0 0 5px #ccc; }#brand hgroup { margin:0 0 30px; }#brand hgroup img { float:left; height:360px; width:360px; padding:20px; border:1px solid #ccc; margin:0 20px 0 0; }/*about*//*Pro*/#products {  }#products hgroup { padding:10px; border:1px solid #ccc; margin:0 0 30px; background:#fff; }#products dl { padding:0 0 20px; border-bottom:1px solid #ccc; height:200px; margin:0 10px 10px; }#products dl a { height:100%; }#products dt { width:200px; height:100%; padding:0 20px 0 0; }#products dt img { width:100%; height:100%; }#products dd { width:calc(100% - 220px); height:100%; }#products dl p { margin:0 0 10px; }#products dl i { font-size:30px; }#products figure { float:left; width:20%; padding:10px; box-sizing:border-box; }#products figure a { border:1px solid #ccc; padding:10px 10px 0; }#products figure img { width:100%; height: 194px; }#products figure figcaption { border-top:1px solid #ccc; height:30px; width:100%; line-height:30px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:16px; }#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:200px; margin:0; }/*products_info*/#products_info { background:#fff; padding:20px; box-sizing:border-box; box-shadow:0 0 5px #ccc; }#products_info img { float:right; margin:0 0 0 30px; max-width:400px; }#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 { margin:0 -10px; }.ss li { float:left; width:20%; position:relative; padding:10px; box-sizing:border-box; }.ss dl { border-radius:100%; width:224px; height:224px; border:8px solid #ccc; box-sizing:border-box; position:relative; overflow:hidden; -o-transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -ms-transition:all .6s; transition:all .6s; }.ss dl a { display:block; position:relative; }.ss dt { position:relative; }.ss dt img { width:100%; border-radius:100%; -o-transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -ms-transition:all .6s; transition:all .6s; }.ss dd { position:absolute; top:100%; right:0; bottom:0; left:0; -webkit-transition:0.6s; -ms-transition:0.6s; -moz-transition:0.6s; -o-transition:0.6s; transition:0.6s; height:0; overflow:hidden; }.ss dd h3 { display:table; width:100%; height:100%; -webkit-transition:0.6s; -ms-transition:0.6s; -moz-transition:0.6s; -o-transition:0.6s; transition:0.6s; vertical-align:middle; line-height:40px; font-size:22px; text-transform:uppercase; text-align:center; color:#fff; padding:0; }.ss dd h3 span { display:table-cell; vertical-align:middle; }.ss dl:hover { background:#0471f8; border:8px solid #0c5cbf; box-shadow:0 0 5px #333 inset; -o-box-shadow:0 0 5px #333 inset; -ms-box-shadow:0 0 5px #333 inset; -webkit-box-shadow:0 0 5px #333 inset; -moz-box-shadow:0 0 5px #333 inset; }.ss dl:hover dd { top:0; height:208px; overflow:auto; }.ss dl:hover dt img { margin:-100% 0 0; transform:rotate(360deg); -o-transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); }/*solutions, detail*/#solutions { background:#fff; padding:20px; box-sizing:border-box; box-shadow:0 0 5px #ccc; }#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:20px; 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:18px; 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:400px; margin:5px 20px 0 0; }#solutions dd.img { margin:5px 0 30px; text-align:center; }#solutions dd.img img { max-width:100%; }/*service*/#service.content { margin:50px auto; }#service ul { margin:0 -10px; }#service li { padding:10px; width:33.333334%; box-sizing:border-box; float:left;  }#service li a { display:block; border:1px solid #ccc; background:#fff; }#service dl { position:relative; }#service dt { font-size:60px; height:90px; line-height:90px; }#service dd.pic { overflow:hidden; }#service dd.pic img { width:100%; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; -ms-transition:all 0.5s ease; }#service dd.name { text-align:center; font-size:24px; }#service dd.aname { text-align:center; font-size:20px; }#service dd.intro { font-size:16px; line-height:26px; padding:10px 15px; }#service li a:hover dd.pic img { transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2); -webkit-transform:scale(1.2); }#services { background:#fff; padding:20px; box-sizing:border-box; box-shadow:0 0 5px #ccc; }/*partner*/#partner ul { margin:-10px -10px 0; text-transform:uppercase; }#partner li { float:left; width:20%; padding:10px; 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:48px; font-size:22px; margin:-24px 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; }#search,#model,#Info { background:#fff; padding:20px; box-sizing:border-box; box-shadow:0 0 5px #ccc; }/*news*/#news { }#news .content {  }#news hgroup { }#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:20px; color:#0471f8; padding:5px 0; display:block; }#news hgroup dl p { font-size:16px; color:#595d61; }#news aside {  }/*Info*/#Info img { display:block; margin:10px auto; width:100%; }#Info h2 {  }#Info h2 i { color:#595d61; 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:20px; background:#f9f9f9; padding:10px; border:1px solid #0471f8; }/**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 fixed center / cover; }.introduction { width:1200px; margin:0 auto; position:relative; padding:30px 20px; z-index:10; background:rgba(255,255,255,0.8); color:#333; box-sizing:border-box; border-radius:22px; box-shadow:0 0 10px #000; }.introduction h3 { font-size:24px; margin:10px 0; }.introduction p { text-indent:2em; line-height:26px; margin:0 0 5px; font-size:16px; }.introduction img { float:left; width:400px; margin:0 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; background:#fff; }.Advantage table { border-collapse:collapse; width:1200px; margin:20px auto 0; text-transform:uppercase; text-align:center; vertical-align:middle; }.Advantage tr th:first-child { width:100px; }.Advantage tr th:nth-child(2) { width:220px; }.Advantage tr th:nth-child(3) { width:220px; }.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:20px; }.Advantage td { padding:10px; border:1px solid #ccc; font-size:16px; }/*contact*/#contact { background:#0471f8; }#contact footer .footer { display:none; }#contact footer .law_info { border-top:2px solid #f00; }.contact { position:relative; width:100%; height:700px; border-top:2px solid #f00; }.contact footer { display:none; }.contact hgroup { height:100%; width:50%; background:url(images/contact_bg.jpg) no-repeat center / cover; 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:40px; box-sizing:border-box; padding:0 20px; background:#fff; border-radius:20px; text-align:center; font-size:20px; 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; }/*响应式开始*/@media screen and (max-width:1600px) {#top_logo { margin:0 0 0 20px; }#top_tel { margin:0 0 0 20px; }}@media screen and (max-width:1500px) {#top_logo { margin:0 0 0 5px; }#top_tel { margin:0 0 0 10px; }#navigation ul li a { width:90px; }}@media screen and (max-width:1400px) {#navigation ul li a { width:86px; }}