@charset 'utf-8';
* { margin: 0; padding: 0; }
body { font-family: Arial; }
a { text-decoration: none; color: #333; }
li { list-style: none; }
img { vertical-align: middle; }
input, button, textarea { outline: none; font-family: Arial; vertical-align: middle; }
.whole { max-width: 1400px; margin: 0 auto; }
.clear { clear: both; }
.header { width: 100%; position: absolute; left: 0; top: 50px; z-index: 9; }
.header.fixed { padding: 20px 0; position: fixed; top: 0; background: rgba(0, 0, 0, 0.8); }
.header .logo { width: 120px; float: left; line-height: 80px; }
.header .menu { float: right; }
.header .menu ul { padding: 10px 0; }
.header .menu ul::after { content: ''; display: table; clear: both; }
.header .menu ul li { float: left; font-size: 18px; line-height: 60px; padding: 0 20px; position: relative; }
.header .menu ul li a { display: block; color: #fff; }
.header .menu ul li a:hover { border-bottom: solid #fff 2px; }
.header .menu ul li p { color: #fff; cursor: pointer; }
.header .menu ul li p:hover { border-bottom: solid #fff 2px; }
.header .menu ul li ul { width: max-content; background: rgba(0, 0, 0, 0.8); display: none; position: absolute; top: 62px; left: 50%; transform: translateX(-50%); }
.header .menu>ul>li:hover>ul { display: block; }
.header .menu ul li ul li { float: none; font-size: 16px; line-height: 40px; padding: 0; position: relative; }
.header .menu ul li ul li a { padding: 0 20px; }
.header .menu ul li ul li a:hover { border-bottom: none; background: rgba(255, 255, 255, 0.2); }
.header .menu ul li ul li ul { width: max-content; display: none; position: absolute; left: 100%; top: -10px; transform: none; }
.header .menu ul li ul li:hover ul { display: block; }
.title h2 { font-size: 20px; margin: 0 0 30px; }
.title p { font-size: 40px; }
.header .search { float: right; margin-top: 24px; margin-left: 20px; position: relative; z-index: 9; }
.header .search .search_btn { width: 32px; height: 32px; background: url("../images/search.png") center no-repeat #fff; border-radius: 16px; cursor: pointer; }
.header .search .search_box { width: 0; height: 32px; background: #fff; border-radius: 21px; position: absolute; top: 0; left: 30px; opacity: 0; transition: all 0.3s; visibility: hidden; overflow: hidden; }
.header .search .search_box.show { width: 320px; left: -288px; opacity: 1; visibility: visible; }
.header .search .search_box input { width: 230px; height: 32px; float: left; border: none; font-size: 16px; border-radius: 29px 0 0 29px; padding-left: 20px; }
.header .search .search_box button { width: 32px; height: 32px; float: left; border: none; background: url("../images/search.png") center no-repeat; cursor: pointer; }
.header .search .search_box .close_btn { float: right; line-height: 32px; font-size: 22px; color: #209f96; cursor: pointer; margin-right: 10px; }
.footer { background: url("../images/footer.jpg"); }
.footer .fcompany { padding-top: 80px; }
.footer .fcompany::after { content: ''; display: table; clear: both; }
.footer .fcompany .flogo { width: 200px; float: left; line-height: 80px; }
.footer .fcompany .text { width: calc(90% - 200px); float: left; font-size: 16px; line-height: 30px; color: #fff; font-weight: bold; padding-top: 20px; }
.footer .fmenu { padding: 50px 0 30px; border-bottom: solid #515766 1px; }
.footer .fmenu::after { content: ''; display: table; clear: both; }
.footer .fmenu .fporduct { width: 40%; float: left; }
.footer .fmenu .fnav { width: 20%; float: left; }
.footer .fmenu .fcontact { width: 40%; float: right; }
.footer .fmenu h3 { font-size: 20px; color: #fff; }
.footer .fmenu ul { margin-top: 20px; }
.footer .fmenu li { padding: 5px 0; font-size: 16px; color: #96989e; line-height: 32px; }
.footer .fmenu li a { color: #96989e; }
.footer .social_media { float: left; padding: 40px 0; }
.footer .social_media a { float: left; margin-right: 20px; }
.footer .social_media a img { height: 28px; }
.footer .copyright { padding: 40px 0; text-align: center; color: #7d818c; }
.crumbs { padding: 20px 0; color: #2f2f2f; border-bottom: 1px solid #ddd; }
.crumbs a { color: #000; }
.crumbs a:hover { color: #2d7fd1; }
.crumbs .current { color: #2d7fd1; }
.crumbs .home { display: inline-block; width: 18px; height: 16px; margin-right: 10px; background: url(../images/home.png); }
.con_banner { position: relative; overflow: hidden; }
.con_banner .picture { overflow: hidden; }
.con_banner .picture img { height: 100%; position: relative; left: 50%; transform: translateX(-50%); }
.con_banner .content { width: 100%; position: absolute; left: 0; top: 60%; transform: translateY(-50%); color: #fff; }
.con_banner .content .title { max-width: 960px; font-size: 42px; line-height: 40px; font-weight: bold; text-align: left; }
.con_banner .content .text { font-size: 18px; line-height: 28px; margin-top: 30px; }
.common_page { text-align: center; margin: 30px 0 20px 0; }
.common_page a { display: inline-block; line-height: 36px; border: solid #2d7fd1 1px; padding: 0 15px; margin: 0 8px; color: #2d7fd1; }
.common_page a:hover { background: #2d7fd1; color: #fff; }
.common_page .current { display: inline-block; line-height: 36px; background: #2d7fd1; color: #fff; border: solid #2d7fd1 1px; padding: 0 13px; margin: 0 6px; }
/* 手机端 */
.mobileheader { display: none; }
.mfooter { display: none; }

@media (max-width: 990px) {
/* 头部 */
.header { display: none; }
.mobileheader { display: block; width: 100%; height: 60px; background: #1453ac; line-height: 60px; border-bottom: solid #0a469a 1px; color: #fff; position: fixed; left: 0; top: 0; z-index: 99; }
.mobileheader .mobile_name { width: 70%; font-size: 16px; margin: 0 auto; text-align: center; line-height: 60px; }
.mobileheader .mobile_name img { height: 40px; vertical-align: middle; }
.mobileheader .mobile_navbtn { position: absolute; z-index: 10; top: 0; bottom: 0; right: 0; left: 0; margin: auto 0 auto 20px; width: 30px; height: 20px; }
.mobileheader .mobile_navbtn span, .mobileheader .mobile_navbtn:after, .mobileheader .mobile_navbtn:before { display: block; height: 2px; width: 100%; background: #fff; -webkit-transition: all .5s; transition: all .5s; }
.mobileheader .mobile_navbtn span { margin: 7px 0; }
.mobileheader .mobile_navbtn:after, .mobileheader .mobile_navbtn:before { content: ''; -webkit-transform-origin: 7.5%; transform-origin: 7.5%; }
.mobileheader .mobile_navbtn.clicked span { -webkit-transform: translateX(-100%); transform: translateX(-100%); opacity: 0; }
.mobileheader .mobile_navbtn.clicked:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.mobileheader .mobile_navbtn.clicked:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.mobileheader .mobile_menu { width: 100%; height: calc(100% - 61px); overflow-y: auto; display: none; background: #1453ac; position: fixed; left: 0; top: 61px; }
.mobileheader .mobile_menu ul { }
.mobileheader .mobile_menu ul li { font-size: 18px; line-height: 56px; border-bottom: solid #8ebafe 1px; color: #fff; }
.mobileheader .mobile_menu ul li a { display: inline-block; padding: 0px 20px; color: #fff; }
.mobileheader .mobile_menu ul li i { float: right; margin: 20px 16px 0 0; border-top: 12px solid #fff; border-left: 10px solid transparent; border-right: 10px solid transparent; transition: all 0.5s; }
.mobileheader .mobile_menu ul li i.rotate { transform: rotate(180deg); }
.mobileheader .mobile_menu ul li ul { display: none; }
.mobileheader .mobile_menu ul li ul li { font-size: 16px; border-top: dashed #8ebafe 1px; border-bottom: none; position: relative; }
.mobileheader .mobile_menu ul li ul li i { position: relative; }
.mobileheader .mobile_menu ul li ul li i::after { content: ''; border-top: 10px solid #1453ac; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; top: -12px; right: -8px; }
.mobileheader .mobile_menu ul li ul li::after { width: 3px; height: 3px; content: ''; border: solid #fff 2px; position: absolute; left: 20px; top: 24px; transform: rotate(45deg); }
.mobileheader .mobile_menu ul li ul li a { margin-left: 1em; }
.mobileheader .mobile_menu ul li ul li li { font-size: 14px; }
.mobileheader .mobile_menu ul li ul li li::after { width: 2px; height: 2px; content: ''; border: solid #fff 2px; border-radius: 50%; position: absolute; left: 20px; top: 25px; }
.mobileheader .mobile_menu ul li.language p { display: inline-block; padding: 0px 20px; }
.mobileheader .mobile_menu ul li.language ul li i { float: none; margin: 0 6px 0 0; border: none; display: inline-block; vertical-align: middle; }
.mobileheader .mobile_menu ul li.language ul li i::after { display: none; }
.mobileheader .mobile_menu ul li.language ul li::after { display: none; }
.mobileheader .mobile_menu ul li.language ul li a { margin: 0; }
/* 搜索框 */
.mobileheader .search { width: 30px; height: 30px; position: absolute; right: 15px; top: 15px; }
.mobileheader .search .search_btn { width: 30px; height: 30px; background: url("../images/search_white.png") center no-repeat; cursor: pointer; }
.mobileheader .search .search_box { width: 100%; height: 100%; background: #fff; box-sizing: border-box; padding: 10px; position: fixed; top: 0; right: -100%; opacity: 0; transition: all 0.3s; visibility: hidden; z-index: 11; }
.mobileheader .search .search_box.show { right: 0; opacity: 1; visibility: visible; }
.mobileheader .search .search_box input { width: 74%; height: 40px; float: left; border: solid #e8e8e8 1px; font-size: 14px; box-sizing: border-box; padding: 0 20px; background: #fff; border-radius: 20px 0 0 20px; }
.mobileheader .search .search_box button { width: 60px; height: 40px; float: left; border: solid #e8e8e8 1px; background: url("../images/search.png") center no-repeat; border-radius: 0 20px 20px 0; }
.mobileheader .search .search_box .close_btn { float: right; padding: 0 6px; line-height: 40px; font-size: 22px; color: #333; }
.footer .fcompany { padding-top: 30px; }
.footer .fcompany .flogo { width: 100%; line-height: 80px; text-align: center; }
.footer .fcompany .text { display: none; }
.footer .fmenu { padding: 30px 0 30px; }
.footer .fmenu .fporduct { display: none; }
.footer .fmenu .fnav { display: none; }
.footer .fmenu .fcontact { width: 100%; box-sizing: border-box; padding: 0 15px; }
.footer .fmenu ul { margin-top: 13px; }
.footer .fmenu li { line-height: 26px; }
.footer .social_media { width: 100%; float: none; text-align: center; box-sizing: border-box; padding: 30px 15px; }
.footer .social_media a { float: none; margin: 0 10px; }
.footer .social_media a img { height: 28px; }
.footer .copyright { padding: 0px 15px 20px; line-height: 26px; }
.mfooter { width: 100%; display: block; background: #1453ac; height: 80px; position: fixed; left: 0; bottom: 0; z-index: 10; }
.mfooter ul { display: flex; }
.mfooter ul li { width: 25%; text-align: center; }
.mfooter ul li a { display: block; padding: 13px 0; color: #fff; }
.mfooter ul li i { width: 40px; height: 32px; display: inline-block; background: url("../images/mfooter.png") no-repeat; }
.mfooter ul li.home i { background-position: 0 0; }
.mfooter ul li.products i { background-position: -40px 0; }
.mfooter ul li.phone i { background-position: -80px 0 }
.mfooter ul li.contact i { background-position: -120px 0; }
.mfooter ul li p { line-height: 22px; }
.crumbs { padding: 20px 15px; line-height: 22px; }
.con_banner { margin-top: 60px; }
.con_banner .picture img { height: 160px; position: relative; left: 50%; transform: translateX(-50%); width: auto; }
.con_banner .content { top: 50%; box-sizing: border-box; padding: 20px; }
.con_banner .content .title { max-width: 100%; font-size: 16px; line-height: 30px; }
.con_banner .content .text { display: none; }
}
.goback { text-align: center; margin: 50px 0; }
.goback a { font-size: 20px; padding: 10px 30px; background: #000; color: #fff; border-radius: 60px; }
.whole { padding: 10px 0 20px; }
.whole .title { text-align: center; margin: 10px 0; }
.fly-number { position: absolute; width: 24px; height: 24px; border-radius: 50%; background: #ff0000; color: #fff; font-size: 14px; font-weight: bold; display: flex; align-items: center; justify-content: center; pointer-events: none; animation: flyToCart 0.8s ease-out forwards; }
@keyframes flyToCart {
0% {
 opacity: 0;
 transform: scale(1);
}
20% {
 opacity: 0.5;
 transform: scale(1);
}
60% {
 transform: scale(1.3);
}
80% {
opacity: 0.9;
transform: scale(2);
}
90% {
 opacity: 0.5;
}
 100% {
 opacity: 0;
 transform: translate(var(--x), var(--y)) scale(0.5);
}
}
.moq-mask { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); display: none; z-index: 9999; }
.moq-tips { width: 300px; padding: 20px; background: #fff; border-radius: 8px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; }
.moq-tips .text { font-size: 15px; color: #333; margin-bottom: 15px; line-height: 1.6; }
.moq-tips .btn { padding: 6px 20px; background: #1989fa; color: #fff; border: none; border-radius: 4px; cursor: pointer; }
.download_pdf { padding:8px 30px; background: #1989fa; color: #fff; border: none; border-radius: 20px; cursor: pointer;font-size:18px; }
