@charset "utf-8";
.box{width: 95%; max-width: 1520px; margin: 0 auto;}
.banner{position: relative; height: 920px;}
.banner-img{height: 920px;}
.header{position: absolute ; left: 0; top: 0; width: 100%; height: 100px; background: #000; z-index: 11;}
.logo{position: absolute; left: 3%; height: 100%;}
.logo img{display: block; height: 75px; margin-top: 12px;}
.nav{text-align: center;}
.nav ul{text-align: center; padding-top: 25px;}
.nav ul li{display: inline-block;vertical-align: middle;margin: 0 25px;}
.nav ul li a{display: block; position: relative; padding: 10px 0; font-size: 16px; line-height: 30px; color: #fff;}
.nav ul li a:before{position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; content: ''; background: #fff; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.nav ul li.active a:before,
.nav ul li:hover a:before{left: 0; width: 100%;}
.header-rg{position: absolute; right: 3%; top: 0;}
.header-code{position: relative; float: left; width: 50px; height: 50px; margin-right: 10px; margin-top: 25px;}
.header-code i{display: block;text-align: center;font-size: 24px;color: #fff;line-height: 50px;cursor: pointer;}
.header-code-box{position: absolute;left: 50%;width: 130px;height: 138px;margin-left: -65px;background: url("../images/code-bg.png") no-repeat center;background-size: 100% 100%;opacity: 0;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);overflow: hidden;}
.header-code:hover .header-code-box{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.header-code-box img{display: block; width: 115px; height: 115px; margin: 15px auto 0;}
.header-tel{float: left; font-size: 0.16rem; color: #fff; line-height: 100px;}
.language{position: absolute;right: 16%;top: 50%;margin-top: -15px;}
.language *{font-size: 13px;line-height:normal;margin:0;padding:0;}
.language ul{list-style:none;}
.language a{color:#666;}
.language .languageStyle2 select{margin-left:10px;width:100px;border:1px solid #CCC;background:#FFF url(../images/down-off.png) 80px center no-repeat;border-radius:2px;-webkit-border-radius:2px;appearance:none;-webkit-appearance:none;padding:5px;outline:none;cursor:pointer;color:#666;}
.language .languageStyle2 select:hover{background-image:url(../images/down-on.png);}
.banner .banner-img{display: block!important; background-position: center; background-repeat: no-repeat; /*background-size: cover;*/}
.banner .owl-theme .owl-controls{position: absolute; left: 0; bottom: 0; width: 100%;}
.banner .slick-dots{position: absolute; left: 0; bottom: 10px; width: 100%;}
.banner .slick-dots li button{display: inline-block; vertical-align: middle; font-size: 12px; height: 30px; padding: 0 5px; line-height: 30px; color: #fff;}
.banner .slick-dots li button:before{display: none;}
.banner .slick-dots li{position: relative; width: auto; height: 30px; line-height: 30px;}
.banner .slick-dots li:after{position: relative; display: inline-block; vertical-align: middle; width: 0; height: 1px; background: #fff; content: ''; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.banner .slick-dots li.slick-active:after{width: 100px;}
.banner .slick-dots li.slick-active button{font-size: 18px;}
.banner .slick-dots li:last-child:before{position: relative; display: inline-block; vertical-align: middle; width: 0; height: 1px; background: #fff; content: ''; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.banner .slick-dots li:last-child:after{display: none;}
.banner .slick-dots li:last-child.slick-active:before{width: 100px;}
.banner .slick-arrow{position: absolute; bottom: 0; left: auto; right: auto; top: auto; width: 100px; height: 80px; background: #fff; z-index: 11; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0);}
.banner .slick-prev:before,
.banner .slick-next:before{color: #333; opacity: 0.5;}
.banner .slick-prev{bottom: 0; left: auto; right: 100px;}
.banner .slick-next{bottom: 0; left: auto; right: 0;}
.banner .slick-prev:hover:before,
.banner .slick-next:hover:before{opacity: 1;}
.index-custom{padding: 120px 0; border-bottom: 1px solid #d6d6d6; background: url("../images/one.png") no-repeat left -35px center;}
.index-title span{display: block; font-size: 50px; color: #1a1a1a; font-family: 'WILKE', serif;}
.index-title p{font-size: 30px; color: #1a1a1a;}
.custom-box{margin-top: 25px; overflow: hidden;}
.custom-text{float: left; width: 40%; margin-right: 3%;}
.custom-text p{font-size: 16px; color: #666;}
.custom-rg{float: right; width: 10%;}
.custom-rg button{display: block; width: 100%; font-size: 0.16rem; color: #fff; height: 58px; background: #1a1a1a;}
.custom-rg button:hover{background: #0c034c;}
.index-custom-module{position: relative; padding: 120px 0 0; border-bottom: 1px solid #d6d6d6;}
.index-custom-module img{display: block; width: 100%;}
.index-custom1{right: 5%; position: absolute; top: -50px; width: 39.0625%; z-index: 1;}
.index-custom1 img{display: block; width: 100%; -webkit-box-shadow: 0 0 15px #a9a9a9; -moz-box-shadow: 0 0 15px #a9a9a9; box-shadow: 0 0 15px #a9a9a9;}
.module1-box{position: absolute; bottom: 5%; left: 10%; max-width: 80%;}
.module1-box h2{margin-bottom: 20px; font-size: 36px; line-height: 1.2; font-family: 'SOURCEHANSERIFCN', serif; color: #fff; white-space: pre-line; font-weight: normal;}
.module1-box .view{display: block; text-align: right; color: #fff;}
.module1-box .view:after{background: #fff;}
.index-custom2{position: relative; width: 89.5833%;}
.module-box{position: absolute; left: 10%; top: 10%; width: 530px; padding: 45px 70px; background: rgba(255,255,255,0.7); /*background: #fff;*/ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.module-box h2{margin-bottom: 20px; font-size: 36px; font-family: 'SOURCEHANSERIFCN', serif; color: #333; white-space: pre-line; font-weight: normal; line-height: 1.2;}
.module-box p{margin-bottom: 30px; font-size: 16px; color: #666666; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 5;}
.view{position: relative; display: inline-block; font-size: 16px; color: #666; padding-right: 50px; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.view:after{position: absolute; right: 0; top: 50%; width: 30px; height: 1px; background: #666; content: ""; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.view:hover{padding-right: 80px;}
.view:hover:after{width: 60px;}
.custom-module1{position: relative; padding-bottom: 260px; margin-top: -180px; z-index: 1;}
.index-custom3{position: relative; width: 41.6666%; margin-left: 10.4166%; z-index: 1; -webkit-box-shadow: 0 0 15px #a9a9a9; -moz-box-shadow: 0 0 15px #a9a9a9; box-shadow: 0 0 15px #a9a9a9;}
.index-custom4{position: absolute; right: 0; bottom: -60px; width: 41.6666%;}
.index-design{padding: 60px 0 150px; overflow: hidden; background: url("../images/two.png") no-repeat left -35px center;}
.design-img{position: relative; float: left; width: 27.3026%;}
.design-img img{display: block; width: 100%;}
.design-intro{float: right; width: 68%; padding-top: 3%;}
.design-intro-lf{float: left; width: 40%;}
.design-post-en{display: block; font-size: 50px; color: #333; font-family: 'WILKE', serif;}
.design-post{font-size: 30px; color: #333;}
.design-name{margin-top: 40px; font-size: 24px; color: #333;}
.index-design1{margin-top: 20px; font-size: 18px;}
.index-design2{margin-top: 20px; font-size: 16px;}
.design-intro-rg{float: right; width: 53%; font-size: 16px; color: #666;}
.design-xq{position: absolute; right: -43px; bottom: -43px; width: 80px; height: 80px; background: #1a1a1a; border: 6px solid #fff;}
.design-xq i{display: block; text-align: center; font-size: 50px; line-height: 80px; color: #fff;}
.design-xq:hover{background: #0c034c;}
.index-video{background: #171719; overflow: hidden;}
.index-video div{position: relative;width: 100%;}
.index-video div img{width: 100%;max-width: 1920px;display: block;margin: 0 auto;}
.index-video div .btn{position: absolute;top: 50%;margin-top: -44px;left: 50%;margin-left: -44px;display: block;width: 88px;height: 88px;background: url(../images/play.png) center no-repeat;}
/*CSS3闪烁*/
.animation{;-webkit-animation:twinkling 2.1s infinite ease-in-out;animation:twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
@keyframes twinkling {0% {-webkit-transform:scale(1);}50% {-webkit-transform:scale(1.12);}100% {-webkit-transform:scale(1);}}
.index-service{padding: 60px 0 0; border-bottom: 1px solid #d6d6d6; background: url("../images/three.png") no-repeat left -35px center; overflow: hidden;}
.index-service .box{position: relative; padding-bottom: 70px;}
.index-service1{position: relative; width: 46.2962%; margin: 60px 0 0 30px; background: url("../images/bg.png") repeat left top;}
.index-service1 img{position: relative; display: block; top: -30px; left: -30px; width: 100%;}
.index-service1-text{margin-top: 70px; margin-left: 30px; font-size: 16px; color: #333;}
.index-service1-tel{margin-top: 20px; color: #caa045;}
.index-service1-tel i{margin-right: 10px;}
.index-service2{position: absolute; right: -30px; bottom: -100px; width: 32.4074%; background: url("../images/bg.png") repeat left top;}
.index-service2 img{position: relative; display: block; top: -30px; left: -30px; width: 100%;}
.index-inform{padding: 200px 0 0; overflow: hidden;}
.index-inform .index-title{margin-bottom: 50px; text-align: center;}
.index-inform .slick-current .slider-inform-con:before,
.index-inform .slick-current .slider-inform-con:after{position: absolute; top: 0; width: 30px; height: 100%; background: #fff; content: '';}
.index-inform .slick-current .slider-inform-con:before{left: 0;}
.index-inform .slick-current .slider-inform-con:after{right: 0;}
.index-inform .slick-current .slider-inform-con .module-box{bottom: 10%; opacity: 1;}
.index-inform .slick-prev{left: 0; top: 0; width: 50px; height: 100%; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); z-index: 1; background: rgba(0, 0, 0, 0.5);}
.index-inform .slick-next{right: 0; top: 0; width: 50px; height: 100%; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); background: rgba(0, 0, 0, 0.5);}
.slider-inform-con{position: relative; display: block!important;}
.slider-inform-con .module-box{width: 575px; top: auto; bottom: 50%; opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.slider-inform-con .module-box h2{font-size: 32px;}
.slider-inform-con img{width: 100%;}
.foot{padding: 90px 0 0; background: #1a1a1a; overflow: hidden;}
.foot-logo{display: block; margin: 0 auto; height: 100px;}
.foot-con{overflow: hidden;}
.foot-lf{float: left; padding-left: 15px; font-size: 16px; color: #ccc;}
.foot-rg{float: right; overflow: hidden;}
.foot-rg li{float: left;margin-left: 20px;font-size: 16px;color: #ccc;text-align: center;}
.foot-rg li img{display: block; width: 115px; height: 115px; margin: 0 auto 10px;}
.foot-bottom{padding: 15px 0; margin-top: 20px; text-align: center; font-size: 14px; color: #ccc; border-top: 1px solid #2f2f2f;}
.foot-bottom a{color: #ccc;}
.foot-bottom a:hover{opacity: 0.7;}
/* pageBanner */
.page-banner{position: relative; height: 600px; background-repeat: no-repeat; background-size: cover; background-position: center;}
/* 联系我们 */
.contact-title{padding: 50px 0; text-align: center;}
.contact-title p{font-size: 30px; color: #333; font-family: 'SOURCEHANSERIFCN', serif;}
.contact-title span{display: block; font-size: 24px; color: #333; font-family: 'SOURCEHANSERIFCN', serif;}
.contact-list{overflow: hidden; margin-bottom: 20px;}
.contact-list li{position: relative; display: flex; align-items: center; float: left; width: 48%; height: 135px; padding: 30px 40px; margin-bottom: 40px; border: 1px solid #d2d2d2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; cursor: default;}
.contact-list li:nth-child(even){float: right;}
.contact-list li h3,
.contact-list li p{font-size: 16px; color: #333; line-height: 1.8;}
.contact-list li:hover .contact-tel{left: 0;}
.contact-tel{position: absolute; left: 100%; top: 0; width: 100%; height: 100%; background: #000 url("../images/tel.png") no-repeat left 40px center; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.contact-tel div{height: 95px; margin-top: 20px; padding: 0 20px; margin-left: 130px; border-left: 2px solid #666666;}
.contact-tel div h3{font-size: 30px; color: #fff; font-weight: normal;}
.contact-tel div p{font-size: 18px; color: #fff;}
/* 资讯 */
.new-box{padding: 90px 0 50px; overflow: hidden;}
.new-list li{float: left; width: 32%; display: block; margin-left: 2%; margin-bottom: 40px;}
.new-list li:nth-child(3n+1){margin-left: 0;}
.new-list li a{display: block; position: relative; top: 0; -webkit-box-shadow: 0 0 10px transparent; -moz-box-shadow: 0 0 10px transparent; box-shadow: 0 0 10px transparent; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.new-list li a:hover{top: -10px; -webkit-box-shadow: 0 0 10px #ccc; -moz-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc;}
.new-img{height: 268px; background-position: center; background-size: cover; background-repeat: no-repeat;}
.new-intro{height: 150px; padding: 30px 24px; background: #f4f4f4; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.new-intro span{display: block; font-size: 12px; color: #666;}
.new-intro h2{position: relative; top: 0; display: block; margin-bottom: 15px; font-size: 24px; color: #333; font-weight: normal; font-family: 'SOURCEHANSERIFCN', serif; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.new-intro h2:hover{top: 5px;}
.new-intro p{font-size: 14px; color: #666; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
/*分页*/
.paging{display: block; clear: both; padding-top: 30px; text-align: center;}
.paging-box{display: inline-block; overflow: hidden;}
.paging-box span,
.paging-box a{display: block; width: 42px; height: 42px; text-align: center; line-height: 42px; font-size: 14px; color: #666; border: 1px solid #e6e7e8;}
.paging-box li.on span,
.paging-box li.on a,
.paging-box li:hover a{color: #fff; background: #000; border-color: #000;}
.page1{float: left; margin: 0 5px;}
.page1:hover a{color: #fff; background: #000; border-color: #000;}
.page1 a{padding: 0 10px;}
.page2{float: left;}
.page2 li{float: left; margin: 0 5px;}
/* 资讯-详情 */
.detail-main{margin: 50px 0 ;}
.detail-title{padding: 0 0 30px; text-align: center;}
.detail-title h1{font-size: 30px;color: #333;font-weight: normal;text-align: center;}
.detail-time{line-height: 30px;height: 30px;margin-bottom: 10px;text-align: center;border-bottom: 1px dashed #ccc;}
.detail-time span:first-child{margin-left:0;}
.detail-time span{color: #999;margin-left: 14px;font-size: 14px;}
.detail-time span i{font-style: normal;}
.detail-content{padding: 50px 0;margin-bottom: 50px;color: #333;font-size: 16px;line-height: 30px;text-align: justify;border-bottom: 1px dashed #dcdcdc;}
.choose-box{background: #f5f5f5; font-size: 16px; line-height: 70px; overflow: hidden;}
.choose-box p{float: left; width: 45%; padding: 10px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden;}
.choose-box a{display: block; width: 100%; padding: 0 20px; line-height: 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.choose-box a i{float: left; width: 40px; text-align: center;}
.choose-box p:hover{background: #000;}
.choose-box p:hover a{color: #fff;}
.choose-next{text-align: right;}
.choose-next a i{float: right;}
/*case*/
.case-box li{padding: 150px 0; background: #eee;}
.case-box li:nth-child(even){background: #fff;}
.case-box li:nth-child(even) .case-img{float: none;}
.case-box li:nth-child(even) .case-intro-box{left: auto; right: 0;}
.case-box li .box{position: relative; overflow: hidden;}
.case-img{float: right; width: 53%;}
.case-img img{display: block; width: 100%;}
.case-intro-box{position: absolute; left: 0; top: 0; display: flex; justify-content: normal; align-items: center; width: 40%; height: 100%;}
.case-intro{display: block;}
.case-intro h2{font-size: 30px; color: #333; font-family: 'SOURCEHANSERIFCN', serif; white-space: pre-line;}
.case-intro .case-intro-text{margin-top: 20px;width: 80%;font-size: 14px;color: #737373;text-align: justify;}
.case-intro span{display: block; width: 56px; height: 56px; margin-top: 50px; line-height: 56px; text-align: center; border: 1px solid #000;}
.case-intro span i{display: block; font-size: 24px;}
.case-intro span:hover{background: #000;}
.case-intro span:hover i{color: #fff;}
/* 服务 */
.serve1{padding-top: 90px;}
.serve1 img{display: block; width: 60%;}
.serve2{position: relative; padding: 90px 0 0;}
.serve2-con{width: 50%;}
.serve2-con img{display: block; width: 100%; margin-top: 180px;}
.serve-text{margin-top: 30px; width: 80%; font-size: 16px; color: #666; line-height: 1.6;}
.serve2-img{float: right; width: 50%; margin-top: -20%;}
.serve2-img img{display: block; width: 100%;}
.serve3{padding: 0 0 100px 35%; margin-top: -150px; overflow: hidden;}
.serve3-img{position: relative; float: left; width: 31.5%;}
.serve3-img p{position: absolute; right: 103%; bottom: 0; padding-top: 10px; font-size: 14px; color: #666; line-height: 28px; text-align: right; text-transform: uppercase;}
.serve3-img p:before{position: absolute; top: 0; right: 0; width: 30px; height: 1px; background: #666; content: '';}
.serve3-con{float: right; width: 60%;}
/* 公司介绍 */
.profile-intro{padding: 88px 0 0; border-bottom: 1px solid #dcdcdc;}
.profile-img{position: relative;}
.profile-img img{display: block;}
.profile-img-lf{width: 60%;}
.profile-img1{display: block;}
.profile-img2{padding: 100px 0 150px;}
.profile-img-rg{position: absolute; right: 0; bottom: 0; width: 40%;}
.profile-img3{display: block; width: 100%;}
.profile-img4{position: relative; right: 190px;}
.profile-con{overflow: hidden;}
.profile-con-lf{float: left; width: 60%; overflow: hidden;}
.profile-con-lf-img{float: left; display: block; width: 30%;}
.profile-con-lf-con{float: right; width: 60%; padding-right: 5%; padding-bottom: 15px;}
.profile-con-lf-con h2{margin-bottom: 5px; font-size: 24px; color: #333; font-weight: normal;}
.profile-con-lf-con p{font-size: 16px; color: #999;}
.profile-con-rg{float: left; width: 40%;}
.profile-con-rg img{display: block; width: 100%;}
.profile-space{padding: 50px 0 0;}
.profile-space-title{margin-bottom: 90px; text-align: center;}
.profile-space-title h2{display: inline-block; font-size: 30px; font-family: 'SOURCEHANSERIFCN', serif; border-bottom: 1px solid #333;}
.profile-space-title p{padding: 10px 10% 0; font-size: 18px; line-height: 1.8; text-align: center; white-space: pre-line;}
.profile-space-con{position: relative; padding: 0; background: url("../images/lump.jpg") no-repeat right top; background-size: 95px; overflow: hidden;}
.space1{position: relative; z-index: 1;}
.space1 img{display: block; width: 50%;}
.space2-con{width: 40%; padding: 120px 6%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: url("../images/syh.jpg") no-repeat left 20px top 20px; background-size: 100px;}
.space2-con h2{margin-bottom: 10px; font-size: 24px; color: #333; font-weight: normal; white-space: pre-line;}
.space2-con p{font-size: 18px; color: #999999; line-height: 2;}
.space3{position: absolute; right: 0; bottom: 0; margin-top: -20%; padding-left: 40%;}
.space3 img{display: block; width: 100%;}
.space3-titel{width: 50%; padding: 40px; background: #eee; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden;}
.space3-titel span{font-size: 36px; color: #333;}
.space3-titel p{position: relative; padding-bottom: 10px; font-size: 24px; color: #333;}
.space3-titel p:before{position: absolute; left: 0; bottom: 0; width: 30px; height: 3px; background: #333; content: '';}
.profile-design{padding-top: 0; padding-bottom: 80px; overflow: hidden;}
.profile-serve{padding: 0 0 95px 95px; margin-bottom: 85px; background: url("../images/lump.jpg") no-repeat left bottom; background-size: 95px; overflow: hidden;}
.profile-serve-title{display: inline-block; vertical-align: middle; width: 190px;}
.profile-serve-con{display: inline-block; vertical-align: middle; margin-left: 80px; font-size: 18px; color: #333; line-height: 1.8; width: 70%;}
.profile-contact{display: block; width: 100%; margin-bottom: 50px; background-repeat: no-repeat; background-size: cover; background-position: left center; overflow: hidden;}
.profile-contact-con{float: right; width: 430px; padding: 120px 0; font-size: 24px; text-align: center; color: #fff; background: #000;}
/* 资讯 */
.pagination li{float: left; margin: 0 5px;}
.pagination li.active span{color: #fff; background: #000; border-color: #000;}
.choose-box .choose-back{width: 10%; background: #000; text-align: center;}
.choose-box .choose-back a{color: #fff;}
.choose-box .choose-back:hover{background: #0c034c;}
/*浮动客服*/
.toolbar{position: fixed;top: 50%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: #1a1a1a;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #000;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #000;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #000;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #000;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #000;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}