﻿/*布局辅助样式*/
.header { }

.header-logo { }
.header-logo > div { width: 1200px; max-height: 56px; padding: 16px 0px; margin: auto; display: flex; align-items: center; }
.header-logo .logo { float: left; margin-right: 40px; }
.header-logo .logo img { max-width: 140px; max-height: 56px; }

/*搜索框*/
.search { position: relative; text-align: center; width: 882px; }
.search .wd { float: left; width: 718px; height: 40px; padding: 0px 12px; box-sizing: border-box; border-right: none; border: 1px solid #008CD4; }
.search .wd input { width: 100%; height: 100%; border: none; outline: none; }
.search .btn-normal { float: left; width: 58px; height: 40px; line-height: 40px; }
.search .btn-normal .ico { filter: brightness(100); }
.search .structure { float: right; width: 10.5%; }
.search .structure a { text-decoration: none; }
.search .structure span { display: inline-block; width: 44px; vertical-align: middle; color: #000; line-height: 18px; text-align: left; }

.search .history { position: absolute; top: 44px; left: 0px; width: 80%; line-height: 36px; overflow: hidden; z-index: 100; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); display: none; min-height: 150px; }
.search .history iframe { width: 100%; height: 100%; overflow: hidden; }

.header-nav { }
.header-nav > div { width: 1200px; margin: auto; }
/*选择语言*/
.sitelang { margin-left: auto; }
.sitelang .items { }
.sitelang .item { float: left; position: relative;padding:12px 0px; }
.sitelang .item a { display: block; text-decoration: none; }
.sitelang .item span { margin-left: 4px; color: #000; font-weight: bold; vertical-align: middle; }
.sitelang .layers { display: none; position: absolute; top: 40px; right: 0px; min-width: 180px; padding: 8px 0px; background: #fff; border: 1px solid #eee; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); z-index: 1; }
.sitelang .layers:before { position: absolute; content: ""; display: block; top: -8px; right: 30px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 8px solid #fff; }
.sitelang .layers a { line-height: 48px; padding: 0px 26px; text-decoration:none;}
.sitelang .layers a:hover { background: #F5F5F5; }
.sitelang .layers .ico16 { margin-right: 4px; }
.sitelang .layers a { color: #333; }
.sitelang .item:hover .layers { display: block !important; }
.sitelang .item .layers span { font-weight:normal;}
/*导航相关*/
.navheader { float: left; }
.navheader > div { position: relative; }
.navheader .item { position: relative; height: 48px; transition: all 0.3s; padding: 0px; }
.navheader .item > a { height: 100%; padding: 12px 24px; text-decoration: none; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end; cursor: pointer; }
.navheader .title div { display: inline-block; vertical-align: middle; font-weight: bold; }
.navheader .title label { font-size: 12px; font-weight: normal; display: block; cursor: pointer; }
.navheader .title img { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; }
.navheader .title div .ico20 { filter: brightness(100); }
.navheader .active { background: #fff; }
.navheader .active > a { color: #000; }
.navheader .active .icof-down { background-position: -129px -87px; }

.navheader .layers { background: #fff; }
.navheader .layers a .icof { display: none; }
.navheader .layers { display: none; position: absolute; top: 100%; left: 0px; min-width: 180px; padding: 8px 0px; line-height: 40px; z-index: 10; border: 1px solid #eee; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); white-space: nowrap; }
.navheader .layers a { display: block; padding: 0px 20px; color: #000; text-decoration: none; position: relative; }
.navheader .layers .desc { display: none; }
.navheader .layers a:hover { background: #EEF4FC; color: #008CD4; }

/*产品单独弹出层*/
.nav-productclass { display: none; position: absolute; min-width: 180px; padding: 8px 0px; line-height: 40px; z-index: 10; border: 1px solid #eee; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); white-space: nowrap; background: #fff; }
.nav-productclass .info a { display: block; padding: 0px 20px; color: #000; text-decoration: none; position: relative; }
.nav-productclass .layers1 { min-width: 180px; position: absolute; left: 100%; top: 0px; margin-left: 1px; background: #fff; border: 1px solid #eee; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-height: 100%; }
.nav-productclass .layers1 .info a { display: block; padding: 0px 20px; color: #000; text-decoration: none; position: relative; }
.nav-productclasss .info:hover .desc { display: block; }
.nav-productclass a .icof { display: block; position: absolute; right: 8px; top: 10px; }
.nav-productclass a:hover { background: #EEF4FC; color: #008CD4; }

/*右上方账号信息*/
.user { float: right; }
.user .items { }
.user .item { float: left; position: relative; }
.user .item .color-reverse { line-height: 48px; font-weight: bold; }
.user .item .color-reverse a { padding: 0px 24px; text-decoration: none; }
.user .item .color-reverse a img { width: 24px; height: 24px; border-radius: 50%; margin-top: 4px; }
.user .item:first-child:hover { background: #fff; }
.user .item:first-child:hover a { color: #000; }
.user .item:first-child:hover { background: #fff; }
.user .item:first-child:hover .icof-down { background-position: -129px -87px; }
.user .item:last-child .color-reverse a { padding: 0px 0px 0px 24px; }
.user .item .icof-cart-w { margin: -4px 12px 0px 0px; }
.user .item .login { position: absolute; top: 48px; left: 0px; padding: 20px 24px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); z-index: 200; display: none; line-height: inherit; text-align: center; }
.user .item .login .btn-deep { margin: auto; margin-bottom: 12px; }
.user .item .logined { width: 200px; padding: 24px 20px; text-align: center; line-height: normal; }
.user .item .logined .pic { }
.user .item .logined .pic img { width: 60px; height: 60px; border-radius: 50%; }
.user .item .logined .name { padding: 4px 0px 6px 0px; }
.user .item .logined .desc { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #eee; }
.user .item .logined .info a { display: block; line-height: 32px; padding: 0px 20px; text-decoration: none; }
.user .item .logined .info a:hover { color: #008CD4; }
.user .split { float: left; width: 1px; height: 20px; background: #fff; margin: 14px 6px 0px 6px; }
.user label { display: inline-block; width: 16px; height: 16px; line-height: 16px; background: #FFFFFF; border-radius: 2px; transform: rotate(45deg); color: #253E96; text-align: center; margin-left: 10px; }
.user label em { display: inline-block; transform: rotate(-45deg); margin-left: -1px; }

/*购物车*/
#cart_simple_layer { width: 510px !important; height: 100%; position: fixed; top: 0px; right: -540px; left: initial !important }
#cart_simple_layer .loading { position: absolute; background: url(/res/image/loading.gif) no-repeat center top; width: 60px; height: 60px; padding-top: 48px; top: 50%; left: 50%; margin-left: -30px; margin-top: -30px; text-align: center; }
#cart_simple_layer .panel-body { width: 510px !important; }
/*页脚开始*/
.footer { position: relative; color: #000; margin-top: 144px; }
.footer > div { }

/*友情链接*/
.friendlink { float: left; }
.friendlink > div { }
.friendlink .title { float: left; }
.friendlink .items { float: left; }
.friendlink .item { margin-right: 12px; }

.friendlink { position: absolute; left: 0px; top: -50px; width: 100%; height: 100px; line-height: 100px; color: #fff; }
.friendlink > .fll { width: 40%; height: 100%; background: #008CD4; }
.friendlink > .flr { width: 60%; height: 100%; background: #fff; position: relative; }
.friendlink > .flr .bg-light { position: absolute; width: 100%; height: 50%; left: 0px; bottom: 0px; }
.friendlink .wrap { position: absolute; left: 50%; margin-left: -600px; }
.friendlink .items { padding-right: 234px; background: url(/res/image/footer-yuhan.png) no-repeat; background-size: 100% 100%; font-weight: bold; }
.friendlink .title { float: left; }
.friendlink .item { float: left; }
.friendlink .item a { color: #fff; }
.friendlink .item .split { display: inline-block; width: 1px; height: 20px; background: #fff; margin: 0px 20px; transform: rotate(20deg); }

/*服务3*/
.service3 { }
.service3 > div { }
.service3 .title { position: relative; }
.service3 .title .pic { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.service3 .title .pic img { width: 100%; height: 100%; object-fit: cover; }
.service3 .title .name { padding: 36px 0px 6px 0px; text-align: center; line-height: 32px; font-size: 24px; position: relative; z-index: 1; }
.service3 .title .name:before { content: ""; display: inline-block; vertical-align: middle; width: 60px; height: 1px; background: linear-gradient(90deg, rgba(142, 142, 142, 0) 0%, #FFFFFF 100%); margin-right: 16px; }
.service3 .title .name:after { content: ""; display: inline-block; vertical-align: middle; width: 60px; height: 1px; background: linear-gradient(90deg, rgba(142, 142, 142, 0) 0%, #FFFFFF 100%); margin-left: 16px; }
.service3 .title .desc { text-align: center; padding-bottom: 36px; position: relative; z-index: 1; }

.service3 .items { width: 1220px; margin: auto; padding: 15px 0px; line-height: 24px; text-align: center; font-size: 0px; }
.service3 .item { display: inline-block; margin-right: 10%; white-space: nowrap; max-width: 17.5%; text-align: left; box-sizing: border-box; font-size: 14px; }
.service3 .item:last-child { margin-right: 0px; }
.service3 .item .pic { display: inline-block; width: 50px; height: 50px; margin-right: 12px; }
.service3 .item .pic img { width: 100%; height: 100%; object-fit: cover; }
.service3 .item .info { display: inline-block; }
.service3 .item .desc { opacity: 0.7; padding-top: 4px; }

.footer-content { width: 1200px; margin: auto; padding: 90px 0px 80px 9px; border-bottom: 2px solid rgba(0, 0, 0, 0.14); }
.footer-content > .fll { }
/*底部导航栏*/
.navfooter { float: right; }
.navfooter > div { }
.navfooter .items { }
.navfooter .item { float: left; width: 150px; max-width: 160px; font-weight: bold; }
.navfooter .item .name { font-size: 16px; }
.navfooter .item p { padding-top: 24px; }
/*底部联系方式*/
.contact2 { float: left; }
.contact2 .items { }
.contact2 > div { line-height: 17px; padding-bottom: 8px; }
.contact2 .pic { margin-right: 8px; }
.contact2 img { max-width: 220px; }
.contact2 > div .ico16 { width: 20px; height: 20px; background: url(/user/10102/pc/icon.png); margin: -5px 0px 0px 0px; }
.contact2 > div .icof { margin-top: -5px; }
.contact2 > div .ico16-phonesound { background-position: -673px -203px; }
.contact2 > div .ico16-qq { background-position: -705px -203px; }
.contact2 .item8 .ico16 { background-position: -737px -203px; }
.contact2 > div .ico16-emailline { background-position: -705px -203px; }
.contact2 .item0 { font-size: 16px; font-weight: bold; }
.contact2 .item0 b { display: block; line-height: 28px; padding: 16px 0px; margin-left: 32px; font-weight: normal; }
.contact2 .item2 b { display: block; font-weight: normal; padding-top: 8px; margin-left: 23px; }
/*版权和icp信息*/
.copyright { width: 1200px; margin: auto; padding-top: 32px; font-size: 12px; }
.copyright span:last-child { float: right; max-width: 460px; text-align: right; }
.copyright a { margin-left: 8px; }
.copyright i { margin: -4px 0px 0px 4px; }


/*二维码*/
.qrcode { float: right; text-align: center; font-weight: bold; }
.qrcode > div { max-width: 232px; }
.qrcode .items { }
.qrcode .item { float: right; margin-left: 16px; }
.qrcode .item:nth-child(2n) { margin-left: 0px; }
.qrcode .item:last-child { margin-left: 0px; }
.qrcode .item .pic img { width: 100px; object-fit: cover; }
.qrcode .item .desc { font-size: 16px; padding-bottom: 24px; }

.footer-iconlink { width: 1200px; margin: auto; font-size: 12px; display: flex; align-items: center; padding-bottom: 32px; }
/*底部图标*/
.iconlink { }
.iconlink > div { }
.iconlink .items { line-height: 32px; }
.iconlink .item { float: left; }
.iconlink .item img { vertical-align: middle; max-width: 60px; max-height: 32px; }
.iconlink .item span { vertical-align: middle; margin-top: 0px; color: #000; }
.iconlink .item .split { margin: 0px 4px; }
.iconlink .item:last-child .split { display: none; }

.design { margin-left: auto; }


/*客服*/
.support { position: fixed; top: 36%; right: 0; width: 64px; z-index: 10; overflow: visible !important; }
.support > div { }
.support .items { }
.support .item { width: 100%; height: 60px; padding-top: 10px; margin-bottom: 4px; position: relative; font-size: 12px; text-align: center; }
.support .item:hover { opacity: 0.8; }
.support .item a { text-decoration: none; }
.support .item label { display: block; position: relative; cursor: pointer; z-index: 100; text-align: center; margin-bottom: 2px; }
.support .item label .ico30 { filter: brightness(100); }
.support .item em { position: absolute; top: -10px; left: -15px; display: block; width: 24px; height: 24px; line-height: 24px; text-align: center; border-radius: 50%; z-index: 200; }
#support_layer { position: fixed; top: 0px !important; left: auto !important; right: -300px; height: 100%; background: #fff; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); }
#support_layer .scroller { max-height: initial; }
