@charset "utf-8";/* CSS Document *//* common */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:#212B5A; }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:#212B5A; }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: 'Roboto',å¾®è½¯é›…é»‘, Helvetica, Arial, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "HiraKakuProN-W3", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif; font-size:14px; }/* header */.w1200 { width:1200px; margin:0 auto; position:relative; }header { position:relative; }.top_menu { height:32px; background:#ccc; }.top_menu .w1200 { height:100%; }.top_menu .lflex { height:100%; }.top_menu .lflex a { height:100%; margin:0 0 0 20px; }.top_main.w1200 { height:80px; padding:20px 0; }.h_logo { height:100%; }.h_logo a,.h_logo a img { height:100%; }.h_name { height:100%; padding:0 0 0 10px; }.h_name h2 { font-size:32px; height:32px; line-height:32px; color:#212B5A; }.h_name h3 { font-size:32px; height:32px; line-height:32px; padding:10px 0 0; color:red; font-weight:bold; }.h_sname { height:100%; color:red; font-size:30px; padding:0 0 0 20px; }.h_contact { height:100%; }.h_contact p { font-size:18px; line-height:26px; }.h_contact p i { color:red; font-size:22px; padding:0 5px 0 0; }nav { height:56px; background:#212B5A; border-bottom:1px solid #494a4f; border-top:1px solid #5d5c62; }nav ul { height:100%; }nav ul li { height:100%; width:10%; position:relative; }nav ul li a { height:100%; color:#fff; font-size:18px; }nav ul li a:hover,nav ul li.current a { color:#212B5A; background:#fff; }nav ul li:before { position:absolute; left:0; bottom:0; width:0; height:3px; background:red; content:''; z-index:1; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }nav ul li:hover:before,nav ul li.current:before { width:100%; }/*通用加载*/.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 h2 { line-height:47px; text-transform:uppercase; text-align:center; font-size:32px; }.ititle h2 i { display:inline-block; color:#212B5A; font-size:32px; }.ititle h2 em { padding:0 10px; font-style:normal; display:inline-block; }.ititle h2 span { display:inline-block; }#iabout { margin:50px 0; }#iabout img { display:block; margin:20px auto; height:120px; }.iabout { width:1200px; margin:0 auto; padding:10px; box-shadow:0 0 5px #333; box-sizing:border-box; }.iabout p { font-size:16px; margin:5px 0; text-indent:2em; line-height:26px; }#ibrand { padding:50px 0; background:url(images/ipro_bg.jpg) no-repeat fixed center; background-size:100% auto; }.ibrand { width:1220px; margin:0 auto; }.ibrand h2 { color:#fff; text-shadow:1px 2px 2px rgba(0,0,0,0.8); }.ibrand h2 i { color:#fff; }.ibrand ul { margin:10px 0 0; }.ibrand li { float:left; width:25%; padding:10px; box-sizing:border-box; }.ibrand dl { position:relative; padding:10px; 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; border-radius:100%; box-shadow:0 0 5px #333; }.ibrand dl a { display:block; overflow:hidden; }.ibrand dt img { width:100%; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; border-radius:100%; }.ibrand 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); }.ibrand dd { position:absolute; top:50%; left:0; width:100%; background:#212B5A; 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; }.ibrand 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; }#ipro { padding:50px 0; }#ipro ul { width:1220px; margin:10px auto 0; 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; }#ipro li dl a { display:block; overflow:hidden; }#ipro li dt { opacity:1; transition:all 0.6s; -o-transition:all 0.6s; -webkit-transition:all 0.6s; -ms-transition:all 0.6s; -moz-transition:all 0.6s; z-index:3;}#ipro li dt img { width:100%; height:auto; box-shadow:0 0 10px #333; 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:50%; top:50%; width:0; height:0; 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%; }#ipro li:hover dt { transition:all 0.6s; -o-transition:all 0.6s; -webkit-transition:all 0.6s; -ms-transition:all 0.6s; -moz-transition:all 0.6s; z-index:1; -moz-transform:rotate3d(1,1,1,360deg); -webkit-transform:rotate3d(1,1,1,360deg); -ms-transform:rotate3d(1,1,1,360deg); -o-transform:rotate3d(1,1,1,360deg); transform:rotate3d(1,1,1,360deg); }#ipro li:hover dt img { filter: grayscale(1); -webkit-filter:grayscale(1); -webkit-transform:translateZ(0); -ms-filter:grayscale(1); -o-filter:grayscale(1); -ms-transform:translateZ(0); filter:gray; transition:all 0.6s; -o-transition:all 0.6s; -webkit-transition:all 0.6s; -ms-transition:all 0.6s; -moz-transition:all 0.6s; opacity:0.4; }#ipro li:hover dd { left:0; top:0; width:100%; height:100%; transition:all 0.6s; -o-transition:all 0.6s; -webkit-transition:all 0.6s; -ms-transition:all 0.6s; -moz-transition:all 0.6s;border-radius:0; }#ipro li dd h3 { position:absolute; width:100%; left:0; top:50%; padding:5px 0; transition:all 0.4s; -o-transition:all 0.4s; -webkit-transition:all 0.4s; -ms-transition:all 0.4s; -moz-transition:all 0.4s; margin:-16px 0 0; }#ipro li:hover h3 { background:#212B5A; color:#fff; font-size:22px; }#iso { padding:50px 0; background:url(images/iso_bg.jpg) no-repeat fixed center; background-size:100% auto; }.iso { width:1220px; margin:0 auto; z-index:10; position:relative; }.iso h2 { color:#fff; text-shadow:1px 2px 2px rgba(0,0,0,0.8); }.iso h2 i { color:#fff; }.iso ul { margin:10px 0 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 { 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 dd h3 { display:table; width:100%; height:100%; transition:all 0.6s ease 0s; vertical-align:middle; font-size:22px; text-align:center; }.iso dd h3 span { display:table-cell; vertical-align:middle; }.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:50px 0; width:1200px; margin:0 auto; }.isve ul { margin:0 -10px; }.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; }.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:#212B5A; }.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 #212B5A; }.map { height:400px; width:100%; }.iw_poi_title { color:#212B5A; 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:#212B5A; color:#fff; }footer a { color:#fff; }		.footer { border-bottom:1px solid #fff; padding:30px 0; }.footer .channel_contact { padding:0; margin:0 auto; width:1200px; background:none; }.footer .channel_contact:before { top:30px; background:#fff; }.footer .channel_contact:after { top:30px; background:#fff; }.law_info { padding:20px 0; border-top:1px solid #fff; font-size:16px; color:#fff; }.law_info i,.law_info a { margin:0 10px; color:#fff; }/*cover*/#cover { position:relative; height:400px; box-shadow:0 0 10px #212B5A; }.cover { position:relative; width:1200px; background:rgba(33,43,90,0.8); 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:16px; line-height:26px;  }.common_title  { margin:50px 0 30px; border-bottom:2px solid #212B5A; 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:#212B5A; 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 #212B5A; 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; }.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:#212B5A; content:''; position:absolute; }.channel_contact:before { left:0; right:890px; top:50px; height:1px; background:#212B5A; 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:#212B5A; 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:#212B5A; }.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:#212B5A; }/*content*/.content { margin:50px auto; width:1200px; position:relative; color:#595d61; }.content h2 { font-size:30px; padding:10px 0; color:#212B5A }.content h2:first-child { padding:0 0 10px; }.content h3 { font-size:24px; padding:10px 0 5px; color:#212B5A; }.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; }.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(33,43,90,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:#212B5A; }#brand ol dl:before { position:absolute; top:8px; left:8px; height:8px; width:8px; background:#212B5A; border-radius:100%; content:""; z-index:6; } #brand ol dl:after { position:absolute; top:8px; right:8px; height:8px; width:8px; background:#212B5A; 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:#212B5A; border-radius:100%; content:""; z-index:6; } #brand ol dl a:after { position:absolute; bottom:8px; right:8px; height:8px; width:8px; background:#212B5A; 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:#212B5A; -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: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; }#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 #212B5A; border-color:#212B5A; }#products figure a:hover { border-color:#212B5A; }#products figure a:hover figcaption { border-color:#212B5A; }#products hgroup.pd { padding:20px; }#products hgroup.pd dl { padding:0; border:0; height:200px; margin:0; }/*products_info*/#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:#212B5A; border:8px solid #4a5380; 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 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:#212B5A; }#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:#212B5A; 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; }#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); }/*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; }#partner li:hover dl { border-color:#212B5A; }#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:#212B5A; 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; }/*news*/#news { }#news .content {  }#news hgroup { }#news hgroup dl { margin:0 0 30px; box-sizing:border-box; padding:20px; border:1px solid #ccc; }#news hgroup dl dt { font-size:16px; color:#595d61; }#news hgroup dl a { font-size:20px; color:#212B5A; 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 { line-height:60px; }#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 #212B5A; }/**about**/#about h2 { text-transform:uppercase; text-align:center; font-size:32px; }#about h2 i { display:inline-block; color:#212B5A; 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:#212B5A; border:10px solid #212B5A; }.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:#212B5A; 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:#212B5A; 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:#212B5A; }.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; }.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 footer .footer { display:none; }#contact footer .law_info { border-top:2px solid #f00; }.contact { position:relative; width:100%; height:700px; background:#212B5A; }.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:normal; }.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:#212B5A; color:#fff; box-shadow:0 0 2px #333; border-color:#212B5A; }