/* 博钻机电 公共 头部header */
.header { width: 100%; height: 100px; text-align: center; background-color: #fff; }
.hd-logo { width: 168px; height: 48px; line-height: 0; padding: 26px 0; }
.hd-logo img { height: 100%; width: auto; }
.hd-navbar { height: 100%; padding-right: 145px; }
.hd-navbar .item { float: left; height: 50px; color: #666; padding: 20px; font-size: 16px; line-height: 50px; text-align: center; position: relative; }
.hd-navbar .item:after { content: ""; display: block; width: 100%; height: 2px; background-color: #06abdf; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: 0.25s linear; -moz-transition: 0.25s linear; -o-transition: 0.25s linear; transition: 0.25s linear; }
.hd-navbar .item.active,
.hd-navbar .item:hover { color: #06abdf; }
.hd-navbar .item.active:after,
.hd-navbar .item:hover:after { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.hd-handle { position: absolute; top: 0; right: 0; width: 154px; height: 100%; text-align: left; padding-left: 24px; }
.hd-search { float: left; width: 36px; height: 100%; margin-right: 12px; }
.hd-search .icon-search { display: block; width: 32px; height: 32px; margin: 34px 0; background-position: 0 0; }
/*.hd-hotline { width: 88px; height: 60px; padding: 20px 6px; margin-left: 54px; background-color: #324883; }*/
.hd-hotline {
    width: 88px;
    height: 95px;
    padding: 5px 6px 0;
    margin-left: 54px;
    background-color: #324883;
}
.hd-hotline .icon-service { display: block; width: 32px; height: 32px; margin: 0 auto 3px; background-position: -168px 0; }
.hd-hotline p { color: #fff; font-size: 12px; line-height: 25px; font-weight: bold; text-align: center; letter-spacing: 0.5px; }

/* 博钻机电 公共 底部footer */
.footer { width: 100%; height: auto; padding: 2px 0; background-color: #3a3a3a; }
.ft-link { border-bottom: 1px solid #4b4b4b; }
.ft-flink { float: left; width: 970px; padding: 24px 0; line-height: 20px; }
.ft-flink span { float: left; color: #ccc; font-size: 12px; }
.ft-flink a { float: left; color: #ccc; font-size: 12px; margin-left: 20px; }
.ft-flink span + a { margin-left: 0; }
.ft-social { height: 32px; padding: 18px 0; line-height: 32px; margin-left: 992px; }
.ft-social span { float: left; color: #ccc; font-size: 12px; }
.ft-social a { float: left; width: 32px; height: 32px; margin-left: 20px; }
.ft-social span + a { margin-left: 10px; }
.ft-social a.icon-wx { background-position: -42px 0; }
.ft-social a.icon-xl { background-position: -84px 0; }
.ft-social a.icon-qq { background-position: -126px 0; }
.ft-list { height: 120px; padding: 32px 0; overflow: hidden; }
.ft-list li { color: #fff; font-size: 14px; text-align: left; line-height: 16px; }
.ft-list li h3 { color: #fff; font-weight: bold; margin-bottom: 12px; }
.ft-list li a { color: #999; display: block; font-size: 12px; margin-bottom: 10px; }
.ft-list li a:hover { color: #49bb36; }
.ft-about { margin-right: 80px; }
.ft-prodt { width: 260px; margin-right: 70px; }
.ft-prodt li ~ li { float: left; width: 120px; margin-right: 10px; }
.fl-servc { margin-right: 80px; }
.ft-code { width: 120px; height: auto; margin-right: 80px; }
.ft-addr { width: 346px; line-height: 30px; }
.ft-addr p { color: #999; font-size: 12px; }

/* 博钻机电 首页 banner */
.banner { margin: 0 auto; width: 100%; height: 600px; overflow: hidden; position: relative; max-width: 1920px; min-width: 1200px; }
.banner>.wrapper { position: absolute; top: 0; left: 50%; margin-left: -960px; width: 1920px; height: 100%; line-height: 0; z-index: 1; }
.banner>.wrapper>a { display: block; width: 100%; height: 100%; }
.banner>.wrapper>a>img,
.banner>.wrapper>img { width: 100%; }
.banner>.wrapper>.items { position: absolute; top: 0; left: -1920px; width: 1000%; height: 100%; }
.banner>.wrapper>.items>li { float: left; width: 1920px; height: 100%; }
.banner>.wrapper>.items>li>a { display: block; width: 100%; line-height: 0; }
.banner>.wrapper>.items>li>a>img { width: 100%; }
.banner>.indicators { position: absolute; left: 0; right: 0; bottom: 24px; width: 100%; height: 15px; text-align: center; z-index: 4; }
.banner>.indicators>a { margin: 0 18px; width: 16px; height: 10px; cursor: pointer; position: relative; display: inline-block; background-color: #ababac; }
.banner>.indicators>a:after,
.banner>.indicators>a:before { content: ""; position: absolute; top: 0; width: 0; height: 0; display: inline-block; border: 6px solid #ababac; }
.banner>.indicators>a:before { right: 100%; border-width: 5px 6px; border-color: #ababac #ababac transparent transparent; }
.banner>.indicators>a:after { left: 100%; border-width: 5px 6px; border-color: transparent transparent #ababac #ababac; }
.banner>.indicators>a.on { background-color: #324883; }
.banner>.indicators>a.on:before { border-color: #324883 #324883 transparent transparent; }
.banner>.indicators>a.on:after { border-color: transparent transparent #324883 #324883; }
.banner>a { position: absolute; top: 0; bottom: 0; margin: auto; width: 50px; height: 80px; opacity: 0.5; z-index: 10; }
.banner>a.prev { left: 0; background-position: right center; }
.banner>a.next { right: 0; background-position: left center; }
.banner>a:hover { opacity: 1; }

/* 博钻机电 首页 产品 */
.idx-product { height: 450px; padding: 70px 0; }
.idx-product .idx-tabbar { float: left; width: 200px; }
.idx-product .tab-title { color: #fff; font-size: 18px; line-height: 40px; text-align: center; background-color: #324883; }
.idx-product .tab-item { display: block; color: #626869; font-size: 14px; line-height: 40px; padding-left: 14px; padding-right: 10px; background-color: #f2f8f9; border-bottom: 1px solid #fff; -webkit-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear; }
.idx-product .tab-item .gt { float: right; color: #a9a9a9; font-size: 14px; font-weight: bold; font-family: Simsun; }
.idx-product .tab-item.active,
.idx-product .tab-item:hover { color: #06abdf; padding-left: 28px; }
.idx-product .tab-item.active .gt,
.idx-product .tab-item:hover .gt { color: #06abdf; }
.idx-product .idx-tabcon { height: 100%; margin-left: 238px; }
.idx-product .idx-tabcon-list { margin-left: -55px; margin-bottom: -12px; }
.idx-product .idx-tabcon-list + ul { display: none; }
.idx-product .idx-tabcon-list .item { float: left; width: 195px; margin-left: 55px; margin-bottom: 12px; }
.idx-product .idx-tabcon-list a { display: block; height: 100%; }
.idx-product .idx-tabcon-list .thumb { display: block; width: 100%; height: 195px; overflow: hidden; -webkit-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
.idx-product .idx-tabcon-list img { display: block; width: 100%; transition: 0.25s; }
.idx-product .idx-tabcon-list .name { display: block; color: #999; font-size: 14px; line-height: 24px; text-align: center; }
.idx-product .idx-tabcon-list a:hover .thumb { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2); box-shadow: 0 0 10px rgba(0, 0, 0, .2); -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); }

/* 博钻机电 首页 about */
.idx-about { height: 480px; padding: 80px 0; background-color: #f2f8f9; }
.idx-intro { float: left; width: 560px; height: 440px; padding: 20px; position: relative; margin-left: 160px; background-color: #fff; }
.idx-intro .msgbox { float: left; width: 140px; height: 100%; }
.idx-intro h3 { width: 128px; height: 58px; background-color: #fff; border: 1px solid #324883; }
.idx-intro h3 strong { float: left; width: 50px; height: 58px; color: #fff; font-size: 48px; line-height: 58px; text-align: center; font-weight: normal; font-style: normal; background-color: #324883; }
.idx-intro h3 em { display: block; color: #324883; font-size: 24px; line-height: 29px; margin-left: 50px; text-align: center; letter-spacing: 5px; padding-left: 9px; padding-right: 5px; }
.idx-intro .imgbox { width: 300px; height: 220px; padding: 10px; margin-top: 30px; margin-left: -180px; border-radius: 15px; background-color: #e6f8fe; }
.idx-intro .imgbox img { width: 100%; border-radius: 8px; -webkit-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
.idx-intro .btn-more { width: 110px; height: 34px; line-height: 34px; margin-top: 42px; border-radius: 18px; }
.idx-intro .txtbox { margin-left: 168px; padding-right: 8px; }
.idx-intro .txtbox p { color: #626869; font-size: 14px; line-height: 26px; margin-bottom: 6px; text-align: justify; }
.idx-service { width: 440px; height: 400px; padding: 40px 0; margin-left: 760px; position: relative; }
.idx-service h3 { position: absolute; z-index: 3; top: 50%; left: 50%; width: 120px; height: 120px; color: #fff; padding: 20px; font-size: 18px; text-align: center; margin-top: -80px; margin-left: -60px; border-radius: 50%; border: 1px dashed #6c8de3; background: #4462b0; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.idx-service h3 .icon { display: block; width: 72px; height: 72px; margin: 5px auto; background-position: -250px 0; }
.idx-service .svc-item { float: left; width: 140px; height: 140px; cursor: default; padding: 20px; color: #fff; font-size: 14px; margin-left: 40px; margin-bottom: 40px; text-align: center; background-color: #324883; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.idx-service .svc-item.item1 { border-radius: 30px 0 0 0; background: url(../images/svc01.png) no-repeat left top; background: -webkit-linear-gradient(-45deg, #324883, #4462b0); background: -moz-linear-gradient(135deg, #324883, #4462b0); background: -ms-linear-gradient(135deg, #324883, #4462b0); background: -o-linear-gradient(135deg, #324883, #4462b0); background: linear-gradient(135deg, #324883, #4462b0); }
.idx-service .svc-item.item2 { border-radius: 0 30px 0 0; background: url(../images/svc01.png) no-repeat left top; background: -webkit-linear-gradient(215deg, #324883, #4462b0); background: -moz-linear-gradient(135deg, #324883, #4462b0); background: -ms-linear-gradient(135deg, #324883, #4462b0); background: -o-linear-gradient(135deg, #324883, #4462b0); background: linear-gradient(-135deg, #324883, #4462b0); }
.idx-service .svc-item.item3 { border-radius: 0 0 0 30px; background: url(../images/svc01.png) no-repeat left top; background: -webkit-linear-gradient(45deg, #324883, #4462b0); background: -moz-linear-gradient(135deg, #324883, #4462b0); background: -ms-linear-gradient(135deg, #324883, #4462b0); background: -o-linear-gradient(135deg, #324883, #4462b0); background: linear-gradient(45deg, #324883, #4462b0); }
.idx-service .svc-item.item4 { border-radius: 0 0 30px 0; background: url(../images/svc01.png) no-repeat left top; background: -webkit-linear-gradient(135deg, #324883, #4462b0); background: -moz-linear-gradient(135deg, #324883, #4462b0); background: -ms-linear-gradient(135deg, #324883, #4462b0); background: -o-linear-gradient(135deg, #324883, #4462b0); background: linear-gradient(-45deg, #324883, #4462b0); }
.idx-service .svc-item .icon { display: block; width: 72px; height: 72px; cursor: default; margin: 16px auto 12px; }
.idx-service .svc-item.item1 .icon { background-position: -332px 0; }
.idx-service .svc-item.item2 .icon { background-position: -414px 0; }
.idx-service .svc-item.item3 .icon { background-position: -496px 0; }
.idx-service .svc-item.item4 .icon { background-position: -574px 0; }
.idx-service h3:hover { -webkit-transform: rotate(360deg) scale(1.2); -ms-transform: rotate(360deg) scale(1.2); -o-transform: rotate(360deg) scale(1.2); transform: rotate(360deg) scale(1.2); }
.idx-intro .imgbox:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.idx-service .svc-item:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

/* 博钻机电 首页 新闻 */
.idx-news { float: left; width: 580px; padding: 70px 0; margin-right: 40px; }
.idx-title { color: #324883; font-size: 18px; font-weight: bold; line-height: 48px; text-align: center; position: relative; margin-bottom: 28px; }
.idx-title:after { content: ""; position: absolute; left: 50%; bottom: 0; width: 18px; height: 4px; margin-left: -9px; background-color: #06abdf; }
.idx-news-list .item { font-size: 14px; margin-left: 14px; line-height: 32px; list-style-image: url(../images/iconList.png); }
.idx-news-list .item:after { content: ""; display: block; width: 100%; clear: both; }
.idx-news-list .item a { display: block; color: #666; font-size: 14px; margin-right: 96px; }
.idx-news-list .item .time { color: #a9a9a9; font-size: 12px; }
.idx-news-list .block { height: 160px; margin-bottom: 10px; }
.idx-news-list .block a { display: block; }
.idx-news-list .block .thumb { float: left; width: 240px; height: 100%; }
.idx-news-list .block .body { margin-left: 260px; }
.idx-news-list .block h2 { color: #333; font-size: 18px; margin-bottom: 6px; }
.idx-news-list .block .time { display: block; color: #a9a9a9; font-size: 12px; margin-bottom: 8px; }
.idx-news-list .block p { color: #666; font-size: 12px; line-height: 24px; }
.idx-news-list .block p span { color: #324883; }
.idx-contact { width: 580px; padding: 70px 0; margin-left: 620px; }
.idx-ways { height: 132px; padding: 6px 0; margin-bottom: 16px; }
.idx-ways .item { float: left; width: 176px; margin-left: 26px; text-align: center; }
.idx-ways .item:first-child { margin-left: 0; }
.idx-ways .item .icon { display: block; width: 72px; height: 72px; margin: 0 auto 20px; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.idx-ways .icon-email { background-position: 0 -42px; }
.idx-ways .icon-phone { background-position: -82px -42px; }
.idx-ways .icon-addre { background-position: -164px -42px; }
.idx-ways .item h4 { color: #333; font-size: 14px; line-height: 1; margin-bottom: 8px; }
.idx-ways .item p { color: #999; font-size: 12px; line-height: 22px; margin-bottom: 8px; }
.idx-form .input-row { min-height: 40px; margin-bottom: 16px; }
.idx-form .input-row input { float: left; width: 250px; height: 20px; outline: none; border: none; line-height: 20px; padding: 10px 15px; background-color: #eeeff0; }
.idx-form .input-row input + input { margin-left: 20px; }
.idx-form .input-row textarea { display: block; width: 550px; height: 70px; border: none; outline: none; padding: 10px 15px; background-color: #eeeff0; }
.idx-form .input-row button { float: right; width: 120px; height: 40px; outline: none; color: #fff; border-color: #324883; background-color: #324883; }
.idx-form .input-row .check { float: left; width: 120px; height: 40px; cursor: pointer; overflow: hidden; margin-left: 10px; border-radius: 3px; }
.idx-form .input-row button:hover { color: #fff; background-color: #324883; }
.idx-news-list .item a:hover,
.idx-news-list .block a:hover h2 { color: #324883; }
.idx-ways .item:hover .icon { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); }

/* 博钻机电 内页 公用 */
.ibanner { width: 100%; height: 400px; overflow: hidden; background-repeat: no-repeat; }
.inr-title { color: #333; font-size: 24px; line-height: 48px; text-align: center; }
.inr-title small { color: #999; display: block; font-size: 18px; position: relative; text-transform: uppercase; }
.inr-title small:after { content: ""; position: absolute; top: 0; left: 50%; width: 58px; height: 2px; margin-left: -29px; background-color: #06abdf; }
.main-content { margin-bottom: 48px; }

/* 博钻机电 内页 关于我们 */
.inr-about { padding: 80px 0; background-color: #f2f8f9; }
.inr-about .thumb { float: left; width: 500px; margin: 0 32px; }
.inr-about .thumb img { display: block; width: 100%; border-radius: 8px; }
.inr-about .words { overflow: hidden; margin-right: 32px; }
.inr-about .title { height: 24px; text-align: left; font-size: 24px; padding-top: 10px; line-height: 24px; margin-bottom: 20px; }
.inr-about .title em { color: #999; height: 20px; margin: 0 4px; line-height: 24px; display: inline-block; vertical-align: bottom; }
.inr-about .title small { color: #999; height: 16px; font-size: 16px; line-height: 18px; display: inline-block; vertical-align: bottom; text-transform: uppercase; }
.inr-about .inr-title small:after { left: 0; margin-left: 0; }
.inr-about p { color: #888; font-size: 15px; line-height: 1.8; margin-bottom: 12px; text-align: justify; }
.inr-service { margin: 60px auto; }
.inr-service .list { padding-top: 48px; padding-bottom: 40px }
.inr-service .item { float: left; width: 180px; margin: 0 60px; }
.inr-service .icon { display: block; width: 108px; height: 108px; margin: 0 auto 8px; background-image: url(../images/idxsvc.png); background-repeat: no-repeat; }
.inr-service .icon1 { background-position: 0 0; }
.inr-service .icon2 { background-position: -118px 0; }
.inr-service .icon3 { background-position: -236px 0; }
.inr-service .icon4 { background-position: -354px 0; }
.inr-service .name { color: #999; display: block; font-size: 16px; line-height: 32px; text-align: center; }
.inr-elegant { padding-bottom: 20px; }
.swapped { margin: 80px auto; padding: 0 150px; width: 900px; height: 320px; position: relative; }
.swapped-wrapper { width: 100%; height: 100%; overflow: hidden; position: relative; padding: 20px 0; }
.swapped-item { position: absolute; z-index: 1; left: 100%; bottom: 50%; width: 400px; height: 268px; line-height: 0; margin-bottom: -134px; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }
.swapped-item:first-child { left: 0; z-index: 2; }
.swapped-item:first-child + .swapped-item { left: 250px; width: 600px; height: 402px; z-index: 4; margin-bottom: -201px; }
.swapped-item:first-child + .swapped-item + .swapped-item { left: 600px; z-index: 2; }
.swapped-item .imgbox { width: 100%; height: 100%; margin: 0; }
.swapped-item .imgbox img { max-width: 100%; max-height: 100%; }
.swapped-btn { margin-top: -20px; position: absolute; top: 50%; width: 40px; height: 40px; color: #fff; font-size: 24px; font-weight: bold; font-family: Simsun; line-height: 40px; text-align: center; background: #eeeff0; }
.swapped-prev { left: 0; }
.swapped-next { right: 0; }
.swapped-desc-p { text-align: center; font-size: 16px; line-height: 2; }
.swapped-btn:hover { background-color: #e1e1e1; }

/* 博钻机电 内页 产品中心 */
.sidebar { float: left; width: 260px; margin-top: 60px; }
.sidebar .tab-title { color: #fff; font-size: 18px; line-height: 40px; text-align: center; background-color: #324883; }
.sidebar .tab-item { display: block; color: #626869; font-size: 14px; line-height: 40px; padding-left: 14px; padding-right: 10px; background-color: #f2f8f9; border-bottom: 1px solid #fff; -webkit-transition: 0.25s linear; -o-transition: 0.25s linear; transition: 0.25s linear; }
.sidebar .tab-item .gt { float: right; color: #a9a9a9; font-size: 14px; font-weight: bold; font-family: Simsun; }
.sidebar-wp { width: 100%; margin-top: 24px; background: #f2f8f9; }
.sidebar-h3 { padding: 10px 30px; height: 36px; color: #333; font-size: 16px; font-weight: bold; line-height: 37px; text-align: center; border-bottom: 1px solid #e1e1e1; }
.sidebar-dl { padding: 15px; color: #333; font-size: 12px; line-height: 20px; }
.sidebar-dt { margin-bottom: 16px; }
.sidebar-dt i { margin-right: 5px; float: left; width: 20px; height: 20px; background: url(../images/icon.png) no-repeat; }
.sidebar-dt i.ico-tel { background-position: -666px 0; }
.sidebar-dt i.ico-fax { background-position: -692px 0; }
.sidebar-dt i.ico-emi { background-position: -718px 0; }
.sidebar-dt i.ico-adr { background-position: -742px 0; }
.sidebar-dd { margin: 0 0 16px 60px; }
.sidebar-cd { margin: 6px auto 24px; width: 160px; text-align: center; line-height: 0; border-top: 1px solid #dcdcdc; }
.sidebar-cd p { margin: 4px 0; color: #333; font-size: 1.4em; line-height: 2; }
.sidebar .tab-item:hover { color: #06abdf; padding-left: 28px; }
.sidebar .tab-item.active { color: #06abdf; padding-left: 28px; }
.sidebar .tab-item:hover .gt { color: #06abdf; }
.sidebar .tab-item.active .gt { color: #06abdf; }
.content { height: 100%; margin-top: 60px; margin-left: 298px; }
.content .pdtlist { margin-left: -43px; }
.content .pdtlist .item { float: left; width: 272px; padding: 10px 0; margin-left: 40px; margin-bottom: 30px; }
.content .pdtlist a { display: block; height: 100%; }
.content .pdtlist .thumb { display: block; width: 100%; height: 195px; overflow: hidden; }
.content .pdtlist img { display: block; max-width: 100%; margin: 0 auto; transition: 0.25s; }
.content .pdtlist .name { display: block; color: #999; font-size: 14px; line-height: 24px; text-align: center; }
.content .pdtlist .item:hover { -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

/* 博钻机电 内页 设备展示 */
.ltb-list { margin: 60px -12px 30px; }
.ltb-list .item { float: left; width: 282px; height: 241px; margin: 0 12px 24px; }
.ltb-list .tap { display: block; width: 100%; height: 196px; overflow: hidden; border-radius: 5px; }
.ltb-list .lazy { display: block; max-width: 100%; width: 100%; height: 100%;}
.ltb-list .name { color: #333; font-size: 15px; font-weight: bold; line-height: 32px; text-align: center; margin-top: 12px; }

/* 博钻机电 内页 公司资质 */
.cus-list { width: 100%; padding: 50px 0; position: relative; }
.cus-list:before { content: ""; position: absolute; top: 128px; left: 50%; bottom: 34px; width: 2px; margin-left: -1px; background-color: #ccc; }
.cus-item { width: 180px; height: 108px; padding: 30px; cursor: pointer; position: relative; border: 1px solid #dbdbdb; padding-left: 260px; -webkit-transition: 0.25s linear; -o-transition: 0.25s linear; transition: 0.25s linear; }
.cus-item.even { margin-left: 728px; }
.cus-item .thumb { position: absolute; top: 15px; left: 15px; width: 220px; height: 138px; overflow: hidden; }
.cus-item .thumb img { max-width: 100%; min-height: 100%; }
.cus-item .desc { font-size: 14px; line-height: 20px; }
.cus-item .date { position: absolute; top: 50%; left: 594px; width: 200px; height: 12px; color: #06abdf; font-size: 18px; font-weight: bold; line-height: 12px; background-color: #fff; }
.cus-item.even .date { left: auto; right: 594px; text-align: right; }
.cus-item .date .square { float: left; width: 8px; height: 8px; margin: 2px 10px 2px 1px; background-color: #06abdf; -webkit-transition: 0.25s linear; -o-transition: 0.25s linear; transition: 0.25s linear; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.cus-item.even .date .square { float: right; margin: 2px 1px 2px 10px; }
.cus-list .more { margin: 50px auto 0; display: block; width: 170px; height: 32px; color: #fff; font-size: 16px; text-align: center; line-height: 32px; text-transform: uppercase; background-color: #06abdf; }
.cus-item:hover { -webkit-box-shadow: 0 0 25px #ccc; box-shadow: 0 0 25px #ccc; }
.cus-item:hover .square { -webkit-box-shadow: 0 0 25px #06abdf; box-shadow: 0 0 25px #06abdf; -webkit-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }

/* 博钻机电 内页 联系我们 */
.contact .ways { width: 480px; height: 300px; padding: 30px 40px; background-color: #f4f4f4; -webkit-border-radius: 5px; border-radius: 5px; }
.contact h3 { font-size: 22px; line-height: 2; margin-bottom: 12px; }
.contact dl { color: #888; line-height: 2.5; font-size: 15px; }
.contact .notes { width: 500px; height: 300px; padding: 30px 40px; background-color: #f4f4f4; -webkit-border-radius: 5px; border-radius: 5px; }
.contact .input-row { width: 220px; padding: 0 10px; line-height: 36px; background-color: #fff; -webkit-border-radius: 3px; border-radius: 3px; }
.contact .input-row label,
.contact .input-text label { color: #acacac; font-size: 14px; vertical-align: top; }
.contact .input-row input { width: 170px; height: 36px; border: none; line-height: 36px; background-color: transparent; vertical-align: top; }
.contact .input-text { width: 480px; height: 82px; padding: 0 10px; line-height: 36px; background-color: #fff; -webkit-border-radius: 3px; border-radius: 3px; }
.contact .input-text textarea { width: 400px; height: 60px; border: none; resize: none; overflow: auto; line-height: 20px; padding: 11px 0; background-color: transparent; vertical-align: top; }
.contact .btn-submit { display: block; width: 96px; height: 32px; margin: 24px auto 0; border-color: #2e9dd0; background-color: #2e9dd0; }
.contact .btn-submit:hover { border-color: #324883; background-color: #324883; }
.contact .btn-submit:active { border-color: #324883; background-color: #324883; }
.map { width: 1198px; height: 500px; margin-top: 48px; border: 1px solid #e8e8e8; }
.mapcon { width: 100%; height: 100%; }

/* 博钻机电 内页 新闻中心 */
.news-list { margin: 0 auto; width: 1200px; }
.news-item { position: relative; height: 120px; cursor: default; border: 1px solid #f1f1f1; padding: 20px 200px 20px 210px; margin-bottom: 24px; }
.news-thumb { position: absolute; top: 20px; left: 20px; width: 160px; height: 120px; overflow: hidden; }
.news-thumb img { max-width: 100%; -webkit-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; }
.news-name { overflow: hidden; line-height: 2; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 12px; }
.news-name a { display: inline-block; color: #444; font-size: 18px; *zoom: 1; *display: inline; }
.news-date { position: absolute; right: 20px; top: 40px; height: 80px; width: 80px; color: #dbdbdb; text-align: center; background-color: #999; border-radius: 4px; }
.news-date small { display: block; font-size: 24px; line-height: 36px; text-align: center; margin-top: 6px; }
.news-date strong { display: inline-block; font-size: 18px; font-weight: normal; padding: 6px; border-top: 1px solid #dbdbdb; *display: inline-block; *zoom: 1; }
.news-desc { height: 56px; color: #999; font-size: 14px; line-height: 2; text-align: justify; overflow: hidden; margin: 6px 0 12px; }
.news-more { width: 94px; height: 24px; color: #324883; font-size: 14px; line-height: 24px; text-align: center; border: 1px solid #bed757; -webkit-border-radius: 2px; border-radius: 2px; }
.news-item:hover { background-color: #f4f4f4; }
.news-item:hover a { color: #324883; }
.news-item:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.news-more:hover { color: #fff; background-color: #324883; }
.news-item:hover .news-date { color: #fff; background-color: #324883; }

/* 博钻机电 内页 新闻详情 */
.news-ihandle .wrap { width: 1000px; }
.news-detail { width: 1000px; min-height: 400px; margin: 0 auto 60px; }
.news-detail h2 { color: #333; font-size: 24px; text-align: center; margin-bottom: 12px; }
.news-detail p { color: #888; font-size: 16px; line-height: 2; text-align: justify; margin-bottom: 12px; }
.news-detail .imgbox { margin: 20px 0; text-align: center; line-height: 0; }
.news-detail .imgbox img { display: inline; }
.news-detail .publish { color: #ccc; font-size: 14px; line-height: 36px; text-align: center; margin-bottom: 32px; }
.news-detail .publish span { margin: 0 20px; }
.atl-up-down { font-size: 14px; border-top: 1px solid #e8e8e8; padding-top: 32px; margin-top: 60px; }
.atl-up-down li { margin-bottom: 4px; color: #333; line-height: 2.5; }
.atl-up-down li a { color: #324883; }
.atl-up-down li a:hover { color: #324883; }

/**/
.ihandle { height: 63px; margin-bottom: 30px; border-bottom: 1px solid #efeff4; }
.ihandle .breadcurmbs { height: 30px; color: #666; font-size: 15px; margin: 17px 0 16px; }
.ihandle .breadcurmbs li { float: left; color: #666; height: 100%; font-size: 14px; max-width: 120px; overflow: hidden; line-height: 30px; white-space: nowrap; text-overflow: ellipsis; }
.ihandle .breadcurmbs li:first-child + li ~ li:before { content: ">"; display: inline-block; margin: 0 10px; line-height: 19px; font-family: Simsun; }
.ihandle .breadcurmbs li a { color: #666; font-size: 13px; font-family: "Microsoft  Yahei"; }
.ihandle .breadcurmbs li:last-child a { color: #48b437; }

/* 博钻机电 内页 产品详情页 */
.detail { float: right; width: 902px; margin-top: 60px; }
.dtl-picture { float: left; width: 424px; }
.zoom-scroll { width: 424px; height: 60px; position: relative; margin-top: 16px; }
.zoom-scroll .bun { width: 30px; height: 60px; position: absolute; background: url(../images/zoombun.png) no-repeat 0 0; display: block; top: 50%; margin-top: -30px; }
.zoom-scroll .bun.lbun { left: 0px; background-position: 0px 0px; }
.zoom-scroll .bun.lbun:hover { background-position: 0px -60px; }
.zoom-scroll .bun.rbun { right: 0px; background-position: -30px 0px; }
.zoom-scroll .bun.rbun:hover { background-position: -30px -60px; }
.zoom-scroll .scrollpic { width: 336px; height: 60px; overflow: hidden; position: relative; margin-left: 42px; }
.zoom-scroll .scrollpic ul { width: 500%; position: absolute; left: 0px; top: 0px; }
.zoom-scroll .scrollpic ul li { width: 84px; height: 60px; text-align: center; float: left; }
.zoom-scroll .scrollpic ul li .pic { width: 58px; height: 58px; padding: 1px; background: #dddddd; margin: 0 auto; display: block; overflow: hidden; font-size: 0px; line-height: 0px; }
.zoom-scroll .scrollpic ul li .pic img { width: 58px; height: 58px; }
.zoom-scroll .scrollpic ul li .pic.active { width: 58px; height: 58px; padding: 1px; background: #da251c; }
.zoom-scroll .scrollpic ul li .pic.active img { width: 58px; height: 58px; }
#tsShopContainer li,
#tsShopContainer img { vertical-align: top; }
#tsShopContainer { width: 422px; position: relative; border: 1px solid #dddddd; font-size: 12px; }
#tsShopContainer #tsImgS { text-align: center; width: 100%; position: relative; height: 422px; }
#tsShopContainer #tsImgS a { display: block; text-align: center; margin: 0px auto; cursor: crosshair; }
#tsShopContainer #tsImgS img { border: 0px; }
.MagicZoomBigImageCont { border: 1px solid #dddddd; background: #FFF; }
.MagicZoomBigImageCont img { width: 840px; height: 840px; }
.MagicZoomMain { text-align: center !important; width: 92px; }
.MagicZoomMain div { padding: 0px !important; }
.MagicZoomHeader { font: 10px Tahoma, Verdana, Arial, sans-serif; color: #fff; background: #91b817; text-align: center !important; }
.MagicZoomPup { border: 0px solid #aaa; background: #ffffff; }
.MagicZoomLoading { text-align: center; background: #ffffff; color: #444; border: 1px solid #ccc; opacity: 0.8; padding: 3px 3px 3px 3px !important; display: none; }
.MagicZoomLoading img { padding-top: 3px !important; }
.dtl-info { margin-left: 460px; }
.dtl-name { color: #333; font-size: 24px; line-height: 1.2; padding-bottom: 16px; margin-bottom: 10px; border-bottom: 1px solid #e8e8e8; }
.dtl-list { color: #666; font-size: 14px; line-height: 44px; margin-bottom: 28px; }
.dtl-list dt { color: #999; width: 102px; }
.dtl-list dt { color: #999; width: 102px; }
.dtl-intro { margin-top: 24px; border: 1px solid #dbdbdb; }
.dtl-title { height: 48px; color: #333; font-size: 18px; padding: 0 30px; font-weight: bold; background-color: #dbdbdb; }
.dtl-title em { float: left; height: 40px; padding: 0 15px; margin-top: 8px; line-height: 40px; border-radius: 5px 5px 0 0; background-color: #fff; }
.dtl-desc { padding: 30px; }
.dtl-desc p { color: #666; font-size: 16px; line-height: 1.8; margin-bottom: 12px; }
.dtl-desc img { display: block; max-width: 100%; }
