﻿.header { min-width: 1220px; }
.header .search-box { position: relative; height: 96px; }
.header .logo-box { background: #FFFFFF; }
/*logo*/
.header .logo { position: absolute; left: 40px; top: 48px; transform: translateY(-50%); z-index: 99; }
.header .logo a { display: block; width: 100%; height: 100%; }
.header .logo img { max-height: 70px; max-width: 300px; }
/*搜索框*/
.header .search { position: absolute; margin-left: 50%; transform: translateX(-50%); padding: 28px 0; width: 758px; text-align: center; }
.header .search .wd { float: left; width: 500px; height: 40px; padding: 0px 24px; box-sizing: border-box; border: 1px solid #D9D9D9; border-right: none; background: #fff; border-radius: 8px 0px 0px 8px; overflow: hidden; }
.header .search .wd input { width: 100%; height: 40px; line-height: 40px; border: none; outline: none; font-size: 14px; }
.header .search .wd input::placeholder { font-size: 14px; color: #666666; }
.header .search .btn-normal { float: left; width: 120px; height: 40px; line-height: 40px; border-radius: 0px 8px 8px 0px; box-shadow: none; }
.header .search .structure { float: right; line-height: 40px; width: 120px; margin-left: 16px; font-size: 14px; }
.header .search .structure .btn-light { width: 120px; height: 40px; border-radius: 8px; }
.header .search .structure .btn-light img { position: relative; top: 2px; margin-right: 2px; }
.header .search .structure span { font-size: 16px; display: inline-block; }
.header .search .structure a { color: #fff; }
.header .search .structure i { margin: -2px 0px 0px 4px; }
.header .search .history { position: absolute; top: 70px; width: 572px; 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; }
.header .search .history iframe { width: 100%; height: 100%; overflow: hidden; }
/*选择语言*/
.header .sitelang { position: absolute; right: 0; width: 200px; height: 96px; background: #85CCEE; }
.header .sitelang .item { float: left; position: relative; width: 100px; height: 100%; }
.header .sitelang .item .flex-center { flex-direction: column; height: 100%; font-weight: bold; }
.header .sitelang .item .flex-center i { margin-bottom: 8px; }
.header .sitelang .layers { display: none; position: absolute; top: 95px; left: 0px; min-width: 180px; padding: 8px 0px; 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: 10; }
.header .sitelang .layers:before { position: absolute; content: ""; display: block; top: -8px; left: 30px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 8px solid #fff; }
.header .sitelang .layers a { display: block; padding-left: 14px; line-height: 48px; text-decoration: none; }
.header .sitelang .layers a:hover { background: #F5F5F5; }
.header .sitelang .layers .ico16 { margin-right: 4px; }
.header .sitelang .item:hover .layers { display: block !important; }

/*左上脚联系方式*/
.header .contact1 { }
.header .contact1 .item { float: left; line-height: 48px; }
.header .contact1 .item i { margin-right: 6px; }
.header .contact1 .item::before { content: ""; display: inline-block; width: 1px; height: 8px; margin: 0px 16px 0px 16px; background: #999999; }
.header .contact1 .item:first-child:before { display: none; }
/*搜索词*/
.header .searchwords { line-height: 20px; }
.header .searchwords a { margin-right: 16px; }

/*导航相关*/
.header .navheader-box { background: #F4F8FB; }
.header .navheader .item { float: left; position: relative; line-height: 48px; }
.header .navheader .item .title { display: block; height: 100%; padding: 0px 20px 0px 20px; text-decoration: none; box-sizing: border-box; color: #333333; font-size: 14px; }
.header .navheader .item:first-child .title { padding-left: 0px; }
.header .navheader .layers { display: none; position: absolute; top: 100%; left: 50%; transform: translate(-50%,0); width: 186px; z-index: 20; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); background: #fff; text-align: center; border-radius: 5px; }
.header .navheader .layers a { display: block; margin: 0px 12px; text-decoration: none; border-bottom: 1px solid rgba(217, 217, 217, 0.5); }
.header .navheader .layers .desc { display: none; }
.header .navheader .layers2 { left: 100%; top: 0px; min-height: 100%; box-sizing: border-box; }
.header .navheader .item:hover .title:before { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); }
.header .navheader .layers .info { position: relative; transition: all 0.3s; }
.header .navheader .layers .info:hover { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

/*产品单独弹出层*/
.nav-productclass { display: none; position: absolute; top: 100%; transform: translate(-20%,0); width: 186px; z-index: 10; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); text-align: center; background: #fff; border-radius: 5px; }
.nav-productclass a { display: block; padding: 16px 0px; margin: 0px 12px; text-decoration: none; border-bottom: 1px solid rgba(217, 217, 217, 0.5); }
.nav-productclass .desc { display: none; }
.nav-productclass .layers { display: none; position: absolute; width: 186px; z-index: 10; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); background: #fff; text-align: center; }
.nav-productclass .layers1 { left: 100%; top: 0px; min-height: 100%; box-sizing: border-box; }
.nav-productclass .item:hover .title:before { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); }
.nav-productclass .info { transition: all 0.3s; position: relative; }
.nav-productclass .info:hover { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

/*页脚开始*/
.footer { min-width: 1220px; background: #FFFFFF; padding-top: 60px; background-size: cover; border-width: 1px 0px 0px 0px; border-style: solid; border-color: #E0E0E0; }

.footer .navfooter-box { display: flex; margin-bottom: 40px; }
/*底部导航栏*/
.footer .navfooter { flex: 1; }
.footer .navfooter .items { display: flex; }
.footer .navfooter .item { flex: 1; }
.footer .navfooter .item .name { padding-bottom: 20px; font-weight: bold; }
.footer .navfooter .item .desc div { padding-bottom: 16px; }
.footer .navfooter .item .desc div:last-child { padding-bottom: 0px; }
/*底部联系方式*/
.footer .contact2 { margin-right: 64px; max-width: 320px; }
.footer .contact2 .item0 { font-weight: bold; padding-bottom: 20px; }
.footer .contact2 div { padding-bottom: 16px; }
.footer .contact2 div:last-child { padding-bottom: 0px; }
.footer .contact2 .item8 i { display: none; }
.footer .contact2 i { margin: -2px 4px 0px 0px; }

.footer .qrcode-box { margin-left: 64px; width: 256px; }
/*二维码*/
.footer .qrcode { text-align: center; margin-bottom: 20px; }
.footer .qrcode .item { float: right; margin-right: 16px; }
.footer .qrcode .item:first-child { margin-right: 0px; }
.footer .qrcode .item .pic { margin-bottom: 8px; }
.footer .qrcode .item .pic img { display: block; width: 100px; height: 100px; object-fit: cover; }

.footer .logo-box { position: relative; padding: 10px 0; border-width: 1px 0 1px 0; border-style: solid; border-color: #E9E9E9; }
.footer .logo { text-align: right; }
.footer .logo img { max-height: 60px; max-width: 300px; }
.footer .logo-box .flr { position: absolute; top: 50%; right: 0; transform: translateY(-50%); text-align: right; }
.footer .logo-box .flr p { margin-bottom: 4px; font-size: 16px; font-weight: bold; }

.footer .iconlink { text-align: right; margin-top: 24px; }
.footer .iconlink a { margin-left: 12px; text-decoration: none; }
.footer .iconlink a:first-child { margin-left: 0px; }
.footer .iconlink img { max-height: 40px; }

/*社交信息*/
.footer .social-box { line-height: 36px; }
.footer .social { text-align: center; font-size: 12px; }
.footer .social .item { float: left; margin-right: 16px; }
.footer .social .item img { max-height: 40px; vertical-align: middle; }
.footer .social-box .designed { margin-left: auto; }

/*版权和icp信息*/
.footer .copyright { padding: 12px 0px 16px; font-size: 12px; }
.footer .copyright .friendlink { display: inline-block; margin-right: 32px; }
.footer .copyright .friendlink a { margin-right: 16px; }
.footer .copyright .statement { display: inline-block; padding-bottom: 4px; }
.footer .copyright .split { margin: -2px 8px 0px 8px; }
.footer .copyright i { margin: -2px 4px 0px 0px; }
.footer .copyright .flr { margin-top: 4px; font-size: 20px; font-weight: bold; background: linear-gradient(90deg, #FE9518 28%, #D44043 99%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); }

/*客服*/
.support { position: fixed; top: 36%; right: 0; width: 40px; line-height: 40px; z-index: 10; overflow: visible !important; }
.support .item { width: 100%; height: 40px; margin-bottom: 4px; position: relative; }
.support .item label { display: block; width: 40px; height: 40px; position: relative; cursor: pointer; z-index: 100; text-align: center; border-radius: 50%; }
.support .item span { position: absolute; top: 0; right: -120px; width: 108px; padding-left: 12px; transition: all 0.3s; border-radius: 24px; }
.support .item:hover span { right: 0px; }
.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 .item:hover em { opacity: 0; }
#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; }
