@charset "UTF-8";
@font-face { font-family: 'Poppins-Regular'; src: url(../fonts/Poppins-Regular.otf); }

@font-face { font-family: 'Poppins-Medium'; src: url(../fonts/Poppins-Medium.otf); }

@font-face { font-family: 'Poppins-Bold'; src: url(../fonts/Poppins-Bold.otf); }

@font-face { font-family: 'Poppins-SemiBold'; src: url(../fonts/Poppins-SemiBold.otf); }

.f-Regular { font-family: 'Poppins-Regular'; }

.f-Medium { font-family: 'Poppins-Medium'; }

.f-Bold { font-family: 'Poppins-Bold'; }

.f-SemiBold { font-family: 'Poppins-SemiBold'; }

html { font-family: 'Poppins-Regular', Arial, sans-serif; }

/* 阿拉伯语，标题跟文本设置文字方向为 右向左 */
html[lang=ar], [dir=rtl] { /* 只处理部分文本，不想布局也跟着乱 */ }

html[lang=ar] h1, html[lang=ar] h2, html[lang=ar] h3, html[lang=ar] h4, html[lang=ar] h5, html[lang=ar] h6, html[lang=ar] p, [dir=rtl] h1, [dir=rtl] h2, [dir=rtl] h3, [dir=rtl] h4, [dir=rtl] h5, [dir=rtl] h6, [dir=rtl] p { direction: rtl; }

html { font-size: calc(100vw / 1920 * 100); }

@media (max-width: 900px) { html { font-size: calc(900px / 1920 * 100); } }

@media (min-width: 1921px) { html { font-size: 100px; } }

body { max-width: 1920px; margin-left: auto; margin-right: auto; direction: ltr; color: #333; font-size: 14px; line-height: 1.2; overflow-x: hidden; }

body:-webkit-full-page-media { background: inherit; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

.layout { margin-left: auto; margin-right: auto; width: 15rem; max-width: 90%; }

.layout-px { margin-left: auto; margin-right: auto; width: 15rem; max-width: 90%; }

@media (max-width: 1920px) { .layout-px { width: 1500px; } }

.oh { overflow: hidden; }

.pointer { cursor: pointer; }

.fl { float: left; }

.fr { float: right; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; font-size: 0; }

.color-theme { color: #ff6d00; }

.color-active { color: #ff6d00; }

.bg-theme { background-color: #ff6d00; }

.bg-active { background-color: #ff6d00; }

.bg-gradient { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); }

.bg-cover { background-position: center; background-repeat: no-repeat; background-size: cover; }

.bg-contain { background-position: center; background-repeat: no-repeat; background-size: contain; }

.color-0 { color: #000; }

.bg-0 { background-color: #000; }

.color-1 { color: #111; }

.bg-1 { background-color: #111; }

.color-2 { color: #222; }

.bg-2 { background-color: #222; }

.color-3 { color: #333; }

.bg-3 { background-color: #333; }

.color-4 { color: #444; }

.bg-4 { background-color: #444; }

.color-5 { color: #555; }

.bg-5 { background-color: #555; }

.color-6 { color: #666; }

.bg-6 { background-color: #666; }

.color-7 { color: #777; }

.bg-7 { background-color: #777; }

.color-8 { color: #888; }

.bg-8 { background-color: #888; }

.color-9 { color: #999; }

.bg-9 { background-color: #999; }

.color-a { color: #aaa; }

.bg-a { background-color: #aaa; }

.color-b { color: #bbb; }

.bg-b { background-color: #bbb; }

.color-c { color: #ccc; }

.bg-c { background-color: #ccc; }

.color-d { color: #ddd; }

.bg-d { background-color: #ddd; }

.color-e { color: #eee; }

.bg-e { background-color: #eee; }

.color-f { color: #fff; }

.bg-f { background-color: #fff; }

.ep1 { -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

.ep2 { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.ep3 { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.ep4 { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.ep5 { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }

.ep6 { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }

.ep7 { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }

.ep8 { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; }

.ep9 { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 9; -webkit-box-orient: vertical; }

.s0 { font-size: 0; }

.v12 { font-size: calc(12 / 1920 * 100vw); }

@media (max-width: 1920px) { .v12 { font-size: 12px; } }

.v13 { font-size: calc(13 / 1920 * 100vw); }

@media (max-width: 1801.84615px) { .v13 { font-size: 12.2px; } }

.v14 { font-size: calc(14 / 1920 * 100vw); }

@media (max-width: 1700.57143px) { .v14 { font-size: 12.4px; } }

.v15 { font-size: calc(15 / 1920 * 100vw); }

@media (max-width: 1612.8px) { .v15 { font-size: 12.6px; } }

.v16 { font-size: calc(16 / 1920 * 100vw); }

@media (max-width: 1536px) { .v16 { font-size: 12.8px; } }

.v17 { font-size: calc(17 / 1920 * 100vw); }

@media (max-width: 1468.23529px) { .v17 { font-size: 13px; } }

.v18 { font-size: calc(18 / 1920 * 100vw); }

@media (max-width: 1408px) { .v18 { font-size: 13.2px; } }

.v19 { font-size: calc(19 / 1920 * 100vw); }

@media (max-width: 1354.10526px) { .v19 { font-size: 13.4px; } }

.v20 { font-size: calc(20 / 1920 * 100vw); }

@media (max-width: 1305.6px) { .v20 { font-size: 13.6px; } }

.v21 { font-size: calc(21 / 1920 * 100vw); }

@media (max-width: 1261.71429px) { .v21 { font-size: 13.8px; } }

.v22 { font-size: calc(22 / 1920 * 100vw); }

@media (max-width: 1221.81818px) { .v22 { font-size: 14px; } }

.v23 { font-size: calc(23 / 1920 * 100vw); }

@media (max-width: 1185.3913px) { .v23 { font-size: 14.2px; } }

.v24 { font-size: calc(24 / 1920 * 100vw); }

@media (max-width: 1152px) { .v24 { font-size: 14.4px; } }

.v25 { font-size: calc(25 / 1920 * 100vw); }

@media (max-width: 1121.28px) { .v25 { font-size: 14.6px; } }

.v26 { font-size: calc(26 / 1920 * 100vw); }

@media (max-width: 1092.92308px) { .v26 { font-size: 14.8px; } }

.v27 { font-size: calc(27 / 1920 * 100vw); }

@media (max-width: 1066.66667px) { .v27 { font-size: 15px; } }

.v28 { font-size: calc(28 / 1920 * 100vw); }

@media (max-width: 1042.28571px) { .v28 { font-size: 15.2px; } }

.v29 { font-size: calc(29 / 1920 * 100vw); }

@media (max-width: 1019.58621px) { .v29 { font-size: 15.4px; } }

.v30 { font-size: calc(30 / 1920 * 100vw); }

@media (max-width: 998.4px) { .v30 { font-size: 15.6px; } }

.v31 { font-size: calc(31 / 1920 * 100vw); }

@media (max-width: 978.58065px) { .v31 { font-size: 15.8px; } }

.v32 { font-size: calc(32 / 1920 * 100vw); }

@media (max-width: 960px) { .v32 { font-size: 16px; } }

.v33 { font-size: calc(33 / 1920 * 100vw); }

@media (max-width: 942.54545px) { .v33 { font-size: 16.2px; } }

.v34 { font-size: calc(34 / 1920 * 100vw); }

@media (max-width: 926.11765px) { .v34 { font-size: 16.4px; } }

.v35 { font-size: calc(35 / 1920 * 100vw); }

@media (max-width: 910.62857px) { .v35 { font-size: 16.6px; } }

.v36 { font-size: calc(36 / 1920 * 100vw); }

@media (max-width: 896px) { .v36 { font-size: 16.8px; } }

.v37 { font-size: calc(37 / 1920 * 100vw); }

@media (max-width: 882.16216px) { .v37 { font-size: 17px; } }

.v38 { font-size: calc(38 / 1920 * 100vw); }

@media (max-width: 869.05263px) { .v38 { font-size: 17.2px; } }

.v39 { font-size: calc(39 / 1920 * 100vw); }

@media (max-width: 856.61538px) { .v39 { font-size: 17.4px; } }

.v40 { font-size: calc(40 / 1920 * 100vw); }

@media (max-width: 844.8px) { .v40 { font-size: 17.6px; } }

.v41 { font-size: calc(41 / 1920 * 100vw); }

@media (max-width: 833.56098px) { .v41 { font-size: 17.8px; } }

.v42 { font-size: calc(42 / 1920 * 100vw); }

@media (max-width: 822.85714px) { .v42 { font-size: 18px; } }

.v43 { font-size: calc(43 / 1920 * 100vw); }

@media (max-width: 812.65116px) { .v43 { font-size: 18.2px; } }

.v44 { font-size: calc(44 / 1920 * 100vw); }

@media (max-width: 802.90909px) { .v44 { font-size: 18.4px; } }

.v45 { font-size: calc(45 / 1920 * 100vw); }

@media (max-width: 793.6px) { .v45 { font-size: 18.6px; } }

.v46 { font-size: calc(46 / 1920 * 100vw); }

@media (max-width: 784.69565px) { .v46 { font-size: 18.8px; } }

.v47 { font-size: calc(47 / 1920 * 100vw); }

@media (max-width: 776.17021px) { .v47 { font-size: 19px; } }

.v48 { font-size: calc(48 / 1920 * 100vw); }

@media (max-width: 768px) { .v48 { font-size: 19.2px; } }

.v49 { font-size: calc(49 / 1920 * 100vw); }

@media (max-width: 760.16327px) { .v49 { font-size: 19.4px; } }

.v50 { font-size: calc(50 / 1920 * 100vw); }

@media (max-width: 752.64px) { .v50 { font-size: 19.6px; } }

.v51 { font-size: calc(51 / 1920 * 100vw); }

@media (max-width: 745.41176px) { .v51 { font-size: 19.8px; } }

.v52 { font-size: calc(52 / 1920 * 100vw); }

@media (max-width: 738.46154px) { .v52 { font-size: 20px; } }

.v53 { font-size: calc(53 / 1920 * 100vw); }

@media (max-width: 731.77358px) { .v53 { font-size: 20.2px; } }

.v54 { font-size: calc(54 / 1920 * 100vw); }

@media (max-width: 725.33333px) { .v54 { font-size: 20.4px; } }

.v55 { font-size: calc(55 / 1920 * 100vw); }

@media (max-width: 719.12727px) { .v55 { font-size: 20.6px; } }

.v56 { font-size: calc(56 / 1920 * 100vw); }

@media (max-width: 713.14286px) { .v56 { font-size: 20.8px; } }

.v57 { font-size: calc(57 / 1920 * 100vw); }

@media (max-width: 707.36842px) { .v57 { font-size: 21px; } }

.v58 { font-size: calc(58 / 1920 * 100vw); }

@media (max-width: 701.7931px) { .v58 { font-size: 21.2px; } }

.v59 { font-size: calc(59 / 1920 * 100vw); }

@media (max-width: 696.40678px) { .v59 { font-size: 21.4px; } }

.v60 { font-size: calc(60 / 1920 * 100vw); }

@media (max-width: 691.2px) { .v60 { font-size: 21.6px; } }

.v61 { font-size: calc(61 / 1920 * 100vw); }

@media (max-width: 686.16393px) { .v61 { font-size: 21.8px; } }

.v62 { font-size: calc(62 / 1920 * 100vw); }

@media (max-width: 681.29032px) { .v62 { font-size: 22px; } }

.v63 { font-size: calc(63 / 1920 * 100vw); }

@media (max-width: 676.57143px) { .v63 { font-size: 22.2px; } }

.v64 { font-size: calc(64 / 1920 * 100vw); }

@media (max-width: 672px) { .v64 { font-size: 22.4px; } }

.v65 { font-size: calc(65 / 1920 * 100vw); }

@media (max-width: 667.56923px) { .v65 { font-size: 22.6px; } }

.v66 { font-size: calc(66 / 1920 * 100vw); }

@media (max-width: 663.27273px) { .v66 { font-size: 22.8px; } }

.v67 { font-size: calc(67 / 1920 * 100vw); }

@media (max-width: 659.10448px) { .v67 { font-size: 23px; } }

.v68 { font-size: calc(68 / 1920 * 100vw); }

@media (max-width: 655.05882px) { .v68 { font-size: 23.2px; } }

.v69 { font-size: calc(69 / 1920 * 100vw); }

@media (max-width: 651.13043px) { .v69 { font-size: 23.4px; } }

.v70 { font-size: calc(70 / 1920 * 100vw); }

@media (max-width: 647.31429px) { .v70 { font-size: 23.6px; } }

.v71 { font-size: calc(71 / 1920 * 100vw); }

@media (max-width: 643.60563px) { .v71 { font-size: 23.8px; } }

.v72 { font-size: calc(72 / 1920 * 100vw); }

@media (max-width: 640px) { .v72 { font-size: 24px; } }

.v73 { font-size: calc(73 / 1920 * 100vw); }

@media (max-width: 636.49315px) { .v73 { font-size: 24.2px; } }

.v74 { font-size: calc(74 / 1920 * 100vw); }

@media (max-width: 633.08108px) { .v74 { font-size: 24.4px; } }

.v75 { font-size: calc(75 / 1920 * 100vw); }

@media (max-width: 629.76px) { .v75 { font-size: 24.6px; } }

.v76 { font-size: calc(76 / 1920 * 100vw); }

@media (max-width: 626.52632px) { .v76 { font-size: 24.8px; } }

.v77 { font-size: calc(77 / 1920 * 100vw); }

@media (max-width: 623.37662px) { .v77 { font-size: 25px; } }

.v78 { font-size: calc(78 / 1920 * 100vw); }

@media (max-width: 620.30769px) { .v78 { font-size: 25.2px; } }

.v79 { font-size: calc(79 / 1920 * 100vw); }

@media (max-width: 617.31646px) { .v79 { font-size: 25.4px; } }

.v80 { font-size: calc(80 / 1920 * 100vw); }

@media (max-width: 614.4px) { .v80 { font-size: 25.6px; } }

.v81 { font-size: calc(81 / 1920 * 100vw); }

@media (max-width: 611.55556px) { .v81 { font-size: 25.8px; } }

.v82 { font-size: calc(82 / 1920 * 100vw); }

@media (max-width: 608.78049px) { .v82 { font-size: 26px; } }

.v83 { font-size: calc(83 / 1920 * 100vw); }

@media (max-width: 606.07229px) { .v83 { font-size: 26.2px; } }

.v84 { font-size: calc(84 / 1920 * 100vw); }

@media (max-width: 603.42857px) { .v84 { font-size: 26.4px; } }

.v85 { font-size: calc(85 / 1920 * 100vw); }

@media (max-width: 600.84706px) { .v85 { font-size: 26.6px; } }

.v86 { font-size: calc(86 / 1920 * 100vw); }

@media (max-width: 598.32558px) { .v86 { font-size: 26.8px; } }

.v87 { font-size: calc(87 / 1920 * 100vw); }

@media (max-width: 595.86207px) { .v87 { font-size: 27px; } }

.v88 { font-size: calc(88 / 1920 * 100vw); }

@media (max-width: 593.45455px) { .v88 { font-size: 27.2px; } }

.v89 { font-size: calc(89 / 1920 * 100vw); }

@media (max-width: 591.10112px) { .v89 { font-size: 27.4px; } }

.v90 { font-size: calc(90 / 1920 * 100vw); }

@media (max-width: 588.8px) { .v90 { font-size: 27.6px; } }

.v91 { font-size: calc(91 / 1920 * 100vw); }

@media (max-width: 586.54945px) { .v91 { font-size: 27.8px; } }

.v92 { font-size: calc(92 / 1920 * 100vw); }

@media (max-width: 584.34783px) { .v92 { font-size: 28px; } }

.v93 { font-size: calc(93 / 1920 * 100vw); }

@media (max-width: 582.19355px) { .v93 { font-size: 28.2px; } }

.v94 { font-size: calc(94 / 1920 * 100vw); }

@media (max-width: 580.08511px) { .v94 { font-size: 28.4px; } }

.v95 { font-size: calc(95 / 1920 * 100vw); }

@media (max-width: 578.02105px) { .v95 { font-size: 28.6px; } }

.v96 { font-size: calc(96 / 1920 * 100vw); }

@media (max-width: 576px) { .v96 { font-size: 28.8px; } }

.v97 { font-size: calc(97 / 1920 * 100vw); }

@media (max-width: 574.02062px) { .v97 { font-size: 29px; } }

.v98 { font-size: calc(98 / 1920 * 100vw); }

@media (max-width: 572.08163px) { .v98 { font-size: 29.2px; } }

.v99 { font-size: calc(99 / 1920 * 100vw); }

@media (max-width: 570.18182px) { .v99 { font-size: 29.4px; } }

.v100 { font-size: calc(100 / 1920 * 100vw); }

@media (max-width: 568.32px) { .v100 { font-size: 29.6px; } }

@media (min-width: 1921px) { .v12 { font-size: 12px; }
  .v13 { font-size: 13px; }
  .v14 { font-size: 14px; }
  .v15 { font-size: 15px; }
  .v16 { font-size: 16px; }
  .v17 { font-size: 17px; }
  .v18 { font-size: 18px; }
  .v19 { font-size: 19px; }
  .v20 { font-size: 20px; }
  .v21 { font-size: 21px; }
  .v22 { font-size: 22px; }
  .v23 { font-size: 23px; }
  .v24 { font-size: 24px; }
  .v25 { font-size: 25px; }
  .v26 { font-size: 26px; }
  .v27 { font-size: 27px; }
  .v28 { font-size: 28px; }
  .v29 { font-size: 29px; }
  .v30 { font-size: 30px; }
  .v31 { font-size: 31px; }
  .v32 { font-size: 32px; }
  .v33 { font-size: 33px; }
  .v34 { font-size: 34px; }
  .v35 { font-size: 35px; }
  .v36 { font-size: 36px; }
  .v37 { font-size: 37px; }
  .v38 { font-size: 38px; }
  .v39 { font-size: 39px; }
  .v40 { font-size: 40px; }
  .v41 { font-size: 41px; }
  .v42 { font-size: 42px; }
  .v43 { font-size: 43px; }
  .v44 { font-size: 44px; }
  .v45 { font-size: 45px; }
  .v46 { font-size: 46px; }
  .v47 { font-size: 47px; }
  .v48 { font-size: 48px; }
  .v49 { font-size: 49px; }
  .v50 { font-size: 50px; }
  .v51 { font-size: 51px; }
  .v52 { font-size: 52px; }
  .v53 { font-size: 53px; }
  .v54 { font-size: 54px; }
  .v55 { font-size: 55px; }
  .v56 { font-size: 56px; }
  .v57 { font-size: 57px; }
  .v58 { font-size: 58px; }
  .v59 { font-size: 59px; }
  .v60 { font-size: 60px; }
  .v61 { font-size: 61px; }
  .v62 { font-size: 62px; }
  .v63 { font-size: 63px; }
  .v64 { font-size: 64px; }
  .v65 { font-size: 65px; }
  .v66 { font-size: 66px; }
  .v67 { font-size: 67px; }
  .v68 { font-size: 68px; }
  .v69 { font-size: 69px; }
  .v70 { font-size: 70px; }
  .v71 { font-size: 71px; }
  .v72 { font-size: 72px; }
  .v73 { font-size: 73px; }
  .v74 { font-size: 74px; }
  .v75 { font-size: 75px; }
  .v76 { font-size: 76px; }
  .v77 { font-size: 77px; }
  .v78 { font-size: 78px; }
  .v79 { font-size: 79px; }
  .v80 { font-size: 80px; }
  .v81 { font-size: 81px; }
  .v82 { font-size: 82px; }
  .v83 { font-size: 83px; }
  .v84 { font-size: 84px; }
  .v85 { font-size: 85px; }
  .v86 { font-size: 86px; }
  .v87 { font-size: 87px; }
  .v88 { font-size: 88px; }
  .v89 { font-size: 89px; }
  .v90 { font-size: 90px; }
  .v91 { font-size: 91px; }
  .v92 { font-size: 92px; }
  .v93 { font-size: 93px; }
  .v94 { font-size: 94px; }
  .v95 { font-size: 95px; }
  .v96 { font-size: 96px; }
  .v97 { font-size: 97px; }
  .v98 { font-size: 98px; }
  .v99 { font-size: 99px; }
  .v100 { font-size: 100px; } }

.noscroll { overflow: hidden; }

.c-video { position: fixed; left: 0; top: 120%; z-index: 10000000; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); display: none; }

.c-video.show { top: 0; display: block; }

.c-video__main { width: 70%; position: absolute; left: 0; right: 0; top: 50%; margin: auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.c-video__cnt { padding-top: calc(1080 / 1920 * 100%); position: relative; background: rgba(0, 0, 0, 0.7); }

.c-video__iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.c-video__video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none; }

.c-video__close { display: block; cursor: pointer; width: 40px; height: 40px; background-color: #ff6d00; position: absolute; right: -40px; top: 0; z-index: 1000; }

.c-video__close .icon { display: block; width: 100%; height: 100%; font-size: 21px; text-align: center; line-height: 40px; color: #fff; }

@media (max-width: 800px) { .c-video__main { width: 100%; height: 100%; }
  .c-video__cnt { height: 100%; }
  .c-video__close { right: 0; } }

.rich-text { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

.rich-text * { max-width: 100%; text-wrap: wrap !important; }

.rich-text img { height: auto; vertical-align: top; }

.rich-text table { word-break: break-all; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-left { text-align: left; }

.text-align { text-align: justify; }

.c-pic { overflow: hidden; position: relative; }

.c-pic .img { -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.c-pic .img img { display: none; }

.flex { display: -webkit-box; display: -ms-flexbox; display: flex; }

.flex-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.flex-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.flex-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.flex-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.flex-left { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.flex-right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

@media (min-width: 901px) { .hidden-pc { display: none; } }

@media (max-width: 900px) { .hidden-wap { display: none; } }

.c-img-full { font-size: 0; }

.c-img-full img { width: 100%; }

.c-scroll::-webkit-scrollbar { width: 4px; height: 4px; background-color: #e5edf8; border-radius: 2px; }

.c-scroll::-webkit-scrollbar-thumb { background-color: #ff6d00; border-radius: 2px; }

.pswp__bg { background: rgba(0, 0, 0, 0.7); }

/* 自定义图标，去掉插件默认的 */
.social-share .icon-wechat .wechat-qrcode { z-index: 100; }

.social-share .custom-icon:before { display: none; }

.social-share .custom-icon:hover { background: none; }

.c-select { position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.c-select input, .c-select select { display: none; }

.c-select__bd { position: absolute; left: 0; top: 100%; z-index: 20; width: 100%; background: #f6f6f6; color: #333; -webkit-box-shadow: 0 .05rem .1rem 0 #ccc; box-shadow: 0 .05rem .1rem 0 #ccc; display: none; max-height: 6rem; overflow: auto; }

.c-select.show .c-select__bd { display: block; }

.media img, .media video { display: block; width: 100%; -o-object-fit: cover; object-fit: cover; }

.media-ratio { position: relative; }

.media-ratio img, .media-ratio video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

[data-ani] { opacity: 0; }

.ani { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

[data-ani-delay='100'] { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }

[data-ani-delay='200'] { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

[data-ani-delay='300'] { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }

[data-ani-delay='400'] { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }

[data-ani-delay='500'] { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }

[data-ani-delay='600'] { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }

[data-ani-delay='700'] { -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }

[data-ani-delay='800'] { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }

[data-ani-delay='900'] { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }

[data-ani-delay='1000'] { -webkit-animation-delay: 1s; animation-delay: 1s; }

@-webkit-keyframes fade-in { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fade-in { from { opacity: 0; }
  to { opacity: 1; } }

[data-ani=fade-in].ani { -webkit-animation-name: fade-in; animation-name: fade-in; }

@-webkit-keyframes fade-up { from { opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-up { from { opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

[data-ani=fade-up].ani { -webkit-animation-name: fade-up; animation-name: fade-up; }

@-webkit-keyframes fade-down { from { opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-down { from { opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

[data-ani=fade-down].ani { -webkit-animation-name: fade-down; animation-name: fade-down; }

@-webkit-keyframes fade-left { from { opacity: 0;
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem); }
  to { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fade-left { from { opacity: 0;
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem); }
  to { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

[data-ani=fade-left].ani { -webkit-animation-name: fade-left; animation-name: fade-left; }

@-webkit-keyframes fade-right { from { opacity: 0;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem); }
  to { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fade-right { from { opacity: 0;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem); }
  to { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

[data-ani=fade-right].ani { -webkit-animation-name: fade-right; animation-name: fade-right; }

@-webkit-keyframes zoom-in { from { opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  to { opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes zoom-in { from { opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  to { opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

[data-ani=zoom-in].ani { -webkit-animation-name: zoom-in; animation-name: zoom-in; }

[data-original] { min-height: 10px; }

.m_head { padding-top: .97rem; padding-bottom: .35rem; }

.m_head-tit { display: inline-block; position: relative; margin: auto; }

.m_head-tit:after { content: ''; position: absolute; right: -.18rem; top: -.01rem; z-index: 1; width: .28rem; height: .28rem; background: url(../images/i-title.png) no-repeat center/contain; }

.m_head-tit span { position: relative; z-index: 2; }

.m_head-desc { letter-spacing: 0.098rem; margin-top: .1rem; }

.white .m_head-tit::after { background-image: url(../images/i-title-2.png); }

.white .m_head-desc { color: rgba(255, 255, 255, 0.7); }

.m-more { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; min-width: 1.8rem; min-height: .5rem; padding: .15rem 0; padding-left: .21rem; padding-right: .19rem; line-height: 1.25; background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: #fff; border: none; border-radius: .08rem; cursor: pointer; -ms-flex-negative: 0; flex-shrink: 0; overflow: hidden; }

.m-more span { position: relative; z-index: 2; }

.m-more:after { content: ''; position: relative; z-index: 2; width: .27rem; height: .2rem; min-width: 20px; min-height: 16px; background: url(../images/i-more-2.png) no-repeat right center; background-size: auto calc(12 / 20 * 100%); margin-left: 1em; border-left: 1px solid rgba(255, 255, 255, 0.6); }

.m-more:before { content: ''; position: absolute; left: 0; top: 0; z-index: 1; width: 0; height: 100%; background: #ff6d00; border-radius: .08rem; -webkit-transition: width .5s; -o-transition: width .5s; transition: width .5s; }

.m-more:hover:before { width: 100%; }

.m-more-hover:hover .m-more:before { width: 100%; }

.m-arrow { width: .5rem; height: .5rem; min-width: 30px; min-height: 30px; border-radius: 50%; background-repeat: no-repeat; background-position: center; background-size: calc(8 / 50 * 100%); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer; background-color: #ff6d00; }

.m-arrow.swiper-button-disabled { pointer-events: none; background-color: #f7f7f7; }

.m-arrow.prev { background-image: url(../images/i-left-2.png); }

.m-arrow.prev.swiper-button-disabled { background-image: url(../images/i-left-1.png); }

.m-arrow.next { background-image: url(../images/i-right-2.png); }

.m-arrow.next.swiper-button-disabled { background-image: url(../images/i-right-1.png); }

.md_ban { position: relative; }

.md_ban-text { position: absolute; left: 0; top: 49.2%; z-index: 2; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; }

@media (max-width: 900px) { .md_ban-img { min-height: 140px; } }

.md_nav { background-color: #ffffff; -webkit-box-shadow: 0.04rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.1); box-shadow: 0.04rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.1); position: relative; z-index: 2; }

.md_nav .layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md_nav .md_bread { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: .2rem; }

@media (max-width: 900px) { .md_nav .layout { display: block; }
  .md_nav .md_subnav { border-bottom: 1px solid #eee; }
  .md_nav .md_bread { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-left: 0; } }

.md_subnav-item { width: auto; position: relative; line-height: 0.72rem; padding: 0 .3rem; }

.md_subnav-item:hover { color: #ff6d00; }

.md_subnav-item.on { color: #fff; background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); }

@media (max-width: 600px) { .md_subnav-item { margin-right: 0; } }

/* 面包屑 */
.md_bread { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; min-height: .72rem; line-height: 1.5; padding: .2rem 0; }

.md_bread img { width: .16rem; min-width: 12px; margin-right: .1rem; }

.md_bread-split { margin: 0 .26em; }

.md_bread-item:hover { color: #ff6d00; }

.md_route { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; min-height: .72rem; line-height: 1.5; padding: .2rem 0; }

.md_route .item:hover { color: #ff6d00; }

.md_route .split { margin: 0 .26em; }

.m_pages { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; }

.m_pages-item { min-width: 0.5rem; height: 0.5rem; line-height: 0.5rem; padding: 0 .2em; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; background: #f7f7f7; margin-right: .1rem; }

.m_pages-item:last-of-type { margin-right: 0; }

.m_pages-item:hover { color: #ff6d00; }

.m_pages .on { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: #fff; }

.m_pages .disabled { pointer-events: none; }

.m_pages-prev, .m_pages-next { background-position: center; background-repeat: no-repeat; background-size: calc(5 / $pagesSize * 100%); }

.m_pages-prev { background-image: url(../images/i-more-1.png); -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }

.m_pages-next { background-image: url(../images/i-more-1.png); }

@media (max-width: 1400px) { .m_pages-item { min-width: 30px; height: 30px; line-height: 30px; line-height: 30px; } }

/* 头部 */
.md-header { position: fixed; left: 0; top: 0; z-index: 10; width: 100%; -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08); box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08); }

.md-header .h-layout { padding-left: 1.6rem; padding-right: 2.1rem; }

.md-header .head-1 { background-color: #0a0f34; color: #fff; }

.md-header .head-1 .h-layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; min-height: .5rem; padding-top: .07rem; padding-bottom: .07rem; }

.md-header .h-tel a { text-decoration: underline; }

.md-header .h-search-form { border-radius: 0.06rem; border: solid 0.01rem #ececec; display: -webkit-box; display: -ms-flexbox; display: flex; width: 2.2rem; min-width: 150px; height: .36rem; min-height: 28px; margin-left: .2rem; }

.md-header .h-search-form .ipt { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border: none; min-width: 100px; padding-left: .2rem; background-color: transparent; }

.md-header .h-search-form .ipt::-webkit-input-placeholder { color: #999; }

.md-header .h-search-form .ipt:-ms-input-placeholder { color: #999; }

.md-header .h-search-form .ipt::-ms-input-placeholder { color: #999; }

.md-header .h-search-form .ipt::placeholder { color: #999; }

.md-header .h-search-form .btn { border: none; font-size: 0; margin-left: .1rem; padding-right: .2rem; cursor: pointer; background: transparent; }

.md-header .h-search-form .btn img { width: 0.15rem; min-width: 13px; }

.md-header .h-quote { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: .36rem; min-height: 28px; border-radius: .36rem; padding: 0 .18rem; margin-left: .2rem; }

.md-header .h-quote:hover { background: #ff6d00; }

.md-header .h-lang { position: relative; margin-left: .2rem; }

.md-header .h-lang__hd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; min-width: 1.4rem; height: .3rem; min-height: 28px; border-radius: .3rem; padding-left: .22rem; padding-right: .2rem; border: 1px solid rgba(255, 255, 255, 0.6); }

.md-header .h-lang__hd .i-2 { width: .07rem; height: .07rem; min-width: 7px; min-height: 7px; margin-left: .09rem; background: url(../images/i-up.png) no-repeat center/contain; }

.md-header .h-lang__bd { position: absolute; left: 50%; top: 100%; z-index: 10; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align: center; background-color: #fff; color: #000; width: 100%; min-width: 100px; -webkit-box-shadow: 0 .05rem .1rem 0 #999; box-shadow: 0 .05rem .1rem 0 #999; display: none; border-radius: .08rem; overflow: hidden; }

.md-header .h-lang__opt { display: block; line-height: 1.8; padding: .25em .5em; }

.md-header .h-lang__opt:hover { background-color: #ff6d00; color: #fff; }

.md-header .h-lang:hover .h-lang__bd { display: block; }

.md-header .head-2 { background-color: #fff; color: #111; }

.md-header .head-2 .h-layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-header .logo { width: 1.46rem; height: 0.8rem; margin-right: auto; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 2rem; }

.md-header .logo-img { width: 100%; max-height: 90%; -o-object-fit: contain; object-fit: contain; }

.md-header .h-search { width: .18rem; height: .18rem; min-width: 18px; min-height: 18px; margin-left: 15px; background: url(../images/i-search.png) no-repeat center/contain; cursor: pointer; display: none; }

.md-header .nav-btn { position: relative; z-index: 12; margin-left: 15px; display: none; }

.md-header .nav-btn span { display: block; width: 23px; height: 2px; background: #000; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; margin-bottom: 6px; }

.md-header .nav-btn span:last-child { margin-bottom: 0; }

.md-header .nav .mask { display: none; }

.md-header .h-prod { position: absolute; left: 0; top: 100%; z-index: 6; width: 100%; max-height: calc(100vh - 1.3rem); overflow-y: auto; background-color: #fff; color: #333; border-top: 1px solid rgba(0, 0, 0, 0.1); padding-left: 1.6rem; padding-right: 1.4rem; padding-bottom: .1rem; display: none; }

.md-header .h-prod.vivisble ~ .h-prod-mask { display: block; }

.md-header .h-prod-close { position: absolute; right: .98rem; top: 0.4rem; font-size: 0; border: none; background: none; cursor: pointer; width: .24rem; height: 0.24rem; min-width: 20px; min-height: 20px; background: url(../images/i-close.png) no-repeat center/contain; -webkit-transition: background .3s; -o-transition: background .3s; transition: background .3s; }

.md-header .h-prod-close:hover { background-image: url(../images/i-close-2.png); }

.md-header .h-prod-mask { position: fixed; left: 0; z-index: 5; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); display: none; }

.md-header .h-prod .cat-1 { width: 25%; padding-top: .4rem; padding-bottom: .26rem; padding-right: .1rem; }

.md-header .h-prod .cat-1:nth-child(5) { width: calc(500 / 1620 * 100%); }

.md-header .h-prod .cat-1:nth-child(6) { width: calc(490 / 1620 * 100%); }

.md-header .h-prod .cat-1:nth-child(7) { width: calc(630 / 1620 * 100%); }

.md-header .h-prod .cat-1-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.md-header .h-prod .cat-1-link { display: block; }

.md-header .h-prod .cat-2-list { margin-top: .21rem; max-height: 1.71rem; overflow: hidden; }

.md-header .h-prod .cat-2-list.expand { max-height: none; }

.md-header .h-prod .cat-2-list.expand ~ .cat-2-more { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); }

.md-header .h-prod .cat-2-link { display: block; line-height: 1.5; margin-bottom: .12rem; }

.md-header .h-prod .cat-2-link:last-of-type { margin-bottom: 0; }

.md-header .h-prod .cat-2-more { width: 0.44rem; height: 0.2rem; min-width: 44px; min-height: 20px; border-radius: 0.2rem; background: #f7f7f7 url(../images/i-down-1.png) no-repeat center; background-size: calc(10 / 44 * 100%); cursor: pointer; border: none; -webkit-transition: background .3s; -o-transition: background .3s; transition: background .3s; margin-top: .1rem; }

.md-header .h-prod .cat-2-more:hover { background-color: #ff6d00; background-image: url(../images/i-down-2.png); }

.md-header .h-prod a:hover { color: #ff6d00; }

.md-header .wapNav { display: none; }

.md-header .wapNav-main { position: fixed; right: 0; top: 0; z-index: 11; width: 80%; max-width: 300px; height: 100%; padding-top: 50px; padding-bottom: 10px; background: #fff; color: #000; overflow-y: auto; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; visibility: hidden; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }

.md-header .wapNav-main .nav-list { display: none; }

.md-header .wapNav-main .nav-list-1 { display: block; }

.md-header .wapNav-main .nav-item { padding-left: 15px; }

.md-header .wapNav-main .nav-item > .nav-list { opacity: .8; }

.md-header .wapNav-main .nav-item.show > .nav-list { display: block; }

.md-header .wapNav-main .nav-item.show > .nav-link .mbtn { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.md-header .wapNav-main .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 10px 0 0; }

.md-header .wapNav-main .nav-link a { padding: 7px 0; }

.md-header .wapNav-main .mbtn { width: 24px; height: 24px; background: url(../images/i-cor.png) no-repeat center center; background-size: 16px; margin-left: 10px; -ms-flex-negative: 0; flex-shrink: 0; margin-left: auto; }

.md-header .wapNav-mask { position: fixed; left: 0; top: 0; z-index: 9; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: none; }

.md-header .wapNav .h-quote { display: block; line-height: 3em; margin: 10px 10px 0; text-align: center; border-radius: 3em; height: auto; }

.md-header .wapNav .h-tel2 { display: block; line-height: 3em; text-align: center; margin-top: 10px; background-color: #0a0f34; text-decoration: underline; }

@media (min-width: 901px) { .md-header .nav .ul1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .md-header .nav .li1 { position: relative; margin-right: .57rem; }
  .md-header .nav .li1:last-of-type { margin-right: 0; }
  .md-header .nav .li1.on .a1 { color: #ff6d00; }
  .md-header .nav .li1:hover .a1 { color: #ff6d00; }
  .md-header .nav .li1:hover .ul2 { visibility: visible; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; }
  .md-header .nav .li1:hover .h-prod { visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
  .md-header .nav .li1.li1-prod { position: static; }
  .md-header .nav .a1-wrap { position: relative; }
  .md-header .nav .a1 { display: block; line-height: 0.8rem; }
  .md-header .nav .ul2 { position: absolute; left: 50%; top: 100%; max-height: 60vh; overflow-y: auto; width: -webkit-max-content; width: -moz-max-content; width: max-content; min-width: 10em; max-width: 20em; line-height: 1.5; background: #fff; color: #333; -webkit-box-shadow: 0 0 0.32rem 0 rgba(0, 0, 0, 0.16); box-shadow: 0 0 0.32rem 0 rgba(0, 0, 0, 0.16); padding: .05rem 0; text-align: center; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; visibility: hidden; -webkit-transform: translate(-50%, 0.2rem); -ms-transform: translate(-50%, 0.2rem); transform: translate(-50%, 0.2rem); opacity: 0; }
  .md-header .nav .a2 { display: block; padding: .5em .7em; }
  .md-header .nav .a2:hover { background-color: #ff6d00; color: #fff; }
  .md-header .h-prod ~ .ul2 { display: none; }
  .md-header .hide-pc { display: none; } }

@media (max-width: 1400px) { .md-header .h-layout { padding-left: 1rem; padding-right: 1rem; } }

@media (max-width: 900px) { .md-header .h-layout { padding: 0 5%; }
  .md-header .head-1 { display: none; }
  .md-header .head-2 .h-layout { height: 45px; }
  .md-header .head-2 .nav { display: none; }
  .md-header .head-2 .h-lang__hd { border-color: #666; }
  .md-header .head-2 .h-lang__hd .i-2 { background-image: url(../images/i-down-1.png); }
  .md-header .h-search { display: block; }
  .md-header .nav-btn { display: block; }
  .md-header .wapNav { display: block; }
  .md-header.open .nav-btn span:nth-of-type(1) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  .md-header.open .nav-btn span:nth-of-type(3) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  .md-header.open .nav-btn span:nth-of-type(2) { width: 0; }
  .md-header.open .wapNav-main { visibility: visible; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  .md-header.open .wapNav-mask { display: block; } }

/* 搜索 */
.md-search .mask { position: fixed; left: 0; top: 0; z-index: 100; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); display: none; }

.md-search .main { position: fixed; left: 0; top: 0; z-index: 101; width: 100%; background: #fff; padding: .5rem 0; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; visibility: hidden; opacity: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.md-search .form { width: 6rem; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: 1px solid #999; padding-bottom: .1rem; }

.md-search .form .ipt { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border: none; font-size: inherit; }

.md-search .form .btn { border: none; background: #ff6d00; height: .5rem; width: .5rem; min-width: 40px; min-height: 40px; border-radius: 50%; cursor: pointer; font-size: 0; }

.md-search .form .btn img { width: .23rem; min-width: 20px; }

.md-search.show .main { visibility: visible; opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.md-search.show .mask { display: block; }

@media (max-width: 1920px) { .md-search .form { width: 600px; max-width: 90%; } }

.md-footer { background-color: #0a2a3d; color: #fff; }

.md-footer .foot-1 .container { padding-top: .52rem; padding-bottom: .36rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #d1d1d1; }

.md-footer .foot-1 .line { width: 0.02rem; height: .38rem; background: #fff; margin: 0 .3rem; }

.md-footer .foot-1 .tx { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-footer .foot-2 .container { border-bottom: 1px solid #d1d1d1; display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: .55rem; padding-bottom: .54rem; }

.md-footer .foot-2 .lf { width: 4.1rem; }

.md-footer .foot-3 { color: rgba(255, 255, 255, 0.6); line-height: 1.5; }

.md-footer .foot-3 .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.1); padding: .24rem 0 .23rem; }

.md-footer .foot-3 a:hover { color: #fff; text-decoration: underline; }

.md-footer .logo { font-size: 0; }

.md-footer .logo img { width: 1.46rem; }

.md-footer .contact .item { margin-bottom: .5rem; }

.md-footer .contact .item:last-of-type { margin-bottom: 0; }

.md-footer .contact .tel { margin-top: 0.06rem; line-height: 1.1; }

.md-footer .contact .t2 { color: rgba(255, 255, 255, 0.6); line-height: 1.25; margin-top: .1rem; }

.md-footer .share { margin-top: .55rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-footer .share .item { width: .46rem; height: .46rem; min-width: 30px; min-height: 30px; border-radius: 50%; background-color: #fff; margin-right: .2rem; }

.md-footer .share .item:last-of-type { margin-right: 0; }

.md-footer .share .item img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.md-footer .share .item .i-2 { display: none; }

.md-footer .share .item:hover { background-color: #ff6d00; }

.md-footer .share .item:hover .i-1 { display: none; }

.md-footer .share .item:hover .i-2 { display: block; }

.md-footer .nav { margin-left: 1.8rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md-footer .nav .li1 { margin-bottom: .3rem; }

.md-footer .nav .li1:last-of-type { margin-right: 0; width: 1.8rem; min-width: 134px; }

.md-footer .nav .ul2 { color: rgba(255, 255, 255, 0.6); margin-top: .15rem; line-height: 1.5; }

.md-footer .nav .li2 { margin-bottom: .16rem; max-width: 20em; }

.md-footer .nav .a1-wrap { line-height: 1.20833; }

.md-footer .nav .a1-wrap:after { content: ''; display: block; width: 0.2rem; height: 0.02rem; border-radius: 0.01rem; background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); margin-top: .16rem; }

.md-footer .nav .btns { margin-top: .2rem; }

.md-footer .nav a:hover { color: #fff; text-decoration: underline; }

@media (max-width: 1400px) { .md-footer .nav { margin-left: 1rem; } }

@media (max-width: 900px) { .md-footer .foot-2 .container { display: block; }
  .md-footer .foot-2 .lf { width: 100%; }
  .md-footer .nav { margin-top: 5%; margin-left: 0; } }

@media (max-width: 660px) { .md-footer .nav { display: block; }
  .md-footer .nav .li1:last-of-type { width: 100%; }
  .md-footer .nav .ul2 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 1.2; }
  .md-footer .nav .li2 { width: 50%; margin-bottom: .7em; padding-right: 1em; } }

.md-side { position: fixed; right: 0.4rem; bottom: 20%; z-index: 5; }

.md-side .item { display: block; margin-bottom: .1rem; position: relative; }

.md-side .item:last-of-type { margin-bottom: 0; }

.md-side .item:hover .hd { border-color: #ff6d00; }

.md-side .item:hover .hd img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-side .item:hover .bd { display: -webkit-box; display: -ms-flexbox; display: flex; }

.md-side .hd { width: .7rem; height: 0.7rem; border-radius: 50%; border: 1px solid #ececec; background-color: #fff; }

.md-side .hd img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.md-side .bd { position: absolute; right: 100%; top: 0; background: #fff; -webkit-box-shadow: 0rem 0rem 0.4rem 0rem rgba(10, 62, 130, 0.1); box-shadow: 0rem 0rem 0.4rem 0rem rgba(10, 62, 130, 0.1); border-radius: .08rem; width: -webkit-max-content; width: -moz-max-content; width: max-content; min-height: 100%; padding: .1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: none; margin-right: .06rem; }

.md-side .bd img { max-width: 200px; }

@media (max-width: 900px) { .md-side { right: 0; } }

.md-pop-msg { display: none; }

.md-pop-msg .mask { position: fixed; left: 0; top: 0; z-index: 100; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1); }

.md-pop-msg .main { position: fixed; right: 1.5rem; bottom: 10%; z-index: 101; width: 7.2rem; max-width: 90%; width: 4.2rem; min-width: 300px; max-height: 90vh; overflow-y: auto; background-color: #ffffff; border-radius: 0.2rem; padding: .3rem; }

.md-pop-msg .main .btn-close { position: absolute; right: .4rem; top: .4rem; border: none; background: none; cursor: pointer; }

.md-pop-msg .main .btn-close img { width: .2rem; min-width: 14px; }

.md-pop-msg .main .title { line-height: 1.25; margin-right: .3rem; }

.md-pop-msg .main .form { margin-top: .2rem; }

.md-pop-msg .main .form .form-item { margin-bottom: .2rem; margin-bottom: .14rem; }

.md-pop-msg .main .form .ipt { display: block; width: 100%; height: .5rem; min-height: 35px; border-radius: 0.1rem; border: solid 0.01rem #dedede; padding: 0 .19rem; }

.md-pop-msg .main .form .ipt::-webkit-input-placeholder { color: #999; }

.md-pop-msg .main .form .ipt:-ms-input-placeholder { color: #999; }

.md-pop-msg .main .form .ipt::-ms-input-placeholder { color: #999; }

.md-pop-msg .main .form .ipt::placeholder { color: #999; }

.md-pop-msg .main .form .ipt:focus { border-color: #ff6d00; }

.md-pop-msg .main .form .ta { display: block; width: 100%; height: 1rem; min-height: 100px; border-radius: 0.1rem; border: solid 0.01rem #dedede; padding: .1rem .19rem; }

.md-pop-msg .main .form .ta::-webkit-input-placeholder { color: #999; }

.md-pop-msg .main .form .ta:-ms-input-placeholder { color: #999; }

.md-pop-msg .main .form .ta::-ms-input-placeholder { color: #999; }

.md-pop-msg .main .form .ta::placeholder { color: #999; }

.md-pop-msg .main .form .ta:focus { border-color: #ff6d00; }

.md-pop-msg .main .form .foot { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 600px) { .md-pop-msg .main { width: 80%; min-width: auto; bottom: 50%; right: 50%; -webkit-transform: translate(50%, 50%); -ms-transform: translate(50%, 50%); transform: translate(50%, 50%); padding: .5rem; } }

/* banner - start */
.home_banner { position: relative; }

.home_banner-li { display: block; position: relative; }

.home_banner .swiper-slide-active .layout { -webkit-animation: fade-up 1.5s; animation: fade-up 1.5s; }

.home_banner .media video { aspect-ratio: 1920 / 590; }

.home_banner-text { position: absolute; left: 0; top: 45.9%; z-index: 2; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.home_banner-text .t2 { margin-top: .04rem; }

.home_banner .pages { position: absolute; left: 0; bottom: .49rem; z-index: 2; width: 100%; }

.home_banner .swiper-pagination { font-size: 0; position: static; text-align: left; }

.home_banner .swiper-pagination-bullet { width: 0.4rem; height: 0.05rem; border-radius: 0.025rem; background-color: rgba(255, 255, 255, 0.6); opacity: 1; position: relative; margin: 0 .1rem 0 0; overflow: hidden; }

.home_banner .swiper-pagination-bullet:before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 0; background: #ff6d00; border-radius: .025rem; }

.home_banner .swiper-pagination-bullet-active::before { -webkit-transition: width 5s linear; -o-transition: width 5s linear; transition: width 5s linear; width: 100%; }

@media (max-width: 750px) { .home_banner .media video, .home_banner .media img { min-height: 260px; }
  .home_banner-text { top: 50%; } }

/* banner - end */
/* Our Advantage - start */
.md-home-adv { background-color: #f7f7f7; padding-top: .74rem; padding-bottom: .6rem; }

.md-home-adv .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; margin-top: .44rem; }

.md-home-adv .list .li { margin-bottom: .2rem; width: calc(486 / 1500 * 100%); margin-right: calc(20 / 1500 * 100%); background-color: #fff; border-radius: .1rem; padding: .4rem; padding-top: .53rem; min-height: 2.6rem; }

.md-home-adv .list .li:nth-of-type(3n) { margin-right: 0; }

.md-home-adv .list .li:hover .img { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); }

.md-home-adv .list .li:hover .tit { color: #ff6d00; }

.md-home-adv .list .img { font-size: 0; -webkit-transition: all .8s; -o-transition: all .8s; transition: all .8s; }

.md-home-adv .list .img img { height: 0.5rem; min-height: 40px; }

.md-home-adv .list .tit { margin-top: .24rem; }

.md-home-adv .list .desc { line-height: 1.5; margin-top: .08rem; }

@media (max-width: 900px) { .md-home-adv .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-home-adv .list .li { width: 48%; margin-right: 0; margin-bottom: 4%; } }

/* Our Advantage - end */
/* prod - start */
.md-home-prod { padding-top: .74rem; padding-bottom: .8rem; }

.md-home-prod .cate { margin-top: .33rem; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; max-width: 100%; }

.md-home-prod .cate-item { width: auto; max-width: 100%; background-color: #f7f7f7; border-radius: 0.08rem; margin-right: .1rem; padding: .13rem .1rem; line-height: 1.5; }

.md-home-prod .cate-item:last-of-type { margin-right: 0; }

@media (any-hover: hover) { .md-home-prod .cate-item:hover { color: #ff6d00; } }

.md-home-prod .cate-item.active { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: #fff; }

.md-home-prod .prod { margin-top: .4rem; }

.md-home-prod .prod-list { display: none; }

.md-home-prod .prod-list.active { display: block; }

.md-home-prod .prod-item { width: 2.84rem; margin-right: .2rem; text-align: center; }

.md-home-prod .prod-item:hover .c-pic { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); }

.md-home-prod .prod .c-pic { background-color: #f7f7f7; border-radius: .2rem; }

.md-home-prod .prod .img { padding-top: calc(200 / 284 * 100%); }

.md-home-prod .prod .text { padding: .15rem .2rem .08rem; }

.md-home-prod .prod .tit { line-height: 1.5; }

.md-home-prod .prod .arrows { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: .44rem; }

.md-home-prod .prod .arrows .m-arrow { margin-right: .2rem; }

.md-home-prod .prod .arrows .m-arrow:last-of-type { margin-right: 0; }

/* prod - end */
/* app - start */
.md-home-app { background: #f7f7f7; padding-top: .8rem; padding-bottom: .38rem; }

.md-home-app .layout { position: relative; }

.md-home-app ._text { width: calc(486 / 1500 * 100%); position: absolute; left: 0; right: 0; top: 0; margin: auto; padding: .35rem .4rem; }

.md-home-app ._text .m-more { margin-top: .64rem; }

.md-home-app ._desc { line-height: 1.5; margin-top: .21rem; }

.md-home-app .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md-home-app .list .li { width: calc(486 / 1500 * 100%); }

.md-home-app .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-home-app .list .li:hover .tit { color: #ff6d00; }

.md-home-app .list .li:hover .icon { background-image: url(../images/i-more-1.png); }

.md-home-app .list .c-pic { overflow: hidden; border-radius: 0.05rem; }

.md-home-app .list .img { padding-top: calc(305 / 486 * 100%); }

.md-home-app .list .text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.17rem 0 .33rem; }

.md-home-app .list .icon { width: .06rem; height: .12rem; min-width: 4px; min-height: 8px; background-image: url(../images/i-more-3.png); background-repeat: no-repeat; background-position: center; background-size: contain; margin-left: .2rem; }

.md-home-app .list-2 .li { display: block; width: 4.86rem; margin-right: .2rem; }

.md-home-app .list-2 .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-home-app .list-2 .li:hover .tit { color: #ff6d00; }

.md-home-app .list-2 .li:hover .icon { background-image: url(../images/i-more-1.png); }

.md-home-app .list-2 .c-pic { overflow: hidden; border-radius: 0.05rem; }

.md-home-app .list-2 .img { padding-top: calc(305 / 486 * 100%); }

.md-home-app .list-2 .text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.17rem 0 .33rem; }

.md-home-app .list-2 .icon { width: .06rem; height: .12rem; min-width: 4px; min-height: 8px; background-image: url(../images/i-more-3.png); background-repeat: no-repeat; background-position: center; background-size: contain; margin-left: .2rem; }

@media (max-width: 900px) { .md-home-app ._text { padding: 0; position: static; width: 100%; text-align: center; margin-bottom: 5%; }
  .md-home-app ._text .m-more { margin-top: .3rem; }
  .md-home-app .list .li { width: 48%; margin-right: 0; } }

/* app - end */
/* contact - start */
.md-home-contact { padding-top: 1.06rem; padding-bottom: .8rem; }

.md-home-contact .desc { line-height: 1.5; margin-top: .23rem; }

.md-home-contact .m-more { margin-top: .7rem; }

/* contact - end */
/* about - start */
.md-home-about { padding-top: .74rem; padding-bottom: .8rem; }

.md-home-about .section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-top: .43rem; }

.md-home-about .text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 1.2rem; padding-top: .24rem; }

.md-home-about .tit { position: relative; }

.md-home-about .tit::after { content: ''; display: block; width: .5rem; height: .04rem; border-radius: .02rem; background: #ff6d00; margin-top: .24rem; }

.md-home-about .tit::before { content: ''; position: absolute; left: .6rem; bottom: 0; width: .2rem; height: .04rem; border-radius: .02rem; background: #ff6d00; }

.md-home-about .desc { line-height: 1.5; margin-top: .13rem; }

.md-home-about .m-more { margin-top: .41rem; }

.md-home-about .rg { width: calc(640 / 1500 * 100%); position: relative; }

.md-home-about .rg .img { padding-top: calc(430 / 640 * 100%); border-radius: .2rem; }

.md-home-about .rg .js-video { font-size: 0; position: absolute; left: 0; top: 50%; z-index: 2; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.md-home-about .rg .js-video img { width: 1.2rem; }

@media (max-width: 900px) { .md-home-about .section { display: block; }
  .md-home-about .rg { width: 100%; margin-top: 5%; }
  .md-home-about .rg .js-video { left: 50%; }
  .md-home-about .text { padding: 0; } }

/* about - end */
/* news - start */
.md-home-news { padding-top: .75rem; padding-bottom: .64rem; background-color: #f7f7f7; }

.md-home-news .cate { margin-top: .32rem; }

.md-home-news .cate .swiper-container { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; max-width: 100%; }

.md-home-news .cate-item { min-width: .8rem; width: auto; text-align: center; padding: .13rem .1rem; background-color: #fff; border-radius: .08rem; margin-right: .1rem; line-height: 1.5; }

.md-home-news .cate-item:last-of-type { margin-right: 0; }

@media (any-hover: hover) { .md-home-news .cate-item:hover { color: #ff6d00; } }

.md-home-news .cate-item.active { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: #fff; }

.md-home-news .news { margin-top: .4rem; }

.md-home-news .news-list { display: none; }

.md-home-news .news-list.active { display: block; }

.md-home-news .news .swiper-container { padding-bottom: .2rem; }

.md-home-news .news-item { border-radius: .1rem; overflow: hidden; -webkit-transition: background .3s; -o-transition: background .3s; transition: background .3s; }

.md-home-news .news-item:hover { background-color: #fff; -webkit-box-shadow: 0.012rem 0.016rem 0.12rem 0rem rgba(0, 0, 0, 0.1); box-shadow: 0.012rem 0.016rem 0.12rem 0rem rgba(0, 0, 0, 0.1); }

.md-home-news .news-item:hover .more { color: #ff6d00; }

.md-home-news .news-item:hover .more .icon { background-image: url(../images/i-more-1.png); }

.md-home-news .news .img { padding-top: calc(280 / 486 * 100%); }

.md-home-news .news .text { padding: .29rem .4rem .35rem; }

.md-home-news .news .date { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-home-news .news .date img { width: .18rem; min-width: 12px; margin-right: .09rem; }

.md-home-news .news .tit { line-height: 1.33333; margin-top: .19rem; }

.md-home-news .news .desc { margin-top: .12rem; }

.md-home-news .news .more { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .54rem; }

.md-home-news .news .more .icon { width: .06rem; height: .12rem; min-width: 4px; min-height: 8px; background-image: url(../images/i-more-3.png); background-position: center; background-repeat: no-repeat; background-size: contain; margin-left: .1rem; }

@media (max-width: 900px) { .md-home-news .news .text { padding: 5%; } }

/* news - end */
/* form - start */
.md-form-1 { padding-top: .74rem; padding-bottom: .8rem; }

.md-form-1 .desc { line-height: 1.5; margin-top: .04rem; }

.md-form-1 .form { margin-top: .42rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: .1rem; }

.md-form-1 .form .form-item { width: calc(493 / 1500 * 100%); height: 0.5rem; min-height: 35px; line-height: .5rem; padding: 0 .2rem; background-color: #f7f7f7; border-radius: 0.08rem; border: solid 1px #ececec; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-form-1 .form .label span { color: #ff6d00; }

.md-form-1 .form .ipt { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 50px; background: transparent; border: none; padding-left: 1em; }

.md-form-1 .form .textarea { width: 100%; height: auto; display: block; }

.md-form-1 .form .textarea .ta { display: block; width: 100%; height: 1.1rem; min-height: 100px; border: none; background: transparent; }

.md-form-1 .form .btn-submit { width: 100%; border: none; height: .5rem; min-height: 35px; border-radius: 0.08rem; cursor: pointer; }

.md-form-1 .form .btn-submit:hover { background: #ff6d00; }

.md-form-1 .tips { margin-top: .17rem; }

@media (max-width: 1100px) { .md-form-1 .form .form-item { width: 100%; }
  .md-form-1 .form .textarea { width: 100%; } }

/* form - end */
.md-about-1 { padding-top: .75rem; padding-bottom: .34rem; }

.md-about-1 .section-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .41rem; }

.md-about-1 .section-1 .text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: .4rem; }

.md-about-1 .section-1 .tit { position: relative; }

.md-about-1 .section-1 .tit::after { content: ''; display: block; width: .5rem; height: .04rem; border-radius: .02rem; background: #ff6d00; margin-top: .23rem; }

.md-about-1 .section-1 .tit::before { content: ''; position: absolute; left: .6rem; bottom: 0; width: .2rem; height: .04rem; border-radius: .02rem; background: #ff6d00; }

.md-about-1 .section-1 .desc { line-height: 1.5; margin-top: .1rem; text-align: justify; max-height: calc(30 / 20 * 10em); overflow-y: auto; }

.md-about-1 .section-1 .rg { width: calc(730 / 1500 * 100%); position: relative; }

.md-about-1 .section-1 .rg .img { padding-top: calc(450 / 730 * 100%); border-radius: .2rem; }

.md-about-1 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md-about-1 .list .li { width: calc(730 / 1500 * 100%); min-height: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: .2rem; padding: .2rem; margin-top: .2rem; }

.md-about-1 .list .li-cnt { width: 100%; }

.md-about-1 .list .t2 { line-height: 1.5; margin-top: .1rem; }

@media (max-width: 900px) { .md-about-1 .section-1 { display: block; }
  .md-about-1 .section-1 .text { padding: 0; }
  .md-about-1 .section-1 .desc { max-height: none; }
  .md-about-1 .section-1 .rg { width: 100%; margin-top: 5%; }
  .md-about-1 .list .li { width: 100%; } }

.md-about-2 { padding-top: .4rem; padding-bottom: .8rem; }

.md-about-2 ._desc { line-height: 1.4; margin-top: .25rem; }

.md-about-2 .list { margin-top: .33rem; padding-bottom: .4rem; text-align: center; }

.md-about-2 .list .li:hover .tit { color: #ff6d00; }

.md-about-2 .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-about-2 .list .img { padding-top: calc(228 / 360 * 100%); border-radius: .05rem; }

.md-about-2 .list .text { padding-top: .16rem; }

.md-about-2 .list .swiper-pagination { font-size: 0; bottom: 0; }

.md-about-2 .list .swiper-pagination-bullet { width: 0.4rem; height: 0.05rem; border-radius: 0.025rem; background-color: rgba(153, 153, 153, 0.4); opacity: 1; position: relative; margin: 0 .1rem 0 0; overflow: hidden; }

.md-about-2 .list .swiper-pagination-bullet:before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 0; background: #ff6d00; border-radius: .025rem; }

.md-about-2 .list .swiper-pagination-bullet-active::before { -webkit-transition: width 5s linear; -o-transition: width 5s linear; transition: width 5s linear; width: 100%; }

.md-about-3 { background-color: #25435b; padding-top: .74rem; padding-bottom: .83rem; }

.md-about-3 .desc { line-height: 1.5; margin-top: .23rem; color: rgba(255, 255, 255, 0.6); padding: 0 11%; }

.md-about-3 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: .39rem; text-align: center; }

.md-about-3 .list-li { width: 33.33%; padding: 0 .55rem; position: relative; }

.md-about-3 .list-li::after { content: ''; position: absolute; right: 0; top: .3rem; bottom: .7rem; width: 1px; margin: auto; background: rgba(255, 255, 255, 0.2); }

.md-about-3 .list-li:nth-of-type(3n):after { display: none; }

.md-about-3 .list-icon { font-size: 0; }

.md-about-3 .list-icon img { height: .4rem; min-height: 30px; }

.md-about-3 .list-t1 { margin-top: .25rem; }

.md-about-3 .list-t2 { margin-top: .07rem; }

.md-about-3 .list-t3 { line-height: 1.5; color: rgba(255, 255, 255, 0.6); text-align: justify; margin-top: .3rem; }

@media (max-width: 900px) { .md-about-3 .desc { padding: 0; }
  .md-about-3 .list-li { width: 100%; padding: 0; margin-top: 5%; }
  .md-about-3 .list-li:after { display: none; } }

.md-about-4 { background: #f7f7f7; padding-top: .55rem; padding-bottom: .68rem; }

.md-about-4 .layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-about-4 .desc { line-height: 1.5; }

.md-about-4 .img { margin-right: 1.58rem; margin-left: 1.16rem; margin-top: .04rem; }

.md-about-4 .img img { width: .77rem; }

@media (max-width: 900px) { .md-about-4 .img { margin: .2rem; } }

.md-about-5 { padding-bottom: .96rem; }

.md-about-6 { padding-top: .7rem; padding-bottom: 1rem; }

.md-about-6 .list { margin-top: .42rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.md-about-6 .list .li { border: solid 1px #e9e9e9; border-radius: .2rem; overflow: hidden; cursor: -webkit-zoom-in; cursor: zoom-in; margin-bottom: .3rem; }

.md-about-6 .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-about-6 .list .li:hover .tit { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: #fff; }

.md-about-6 .list .img { padding-top: calc(320 / 233 * 100%); }

.md-about-6 .list .tit { line-height: 1.5; background-color: #f3f3f3; border-top: solid 1px #e9e9e9; padding: .14rem .2rem .15rem; text-align: center; }

@media (min-width: 1201px) { .md-about-6 .list .li { width: calc(233 / 1520 * 100%); margin-right: calc(20 / 1520 * 100%); }
  .md-about-6 .list .li:nth-of-type(6n) { margin-right: 0; } }

@media (max-width: 1200px) and (min-width: 901px) { .md-about-6 .list .li { width: 24%; margin-right: 1.33%; }
  .md-about-6 .list .li:nth-of-type(4n) { margin-right: 0; } }

@media (max-width: 900px) { .md-about-6 .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-about-6 .list .li { width: 48%; margin-right: 0; } }

.md-about-6 .m_pages { margin-top: .3rem; }

.md-about-7 { background: #f7f7f7; padding-top: .7rem; padding-bottom: .8rem; }

.md-about-7 .desc { line-height: 1.5; margin-top: .04rem; }

.md-about-7 .list { margin-top: .32rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md-about-7 .list-item { width: calc(740 / 1500 * 100%); background-color: #fff; border-radius: .2rem; padding: .54rem .8rem; }

.md-about-7 .list2 { margin-top: .53rem; }

.md-about-7 .list2-item { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: .47rem; }

.md-about-7 .list2-item:last-of-type { margin-bottom: 0; }

.md-about-7 .list2-icon { width: .6rem; margin-top: .02rem; }

.md-about-7 .list2-icon img { max-width: 80%; }

.md-about-7 .list2-tx { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-about-7 .list2-t2 { line-height: 1.5; }

.md-about-7 .list3 { margin-top: .47rem; }

.md-about-7 .list3-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .36rem; }

.md-about-7 .list3-item:last-of-type { margin-bottom: 0; }

.md-about-7 .list3-item:hover .list3-tx { color: #ff6d00; }

.md-about-7 .list3-icon { width: .4rem; font-size: 0; }

.md-about-7 .list3-icon img { width: 100%; }

.md-about-7 .list3-tx { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: .28rem; }

@media (max-width: 900px) { .md-about-7 .list { display: block; }
  .md-about-7 .list-item { width: 100%; margin-top: 5%; padding: 5%; }
  .md-about-7 .list2-icon { margin-right: .2rem; } }

.md-support-1 { background: #f7f7f7; padding-top: .75rem; padding-bottom: .8rem; }

.md-support-1 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: .43rem; }

.md-support-1 .list .li { background-color: #fff; border-radius: 0.2rem; min-height: 2.2rem; padding: .54rem .5rem; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 0.2rem; width: calc(486 / 1500 * 100%); margin-right: calc(20 / 1500 * 100%); }

.md-support-1 .list .li:nth-of-type(3n) { margin-right: 0; }

.md-support-1 .list .li:hover { -webkit-box-shadow: 0.013rem 0.015rem 0.2rem 0rem rgba(254, 111, 1, 0.15); box-shadow: 0.013rem 0.015rem 0.2rem 0rem rgba(254, 111, 1, 0.15); }

.md-support-1 .list .tx { width: calc(240 / 386 * 100%); }

.md-support-1 .list .tit { line-height: 1.5; border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding-bottom: .06rem; }

.md-support-1 .list .msg { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.md-support-1 .list .msg-item { margin-top: .17rem; }

.md-support-1 .list .btns { margin-left: auto; margin-top: .06rem; }

.md-support-1 .list .btns .btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; min-width: 1.1rem; height: .4rem; min-height: 30px; padding: 0 .1rem; border-radius: 0.08rem; margin-bottom: .2rem; }

.md-support-1 .list .btns .btn:last-of-type { margin-bottom: 0; }

.md-support-1 .list .btns .btn-1 { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: #fff; }

.md-support-1 .list .btns .btn-1:hover { background: #ff6d00; }

.md-support-1 .list .btns .btn-2 { border: 1px solid #ff6d00; color: #ff6d00; }

.md-support-1 .list .btns .btn-2:hover { color: #fff; background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); }

@media (max-width: 1100px) { .md-support-1 .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-support-1 .list .li { width: 48%; margin-right: 0; margin-bottom: 4%; } }

@media (max-width: 600px) { .md-support-1 .list .li { width: 100%; } }

.md-support-1 .m_pages { margin-top: .4rem; }

.md-support-2 { background: #f7f7f7; padding-top: .74rem; padding-bottom: .8rem; }

.md-support-2 .labels { margin-top: .32rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.md-support-2 .labels .label { min-width: 1.8rem; line-height: .28rem; background-color: #ffffff; border-radius: 0.08rem; border: solid 1px #e9e9e9; text-align: center; margin-right: .21rem; margin-bottom: 0.21rem; padding: .1rem .1rem; }

.md-support-2 .labels .label:last-of-type { margin-right: 0; }

.md-support-2 .labels .label:hover { color: #ff6d00; border-color: #ff6d00; }

.md-support-2 .labels .label.active { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: #fff; border: none; }

.md-support-2 .list { margin-top: .39rem; }

.md-support-2 .list .li { background-color: #ffffff; padding: 0 .5rem; border-radius: 0.2rem; margin-bottom: .3rem; cursor: pointer; }

.md-support-2 .list .li:last-of-type { margin-bottom: 0; }

.md-support-2 .list .hd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .3rem 0; min-height: 1rem; }

.md-support-2 .list .hd .icon { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); }

.md-support-2 .list .hd.expand .arrow { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.md-support-2 .list .bd { display: none; padding: .4rem 0 .43rem; margin-top: .06rem; border-top: 1px solid rgba(0, 0, 0, 0.2); }

.md-support-2 .list .bd .icon { background: #999; }

.md-support-2 .list .bd-cnt { display: -webkit-box; display: -ms-flexbox; display: flex; }

.md-support-2 .list .icon { width: 0.3rem; height: .3rem; min-width: 26px; min-height: 26px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; margin-right: .3rem; }

.md-support-2 .list .tit { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-support-2 .list .desc { line-height: 1.5; }

.md-support-2 .list .arrow { width: .16rem; min-width: 12px; }

.md-support-2 .m_pages { margin-top: .6rem; }

@media (max-width: 900px) { .md-support-2 .labels .label { padding: 8px 10px; }
  .md-support-2 .list .li { padding: 0 .2rem; }
  .md-support-2 .list .icon { margin-right: .2rem; } }

.md-support-3 { padding-top: .76rem; padding-bottom: .8rem; }

.md-support-3 .section { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: .43rem; }

.md-support-3 .section .text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: .6rem; padding-top: .4rem; }

.md-support-3 .section .desc { line-height: 1.5; margin-top: .26rem; }

.md-support-3 .section .c-pic { width: calc(700 / 1500 * 100%); }

.md-support-3 .section .img { padding-top: calc(430 / 700 * 100%); border-radius: .2rem; }

@media (max-width: 900px) { .md-support-3 .section { display: block; }
  .md-support-3 .section .text { padding: 0; }
  .md-support-3 .section .c-pic { width: 100%; margin-top: 5%; } }

.md-support-4 { padding-top: .87rem; padding-bottom: .71rem; }

.md-support-4 .layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-support-4 .lf .btn { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-width: 1.6rem; height: 0.5rem; min-height: 35px; border-radius: 0.08rem; padding: 0 .2rem; margin-top: .61rem; }

.md-support-4 .rg { margin-left: auto; margin-bottom: .12rem; }

@media (max-width: 600px) { .md-support-4 .layout { display: block; }
  .md-support-4 .rg { margin-bottom: 0; margin-top: .6rem; } }

.md-support-5 { padding-top: .92rem; padding-bottom: .62rem; background: #f7f7f7; }

.md-support-5 .section-1 .desc { line-height: 1.5; margin-top: .07rem; padding: 0 1.5rem; }

.md-support-5 .list { margin-top: .4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md-support-5 .list .li { width: calc(740 / 1500 * 100%); background-color: #fff; border-radius: .2rem; margin-bottom: .2rem; min-height: 1.73rem; padding: .31rem .37rem .34rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-support-5 .list .icon { width: .8rem; margin-right: .37rem; }

.md-support-5 .list .desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1.5; }

@media (max-width: 900px) { .md-support-5 .section-1 .desc { padding: 0; }
  .md-support-5 .list .li { width: 100%; } }

.md-support-6 { padding-top: .8rem; padding-bottom: .8rem; }

.md-support-6 .layout { display: -webkit-box; display: -ms-flexbox; display: flex; }

.md-support-6 .c-pic { width: calc(540 / 1500 * 100%); }

.md-support-6 .c-pic .img { padding-top: calc(440 / 540 * 100%); border-radius: .1rem; }

.md-support-6 .rg { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: .4rem; padding-top: .14rem; }

.md-support-6 .form { margin-top: .42rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: .1rem; }

.md-support-6 .form .form-item { width: calc(300 / 920 * 100%); background-color: #f7f7f7; border: solid 1px #ececec; border-radius: 0.08rem; }

.md-support-6 .form .ipt { border: none; display: block; background: transparent; width: 100%; height: 0.48rem; min-height: 35px; padding: 0 .2rem; }

.md-support-6 .form .textarea { width: 100%; height: auto; display: block; }

.md-support-6 .form .textarea .ta { display: block; width: 100%; height: 1.18rem; min-height: 100px; border: none; background: transparent; padding: .1rem .2rem; }

.md-support-6 .form .btn-submit { width: 100%; border: none; height: .5rem; min-height: 35px; border-radius: 0.08rem; cursor: pointer; }

.md-support-6 .form .btn-submit:hover { background: #ff6d00; }

.md-support-6 .tips { margin-top: .16rem; }

@media (max-width: 900px) { .md-support-6 .layout { display: block; }
  .md-support-6 .c-pic { width: 100%; }
  .md-support-6 .rg { margin-left: 0; margin-top: 5%; padding-top: 0; }
  .md-support-6 .form .form-item { width: 100%; } }

.md-prod-1 { padding-bottom: 1.04rem; }

.md-prod-1 .layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md-prod-1 .side { width: calc(340 / 1500 * 100%); padding-top: .6rem; }

.md-prod-1 .main { width: calc(1060 / 1500 * 100%); padding-top: .6rem; }

.md-prod-1 .main .hd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.md-prod-1 .main .hd .title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .04rem; }

.md-prod-1 .main .hd .title:before { content: ''; width: 0.04rem; min-width: 4px; height: 0.18rem; min-height: 18px; background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2379fa), color-stop(50%, #ff6d00)); background: -o-linear-gradient(top, #2379fa 50%, #ff6d00 50%); background: linear-gradient(to bottom, #2379fa 50%, #ff6d00 50%); margin-right: .17rem; }

.md-prod-1 .main .hd .form { display: -webkit-box; display: -ms-flexbox; display: flex; width: 3rem; min-width: 200px; height: 0.5rem; min-height: 35px; background-color: #ffffff; border-radius: 0.1rem; border: solid 1px #e2e2e2; }

.md-prod-1 .main .hd .form .ipt { padding-left: .31rem; padding-right: .1rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 50px; border: none; background: transparent; }

.md-prod-1 .main .hd .form .ipt::-webkit-input-placeholder { color: #999; }

.md-prod-1 .main .hd .form .ipt:-ms-input-placeholder { color: #999; }

.md-prod-1 .main .hd .form .ipt::-ms-input-placeholder { color: #999; }

.md-prod-1 .main .hd .form .ipt::placeholder { color: #999; }

.md-prod-1 .main .hd .form .btn { font-size: 0; padding-right: .31rem; border: none; cursor: pointer; background: transparent; }

.md-prod-1 .main .hd .form .btn img { width: .16rem; min-width: 14px; }

.md-prod-1 .main .hd .form:focus-within { border-color: #ff6d00; }

.md-prod-1 .main .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: .3rem; }

.md-prod-1 .main .list .li { border-radius: 0.1rem; overflow: hidden; border: solid 1px #e2e2e2; margin-bottom: .2rem; width: calc(340 / 1060 * 100%); margin-right: calc(20 / 1060 * 100%); }

.md-prod-1 .main .list .li:nth-of-type(3n) { margin-right: 0; }

.md-prod-1 .main .list .li:hover { -webkit-box-shadow: 0.013rem 0.015rem 0.2rem 0rem rgba(0, 0, 0, 0.15); box-shadow: 0.013rem 0.015rem 0.2rem 0rem rgba(0, 0, 0, 0.15); }

.md-prod-1 .main .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-prod-1 .main .list .li:hover .tit { color: #ff6d00; }

.md-prod-1 .main .list .img { padding-top: calc(320 / 340 * 100%); }

.md-prod-1 .main .list .text { text-align: center; padding: .11rem .5rem .31rem; }

.md-prod-1 .main .list .tit { line-height: 1.5; }

.md-prod-1 .main .m_pages { margin-top: .4rem; }

.md-prod-1 .cate { margin-bottom: .37rem; }

.md-prod-1 .cate-hd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: .6rem; padding: .1rem; }

.md-prod-1 .cate-hd img { width: .19rem; min-width: 14px; margin-right: .2rem; }

.md-prod-1 .cate-1 { border-bottom: 1px solid #eeeeee; }

.md-prod-1 .cate-1 a:hover { color: #ff6d00; }

.md-prod-1 .cate-1.expand { background: #f7f7f7; }

.md-prod-1 .cate-1.expand .cate-list-2 { display: block; }

.md-prod-1 .cate-1.expand .cate-link-1 .icon img { -webkit-transform: none; -ms-transform: none; transform: none; }

.md-prod-1 .cate-link-1 { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: .6rem; padding-left: .28rem; line-height: 1.5; }

.md-prod-1 .cate-link-1 a { padding: .22rem 0 .12rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-prod-1 .cate-link-1 .icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: auto; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; padding: .22rem 0 .12rem; padding-left: .1rem; padding-right: .21rem; }

.md-prod-1 .cate-link-1 .icon img { width: .14rem; min-width: 12px; -webkit-transform: rotateX(180deg); transform: rotateX(180deg); }

.md-prod-1 .cate-list-2 { line-height: 1.4; padding: 0 .28rem .15rem; display: none; }

.md-prod-1 .cate-2 { margin-bottom: .104rem; }

.md-prod-1 .cate-2:last-of-type { margin-bottom: 0; }

.md-prod-1 .cate-2.active { color: #ff6d00; }

.md-prod-1 .contact { border-bottom: 1px solid #eee; }

.md-prod-1 .contact-hd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: .6rem; padding: .1rem; }

.md-prod-1 .contact-hd img { width: .19rem; min-width: 10px; margin-right: .2rem; }

.md-prod-1 .contact-bd { background: #f7f7f7; padding: .27rem 0 .4rem; }

.md-prod-1 .contact-bd .list { padding: 0 .2rem 0 .27rem; }

.md-prod-1 .contact-bd .list-item { margin-bottom: .2rem; }

.md-prod-1 .contact-bd .list-t1 { line-height: 1.1; }

.md-prod-1 .contact-bd .list-t2 { line-height: 1.5; }

.md-prod-1 .contact-bd .m-more { margin-top: .03rem; }

@media (max-width: 1200px) { .md-prod-1 .layout { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .md-prod-1 .side { width: 100%; }
  .md-prod-1 .main { width: 100%; }
  .md-prod-1 .cate-hd { background-image: url(../images/i-down-2.png); background-position: right 10px center; background-repeat: no-repeat; }
  .md-prod-1 .cate-bd { display: none; }
  .md-prod-1 .contact-hd { background-image: url(../images/i-down-2.png); background-position: right 10px center; background-repeat: no-repeat; } }

@media (max-width: 700px) { .md-prod-1 .cate-hd { padding: .2rem; }
  .md-prod-1 .contact-hd { padding: .2rem; }
  .md-prod-1 .contact-bd { display: none; }
  .md-prod-1 .main .hd { display: block; }
  .md-prod-1 .main .hd .form { width: 100%; margin-top: 5%; }
  .md-prod-1 .main .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-prod-1 .main .list .li { width: 48%; margin-right: 0; margin-bottom: 4%; }
  .md-prod-1 .main .list .text { padding: .2rem; } }

.md-prod-2 { padding-top: .6rem; padding-bottom: .3rem; }

.md-prod-2 .layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md-prod-2 .photos { width: calc(630 / 1500 * 100%); }

.md-prod-2 .photos .big { position: relative; }

.md-prod-2 .photos .big .logo { position: absolute; left: .1rem; top: .1rem; z-index: 2; width: 1.46rem; }

.md-prod-2 .photos .big .c-pic { background-color: #f7f7f7; border: 1px solid #e9e9e9; }

.md-prod-2 .photos .big .img { padding-top: calc(520 / 630 * 100%); }

.md-prod-2 .photos .small { margin-top: .14rem; }

.md-prod-2 .photos .small .c-pic { background-color: #f7f7f7; border: 1px solid #e9e9e9; cursor: pointer; }

.md-prod-2 .photos .small .img { padding-top: 100%; }

.md-prod-2 .photos .small .active { border-color: #ff6d00; }

.md-prod-2 .rg { width: calc(690 / 1500 * 100%); padding-top: .55rem; }

.md-prod-2 .title { line-height: 1.20833; border-bottom: 1px solid #d4d4d4; position: relative; padding-bottom: .33rem; }

.md-prod-2 .title:after { content: ''; position: absolute; left: 0; bottom: -1px; width: .6rem; height: .04rem; background: #ff6d00; }

.md-prod-2 .data { line-height: 1.5; margin-top: .42rem; }

.md-prod-2 .btns { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: .33rem; }

.md-prod-2 .btns .btn { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-width: 3.14rem; height: .5rem; min-height: 35px; border-radius: 0.08rem; margin-right: .2rem; margin-top: .2rem; padding: .1rem; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.md-prod-2 .btns .btn:last-of-type { margin-right: 0; }

.md-prod-2 .btns .btn-1 { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: #fff; }

.md-prod-2 .btns .btn-1:hover { background: #ff6d00; }

.md-prod-2 .btns .btn-2 { border: 1px solid #e9e9e9; }

.md-prod-2 .btns .btn-2:hover { background-color: #ff6d00; color: #fff; }

.md-prod-2 .share { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: .39rem; }

.md-prod-2 .share .item { width: .36rem; height: .3rem; min-width: 30px; min-height: 26px; border-radius: 0.08rem; border: solid 0.01rem #ececec; margin: 0 0.05rem 0 0 !important; }

.md-prod-2 .share .item img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.md-prod-2 .share .item:hover { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); border: none; }

.md-prod-2 .share .item:hover .i-1 { display: none; }

.md-prod-2 .share .item:hover .i-2 { display: block; }

.md-prod-2 .share .i-2 { display: none; }

@media (max-width: 900px) { .md-prod-2 .layout { display: block; }
  .md-prod-2 .photos { width: 100%; max-width: 500px; margin-left: auto; margin-right: auto; }
  .md-prod-2 .rg { width: 100%; } }

.md-prod-3 { padding-top: .3rem; padding-bottom: .3rem; }

.md-prod-3 .tab { position: -webkit-sticky; position: sticky; z-index: 2; top: 1.3rem; background-color: #fff; }

.md-prod-3 .tab:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #ededed; }

.md-prod-3 .tab-item { width: auto; background-color: #ededed; border-radius: 0.06rem 0.06rem 0 0; padding: .1rem .47rem; margin-right: .04rem; line-height: 1.5; cursor: pointer; border: solid 1px #ededed; }

.md-prod-3 .tab-item.active { background-color: #ffffff; border-radius: 0.06rem 0.06rem 0 0; border-bottom-color: #fff; }

.md-prod-3 .tab-cnt { padding-top: .35rem; }

.md-prod-3 .tab-cnt .section { padding-top: .2rem; margin-bottom: .33rem; }

.md-prod-3 .tab-cnt .section:last-of-type { margin-bottom: 0; }

.md-prod-3 .tab-cnt .section-tit { padding-left: .21rem; }

.md-prod-3 .tab-cnt .section-cnt { line-height: 1.5; margin-top: .2rem; padding-left: .32rem; padding-right: .32rem; }

.md-prod-3 .tab-cnt .section .list p { display: -webkit-box; display: -ms-flexbox; display: flex; }

.md-prod-3 .tab-cnt .section .list p::before { content: '●'; color: #ff6d00; margin-right: 7px; }

.md-prod-3 .tab-cnt .section .list p span { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-prod-3 .tab-cnt .section .table { overflow-x: auto; }

.md-prod-3 .tab-cnt .section .table table { width: 100% !important; min-width: 500px; border: solid 1px #d4d4d4; }

.md-prod-3 .tab-cnt .section .table th, .md-prod-3 .tab-cnt .section .table td { height: .5rem; padding: .5em; padding-left: 1.18rem; text-align: left; font-weight: normal; }

.md-prod-3 .tab-cnt .section .table th:nth-child(1), .md-prod-3 .tab-cnt .section .table td:nth-child(1) { min-width: 6em; }

.md-prod-3 .tab-cnt .section .table th { background-color: #ededed; }

.md-prod-3 .tab-cnt .section .table td { border: solid 1px #d4d4d4; }

.md-prod-3 .tab-cnt .section .table tbody tr:nth-of-type(odd) { background-color: #f9f9f9; }

.md-prod-3 .tab-cnt .section .table tbody tr:first-child { background-color: #ededed; }

.md-prod-3 .tab-cnt .section .table tbody tr:first-child * { font-weight: bold; }

@media (max-width: 1200px) { .md-prod-3 .tab-cnt .section .table th, .md-prod-3 .tab-cnt .section .table td { padding-left: .4rem; } }

@media (max-width: 1200px) { .md-prod-3 .tab-cnt .section .table th, .md-prod-3 .tab-cnt .section .table td { padding: .5em; } }

.md-prod-3 .tab-cnt .section .download-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.md-prod-3 .tab-cnt .section .download-list .item { width: calc(1 / 3 * 100%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .2rem; }

.md-prod-3 .tab-cnt .section .download-list .item:hover .t2 { color: #ff6d00; }

.md-prod-3 .tab-cnt .section .download-list .icon { width: 0.8rem; height: 0.8rem; background-color: #f7f7f7; border-radius: 50%; margin-right: .18rem; }

.md-prod-3 .tab-cnt .section .download-list .tx { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-prod-3 .tab-cnt .section .download-list .tit { line-height: 1.2; }

.md-prod-3 .tab-cnt .section .download-list .t2 { margin-top: .1rem; line-height: 1.2; border-bottom: 1px solid; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }

@media (max-width: 1200px) { .md-prod-3 .tab-cnt .section .download-list .item { width: 50%; } }

@media (max-width: 900px) { .md-prod-3 .tab-cnt .section .download-list .item { width: 100%; } }

@media (max-width: 600px) { .md-prod-3 .tab-item { padding: .1rem .2rem; }
  .md-prod-3 .tab-cnt .section-tit { padding-left: 0; margin-left: -.5em; }
  .md-prod-3 .tab-cnt .section-cnt { padding: 0; } }

.md-prod-4 { padding: .23rem 0; }

.md-prod-5 { padding-top: .46rem; padding-bottom: .3rem; }

.md-prod-5 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: .42rem; }

.md-prod-5 .list .li { border-radius: 0.1rem; overflow: hidden; border: solid 1px #e2e2e2; margin-bottom: .2rem; width: calc(340 / 1500 * 100%); margin-right: calc(46 / 1500 * 100%); }

.md-prod-5 .list .li:nth-of-type(4n) { margin-right: 0; }

.md-prod-5 .list .li:hover { -webkit-box-shadow: 0.013rem 0.015rem 0.2rem 0rem rgba(0, 0, 0, 0.15); box-shadow: 0.013rem 0.015rem 0.2rem 0rem rgba(0, 0, 0, 0.15); }

.md-prod-5 .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-prod-5 .list .li:hover .tit { color: #ff6d00; }

.md-prod-5 .list .img { padding-top: calc(320 / 340 * 100%); }

.md-prod-5 .list .text { text-align: center; padding: .11rem .5rem .31rem; }

.md-prod-5 .list .tit { line-height: 1.5; }

@media (max-width: 900px) { .md-prod-5 .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-prod-5 .list .li { width: 48%; margin-right: 0; margin-bottom: 4%; } }

.m_rate { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.m_rate-item { width: 0.21rem; min-width: 14px; height: 0.2rem; min-height: 14px; margin-right: .05rem; position: relative; }

.m_rate-item:last-of-type { margin-right: 0; }

.m_rate-icon { width: 100%; height: 100%; background-repeat: no-repeat; background-position: left center; background-size: auto 100%; }

.m_rate-icon.line { background-image: url(../images/i-star-1.png); }

.m_rate-icon.fill { background-image: url(../images/i-star-2.png); position: absolute; left: 0; top: 0; height: 100%; width: 0; }

.md-prod-6 { padding-top: .25rem; padding-bottom: 1rem; }

.md-prod-6 .hd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .33rem; padding-bottom: .38rem; border-bottom: 1px solid #ededed; }

.md-prod-6 .rate { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-right: 1px solid rgba(0, 0, 0, 0.1); margin-right: .3rem; padding: .055rem 0; padding-right: .28rem; }

.md-prod-6 .rate-score { margin-right: .14rem; }

.md-prod-6 .rate-t1 { margin-top: .07rem; }

.md-prod-6 .filter { padding: .4rem 0; border-bottom: 1px solid #ededed; }

.md-prod-6 .filter .c-select { position: relative; width: 1.8rem; min-width: 140px; }

.md-prod-6 .filter .c-select__hd { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-width: 100%; height: .5rem; min-height: 35px; border-radius: 0.08rem; border: solid 0.01rem #e9e9e9; padding: 0 .2rem; }

.md-prod-6 .filter .c-select__hd span { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-prod-6 .filter .c-select__hd span img { width: 1.25rem; }

.md-prod-6 .filter .c-select__hd span.has-value { color: #000; }

.md-prod-6 .filter .c-select__hd .icon { width: .08rem; min-width: 6px; height: .08rem; min-height: 6px; margin-left: .2rem; background: url(../images/i-down-1.png) no-repeat center/contain; }

.md-prod-6 .filter .c-select__bd { border-radius: 0.08rem; min-width: 140px; }

.md-prod-6 .filter .c-select__option { line-height: 1.5; padding: .5em .1rem; }

.md-prod-6 .filter .c-select__option:hover { background-color: rgba(255, 109, 0, 0.7); color: #fff; }

.md-prod-6 .filter .c-select__option:hover .i-1 { display: none; }

.md-prod-6 .filter .c-select__option:hover .i-2 { display: block; }

.md-prod-6 .filter .c-select__option.on { background-color: #ff6d00; color: #fff; background-image: url(../images/i-check-2.png); background-position: right .1rem center; background-repeat: no-repeat; background-size: .2rem; }

.md-prod-6 .filter .c-select__option.on .i-1 { display: none; }

.md-prod-6 .filter .c-select__option.on .i-2 { display: block; }

.md-prod-6 .filter .c-select__option img { width: 1.25rem; }

.md-prod-6 .filter .c-select__option .i-1 { display: block; }

.md-prod-6 .filter .c-select__option .i-2 { display: none; }

.md-prod-6 .list .item { padding: .44rem 0 .06rem; border-bottom: 1px solid  #ededed; }

.md-prod-6 .list .item-row-1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.md-prod-6 .list .col-1 { margin-top: .02rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: calc(283 / 1500 * 100%); }

.md-prod-6 .list .col-1 .name { margin-top: .01rem; }

.md-prod-6 .list .col-1 .desc { margin-top: .02rem; }

.md-prod-6 .list .avatar { width: .4rem; height: .4rem; min-width: 35px; min-height: 35px; position: relative; margin-right: .08rem; }

.md-prod-6 .list .avatar-img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 50%; }

.md-prod-6 .list .avatar .icon-valid { width: .16rem; min-width: 14px; position: absolute; right: 0; bottom: -.02rem; }

.md-prod-6 .list .col-2 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-prod-6 .list .col-2-hd { display: -webkit-box; display: -ms-flexbox; display: flex; }

.md-prod-6 .list .col-2 .m_rate { margin-right: .1rem; }

.md-prod-6 .list .col-2 .review { margin-top: .11rem; line-height: 1.2; }

.md-prod-6 .list .date { text-align: right; margin-top: .04rem; }

.md-prod-6 .list .operate { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-top: .51rem; }

.md-prod-6 .list .operate-tips { margin-right: .23rem; }

.md-prod-6 .list .operate-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: .22rem; cursor: pointer; }

.md-prod-6 .list .operate-item:last-of-type { margin-right: 0; }

.md-prod-6 .list .operate-item .icon { margin-right: .04rem; width: 0.14rem; height: .14rem; min-width: 12px; min-height: 12px; background-position: center; background-repeat: no-repeat; background-size: contain; }

.md-prod-6 .list .operate-item .icon.like { background-image: url(../images/i-like.png); }

.md-prod-6 .list .operate-item .icon.nolike { background-image: url(../images/i-nolike.png); }

.md-prod-6 .list .operate-item.active { color: #ff6d00; }

.md-prod-6 .list .operate-item.active .icon.like { background-image: url(../images/i-like-2.png); }

.md-prod-6 .list .operate-item.active .icon.nolike { background-image: url(../images/i-nolike-2.png); }

@media (max-width: 900px) { .md-prod-6 .hd { display: block; text-align: center; }
  .md-prod-6 .rate { padding-right: 0; margin-right: 0; border: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: .2rem; }
  .md-prod-6 .rate-score { font-size: 40px; }
  .md-prod-6 .filter .c-select { width: 100%; }
  .md-prod-6 .filter .c-select__hd span img { width: 100px; }
  .md-prod-6 .filter .c-select__hd .icon { min-width: 8px; min-height: 8px; }
  .md-prod-6 .filter .c-select__option img { min-width: 100px; }
  .md-prod-6 .filter .c-select__option.on { background-size: 18px; }
  .md-prod-6 .list .item { padding-bottom: .2rem; }
  .md-prod-6 .list .item-row-1 { display: block; position: relative; }
  .md-prod-6 .list .col-1 { width: 100%; }
  .md-prod-6 .list .col-1 .desc { margin-top: 2px; }
  .md-prod-6 .list .col-2 { display: block; margin-top: .2rem; }
  .md-prod-6 .list .col-2-hd { display: block; }
  .md-prod-6 .list .col-2 .headline { margin-top: .2rem; }
  .md-prod-6 .list .date { position: absolute; right: 0; top: 0; } }

.md-prod-pop { display: none; }

.md-prod-pop.show { display: block; }

.md-prod-pop .mask { position: fixed; left: 0; top: 0; z-index: 20; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); }

.md-prod-pop .main { position: fixed; left: 50%; top: 50%; z-index: 21; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 7.6rem; max-width: 98%; max-height: 90%; border-radius: .2rem; background-color: #fff; padding: .56rem .9rem .6rem; overflow-y: auto; }

.md-prod-pop .btn-close { position: absolute; right: .4rem; top: .4rem; border: none; background: none; cursor: pointer; }

.md-prod-pop .btn-close img { width: 0.23rem; min-width: 20px; }

.md-prod-pop .form { margin-top: .3rem; }

.md-prod-pop .form-item { margin-bottom: .37rem; }

.md-prod-pop .form-item-label span { color: red; }

.md-prod-pop .form-item-cnt { margin-top: .15rem; }

.md-prod-pop .form-item-tips { line-height: 1.5; margin-top: .05rem; }

.md-prod-pop .form-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md-prod-pop .form-row .form-item { width: calc(280 / 580 * 100%); margin-bottom: .19rem; }

.md-prod-pop .form .a_rate { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-prod-pop .form .a_rate-item { width: 0.33rem; min-width: 20px; height: 0.31rem; min-height: 20px; margin-right: .06rem; position: relative; cursor: pointer; }

.md-prod-pop .form .a_rate-item:last-of-type { margin-right: 0; }

.md-prod-pop .form .a_rate-item.hover .a_rate-icon.fill, .md-prod-pop .form .a_rate-item.active .a_rate-icon.fill { display: block; }

.md-prod-pop .form .a_rate-icon { width: 100%; height: 100%; background-repeat: no-repeat; background-position: left center; background-size: auto 100%; }

.md-prod-pop .form .a_rate-icon.line { background-image: url(../images/i-star-4.png); }

.md-prod-pop .form .a_rate-icon.fill { background-image: url(../images/i-star-5.png); position: absolute; left: 0; top: 0; display: none; }

.md-prod-pop .form .ta { display: block; width: 100%; height: 1.4rem; background-color: #ffffff; border-radius: 0.1rem; border: solid 0.01rem #666666; padding: .15rem .19rem; }

.md-prod-pop .form .ta::-webkit-input-placeholder { color: #666; }

.md-prod-pop .form .ta:-ms-input-placeholder { color: #666; }

.md-prod-pop .form .ta::-ms-input-placeholder { color: #666; }

.md-prod-pop .form .ta::placeholder { color: #666; }

.md-prod-pop .form .ipt { display: block; width: 100%; height: .5rem; min-height: 35px; background-color: #ffffff; border-radius: 0.1rem; border: solid 0.01rem #666666; padding: 0 .19rem; }

.md-prod-pop .form .ipt::-webkit-input-placeholder { color: #666; }

.md-prod-pop .form .ipt:-ms-input-placeholder { color: #666; }

.md-prod-pop .form .ipt::-ms-input-placeholder { color: #666; }

.md-prod-pop .form .ipt::placeholder { color: #666; }

.md-prod-pop .form .t1 { line-height: 1.5; }

.md-prod-pop .form .check-list { margin-top: .17rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.md-prod-pop .form .check-list .opt { margin-right: .16rem; margin-bottom: .1rem; cursor: pointer; }

.md-prod-pop .form .check-list .opt:last-of-type { margin-right: 0; }

.md-prod-pop .form .check-list .opt .txx { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: .5rem; padding: .15rem .2rem; background-color: #d7d7d7; border-radius: 0.1rem; }

.md-prod-pop .form .check-list .opt .txx span { font-family: cursive; }

.md-prod-pop .form .check-list .opt input { display: none; }

.md-prod-pop .form .check-list .opt input:checked + .txx { background-color: #ff6d00; color: #fff; }

.md-prod-pop .form .foot { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: .3rem; }

@media (max-width: 1600px) { .md-prod-pop .main { width: 600px; } }

@media (max-width: 700px) { .md-prod-pop .main { padding: .3rem; }
  .md-prod-pop .form-row { display: block; }
  .md-prod-pop .form-row .form-item { width: 100%; } }

.md-partner-1 { padding-top: .75rem; padding-bottom: .8rem; }

.md-partner-1 .layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-partner-1 .text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: .6rem; margin-bottom: .54rem; }

.md-partner-1 .tit { position: relative; }

.md-partner-1 .tit::after { content: ''; display: block; width: .5rem; height: .04rem; border-radius: .02rem; background: #ff6d00; margin-top: .22rem; }

.md-partner-1 .tit::before { content: ''; position: absolute; left: .6rem; bottom: 0; width: .2rem; height: .04rem; border-radius: .02rem; background: #ff6d00; }

.md-partner-1 .desc { line-height: 1.5; margin-top: .14rem; }

.md-partner-1 .c-pic { width: calc(664 / 1500 * 100%); position: relative; }

.md-partner-1 .c-pic .img { padding-top: calc(491 / 664 * 100%); border-radius: .1rem; }

@media (max-width: 750px) { .md-partner-1 .layout { display: block; }
  .md-partner-1 .text { margin-bottom: 5%; }
  .md-partner-1 .c-pic { width: 100%; } }

.md-partner-2 { background-color: #25435b; padding-top: .74rem; padding-bottom: .8rem; }

.md-partner-2 .desc { line-height: 1.5; margin-top: .23rem; opacity: .6; }

.md-partner-2 .m-more { margin-top: .52rem; }

.md-partner-3 { background-color: #f7f7f7; padding-top: .75rem; padding-bottom: .5rem; }

.md-partner-3 .section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .03rem; }

.md-partner-3 .img { width: calc(607 / 1500 * 100%); }

.md-partner-3 .img img { width: 100%; }

.md-partner-3 .list { width: calc(682 / 1500 * 100%); margin-top: .34rem; }

.md-partner-3 .list .li { margin-bottom: .61rem; }

.md-partner-3 .list .li:last-of-type { margin-bottom: 0; }

.md-partner-3 .list .t2 { margin-top: .1rem; }

@media (max-width: 750px) { .md-partner-3 .section { display: block; margin-top: .4rem; }
  .md-partner-3 .img { width: 100%; }
  .md-partner-3 .list { width: 100%; margin-top: 5%; } }

.md-partner-4 { padding-top: .75rem; padding-bottom: .63rem; }

.md-partner-4 .list { margin-top: .4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.md-partner-4 .list .li { border-radius: .1rem; overflow: hidden; position: relative; margin-bottom: .2rem; }

.md-partner-4 .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-partner-4 .list .c-pic { position: relative; }

.md-partner-4 .list .c-pic:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 60%; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8))); background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8)); background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8)); }

.md-partner-4 .list .img { padding-top: calc(300 / 880 * 100%); background-color: #000; }

.md-partner-4 .list .text { position: absolute; left: 0; bottom: 0; width: 100%; max-height: 100%; overflow-y: auto; padding: .33rem .6rem; }

.md-partner-4 .list .desc { opacity: .8; line-height: 1.5; margin-top: .08rem; }

@media (min-width: 901px) { .md-partner-4 .list .li { width: calc(880 / 1500 * 100%); }
  .md-partner-4 .list .li:nth-of-type(3n + 1) { width: calc(600 / 1500 * 100%); }
  .md-partner-4 .list .li:nth-of-type(3n + 1) .img { padding-top: calc(620 / 600 * 100%); }
  .md-partner-4 .list .li:nth-of-type(3n + 3) { margin-left: calc(620 / 1500 * 100%); margin-top: calc(-320 / 1500 * 100%); } }

@media (max-width: 900px) { .md-partner-4 .list .li { width: 100%; }
  .md-partner-4 .list .img { padding-top: 50%; }
  .md-partner-4 .list .text { padding: 5%; } }

.md-news-1 { padding-top: .74rem; padding-bottom: 1rem; }

.md-news-1 .list { margin-top: .32rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.md-news-1 .list .li { margin-bottom: .4rem; background-color: #fff; border-radius: .1rem; overflow: hidden; width: calc(486 / 1500 * 100%); margin-right: calc(20 / 1500 * 100%); }

.md-news-1 .list .li:nth-of-type(3n) { margin-right: 0; }

.md-news-1 .list .li:hover { -webkit-box-shadow: 0.012rem 0.016rem 0.12rem 0rem rgba(0, 0, 0, 0.1); box-shadow: 0.012rem 0.016rem 0.12rem 0rem rgba(0, 0, 0, 0.1); }

.md-news-1 .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-news-1 .list .li:hover .tit { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: transparent; background-clip: text; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }

.md-news-1 .list .img { padding-top: calc(360 / 486 * 100%); }

.md-news-1 .list .text { padding: .37rem .4rem .58rem; }

.md-news-1 .list .tit { line-height: 1.33333; height: calc(32 / 24 * 2em); }

.md-news-1 .list .date { margin-top: .32rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.md-news-1 .list .date img { width: .18rem; min-width: 14px; margin-right: .09rem; }

@media (max-width: 900px) { .md-news-1 .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-news-1 .list .li { width: 48%; margin-right: 0; border: 1px solid #eee; }
  .md-news-1 .list .text { padding: 5%; } }

@media (max-width: 500px) { .md-news-1 .list .li { width: 100%; } }

.md-news-1 .m_pages { margin-top: .19rem; }

.md-news-2 { padding-top: .74rem; padding-bottom: 1rem; }

.md-news-2 .list { margin-top: .32rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.md-news-2 .list .li { margin-bottom: .4rem; background-color: #fff; border-radius: .1rem; overflow: hidden; width: calc(486 / 1500 * 100%); margin-right: calc(20 / 1500 * 100%); }

.md-news-2 .list .li:nth-of-type(3n) { margin-right: 0; }

.md-news-2 .list .li:hover { -webkit-box-shadow: 0.012rem 0.016rem 0.12rem 0rem rgba(0, 0, 0, 0.1); box-shadow: 0.012rem 0.016rem 0.12rem 0rem rgba(0, 0, 0, 0.1); }

.md-news-2 .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-news-2 .list .li:hover .tit { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: transparent; background-clip: text; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }

.md-news-2 .list .img { padding-top: calc(280 / 486 * 100%); }

.md-news-2 .list .text { padding: .38rem .4rem .61rem; }

.md-news-2 .list .tit { line-height: 1.33333; height: calc(32 / 24 * 2em); margin-top: .14rem; }

.md-news-2 .list .date { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-news-2 .list .date img { width: .18rem; min-width: 14px; margin-right: .09rem; }

.md-news-2 .list .label { background: rgba(0, 0, 0, 0.05); border-radius: .26rem; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin-top: .12rem; padding: 0 .2rem; line-height: 1.85714; }

.md-news-2 .list .desc { line-height: 1.5; height: calc(24 / 16 * 3em); margin-top: .14rem; }

@media (max-width: 900px) { .md-news-2 .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-news-2 .list .li { width: 48%; margin-right: 0; border: 1px solid #eee; }
  .md-news-2 .list .text { padding: 5%; } }

@media (max-width: 500px) { .md-news-2 .list .li { width: 100%; }
  .md-news-2 .list .tit { height: auto; }
  .md-news-2 .list .desc { height: auto; } }

.md-news-2 .m_pages { margin-top: .31rem; }

.md-news-3 { padding-top: .74rem; padding-bottom: 1rem; }

.md-news-3 .list { margin-top: .46rem; }

.md-news-3 .list .li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 1.6rem; background-color: #f7f7f7; margin-bottom: .2rem; -webkit-transition: background .3s; -o-transition: background .3s; transition: background .3s; }

.md-news-3 .list .li:hover { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: #fff; }

.md-news-3 .list .li:hover .img { opacity: 1; }

.md-news-3 .list .li:hover .date-1 { color: #fff; }

.md-news-3 .list .li:hover .date-2 { color: rgba(255, 255, 255, 0.8); }

.md-news-3 .list .li:hover .date:after { background: #fff; opacity: 1; }

.md-news-3 .list .li:hover .param { color: #fff; }

.md-news-3 .list .date { width: calc(195 / 1500 * 100%); margin-left: calc(188 / 1500 * 100%); margin-right: calc(60 / 1500 * 100%); position: relative; }

.md-news-3 .list .date::after { content: ''; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 1px; height: 0.46rem; background-color: #000000; opacity: 0.1; }

.md-news-3 .list .param { opacity: .8; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: calc(650 / 1500 * 100%); }

.md-news-3 .list .param-item { margin: .04rem 0; width: 50%; }

.md-news-3 .list .c-pic { width: calc(368 / 1500 * 100%); }

.md-news-3 .list .img { padding-top: calc(160 / 368 * 100%); opacity: 0; -webkit-transition-duration: .3s; -o-transition-duration: .3s; transition-duration: .3s; }

@media (max-width: 1200px) { .md-news-3 .list .param-item { width: 100%; } }

@media (max-width: 750px) { .md-news-3 .list .li { display: block; padding: 5%; }
  .md-news-3 .list .date { margin-left: 0; margin-right: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }
  .md-news-3 .list .date::after { display: none; }
  .md-news-3 .list .date-1 { margin-right: 1em; }
  .md-news-3 .list .param { width: 100%; margin-top: 3%; }
  .md-news-3 .list .c-pic { margin-top: 3%; width: 100%; }
  .md-news-3 .list .img { opacity: 1; } }

.md-news-3 .m_pages { margin-top: .4rem; }

.md-news-4 { padding-top: .79rem; padding-bottom: .8rem; background: #f7f7f7; }

.md-news-4 .layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.md-news-4 .main { width: calc(1110 / 1500 * 100%); padding: .95rem .4rem .49rem; border-radius: 0.1rem; background-color: #fff; }

.md-news-4 .main .msg { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: .15rem; }

.md-news-4 .main .msg-item { margin-right: .99rem; margin-top: .1rem; }

.md-news-4 .main .msg-item:last-of-type { margin-right: 0; }

.md-news-4 .main .details { line-height: 1.5; padding-top: .5rem; padding-bottom: .33rem; }

.md-news-4 .main .related-prods .prod { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .2rem; }

.md-news-4 .main .related-prods .prod:last-of-type { margin-bottom: 0; }

.md-news-4 .main .related-prods .prod:hover .tit { color: #ff6d00; }

.md-news-4 .main .related-prods .prod:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-news-4 .main .related-prods .c-pic { width: calc(100 / 1030 * 100%); margin-right: .4rem; border-radius: 0.1rem; overflow: hidden; border: solid 0.01rem #e2e2e2; }

.md-news-4 .main .related-prods .img { padding-top: 100%; }

.md-news-4 .main .related-prods .text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-news-4 .main .related-prods .tit { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-news-4 .main .related-prods .m-more { min-width: 2rem; }

.md-news-4 .main .nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-top: 1px solid #d4d4d4; margin-top: .6rem; }

.md-news-4 .main .nav-item { width: calc(430 / 1030 * 100%); padding-top: .35rem; }

.md-news-4 .main .nav-item:hover .t1, .md-news-4 .main .nav-item:hover .t2 { color: #ff6d00; }

.md-news-4 .main .nav .t2 { margin-top: .02rem; line-height: 1.5; }

.md-news-4 .side { width: calc(360 / 1500 * 100%); background-color: #fff; padding: .37rem .4rem; border-radius: .1rem; }

.md-news-4 .side .rec-list { margin-top: .35rem; border-top: 1px solid rgba(0, 0, 0, 0.2); }

.md-news-4 .side .rec-list .rec-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .3rem 0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.md-news-4 .side .rec-list .rec-item:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-news-4 .side .rec-list .rec-item:hover .tit { color: #ff6d00; }

.md-news-4 .side .rec-list .c-pic { width: calc(120 / 280 * 100%); border-radius: .06rem; overflow: hidden; }

.md-news-4 .side .rec-list .img { padding-top: calc(70 / 120 * 100%); }

.md-news-4 .side .rec-list .tit { line-height: 1.5; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: .07rem; }

@media (max-width: 1100px) { .md-news-4 .layout { display: block; }
  .md-news-4 .main { width: 100%; }
  .md-news-4 .side { width: 100%; }
  .md-news-4 .side .rec-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-news-4 .side .rec-list .rec-item { width: 48%; } }

@media (max-width: 600px) { .md-news-4 .main .nav { display: block; }
  .md-news-4 .main .nav-item { width: 100%; }
  .md-news-4 .main .related-prods .c-pic { width: 30%; }
  .md-news-4 .main .related-prods .text { display: block; }
  .md-news-4 .main .related-prods .m-more { margin-top: .2rem; }
  .md-news-4 .side .rec-list { display: block; }
  .md-news-4 .side .rec-list .rec-item { width: 100%; }
  .md-news-4 .side .rec-list .c-pic { width: 30%; }
  .md-news-4 .side .rec-list .tit { padding-left: .2rem; } }

.md-app-1 { padding-top: .75rem; padding-bottom: .39rem; background-color: #f7f7f7; }

.md-app-1 .list { margin-top: .32rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.md-app-1 .list .li { margin-bottom: .21rem; border-radius: .1rem; overflow: hidden; width: calc(486 / 1500 * 100%); margin-right: calc(20 / 1500 * 100%); }

.md-app-1 .list .li:nth-of-type(3n) { margin-right: 0; }

.md-app-1 .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-app-1 .list .li:hover .tit { color: #ff6d00; }

.md-app-1 .list .li:hover .arrow { background-image: url(../images/i-more-1.png); }

.md-app-1 .list .c-pic { border-radius: .05rem; }

.md-app-1 .list .img { padding-top: calc(305 / 486 * 100%); }

.md-app-1 .list .text { padding: .16rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-app-1 .list .tit { line-height: 1.08333; }

.md-app-1 .list .arrow { width: 0.06rem; min-width: 6px; height: .12rem; min-height: 12px; background-image: url(../images/i-more-3.png); background-position: center; background-repeat: no-repeat; background-size: contain; margin-left: .2rem; }

@media (max-width: 900px) { .md-app-1 .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-app-1 .list .li { width: 48%; margin-right: 0; } }

@media (max-width: 500px) { .md-app-1 .list .li { width: 100%; } }

.md-app-1 .m_pages { margin-top: .19rem; }

.md-app-2 { background: #f7f7f7; padding-bottom: .46rem; }

.md-app-2 .md_route { min-height: .58rem; padding: 0; }

.md-app-2 .section-1 { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: .52rem; }

.md-app-2 .section-1 .text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: .9rem; }

.md-app-2 .section-1 .tit { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-app-2 .section-1 .tit:before { content: ''; width: 0.04rem; min-width: 4px; height: 0.18rem; min-height: 18px; background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2379fa), color-stop(50%, #ff6d00)); background: -o-linear-gradient(top, #2379fa 50%, #ff6d00 50%); background: linear-gradient(to bottom, #2379fa 50%, #ff6d00 50%); margin-right: .17rem; }

.md-app-2 .section-1 .desc { line-height: 1.5; margin-top: .18rem; }

.md-app-2 .section-1 .c-pic { width: calc(680 / 1500 * 100%); border-radius: 0.045rem; overflow: hidden; margin-top: .04rem; }

.md-app-2 .section-1 .img { padding-top: calc(383 / 680 * 100%); }

@media (max-width: 900px) { .md-app-2 .section-1 { display: block; }
  .md-app-2 .section-1 .text { margin-right: 0; }
  .md-app-2 .section-1 .c-pic { width: 100%; margin-top: 5%; } }

.md-app-2 .section-2 { margin-top: .6rem; }

.md-app-2 .section-2 .list .li { background-color: #ffffff; border-radius: 0.2rem; margin-bottom: .3rem; }

.md-app-2 .section-2 .list .li:last-of-type { margin-bottom: 0; }

.md-app-2 .section-2 .list .hd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 1rem; padding: 0 .5rem; cursor: pointer; }

.md-app-2 .section-2 .list .hd .tit { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.md-app-2 .section-2 .list .hd .arrow { width: 0.12rem; height: .05rem; min-width: 12px; min-height: 5px; background-image: url(../images/i-down-4.png); background-position: center; background-repeat: no-repeat; background-size: contain; }

.md-app-2 .section-2 .list .hd.expand .arrow { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.md-app-2 .section-2 .list .bd { display: none; padding: .06rem .5rem 0; }

.md-app-2 .section-2 .list .bd-cnt { border-top: 1px solid rgba(0, 0, 0, 0.2); padding-top: .45rem; padding-bottom: .7rem; }

.md-app-2 .section-2 .list .detail-item { margin-bottom: .48rem; }

.md-app-2 .section-2 .list .detail-item:last-of-type { margin-bottom: 0; }

.md-app-2 .section-2 .list .detail-tit { text-indent: -.5em; }

.md-app-2 .section-2 .list .detail-desc { line-height: 1.75; margin-top: .2rem; }

.md-app-2 .section-2 .list .detail-desc table { width: 100%; border: solid 1px #d4d4d4; }

.md-app-2 .section-2 .list .detail-desc thead { background-color: #ededed; font-weight: bold; text-align: left; }

.md-app-2 .section-2 .list .detail-desc th { height: .5rem; padding: .5em; padding-left: 1rem; }

.md-app-2 .section-2 .list .detail-desc td { height: .5rem; border: solid 1px #d4d4d4; padding: .5em; padding-left: 1rem; }

.md-app-2 .section-2 .list .detail-desc tbody tr:nth-of-type(odd) { background-color: #f9f9f9; }

@media (max-width: 900px) { .md-app-2 .section-2 .list .detail-desc th, .md-app-2 .section-2 .list .detail-desc td { padding-left: 1em; } }

.md-app-3 { padding-top: 1.08rem; padding-bottom: 0; }

.md-app-4 { padding-bottom: .8rem; }

.md-app-4 .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: .42rem; }

.md-app-4 .list .li { width: calc(360 / 1500 * 100%); margin-right: calc(20 / 1500 * 100%); margin-bottom: .2rem; }

.md-app-4 .list .li:nth-of-type(4n) { margin-right: 0; }

.md-app-4 .list .li:hover .li-cnt { -webkit-box-shadow: 0.012rem 0.016rem 0.12rem 0rem rgba(0, 0, 0, 0.1); box-shadow: 0.012rem 0.016rem 0.12rem 0rem rgba(0, 0, 0, 0.1); }

.md-app-4 .list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.md-app-4 .list .li:hover .tit { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: transparent; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; background-clip: text; }

.md-app-4 .list .li:hover .more { color: #ff6d00; }

.md-app-4 .list .li:hover .more .icon { background-image: url(../images/i-more-1.png); }

.md-app-4 .list .label { margin-bottom: .2rem; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; line-height: 2.375; background-color: #f7f7f7; border-radius: 0.08rem; border: solid 0.01rem #999999; padding: 0 .1rem; }

.md-app-4 .list .li-cnt { border-radius: .08rem; overflow: hidden; }

.md-app-4 .list .img { padding-top: calc(217 / 360 * 100%); }

.md-app-4 .list .text { padding: .36rem .3rem .47rem; }

.md-app-4 .list .desc { margin-top: .2rem; }

.md-app-4 .list .more { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-top: .33rem; }

.md-app-4 .list .more .icon { width: .06rem; min-width: 6px; height: .12rem; min-height: 12px; background-image: url(../images/i-more-3.png); background-repeat: no-repeat; background-position: center; background-size: contain; margin-left: .1rem; }

@media (max-width: 900px) { .md-app-4 .list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .md-app-4 .list .li { width: 48%; margin-bottom: 4%; }
  .md-app-4 .list .li-cnt { border: solid 1px #e2e2e2; } }

.md-search-1 { padding-top: .8rem; padding-bottom: .61rem; }

.md-search-1 .title { margin-bottom: .4rem; }

.md-search-1 .form { background-color: #f7f7f7; border-radius: .6rem; display: -webkit-box; display: -ms-flexbox; display: flex; height: .6rem; min-height: 35px; width: 7.55rem; max-width: 100%; margin-left: auto; margin-right: auto; padding-left: .1rem; margin-bottom: .92rem; }

@media (max-width: 1920px) { .md-search-1 .form { width: 755px; } }

.md-search-1 .form .btn { width: .6rem; min-width: 35px; background-image: url(../images/i-search.png); background-size: calc(19 / 60 * 100%); background-repeat: no-repeat; background-position: center; border: none; background-color: transparent; cursor: pointer; }

.md-search-1 .form .ipt { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 100px; border: none; background: transparent; }

.md-search-1 .form .ipt::-webkit-input-placeholder { color: #999; }

.md-search-1 .form .ipt:-ms-input-placeholder { color: #999; }

.md-search-1 .form .ipt::-ms-input-placeholder { color: #999; }

.md-search-1 .form .ipt::placeholder { color: #999; }

.md-search-1 .form .ipt:valid + .btn-clear { display: block; }

.md-search-1 .form .btn-clear { width: .54rem; min-width: 35px; background-image: url(../images/i-close-2.png); background-repeat: no-repeat; background-position: center; background-size: calc(16 / 54 * 100%); background-color: transparent; border: none; display: none; cursor: pointer; }

.md-search-1 .module-tit { margin-top: .6rem; margin-bottom: .4rem; }

.md-search-1 .module-tit .cat-name { display: inline-block; }

.md-search-1 .module-tit .count { display: inline-block; margin-left: .2rem; }

.m-prod-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.m-prod-list .li { border-radius: 0.1rem; overflow: hidden; border: solid 1px #e2e2e2; margin-bottom: .2rem; width: calc(340 / 1500 * 100%); margin-right: calc(46 / 1500 * 100%); }

.m-prod-list .li:nth-of-type(4n) { margin-right: 0; }

.m-prod-list .li:hover { -webkit-box-shadow: 0.013rem 0.015rem 0.2rem 0rem rgba(0, 0, 0, 0.15); box-shadow: 0.013rem 0.015rem 0.2rem 0rem rgba(0, 0, 0, 0.15); }

.m-prod-list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.m-prod-list .li:hover .tit { color: #ff6d00; }

.m-prod-list .img { padding-top: calc(320 / 340 * 100%); }

.m-prod-list .text { text-align: center; padding: .11rem .5rem .31rem; }

.m-prod-list .tit { line-height: 1.5; }

@media (max-width: 900px) { .m-prod-list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .m-prod-list .li { width: 48%; margin-right: 0; margin-bottom: 4%; } }

.m-news-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.m-news-list .li { margin-bottom: .4rem; background-color: #fff; border-radius: .1rem; overflow: hidden; width: calc(486 / 1500 * 100%); margin-right: calc(20 / 1500 * 100%); }

.m-news-list .li:nth-of-type(3n) { margin-right: 0; }

.m-news-list .li:hover { -webkit-box-shadow: 0.012rem 0.016rem 0.12rem 0rem rgba(0, 0, 0, 0.1); box-shadow: 0.012rem 0.016rem 0.12rem 0rem rgba(0, 0, 0, 0.1); }

.m-news-list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.m-news-list .li:hover .tit { background: -webkit-gradient(linear, left top, right top, from(#ff6d00), to(#ed8e18)); background: -o-linear-gradient(left, #ff6d00, #ed8e18); background: linear-gradient(to right, #ff6d00, #ed8e18); color: transparent; background-clip: text; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }

.m-news-list .img { padding-top: calc(360 / 486 * 100%); }

.m-news-list .text { padding: .37rem .4rem .58rem; }

.m-news-list .tit { line-height: 1.33333; height: calc(32 / 24 * 2em); }

.m-news-list .date { margin-top: .32rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.m-news-list .date img { width: .18rem; min-width: 14px; margin-right: .09rem; }

@media (max-width: 900px) { .m-news-list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .m-news-list .li { width: 48%; margin-right: 0; border: 1px solid #eee; }
  .m-news-list .text { padding: 5%; } }

.m-app-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.m-app-list .li { margin-bottom: .21rem; border-radius: .1rem; overflow: hidden; width: calc(486 / 1500 * 100%); margin-right: calc(20 / 1500 * 100%); }

.m-app-list .li:nth-of-type(3n) { margin-right: 0; }

.m-app-list .li:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.m-app-list .li:hover .tit { color: #ff6d00; }

.m-app-list .li:hover .arrow { background-image: url(../images/i-more-1.png); }

.m-app-list .c-pic { border-radius: .05rem; }

.m-app-list .img { padding-top: calc(305 / 486 * 100%); }

.m-app-list .text { padding: .16rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.m-app-list .tit { line-height: 1.08333; }

.m-app-list .arrow { width: 0.06rem; min-width: 6px; height: .12rem; min-height: 12px; background-image: url(../images/i-more-3.png); background-position: center; background-repeat: no-repeat; background-size: contain; margin-left: .2rem; }

@media (max-width: 900px) { .m-app-list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .m-app-list .li { width: 48%; margin-right: 0; } }
