@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:#0f58d6; }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:#0f58d6; }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 { height:108px; position:relative; }header .w1200 { height:100%; }.h_logo { height:80px; padding:14px 0; }.h_logo a,.h_logo a img { height:100%; }.h_name { height:100%; padding:0 0 0 12px; }.h_name h2 { font-size:34px; height:34px; line-height:34px; }.h_name h3 { font-size:21px; padding:5px 0 0; }.h_sname { height:100%; color:red; font-size:30px; padding:0 0 0 20px; }.h_contact { height:100%; }.h_contact p { font-size:24px; line-height:30px; }.h_contact p i { color:red; font-size:26px; padding:0 5px 0 0; }nav { height:60px; background:#0f58d6; }nav ul { height:100%; }nav ul li { height:100%; width:10%; position:relative; }nav ul li a { height:100%; color:#fff; font-size:16px; }nav ul li a:hover { color:#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 {  }.ititle h2 { font-size:30px; color:#0f58d6; }.ititle h3 { font-size:24px; color:red; }.imore { padding:0 0 50px; }.imore a { width:240px; height:46px; overflow:hidden; border-radius:30px; text-align:center; font-size:16px; color:#838383;border:1px solid #ccc; position:relative; }.imore a:before { position:absolute; left:0; top:0; bottom:0; width:0; z-index:-1; background:#0f58d6; 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; padding:50px 0 0; }.iabout img { float:right; width:590px; margin:0 0 0 20px; height:354px; }.iabout h2 { font-size:30px; color:#0f58d6; }.iabout h3 { font-size:24px; color:red; }.iabout p { line-height:28px; font-size:16px; text-indent:2em; }#iabout .imore { padding:20px 0 0; }#iabout .imore a { background:#0f58d6; color:#fff; }#iproducts { position:relative; padding:50px 0 0; background:url(images/iproducts_bg.jpg) no-repeat center bottom; height:806px; }#iproducts .swiper-container { top:120px; }#iproducts .swiper-slide { width:380px; }#iproducts .swiper-slide a { height:100%; width:100%; }#iproducts .swiper-slide p.mflex { height:100%; width:100%; }#iproducts .swiper-slide p.mflex img { max-height:100%; max-width:100%; }#iproducts .swiper-slide p.flex { color:#fff; background:#f00; font-size:16px; width:100%; height:30px; }#iproducts .swiper-pagination { position:relative; left:auto; bottom:auto; margin:20px 0 0; }#iproducts .swiper-pagination-bullet { height:20px; width:20px; background:#fff; }#iproducts .swiper-container .iconfont { background:none; color:#f00; font-size:60px; top:190px; width:auto; height:auto; }#iproducts .swiper-button-next { right:-12px; }#iproducts .swiper-button-prev { left:-12px; }#ibrand { padding:50px 0 0; }#ibrand .ititle p { line-height:28px; font-size:16px; text-indent:2em; }.ibrand ul { margin:0 -15px; padding:15px 0; }.ibrand ul li { padding:15px; box-sizing:border-box; float:left; width:25%; }.ibrand ul a { display:block; }.ibrand ul dl { background:#f6f6f6; border-radius:8px; box-shadow:0 0 10px #aaa; }.ibrand ul dt { height:80px; font-size:30px; }.ibrand ul dd.flex { background:#fff; }.ibrand ul dd.flex img { width:100%; }.ibrand ul dd.info { padding:10px; line-height:24px; }.ibrand ul li a:hover dl { background:#fff; box-shadow:0 0 10px #333; border-radius:0; }.ibrand ul li a:hover dl dd.flex { background:#f6f6f6; }#isolution { padding:0 0 50px; }#isolution .swiper-container { top:30px; }#isolution .swiper-slide { width:380px; }#isolution .swiper-slide a { height:100%; width:100%; border:1px solid #ccc; background:#f6f6f6; box-sizing:border-box; }#isolution .swiper-slide dt { height:100%; width:100%; border-bottom:1px solid #ccc; }#isolution .swiper-slide dt img { max-height:100%; max-width:100%; }#isolution .swiper-slide dd.mflex { font-size:16px; height:26px; padding:5px 0 0; }#isolution .swiper-slide dd.info { padding:0 10px 10px; line-height:24px; }#isolution .swiper-pagination { position:relative; left:auto; bottom:auto; margin:20px 0 0; }#isolution .swiper-pagination-bullet { height:20px; width:20px; background:#0f58d6; }#isolution .swiper-container .iconfont { background:none; color:#f00; font-size:60px; top:190px; width:auto; height:auto; }#isolution .swiper-button-next { right:-12px; }#isolution .swiper-button-prev { left:-12px; }#iservice { padding:30px 0 0; }.iservice ul { margin:20px -15px 0; }.iservice li { width:100%; }.iservice li a { display:block; padding:0 15px; }.iservice dl { border-radius:100%; height:96.6666667px; border:5px solid #0f58d6; position:relative; overflow:hidden; }.iservice dl dt { position:relative; width:100%; height:100%; font-size:40px; color:#0f58d6; }.iservice dl dd { position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.6); color:#fff; font-size:16px; }#iservice .imore { margin:30px 0 0; }/*footer*/footer { background: -moz-linear-gradient(left,#fff,#dbdcdd);    background: -webkit-linear-gradient(linear,left,#fff,#dbdcdd);    background: -webkit-gradient(linear,left,from(#fff),color-stop(100%,#dbdcdd));    background: -webkit-linear-gradient(left,#fff,#dbdcdd);    background: -webkit-gradient(linear,left,from(#fff),to(#dbdcdd));    background: linear-gradient(left,#fff,#dbdcdd); color:#878d91; }footer a { color:#878d91; }		.footer { border-bottom:1px solid #0f58d6; padding:30px 0; }.footer .channel_contact { padding:0; margin:0 auto; width:1200px; background:none; }.footer .channel_contact:before { top:30px; }.footer .channel_contact:after { top:30px; }.law_info { padding:20px 0; border-top:1px solid #0f58d6; font-size:16px; color:#0f58d6; }.law_info i,.law_info a { margin:0 10px; color:#0f58d6; }/*cover*/#cover { position:relative; height:calc(100% - 168px); }.cover { position:relative; width:1200px; background:rgba(15,88,214,0.8); box-sizing:border-box; color:#595d61; 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;  }/*channel_contact*/.channel_contact { height:60px; line-height:60px; position:relative; width:1160px; margin:-50px auto 0; z-index:1; padding:20px; background:#fff; }.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:#0f58d6; content:''; position:absolute; }.channel_contact:before { left:0; right:890px; top:50px; height:1px; background:#0f58d6; 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:#0f58d6; 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:#0f58d6; }.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:#0f58d6; }/*content*/.content { margin:50px auto; width:1200px; position:relative; color:#595d61; }.content h2 { font-size:44px; padding:0 0 10px; color:#0f58d6 }.content h3 { font-size:30px; padding:10px 0 5px; color:#0f58d6; }.content p { font-size:22px; line-height:36px; text-indent:2em; }/*品牌*/#brand {  }#brand ul {  }#brand ul li { border:1px solid #ccc; margin:0 0 30px; padding:20px; }#brand ul li a { display:block; }#brand ul dl { height:200px; }#brand ul dt { height:100%; width:200px; padding:0 20px 0 0; }#brand ul dt img { max-height:100%; max-width:100%; }#brand ul dd { height:100%; width:100%; }#brand ul p { font-size:16px; line-height:26px; margin:0 0 5px; }#brand ul li:hover { box-shadow:0 0 10px #0f58d6; border-color:#0f58d6; }#brand ul h2 { padding:0; }#brand ul i { font-size:30px; }#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:#0f58d6; }#brand ol dl:before { position:absolute; top:8px; left:8px; height:8px; width:8px; background:#0f58d6; border-radius:100%; content:""; z-index:6; } #brand ol dl:after { position:absolute; top:8px; right:8px; height:8px; width:8px; background:#0f58d6; 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:#0f58d6; border-radius:100%; content:""; z-index:6; } #brand ol dl a:after { position:absolute; bottom:8px; right:8px; height:8px; width:8px; background:#0f58d6; 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:#0f58d6; -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 #0f58d6; border-color:#0f58d6; }#products figure a:hover { border-color:#0f58d6; }#products figure a:hover figcaption { border-color:#0f58d6; }#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*/#solution.content { margin:85px auto; }#solution ul { margin:0 -15px; }#solution li { padding:15px; width:33.3333334%; box-sizing:border-box; float:left; }#solution li a { display:block; }#solution dl { position:relative; }#solution dt { font-size:34px; }#solution dd.intro { font-size:18px; line-height:32px; }#solution dd.flex { border:1px solid #ccc; height:230px; margin:10px 0 0; }#solution dd.flex i { font-size:115px; -webkit-transition:all 0.35s ease; -moz-transition:all 0.35s ease; -o-transition:all 0.35s ease; transition:all 0.35s ease; -ms-transition:all 0.35s ease; }#solution dd.mflex { height:50px; position:absolute; left:165px; bottom:-25px; -webkit-transition:all 0.35s ease; -moz-transition:all 0.35s ease; -o-transition:all 0.35s ease; transition:all 0.35s ease; -ms-transition:all 0.35s ease; font-size:50px; line-height:50px; width:50px; }#solution li a:hover dd.flex i { transform:scale(1.25); -moz-transform:scale(1.25); -o-transform:scale(1.25); -ms-transform:scale(1.25); -webkit-transform:scale(1.25); }#solution li a:hover dd.mflex { transform:translateX(150px); -o-transform:translateX(150px); -ms-transform:translateX(150px); -webkit-transform:translateX(150px); -moz-transform:translateX(150px); }/*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:30px; padding:20px 0 15px; color:#0f58d6; }#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:22px; color:#0f58d6; cursor:pointer; }#solutions dd.flex i { font-size:26px; 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:600px; 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:85px auto; }#service ul { margin:0 -15px; }#service li { padding:15px; width:33.333334%; box-sizing:border-box; float:left; }#service li a { display:block; background:#f6f6f6; box-shadow:0 0 10px #ccc; }#service dl { position:relative; }#service dt { font-size:80px; height:110px; line-height:110px; padding:8px 0 0; }#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:34px; padding:10px 16px 0; }#service dd.aname { text-align:center; font-size:30px; }#service dd.intro { font-size:18px; line-height:32px; padding: 10px 18px 20px; }#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:-15px -15px 0; text-transform:uppercase; }#partner li { float:left; width:20%; padding:15px; 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:#0f58d6; }#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:#0f58d6; 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:30px; color:#0f58d6; 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 #0f58d6; }/**about**/#about h2 { text-transform:uppercase; text-align:center; font-size:32px; }#about h2 i { display:inline-block; color:#0f58d6; 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 / 100% auto; }.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:#0f58d6; border:10px solid #0f58d6; }.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:#0f58d6; 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:24px; 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:#0f58d6; 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:#0f58d6; }.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 { position:relative; height:calc(100% - 168px); width:100%; background:#fafafa; }.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; }.map { height:100%; width:50%; }.map img { max-width:none; }.iw_poi_title { color:#0f58d6; font-size:20px; overflow:hidden; padding-right:13px; white-space:nowrap; }.iw_poi_content { font-size:16px; overflow:visible; padding-top:4px; white-space:-moz-pre-wrap; word-wrap:break-word; line-height:normal; }/*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:#0f58d6; color:#fff; box-shadow:0 0 2px #333; border-color:#0f58d6; }