<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ‰‹æœºç«¯æ&nbsp;·å¼å¼€å§‹*/
html,body { font-size: 12px; }

/*ç»Ÿä¸€headerå¼€å§‹*/
#header_top { position: fixed; left: 0; top: 0; z-index: 1025; width: 100%; } 
#header_top_replace { background-color: #ffffff; height: 7rem /* 112/16 */; transition: all 0.3s; }
#note_box { background-color: #000000; height: 2.625rem /* 42/16 */; font-size: .875rem /* 14/16 */; position: relative; z-index: 2; }
#note_box, #note_box a { color: #dedede; }
#note_box a:hover { color: #ffffff; }

#name_box_w { width: 100%; height: 4.375rem /* 70/16 */; transition: all 0.5s; background-color: rgba(255,255,255,1); }

#name_box_w .container { height: 100%; }
#name_box_w #header_logo img { transition: all 0.5s; max-height: 1.875rem /* 30/16 */; }

#name_box_w .container #header_btn .the_btn { display: inline-block; border: 0.0625rem solid #e81b30; background-color: #e81b30; font-size: 1rem; color: #ffffff; padding: 0.625rem 1.375rem; border-radius: 1.875rem; transition: all 0.3s; }
#name_box_w .container #header_btn .the_btn:hover { background-color: unset; border: 0.0625rem solid #e81b30; color: #e81b30; }
/*å¯¼èˆªå³ä¾§*/


/* æ‰‹æœºå¯¼èˆª */
nav.m_nav { position: fixed; top: 0; left: 0; z-index: -1; overflow: hidden; overflow-y: scroll; transform: translateY(115%); width: 100vw; height: calc(100vh - 5.0rem); border-bottom: 1px solid #ffffff; transition: all 600ms cubic-bezier(.8,0,.33,1); }
nav.m_nav::-webkit-scrollbar { width: 0; background: rgba(255,255,255,.3); }
nav.m_nav.nav-open { background: #ffffff; z-index: 125; transform: translateY(0); }
.menu-btn { cursor: pointer; z-index: 126; color: var(--grey1); transition: .36s all; }

.nav-open .menu-btn { background: none; top: 0.6875rem; right: 0.5625rem; position: fixed; }
.menu-btn .line { padding: 0; width: 1.875rem; background: var(--grey1); height: 1px; margin: 0.375rem 0.3125rem; transition: all 700ms cubic-bezier(.9,0,.33,1); }
.nav-open .menu-btn .line { background: var(--grey1); }
.boxshow .line { background: var(--grey1); }
.menu-btn .line.line--1 { width: 1.5625rem; transform: rotate(0) translateY(0); margin-left: auto; }
.menu-btn .line.line--1.line-cross { width: 1.875rem; transform: rotate(45deg) translateY(0.125rem) translateX(0.25rem); background-color: #000000; }
.menu-btn .line.line--2 { width: 0.9375rem; transform: translateX(0); }
.menu-btn .line.line--2.line-fade-out { width: 1.5625rem; transform: translate(1.875rem); opacity: 0; }
.menu-btn .line.line--3 { width: 1.5625rem; transform: rotate(0) translateY(0); }
.menu-btn .line.line--3.line-cross { width: 1.875rem; transform: rotate(-45deg) translateY(-0.4375rem) translateX(0.4375rem); background-color: #000000; }

nav.m_nav .nav-links { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: translateY(0); opacity: 0; display: flex; flex-direction: column; justify-content: space-between; }
nav.m_nav .nav-links .navtop { width: 100%; padding: 0 0.625rem; }
nav.m_nav .nav-links.fade-in { opacity: 1; transform: translateY(0); }

nav.m_nav .nav-links .logo_name { padding: 1.25rem .625rem /* 10/16 */; display: block; text-align: center; margin: 0 -0.625rem; line-height: 1.4; font-size: 1.5rem; font-family: "R-B"; font-weight: bold; background-color: #efefef; color: var(--grey1); }

@media(min-width: 992px) { 
	a.menu-btn,.nav-open a.menu-btn { background: none; color: unset; position: relative; }
	.nav-open .menu-btn { display: block!important; }
}

nav.m_nav .hedear_slogan p:after { font-size: 0.875rem; }
nav.m_nav .hedear_slogan p:nth-child(2) { font-size: 0.875rem; }

nav.m_nav .navsub { display: none; font-size: 1.125rem; }
nav.m_nav .nav-item { cursor: pointer; }
nav.m_nav .nav-item .link { text-transform: uppercase; width: 100%; font-size: 1.25rem; border-bottom: 1px solid #eee; padding: 1.0625rem 1.25rem; display: flex; align-items: center; justify-content: space-between; }
nav.m_nav .nav-item .link.active { background-color: var(--base_color); color: #ffffff; }
nav.m_nav .nav-item .link.active&gt;a { color: #ffffff; }

nav.m_nav .nav-item div.link:after { content: '\e667'; font-family: 'iconfont'; }
nav.m_nav .nav-item:first-child .link { font-weight: bold; border-bottom: none; margin-bottom: 1.25rem; }
nav.m_nav .nav-item:first-child:hover .link { background: none; }
nav.m_nav .nav-item:last-child .link { border-bottom: none; }
nav.m_nav .nav-item.active .link { background-color: #efefef; }
nav.m_nav .nav-item.active .navsub { background-color: #fafafa; }

nav.m_nav .nav-item:hover .link, .nav-item.active .link { color: #ffffff !important; background: var(--base_color) !important; }
nav.m_nav .nav-item:hover .link a,.nav-item.active .link a {color: #ffffff; background: var(--base_color); }
nav.m_nav .nav-item.active .link:after { transform: rotate(180deg); transition: .2s all linear; }
nav.m_nav .nav-item.active .link a { font-weight: bold; }
nav.m_nav .nav-item.active .navsub { display: block; }
nav.m_nav .nav-item.active .navsub a { animation: fadeIn 0.5s; width: 100%; padding: 1.0625rem 0; line-height: 1.2; }
nav.m_nav .nav-subitem { overflow: hidden; padding: 0 1.875rem; color: #444444; border-bottom: 1px solid rgba(0,0,0,.1); display: flex; align-items: center; justify-content: space-between; }
nav.m_nav .nav-subitem a { display: block; text-transform: capitalize; }
nav.m_nav .nav-subitem a.active,nav.m_nav .nav-subitem a:hover, nav.m_nav .nav-subitem a.active { color: var(--base_color); }

nav.m_nav .navbottom { color: #ffffff; background: #efefef; border-top: 1px solid #efefef; position: relative; margin-top: 0.625rem; transform: translateY(100%); }
nav.m_nav .navbottom:after { content: ''; position: absolute; z-index: 9; right: 0; top: 0; bottom: 0; width: 0; height: 0; transform: translateY(-100%); }
nav.m_nav .navbottom a { display: flex; justify-content: start; align-items: center; padding: 1.25rem /* 20/16 */ 1.25rem /* 20/16 */; font-size: 1.25rem /* 20/16 */; border-bottom: 1px solid rgba(0,0,0, 0.3); color: var(--grey1); }
nav.m_nav .navbottom a:last-child { border-bottom: none; }
nav.m_nav .navbottom { transform: translateY(0); transition: all 1000ms cubic-bezier(.8, 0, .33, 1); }
nav.m_nav .navbottom a i { font-size: 1.25rem /* 20/16 */; margin-right: .625rem /* 10/16 */; }
/* æ‰‹æœºå¯¼èˆª */

/* PCå¯¼èˆª */
.navI&gt;li { line-height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.navI&gt;li&gt;a { width: 100%; height: 100%; position: relative; text-transform: uppercase; z-index: 1; display: flex; justify-content: center; align-items: center; padding: 0 0.3125rem; line-height: 100%; font-size: 1.0625rem /* 17/16 */; color: var(--grey1); font-weight: bold; }
.navI&gt;li&gt;a p { position: relative; z-index: 2; }
.navI&gt;li&gt;a:after { z-index: 0; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); display: block; width: 0; height: .25rem /* 4/16 */; content: ''; transition: all .5s ease; }
.navI&gt;li:hover&gt;a:after, .navI&gt;li.active&gt;a:after { background-color: var(--base_color); width: 80%; }
.navI&gt;li:hover&gt;a,.navI&gt;li.active&gt;a&gt;p { color: var(--base_color); }

.navI&gt;li .children { width: 31.25rem /* 500/16 */; transition: all .3s ease; background-color: rgba(193,27,39,0.5); position: absolute; left: 0; top: 100%; height: 0; overflow: hidden; visibility: hidden; opacity: 0;}
.navI&gt;li:hover .children { visibility: visible; opacity: 1; height: auto; }
.navI #nav_product .children { width: 37.5rem /* 600/16 */; }
.navI #nav_news .children { left: auto; right: 0;}
.navI .children ul { padding: 1.25rem; }
.navI .children li a { text-transform: capitalize; color: #ffffff; padding: 0.625rem; display: block; }
.navI .children li a:hover,.navI .children li a.active { color: #ffffff; background-color: rgba(0,0,0, 0.3); }

/*PCå¯¼èˆª*/

/* æœç´¢ */
#search_btn { padding: .5rem /* 8/16 */ 1.875rem /* 30/16 */; }
#search_btn a i { font-size: 1.25rem; color: var(--grey1) !important; transition: all 0.3s; font-weight: normal; }
#search_btn:hover&gt;a:after { display: none; }
#search_btn:hover a i { transform: scale(1.2); }
.cover_bg { width: 100vw; height: 100vh; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.8); z-index: 0;}
#searchBar { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 1026; visibility: hidden; opacity: 0; transition: all 0.5s; }
#searchBar .close_btn { transition: all 0.5s; opacity: 0; visibility: hidden; font-size: 2rem /* 32/16 */; color: #ffffff; position: absolute; top: 10%; right: 10%; cursor: pointer; transform: translateY(100px); z-index: 2;}
#searchBar .search_box  { width: 37.5rem /* 600/16 */; max-width: 90%; transition: all 0.3s; border-radius: 0; overflow: hidden; position: relative; z-index: 2; background-color: rgba(0,0,0,0.2); overflow: hidden; }
#searchBar .search_box #search_key { color: #ffffff; transition: all 0.5s; font-size: 1.25rem; width: 0; border: 1px solid rgba(255,255,255, 0.5); border-right: 0; height: 5rem /* 80/16 */; line-height: 4.875rem /* 78/16 */; overflow: hidden; padding: 0 1.25rem /* 20/16 */; flex-grow: 1; background-color: transparent; }
#searchBar .search_box #search_key::placeholder { color: #cccccc; }
#searchBar .search_box #search_so { width: 5rem /* 80/16 */; height: 5rem /* 80/16 */; cursor: pointer; transition: all 0.5s; background-color: var(--second_color); color: #ffffff; font-size: 3rem /* 48/16 */; font-weight: bold; }
#searchBar .search_box #search_so i { font-size: 2.5rem /* 40/16 */; }
#searchBar .search_box #search_so:hover { transform: scale(1.2); }
#searchBar #search_text { color: #ffffff; }
#searchBar.active { opacity: 1; visibility: visible; }
#searchBar.active .search_box #search_key { width: 100%; }
#searchBar.active .close_btn { opacity: 1; visibility: visible; color: #ffffff; transform: translateY(0); z-index: 3; }
/* æœç´¢ */

/* ç•™è¨€ */
#messageBar { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 1032; visibility: hidden; opacity: 0; transition: all 0.5s; }
#messageBar .main_box { overflow-y: scroll; background-color: #ffffff; width: 44.25rem /* 708/16 */; max-width: 96%; max-height: 96%; transition: all 0.3s; border-radius: 0; overflow: hidden; position: relative; z-index: 2; border-radius: 0.625rem; }
#messageBar .box_header { background-color: #ffffff; text-align: center; margin-bottom: 2.5rem /* 40/16 */; }
#messageBar .box_header .close_btn { padding: 0.625rem; transition: all 0.5s; opacity: 0; visibility: hidden; font-size: 2.5rem /* 40/16 */; color: var(--grey1); cursor: pointer; transform: translateY(1.875rem); }
#messageBar .box_header .title { font-family: "R-B"; color: var(--grey1); font-size: 2.5rem /* 40/16 */; margin-bottom: 1rem; font-weight: bold; }
#messageBar .box_header .title a { color: var(--grey1); }
#messageBar .box_header .desc { color: var(--grey2); font-size: 1.0rem; margin: 0 auto; line-height: 1.6; max-width: 96%; }
#messageBar .box_body { background-color: #f6f6f6; padding: 0.9375rem; padding-bottom: 1.875rem; }
#messageBar .contact_message li .ibox { background-color: #ffffff; }
#messageBar.active { opacity: 1; visibility: visible; }
#messageBar.active .close_btn { opacity: 1; visibility: visible; transform: translateY(0); }
/* ç•™è¨€ */

/* video */
#videoBar { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 1026; visibility: hidden; opacity: 0; transition: all 0.5s; }
#videoBar .close_btn { transition: all 0.5s; opacity: 0; visibility: hidden; font-size: 2.5rem; color: #ffffff; position: absolute; top: 10%; right: 10%; cursor: pointer; transform: translateY(100px); z-index: 2;}
#videoBar .video_box  { width: 50rem /* 800/16 */; max-width: 90%; transition: all 0.3s; border-radius: 0; overflow: hidden; position: relative; z-index: 2; border-radius: 3px; border: 1px solid #666666; background-color: rgba(0,0,0,0.9); display: flex; justify-content: center; align-items: center; color:#ffffff; }
#videoBar.active { opacity: 1; visibility: visible; }
#videoBar.active .close_btn { opacity: 1; visibility: visible; color: #ffffff; transform: translateY(0); z-index: 3; }
/* video */

/*å¯¼èˆªå³ä¾§*/
#note_box #langage_btn { margin-left: 1rem /* 16/16 */; }
#note_box #langage_btn .the_btn { display: flex; justify-content: center; align-items: center; background-color: #efefef; font-size: .75rem /* 12/16 */; color: #27282b; padding: .125rem /* 2/16 */ .625rem /* 10/16 */; border-radius: .1875rem /* 3/16 */; transition: all 0.3s; }
#note_box #langage_btn .the_btn img { width: 1.25rem /* 20/16 */ }
#note_box #langage_btn .the_btn i { font-size: .75rem /* 12/16 */; }
#note_box #langage_btn #language_box { transition: all 0.3s; border-radius: 0 0 .1875rem /* 3/16 */ .1875rem /* 3/16 */; transform: translateY(-.1875rem /* -3/16 */); position: absolute; top: 100%; left:0; z-index: 2; background-color: #efefef; width: 100%; height: 0; padding: 0 .625rem /* 10/16 */; overflow: hidden; }
#note_box #langage_btn:hover #language_box { padding: .625rem /* 10/16 */; height: auto; }

#language_box { width: 100% !important; }
#language_box ul li { font-size: .75rem /* 12/16 */; }
#language_box ul li a { display: flex; justify-content: start; align-items: center; color: var(--grey1); }
#language_box ul li img { width: 1.25rem /* 20/16 */; }
#language_box ul li a:hover { color: var(--base_color); }
/*å¯¼èˆªå³ä¾§*/
#header_top { transform: translateY(0); transition: all 0.3s; }
#name_box_w .container #m_nav { width: 3.1875rem; height: 100%; }
#banner_box, #page_banner_box { transition: all 0.5s; }

#page_banner_box .cover { position: absolute; top: 0; left: 0; z-index: 2; }
#page_banner_box .box_header .box { position: relative; z-index: 2; font-family: "R-B"; font-size: 2.25rem /* 36/16 */; color: #ffffff; }

/*ä¸‹æ‹‰æ&nbsp;·å¼*/
#header_top.boxshow { position: fixed; transform: translateY(-2.625rem); }
#header_top.boxshow nav.m_nav.nav-open { transform: translateY(2.625rem); }

#header_top.boxshow #name_box_w { height: 4rem; box-shadow: 0 0 0.1875rem rgba(0,0,0,0.1); }
#header_top.boxshow .navI&gt;li .children { top: calc(4.0rem + 0.0625rem); }
#header_top.boxshow #header_logo img { transition: all 0.5s; max-height: 1.875rem /* 30/16 */; }

#header_top.boxshow #header_links { transform: scale(0.8); }
#header_top.boxshow .navI&gt;li&gt;a { font-size: 1.0rem; }
/* #banner_box.boxshow, #page_banner_box.boxshow { margin-top: 3.75rem; } */

#name_box_w.boxshow .navI&gt;li&gt;a:after { bottom: 15%; }

#header_top.boxshow { position: fixed; transform: translateY(-2.625rem); }

#header_top.boxshow #name_box_w .container #header_btn .the_btn { padding: .5rem /* 8/16 */ 1rem /* 16/16 */; font-size: .875rem /* 14/16 */; }

/* page_banner_box */
#page_banner_box .bg { height: 17.5rem /* 280/16 */; object-fit: cover; }
#page_banner_box .bg img { opacity: 0; }
#page_banner_box .box_header .box img { max-width: 100%; }
/* page_banner_box */

/*ä¸‹æ‹‰æ&nbsp;·å¼*/

/*ç»Ÿä¸€headerç»“æŸ*/

/*ç»Ÿä¸€å­é¡µé¢å¼€å§‹*/
span.dots { position: relative; }
span.dots:before { display: block; content: ""; width: .75rem /* 12/16 */; height: .75rem /* 12/16 */; border-radius: 0; background-color: rgba(0,0,0, 0.8); }
span.dots:after { display: block; content: ""; width: .75rem /* 12/16 */; height: .75rem /* 12/16 */; border-radius: 0; background-color: rgba(247,41,62, 0.8); position: absolute; top: 0; left: .5625rem /* 9/16 */; z-index: 1; }
/*992å¼€å§‹å·¦å³åˆ†æ&nbsp;ç›®å­é¡µé¢*/

/*ç»Ÿä¸€å­é¡µé¢LEFTå¼€å§‹*/

#page_left { width: 100%; }
#page_left .box_body { width: 100%; }
#page_left .box_header { padding: 1.25rem /* 20/16 */; background-color: #e0e0e0;}
#page_left .box_header .bar_title { font-size: 1.5rem /* 24/16 */; font-family: "R-B"; color: var(--grey1); text-align: center; line-height: 1; }

#page_left .slider_type .slider_type_list dl dt { height: 4.375rem; line-height: 4.375rem; background-color: #f3f3f3; padding: 0 1.25rem; font-size: 1.125rem; }
#page_left .slider_type .slider_type_list dl dt i { font-size: 0.75rem; }
#page_left .slider_type .slider_type_list dl dt a { font-weight: normal; }

#page_left .slider_type .slider_type_list dl.active dt { background-color: var(--base_color); color: #ffffff; }
#page_left .slider_type .slider_type_list dl.active dt a { color: #ffffff; }
#page_left .slider_type .slider_type_list dl.active dt i { display: block; transform: rotate(180deg); }

#page_left .slider_type .slider_type_list dl .sub { display: none; background-color: #f2f4f6; }
#page_left .slider_type .slider_type_list dl .sub i { font-size: .75rem /* 12/16 */ !important; }
#page_left .slider_type .slider_type_list dl.active .sub { display: block; }

#page_left .slider_type .slider_type_list dl dd { line-height: 2.5rem; padding: 0 1.25rem; color: #333333; font-size: 1.0rem; }
#page_left .slider_type .slider_type_list dl.active dd a.active { color: var(--base_color); }

#page_left .box_content { padding: 0 1.25rem /* 20/16 */; }
#page_left .box_content .box_link { margin-bottom: 1.25rem /* 20/16 */; }

/*ç»Ÿä¸€å­é¡µé¢LEFTç»“æŸ*/

/*ç»Ÿä¸€å­é¡µé¢RIGHTå¼€å§‹*/
#page_right { width: 100%; }
#page_right .box_header { margin-bottom: 1.25rem /* 20/16 */;}
#page_right .box_header .bar_title { font-size: 1.75rem /* 28/16 */; font-family: "R-B"; color: var(--grey1); }

.line_bg { width: 100%; height: 0.0625rem; background: url('../images/line_bg.jpg') center repeat-x; }
.mainInfo { font-size: 1.125rem /* 18/16 */; line-height: 2; }
.video_box { width: 100%; }

/* å›¾ç‰‡åˆ—è¡¨ */
.picList a .cover {transition: all 0.3s; opacity: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(189,16,29,.83); display: flex; justify-content: center; align-items: center; }
.picList a .cover .title { font-size: 1.25rem; color: #ffffff; position: relative; padding: 0.625rem 0; max-width: 80%;}
.picList a:hover .cover { opacity: 1; } 
.picList a .cover .title:before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 1px; background: #fff; transition: all .5s ease;}
.picList a .cover .title:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 1px; background: #fff; transition: all .5s ease;}
.picList a:hover .cover .title:before, .picList a:hover .cover .title:after { width: 0.625rem; }
.picList a .title { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; padding: .3125rem /* 5/16 */ .625rem /* 10/16 */; background-color: rgba(189,16,29,.83); color: #ffffff; font-size: 1.125rem /* 18/16 */; font-family: "R-B";}
.picList a .cover .title { background-color: rgba(0,0,0,0); }

/*.picList img { max-width: 100%; max-height: 100%; }*/
.picList .box_link a.link1 { height: 2.5625rem; background-color: var(--base_color); color: #ffffff; border-radius: 0; }
.picList .box_link a.link2 { height: 2.5625rem; background-color: #c7c8d3; color: #ffffff; border-radius: 0; }
.picList .box_link a { flex-grow: 0; padding: 0 0.625rem; height: 3.25rem; overflow: hidden; font-size: 0.875rem; color: #ffffff; }
.picList .box_link a i { font-size: 1.125rem; margin-right: 0.3125rem; color: #ffffff; }
.picList .box_link a:hover { background-color: #000000; color: #ffffff; }
.picList .box_link a:hover i { color: #ffffff; }

.picList .box_link a.link1:hover { background-color: #ef9700; }
.picList .box_link a.link2:hover { background-color: #20223b; }
/*å›¾ç‰‡åˆ—è¡¨*/
/* æ–°é—»åˆ—è¡¨ */
.newsList li { margin-bottom: 1.25rem /* 20/16 */; }
.newsList li .img_Box { width: 100%;  }
.newsList li .cont_Box { width: 100%; padding-top: .625rem /* 10/16 */; padding-bottom: .625rem /* 10/16 */; }
.newsList li .box { background-color: #efefef; border-radius: .1875rem /* 3/16 */; overflow: hidden; }
.newsList li .cont_Box .title { font-size: 1.125rem /* 18/16 */; line-height: 1.6; font-family: "R-B"; margin-bottom: .625rem /* 10/16 */; transition: all 0.3s; }
.newsList li .cont_Box .content { font-size: .875rem /* 14/16 */; color: var(--grey2); margin-bottom: 1.25rem /* 20/16 */; line-height: 1.6; transition: all 0.3s; }
.newsList li a .more{ display: block; width: 8.25rem /* 132/16 */; height: 2.375rem /* 38/16 */; line-height: 2.375rem /* 38/16 */; text-align: center; line-height: 2.375rem /* 38/16 */; border: 1px solid #cecece; border-radius: .1875rem /* 3/16 */; font-size: 1rem /* 16/16 */; color: var(--grey2); }
.newsList li a:hover .more { border: 1px solid var(--base_color); background-color: var(--base_color); color: #ffffff; }
/* æ–°é—»åˆ—è¡¨ */

/* äº§å“å±•ç¤º */
.pro_li a .cover {transition: all 0.3s; opacity: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.5); display: flex; justify-content: center; align-items: center; }
.pro_li a .cover .title { color: #ffffff; position: relative; padding: 0.625rem 0; max-width: 80%;}
.pro_li a:hover .cover { opacity: 1; } 
.pro_li a .cover .title:before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 1px; background: #fff; transition: all .5s ease;}
.pro_li a .cover .title:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 1px; background: #fff; transition: all .5s ease;}
.pro_li a:hover .cover .title:before, .pro_li a:hover .cover .title:after { width: 0.625rem; }

/*.pro_li img { max-width: 100%; max-height: 100%; }*/
.pro_li .box_link a.link1 { height: 2.5625rem; background-color: var(--base_color); color: #ffffff; border-radius: 0; }
.pro_li .box_link a.link2 { height: 2.5625rem; background-color: #c7c8d3; color: var(--grey1); border-radius: 0; }
.pro_li .box_link a { flex-grow: 0; padding: 0 0.625rem; height: 3.25rem; overflow: hidden; font-size: 0.875rem; color: #ffffff; }
.pro_li .box_link a i { font-size: 1.125rem; margin-right: 0.3125rem; color: #ffffff; }
.pro_li .box_link a:hover { background-color: #000000; color: #ffffff; }
.pro_li .box_link a:hover i { color: #ffffff; }

.pro_li .box_link a.link1:hover { background-color: #ef9700; color: #ffffff; }
.pro_li .box_link a.link2:hover { background-color: #20223b; color: #ffffff; }
/* äº§å“å±•ç¤º */

/*äº§å“è¯¦æƒ…*/
#proinfo #page_banner_box { display: none; }
#proinfo #box1 .pro_desc .title { font-family: "R-B"; font-size: 2rem /* 32/16 */; line-height: 1.6; margin-bottom: 0; color: var(--grey1); }
#proinfo #box1 .pro_desc .desc { background: url('../images/Products/desc_bg.gif'); padding: .9375rem /* 15/16 */ 1.25rem /* 20/16 */; font-size: .9375rem /* 15/16 */; color: var(--grey2); line-height: 1.6; }
#proinfo #box1 .param_more { margin-bottom: 2rem; font-size: 1.125rem /* 18/16 */; color: var(--grey1);}
#proinfo #box1 .param_more li { line-height: 1.6; padding-top: 0.75rem; padding-bottom: 0.75rem; }

#proinfo #box1 .links { font-size: 1.125rem /* 18/16 */; }
#proinfo #box1 .btns a { height: 3.25rem /* 52/16 */; padding: 0 1.875rem /* 30/16 */; border-radius: 1.875rem /* 30/16 */; font-size: 1rem /* 16/16 */; }
#proinfo #box1 .btns a i { font-size: 1.25rem /* 20/16 */; }
#proinfo #box1 .btns a:first-child { background-color: var(--base_color); color: #ffffff; }
#proinfo #box1 .btns a:last-child { background-color: #333333; color: #ffffff; }
#proinfo #box1 .btns a:hover { background-color: #e87818; }

/* è”åŠ¨è½®æ’­ */
#proinfo .gallery-top { width: 100%; margin: 0 auto; overflow: hidden; background-color: #ffffff; border: 1px solid #efefef; margin-bottom: .625rem /* 10/16 */;}
#proinfo .gallery-top .swiper-button-next:after, #proinfo .gallery-top .swiper-button-prev:after { font-size: 1.25rem /* 20/16 */;  }

#proinfo .gallery-thumbs { position: relative; width: 100%; overflow: hidden; }
#proinfo .gallery-thumbs .swiper-slide { height: 100%; cursor: pointer; box-sizing: border-box; }
#proinfo .gallery-thumbs .swiper-slide { opacity: 1; border: 2px solid #efefef; }
#proinfo .gallery-thumbs .swiper-slide-thumb-active { opacity: 1; border: 2px solid var(--base_color) !important; }
/* è”åŠ¨è½®æ’­ */
#proinfo #box2 { background-color: #ffffff; }

#proinfo #tabs { height: 4.5625rem /* 73/16 */; background-color: #f3f3f3; }
#proinfo #tabs li { background-color: #e0e0e0; color: var(--grey1); cursor: pointer; padding: 0 .3125rem /* 5/16 */; font-size: 1.125rem /* 18/16 */; display: flex; justify-content: center; align-items: center; }
#proinfo #tabs li.active {background-color: var(--base_color); color: #ffffff; }
#proinfo .chooseUs { margin-bottom: 1.875rem /* 30/16 */; }
#proinfo .chooseUs li .box { background-color: #fbfbfb; border: 1px solid #efefef; border-radius: .3125rem /* 5/16 */; overflow: hidden; }
#proinfo .chooseUs li .num_Box { width: 4.25rem /* 68/16 */; flex-shrink: 0; background-color: var(--base_color); font-family: "R-B"; font-size: 1.5rem /* 24/16 */; color: #ffffff; border-radius: 0; overflow: hidden; display: flex; justify-content: center; align-items: center; }
#proinfo .chooseUs li .cont_Box { padding: .9375rem /* 15/16 */ 1.25rem /* 20/16 */; }
#proinfo .chooseUs li .cont_Box .title { font-family: "R-B"; font-size: 1.125rem /* 18/16 */; color: var(--grey1); }
#proinfo .chooseUs li .cont_Box .content { font-size: .875rem /* 14/16 */; color: var(--grey2); line-height: 1.6; }
#proinfo .cqhj_gd { margin-bottom: 1.875rem /* 30/16 */; }
#proinfo .honor_box { margin-bottom: 1.875rem /* 30/16 */; }
#proinfo .factory_box { margin-bottom: 1.875rem /* 30/16 */; }

/* #proinfo .honor_box { background: url('../images/Products/honor_bg.jpg') top right no-repeat; background-size: 100%; } */
#proinfo .honor_box .box_body { padding: .625rem /* 10/16 */; }

.page_honor_gd .swiper-slide { transition: all 0.3s; transform: scale(0.8); border-radius: .375rem /* 6/16 */; overflow: hidden; }
.page_honor_gd .swiper-slide a .img_Box { padding: .625rem /* 10/16 */; }
.page_honor_gd .swiper-slide-active, .swiper-slide-duplicate-active { transform: scale(1); }
.page_honor_gd .title { position: absolute; left: 0; bottom: 0; width: 100%; height: 3.0rem; display: flex; justify-content: center; align-items: center; padding: 0.625rem; background-color: var(--base_color); }
.page_honor_gd .title p { color: #ffffff; font-size: 1.0625rem; text-align: center; }

.page_honor_gd_w { padding: 0 2.0rem; }
.page_honor_gd_w .swiper-button-prev { width: 2.5rem; height: 2.5rem; color: #FFF !important; background-color: #96a2b5; left: -0.75rem !important; }
.page_honor_gd_w .swiper-button-next { width: 2.5rem; height: 2.5rem; color: #FFF !important; background-color: var(--base_color); right: -0.75rem !important; }
.page_honor_gd_w .swiper-button-prev:hover, .page_honor_gd_w .swiper-button-next:hover { background-color: var(--second_color); }
.page_honor_gd_w .swiper-button-prev:after, .honor_gd_w .swiper-button-next:after { font-size: 1.5rem; }
#proinfo .other_gd { padding-bottom: 3.75rem /* 60/16 */; }
.other_gd .title { font-size: 1.125rem /* 18/16 */; }
#proinfo .other_gd .swiper-pagination-bullet { outline: none; margin: 0 .375rem /* 6/16 */ !important; width: .75rem /* 12/16 */ !important; height: .75rem /* 12/16 */ !important; }
#proinfo .other_gd .swiper-pagination-bullet-active { background-color: var(--base_color) !important; }

/*äº§å“è¯¦æƒ…*/

/*å­é¡µé¢ç¿»é¡µæŒ‰é’®æŒ‰é’®*/
.de-page-mian .page-inner .prev, .de-page-mian .page-inner .next, .de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner .page-btn{display: none !important;}
/*å­é¡µé¢ç¿»é¡µæŒ‰é’®æŒ‰é’®*/

/* #contact #page_banner_box { display: none; }
#contact header #location { display: none; } */

.contact-list,.contact-list a { color: #ffffff; }
.contact-list li { border-bottom: 1px solid #efefef;}
.contact-list li .rounded-circle { margin-right: 1rem /* 16/16 */; }
/*ç»Ÿä¸€å­é¡µé¢RIGHTç»“æŸ*/

/*ç»Ÿä¸€å­é¡µé¢ç»“æŸ*/

/*ç»Ÿä¸€footerå¼€å§‹*/
#footer { background-image: url('../images/footer_bg.jpg'); background-size: cover; margin-bottom: 5rem; font-size: .9375rem /* 15/16 */; }
#footer #footer_main { padding-top: 2.0rem; padding-bottom: 1.0rem; }
#footer_main,#footer_main a { color: #d2d2d2; }
#footer_main a:hover { color: var(--base_color); }

#footer_main .box_header { font-size: 1.5rem /* 24/16 */; font-family: "R-B"; color: #ffffff; margin-bottom: 2.5rem /* 40/16 */; text-transform: uppercase; }
#footer_main .box_header2 { font-size: 1.5rem /* 24/16 */; font-family: "R-B"; color: #ffffff; margin-bottom: 1.5rem /* 24/16 */; text-transform: uppercase; }

#footer_main #e1 .box_body .e_contactList { font-size: 1rem /* 16/16 */; line-height: 2; margin-bottom: 1.875rem /* 30/16 */; }
#footer_main #e1 .box_body .e_contactList i { font-size: 1.25rem /* 20/16 */; margin-right: .625rem /* 10/16 */; }

#footer_main #e1 img { max-width: 75%; }

#footer_main #e2 #e_message_box { overflow: hidden; }
#footer_main #e2 #e_message_box .title { font-size: 2rem /* 32/16 */; font-family: "R-B"; font-weight: bold; color:var(--grey1); margin-bottom: 1.875rem /* 30/16 */; }
#footer_main #e2 #e_message_box .desc { font-size: 1rem /* 16/16 */; color:var(--grey2); line-height: 1.6; margin-top: .625rem /* 10/16 */; margin-bottom: 1.875rem /* 30/16 */; }
#footer_main #e2 #e_message_box li { margin-bottom: .5rem /* 8/16 */; }
#footer_main #e2 #e_message_box li input { font-size: 1.25rem /* 20/16 */; width: 100%; height: 3.25rem /* 52/16 */; padding: .625rem /* 10/16 */ 0; background-color: transparent; border: 0; border-bottom: 1px solid #2e2e2e; overflow: hidden; color: #d2d2d2; }
#footer_main #e2 #e_message_box li input#captcha { width: 12.5rem /* 200/16 */; max-width: 75%; }
#footer_main #e2 #e_message_box li textarea { font-size: 1.25rem /* 20/16 */; width: 100%; height: 5rem /* 80/16 */;  padding: .625rem /* 10/16 */ 0; background-color: transparent; border: 0; border-bottom: 1px solid #2e2e2e; overflow: hidden; color: #d2d2d2; }
#footer_main #e2 #e_message_box li #e_verifyImg { max-width: 50%; height: 3.25rem /* 52/16 */; cursor: pointer; }
#footer_main #e2 #e_message_box .submit { font-size: 1.25rem /* 20/16 */; margin-top: 1.25rem /* 20/16 */; border-radius: 1.875rem /* 30/16 */; background-color: var(--base_color); color: #ffffff !important; font-size: 1rem /* 16/16 */; color: #ffffff; width: 8.125rem /* 130/16 */; height: 2.25rem /* 36/16 */; line-height: 2.25rem /* 36/16 */; text-align: center; }
#footer_main #e2 #e_message_box .submit:hover { background-color: var(--second_color); }

#footer_main #e3 .list li { font-size: 1rem /* 16/16 */; line-height: 2; }
#footer_main #e4 .list li { font-size: 1rem /* 16/16 */; line-height: 2; }

#footer_main #e5 .link_list a { width: 2.25rem /* 36/16 */; height: 2.25rem /* 36/16 */; display: flex; justify-content: center; align-items: center; border-radius: 0%; overflow: hidden; }
#footer_main #e5 .link_list div:nth-child(1) a { background-color: #3b5999; }
#footer_main #e5 .link_list div:nth-child(2) a { background-color: #209ef3; }
#footer_main #e5 .link_list div:nth-child(3) a { background-color: #0076b4; }
#footer_main #e5 .link_list div:nth-child(4) a { background-color: #ff011d; } 

#footer_main #e5 .link_list i { font-size: 1.25rem /* 20/16 */; color: #ffffff; transition: all 0.3s; }
#footer_main #e5 .link_list a:hover { filter: brightness(100%); }
#footer_main #e5 .link_list a:hover i { font-size: 1.375rem /* 22/16 */; }

#footer_main #e6 { text-transform: uppercase; }

#footer_copy .box { border-top: 1px solid #444444; padding: 1.875rem /* 30/16 */; text-align: center; line-height: 1.6; }
#footer_copy { color: #717171; }
#footer_copy a { color: #ffffff; }
#footer_copy a:hover { color: var(--base_color); }
/*ç»Ÿä¸€footerç»“æŸ*/

/* å®¢æœ */
.close_box { transform: translateX(9.3125rem); }
.open { transition: all 0.5s; cursor: pointer; position: fixed; z-index: 99999; right: -3.75rem /* -60/16 */; bottom: calc(10% + 5.9375rem); color: #ffffff; width: 2.5rem; height: 2.5rem; border-radius: 0.3125rem; display: flex; justify-content: center; align-items: center; }
.open_box { transform: translateX(-1.25rem /* -20/16 */);}

.floating_ck { position: fixed; right: 1.25rem /* 20/16 */; bottom: 10%; z-index: 99; border-radius: 0.3125rem; transition: all 0.5s; }
.floating_ck .dl .dd { cursor: pointer; margin: 0.3125rem; border-radius: 0.3125rem; width: 3.125rem /* 50/16 */; height: 3.125rem /* 50/16 */; transition: all 0.3s; position: relative; display: flex; justify-content: center; align-items: center; background-color: var(--base_color);}
.floating_ck .dl .dd i { font-size: 1.5rem /* 24/16 */; color: #ffffff; }
.floating_ck .dl .dd:hover .floating_left { display: flex; justify-content: center; align-items: center; }

.floating_left { display: none; position: absolute; left: -11.875rem; width: 15rem /* 240/16 */; top: 0; height: 3.125rem /* 50/16 */; line-height: 3.125rem /* 50/16 */; border-radius: 0.3125rem; }
.floating_left p { line-height: 2; text-align: center; color: #ffffff; font-size: 1rem; }
/* å®¢æœ */

/*é¦–é¡µæ&nbsp;·å¼å¼€å§‹*/

/*é¦–é¡µswiperæŒ‰é’®ç»Ÿä¸€æ&nbsp;·å¼*/
.flash_all .swiper-pagination { bottom: 1.25rem !important; }
.flash_all .swiper-pagination .swiper-pagination-bullet { background-color: var(--base_color); outline: none; transition: all 0.3s; padding: 0; opacity: 1; margin: 0 0.3125rem; border-radius: .625rem /* 10/16 */; width: .75rem /* 12/16 */ !important; height: .75rem /* 12/16 */ !important;}
.flash_all .swiper-pagination-bullet-active { background-color: var(--base_color); outline: none; padding: 0 1.25rem !important; opacity: 0.5 !important;}
.flash_all .swiper-button-next, .flash_all .swiper-button-prev { border-radius: 50%; background-color: rgba(255, 255, 255, 0.5); color: #ffffff !important; opacity: 0.5 !important; }
/*é¦–é¡µswiperæŒ‰é’®ç»Ÿä¸€æ&nbsp;·å¼*/

/*é¦–é¡µswiperå·¦å³æŒ‰é’®*/
.swiper-button-prev:after, .swiper-button-next:after{font-size: 1.25rem !important;}
/*é¦–é¡µswiperå·¦å³æŒ‰é’®*/

.box_header.main_box_header { margin-bottom: 1.875rem /* 30/16 */; }
.box_header.main_box_header .bar_title { font-weight: bold !important; text-transform: uppercase; font-size: 2rem /* 32/16 */; color: var(--grey1); line-height: 1.6 !important; margin-bottom: .625rem /* 10/16 */; font-family: "R-B"; }
.box_header.main_box_header .bar_desc { font-size: .9375rem /* 15/16 */; color: var(--grey1); line-height: 1.6; }

.box_header.main_box_header2 { margin-bottom: 1.25rem /* 20/16 */; }
.box_header.main_box_header2 .bar_title { display: flex; align-items: center; font-size: 1.25rem /* 20/16 */; line-height: 1.2; margin-bottom: 2.5rem /* 40/16 */; }
.box_header.main_box_header2 .bar_title span.tit { margin-left: 1.875rem /* 30/16 */; font-family: "R-B"; font-weight: bold; }
.box_header.main_box_header2 .bar_desc { font-size: 1.5rem /* 24/16 */; color: var(--grey1); line-height: 1.4; font-family: "R-B"; }

.box_header.main_box_header3 { margin-bottom: 1.25rem /* 20/16 */; }
.box_header.main_box_header3 .bar_title { font-size: 1.75rem /* 28/16 */; color: var(--grey1); line-height: 1.2; font-family: "R-B"; }

.box_header.main_box_header4 { margin-bottom: 1.875rem /* 30/16 */; font-size: 1.75rem /* 28/16 */; font-family: "R-B"; }
.box_header.main_box_header4 .bar_title { padding-bottom: 1.875rem /* 30/16 */; position: relative; text-transform: uppercase; line-height: 1.2; }
.box_header.main_box_header4 .bar_title:after { content: ""; position: absolute; left: 0; bottom: 0; display: block; width: 6.25rem /* 100/16 */; height: 3px; background-color: var(--base_color); }


.best_img .swiper-slide a { display: block; position: relative; }
.best_img .swiper-slide .title { z-index: 1; position: absolute; left: 0; top: auto; bottom: 0; width: 100%; height: 3.125rem; font-size: 1.125rem; background-color: rgba(30,25,25,0.9); color: #FFFFFF; padding: 0 1.25rem; }

.best_img .swiper-slide .title p { width: 80%; } 
.best_img .swiper-pagination { width: 20%; z-index: 2; height: 3.125rem; bottom: 0 !important; right: 0; padding: 1.25rem; }

.best_img .swiper-pagination-bullet { outline: none; margin: 0 0.125rem !important; width: 0.9375rem !important; height: 0.3125rem !important; background-color: #ffffff !important; border-radius: 0; opacity: 1 !important }
.best_img .swiper-pagination-bullet-active { background-color: var(--base_color) !important; }

.better_list li a .cont_Box .cont_Box_text {  }
.better_list li .title { color: var(--grey1); font-size: 1.125rem /* 18/16 */; }
.better_list li .content { color: var(--grey2); font-size: .9375rem /* 15/16 */; }
.better_list li .btns span { color: var(--grey1); font-size: .875rem /* 14/16 */; }

.better_list li .cont_Box .cont_Box_time { flex-shrink: 0; font-family: Arial; }
.better_list li .cont_Box .cont_Box_time .time_d { line-height: 1.6; font-size: 1.75rem /* 28/16 */; color: var(--grey1); font-weight: bold; }
.better_list li .cont_Box .cont_Box_time .time_y { line-height: 1.6; font-size: 1rem /* 16/16 */; color: var(--grey1); font-weight: bold; }

.better_list li a:hover .title { color: var(--base_color); }
.better_list li a:hover .content { color: var(--base_color); }
.better_list li a:hover .btns span { color: var(--base_color); }

.nomarl_list li { margin-bottom: .625rem /* 10/16 */; }
.nomarl_list li:last-child { margin-bottom: 0; }
.nomarl_list li a .cont_Box .cont_Box_text {  }
.nomarl_list li .title { color: var(--grey1); font-size: 1.5rem /* 24/16 */; }
.nomarl_list li .content { color: var(--grey2); font-size: .9375rem /* 15/16 */; }
.nomarl_list li .btns span { color: var(--grey1); font-size: .875rem /* 14/16 */; }

.nomarl_list li .cont_Box .cont_Box_time { flex-shrink: 0; font-family: Arial; }
.nomarl_list li .cont_Box .cont_Box_time .time_d { line-height: 1.6; font-size: 1.75rem /* 28/16 */; color: var(--grey1); font-weight: bold; }
.nomarl_list li .cont_Box .cont_Box_time .time_y { line-height: 1.6; font-size: 1rem /* 16/16 */; color: var(--grey1); font-weight: bold; }

.nomarl_list li a:hover .title { color: var(--base_color); }
.nomarl_list li a:hover .content { color: var(--base_color); }
.nomarl_list li a:hover .btns span { color: var(--base_color); }

.better_list_pic {  }
.better_list_pic li .img_box {  }

.better_list_pic li .cont_box { background-color: #fffbf4; padding: 1rem; }
.better_list_pic li .cont_box .title { font-size: 1rem; font-weight: bold; margin-bottom: 1.0rem; }
.better_list_pic li .cont_box .content { font-size: 1rem; color: var(--grey1); line-height: 1.75; }
.better_list_pic li .cont_box .more { transition: all 0.3s; width: 4.6875rem; height: 1.25rem; text-align: center; line-height: 1.25rem; font-size: 0.875rem; background-color: #f2f0f0; color: var(--grey1); }
.better_list_pic li a:hover .cont_box .more { background-color: var(--base_color); color: #ffffff; }

.better_pics { margin-bottom: 1.25rem; }
.better_pics li .title { width: 100%; height: 20%; min-height: 2.5rem; padding: 0 0.625rem; position: absolute; left: 0; top: auto; bottom: 0; z-index: 1; font-size: 1rem; color: #ffffff; font-weight: bold; }

.better_pics_a { margin-bottom: 1.25rem; }
.better_pics_a li .cont_box { width: 100%; min-height: 2.5rem; padding: 0 0.625rem; position: absolute; left: 0; top: auto; bottom: 0; z-index: 1; font-size: 1rem; color: #ffffff; }

.better_pics_a li .cont_box .title { font-size: 1.375rem; font-weight: bold; color: #ffffff; margin-bottom: 0.75rem; } 
.better_pics_a li .cont_box .content { font-size: 1.0rem; color: rgba(255, 255, 255, 0.8); } 

/*in_box_01*/
#in_box_01 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; overflow: hidden; background-image: url('../images/index/in_box_01_bg.jpg'); background-position: top center; }
.qyys_gd .swiper-slide { transition: all 0.3s; padding: 2.5rem /* 40/16 */ 0; }
.qyys_gd .swiper-slide .box { transition: all 0.3s; height: 24.4375rem /* 391/16 */; border: 1px solid #ffffff; padding: .9375rem /* 15/16 */; }
.qyys_gd .swiper-slide .ys_icon { margin-bottom: 1.25rem /* 20/16 */; }
.qyys_gd .swiper-slide .ys_icon i { font-size: 3rem /* 48/16 */; color: var(--base_color); margin-bottom: .625rem /* 10/16 */; }
.qyys_gd .swiper-slide .title { font-size: 1.625rem /* 26/16 */; font-family: "R-B"; color: var(--grey1); margin-bottom: .625rem /* 10/16 */; line-height: 1.2; }
.qyys_gd .swiper-slide .desc { font-size: 1rem /* 16/16 */; color: var(--grey1); line-height: 1.8; }
.qyys_gd .swiper-slide:hover { padding: 0; }
.qyys_gd .swiper-slide:hover .box { box-shadow: 0 3px 5px #000000; height: 28.5625rem /* 457/16 */; border: 1px solid var(--base_color); background-color: var(--base_color); padding: 1.875rem /* 30/16 */; }
.qyys_gd .swiper-slide .box:hover * { color: #ffffff !important; }
/*in_box_01*/

/*in_box_02*/
#in_box_02 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; background-color: #ffffff; overflow: hidden; }
.in_goods_slider_type_gd { margin-bottom: 3.625rem /* 58/16 */; }
.in_goods_slider_type_gd .swiper-slide a { overflow: hidden; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 3.5rem /* 56/16 */; color: var(--grey1); line-height: 1.2; padding: .625rem /* 10/16 */ 1.25rem /* 20/16 */;}
.in_goods_slider_type_gd .swiper-slide a h4 { text-align: center; font-size: 1.375rem /* 22/16 */; }
.in_goods_slider_type_gd .swiper-slide a:hover { background-color: var(--base_color); color: #ffffff; }
.in_goods_slider_type_gd .swiper-slide.swiper-slide-active a { background-color: var(--base_color); color: #ffffff; }
.in_goods_slider_type_gd .swiper-button-next { width: 2.8125rem /* 45/16 */; height: 1.5625rem /* 25/16 */; color: var(--grey1) !important; background-color: #d6d6d6; right: 0 !important; transform: translateY(-50%); margin-top: 0; }
.in_goods_slider_type_gd .swiper-button-next:hover { background-color: var(--base_color); }
.in_goods_slider_type_gd .swiper-button-next:after { font-size: 1rem !important; }
.in_goods_slider_type_gd .swiper-button-next:after, .in_goods_slider_type_gd .swiper-rtl .swiper-button-prev:after { font-family: "iconfont"; content: "\e667"; }

.pro_gd .swiper-slide .imgbox_4_3:after { transition: all 0.3s; }
.pro_gd .swiper-slide .img_Box { margin-bottom: 1.25rem /* 20/16 */; }
.pro_gd .swiper-slide .img_Box .small_btns { transition: all 0.3s; transform: translateY(100%); position: absolute; bottom: 0; left: 0; width: 100%; display: flex; justify-content: center; background-color: rgba(0,0,0, 0.5); padding: 1.25rem /* 20/16 */; }
.pro_gd .swiper-slide .img_Box .small_btns .email_btn { display: flex; align-items: center; }
.pro_gd .swiper-slide .img_Box .small_btns .email_btn { color: #ffffff; font-size: 1.125rem /* 18/16 */; }
.pro_gd .swiper-slide .img_Box .small_btns .email_btn i { color: #ffffff; font-size: 1.375rem /* 22/16 */; }
.pro_gd .swiper-slide .img_Box .small_btns .message_btn { margin-left: .625rem /* 10/16 */; width: 8.125rem /* 130/16 */; font-size: .75rem /* 12/16 */; background-color: var(--base_color); color: #ffffff; padding: .5rem /* 8/16 */ .625rem /* 10/16 */; text-align: center;  border-radius: 1.875rem /* 30/16 */; }
.pro_gd .swiper-slide .img_Box .small_btns .message_btn:hover { background-color: var(--second_color); } 
.pro_gd .swiper-slide .cont_Box .title { color: var(--grey1); font-size: 1.5rem /* 24/16 */; font-family: "R-B"; font-weight: bold; margin-bottom: .625rem /* 10/16 */; }
.pro_gd .swiper-slide .cont_Box .desc { color: var(--grey2); font-size: 1rem /* 16/16 */; margin-bottom: 1.25rem /* 20/16 */; line-height: 1.6; }
.pro_gd .swiper-slide .cont_Box .more span { transition: all 0.3s; width: 2.375rem /* 38/16 */; height: 2.375rem /* 38/16 */; border-radius: 50%; display: flex; justify-content: center; align-items: center; background-color: #ececec; } 
.pro_gd .swiper-slide:hover .imgbox_4_3:after { margin-top: 65% !important; }
.pro_gd .swiper-slide:hover .img_Box .small_btns { transform: translateY(0) !important; }
.pro_gd .swiper-slide:hover .cont_Box .more span { width: 3rem /* 48/16 */; height: 3rem /* 48/16 */; background-color: var(--base_color); color: #ffffff; }

#in_box_02 .btns { margin-top: 1.875rem /* 30/16 */;}
#in_box_02 .btns a { display: flex; margin: 0 auto; width: 15rem /* 240/16 */; height: 3.5rem /* 56/16 */; justify-content: center; align-items: center; border: 1px solid #cecece; border-radius: 1.875rem /* 30/16 */; font-size: 1.125rem /* 18/16 */; background-color: #2b2b2b; color: #ffffff; }
#in_box_02 .btns a:hover { background-color: var(--base_color); color: #ffffff; } 
/*in_box_02*/

/* in_box_03 */
#in_box_03 { overflow: hidden; }
#in_box_03 .container { overflow: hidden; }

#in_hot_goods { position: relative; }
#in_hot_goods:after { display: block; content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: url('../images/index/in_box_03_1_bg.jpg'); }

#in_hot_goods_box { position: relative; z-index: 1; color: #ffffff; display: flex; align-items: center; }
#in_hot_goods_box .cont_Box { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */;  }
#in_hot_goods_box .title { font-size: 2rem /* 32/16 */; font-family: "R-B"; margin-bottom: 1.25rem /* 20/16 */; line-height: 1.2; }
#in_hot_goods_box .desc { font-size: 1.25rem /* 20/16 */; line-height: 1.6; margin-bottom: 3rem /* 48/16 */; }
#in_hot_goods_box .img { margin-bottom: 1.875rem /* 30/16 */; }

#in_hot_goods_box .btns { margin-bottom: 3.75rem /* 60/16 */; }
#in_hot_goods_box .btns a { display: flex; align-items: center; font-size: 1.25rem /* 20/16 */; line-height: 1.4; color: #ffffff; }
#in_hot_goods_box .btns a i { font-size: 2rem /* 32/16 */; }

#in_message { position: relative; }
#in_message:after { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('../images/index/in_box_03_2_bg.jpg'); }

#in_message_box { position: relative; z-index: 1; color: #ffffff; overflow: hidden; display: flex; align-items: center; }
#in_message_box .cont_Box { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
#in_message_box .title { font-size: 2rem /* 32/16 */; font-family: "R-B"; font-weight: bold; color: #ffffff; margin-bottom: 1.875rem /* 30/16 */; }
#in_message_from .desc { font-size: .9375rem /* 15/16 */; color: #ffffff; line-height: 1.6; margin-top: 1.25rem /* 20/16 */; margin-bottom: 0; }
#in_message_from li {  }
#in_message_from li input { width: 100%; height: 3.625rem /* 58/16 */; padding: .625rem /* 10/16 */ 1.25rem /* 20/16 */; background-color: #f8f8f8; border: 1px solid #ececec; border-radius: 3px; overflow: hidden; }
#in_message_from li input#captcha { width: 12.5rem /* 200/16 */; max-width: 75%; }
#in_message_from li textarea { width: 100%; height: 5rem /* 80/16 */;  padding: .625rem /* 10/16 */ 1.25rem /* 20/16 */; background-color: #f8f8f8; border: 1px solid #ececec; border-radius: 3px; overflow: hidden; }
#in_message_from li #in_verifyImg { max-width: 50%; height: 3.625rem /* 58/16 */; cursor: pointer; }
#in_message_from .submit { display: block; border-radius: 1.875rem /* 30/16 */; background-color: var(--base_color); color: #ffffff; font-family: "R-B"; font-size: 1.125rem /* 18/16 */; width: 15.625rem /* 250/16 */; height: 3.5rem /* 56/16 */; line-height: 3.5rem /* 56/16 */; text-align: center; line-height: 3.5rem /* 56/16 */; }
#in_message_from .submit:hover { background-color: var(--second_color); }

/* in_box_03 */

/*in_box_04*/
#in_box_04 { position: relative; padding-top: 1.875rem /* 30/16 */; padding-bottom: 0; overflow: hidden; background-image: linear-gradient(to bottom, #ffffff 85%, #ffffff 85%, #f4f4f4 0); }
#in_box_04:after { width: 100%; height: 100%; display: block; content: ""; position: absolute; top: 0; right: 0; z-index: 0; background: url('../images/index/in_box_04_bg.jpg') 90% top no-repeat}

#in_box_04&gt;.container { position: relative; z-index: 1; }
#in_box_04 .img_Box { overflow: hidden; position: relative; }
#in_box_04 .cont_Box { background-color: #ffffff; box-shadow: 3px 0 5px #efefef; display: flex; justify-content: center; align-items: center; }
#in_box_04 .cont_Box .title { font-size: 1.625rem /* 26/16 */; font-family: "R-B"; color: #333333; line-height: 1.4; text-transform: uppercase; margin-bottom: 1.875rem /* 30/16 */; }

#in_box_04 .btns { margin-top: 1.875rem /* 30/16 */;}
#in_box_04 .btns a.email_btn { width: 16rem /* 256/16 */; height: 3.25rem /* 52/16 */; border: 1px solid var(--base_color); border-radius: 1.875rem /* 30/16 */; display: flex; justify-content: center; align-items: center; font-size: 1.125rem /* 18/16 */; color: var(--base_color);  }
#in_box_04 .btns a.email_btn i { font-size: 1.875rem /* 30/16 */; margin-right: .3125rem /* 5/16 */; }#in_box_04 .btns a.company_btn { display: flex; width: 10.9375rem /* 175/16 */; height: 3.25rem /* 52/16 */; justify-content: center; align-items: center; border: 0; border-radius: 1.875rem /* 30/16 */; font-size: .875rem /* 14/16 */; background-color: #2b2b2b; color: white; }
#in_box_04 .btns a:hover { background-color: var(--base_color); border: 0; color: #ffffff; } 
/*in_box_04*/

/*in_box_05*/
#in_box_05 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; background-color: #f4f4f4 }

#in_box_05 .box_header.main_box_header { margin-bottom: 1.25rem /* 20/16 */; }
#in_box_05 .bar_title a { color: var(--grey1); }
#in_box_05 .bar_desc { color:var(--grey1); }
#in_box_05 .tabs_title { width: 100%; white-space: nowrap; overflow-x: auto; border-bottom: 1px solid #efefef; overflow-x: scroll; margin-bottom: 2.5rem /* 40/16 */; }
#in_box_05 .tabs_title a { display: block; border-bottom: 3px solid transparent; } 
#in_box_05 .tabs_title h3 { font-size: 1.375rem /* 22/16 */; line-height: 4.375rem /* 70/16 */; margin-bottom: 0; }

#in_box_05 .tabs_title a:hover, #in_box_05 .tabs_title a.active { border-bottom: 3px solid var(--base_color); color: var(--base_color); } 
#in_box_05 .tabs_title::-webkit-scrollbar { display: none; }

#in_box_05 .btns { margin-top: 1.875rem /* 30/16 */;}
#in_box_05 .btns a { display: flex; margin: 0 auto; width: 15rem /* 240/16 */; height: 3.5rem /* 56/16 */; justify-content: center; align-items: center; border: 1px solid #cecece; border-radius: 1.875rem /* 30/16 */; font-size: 1.125rem /* 18/16 */; background-color: #2b2b2b; color: #ffffff; }
#in_box_05 .btns a:hover { background-color: var(--base_color); color: #ffffff; }

/*in_box_05*/

/*in_box_06*/
#in_box_06 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; }
#in_box_06 .box_header.main_box_header { margin-bottom: .75rem /* 12/16 */; }

.news_gd .swiper-slide { padding: .5rem /* 8/16 */; }
.news_gd .swiper-slide a.box { background-color: #ffffff; display: block; padding: .9375rem /* 15/16 */; box-shadow: 0 0 .5rem /* 8/16 */ #c4c4c4; }

.news_gd .swiper-slide .img_Box { margin-bottom: 1.25rem /* 20/16 */; }

.news_gd .swiper-slide .cont_Box .title { color: var(--grey1); font-size: 1.125rem /* 18/16 */; height: 3.125rem /* 50/16 */ ; margin-bottom: .625rem /* 10/16 */; line-height: 1.4; }
.news_gd .swiper-slide .cont_Box .desc { color: var(--grey2); font-size: .875rem /* 14/16 */; margin-bottom: 1.25rem /* 20/16 */; line-height: 1.8; }
.news_gd .swiper-slide .cont_Box .more { height: 3.125rem /* 50/16 */; }
.news_gd .swiper-slide .cont_Box .more span { transition: all 0.3s; width: 2.375rem /* 38/16 */; height: 2.375rem /* 38/16 */; border-radius: 50%; display: flex; justify-content: center; align-items: center; background-color: #ececec; } 
.news_gd .swiper-slide:hover .cont_Box .more span { width: 3rem /* 48/16 */; height: 3rem /* 48/16 */; background-color: var(--base_color); color: #ffffff; }

.news_gd_w .controls { margin-top: 1.25rem /* 20/16 */; display: flex; justify-content: center; align-items: center; }

.news_gd_w .controls .swiper-pagination { display: flex; align-items: center; position: relative !important; left: auto !important; right: auto; top: auto; bottom: auto; width: auto; margin-right: 1.875rem /* 30/16 */; }
.news_gd_w .swiper-pagination .swiper-pagination-bullet { background-color: #e4e4e4; outline: none; transition: all 0.3s; opacity: 1; margin: 0 0.3125rem; border-radius: .625rem /* 10/16 */; width: 1.875rem; height: .1875rem /* 3/16 */ !important;}
.news_gd_w .swiper-pagination .swiper-pagination-bullet-active { width: 3.125rem /* 50/16 */ !important; background-color: var(--base_color) !important; outline: none; opacity: 1 !important;}

.news_gd_w .controls .prev-next { display: flex; justify-content: center; align-items: center; }
.news_gd_w .prev-next .swiper-button-next, .news_gd_w .prev-next .swiper-button-prev { display: flex; position: static; left: auto; right: auto; top: auto; bottom: auto; margin-top: 0; width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid #c9c9c9; color: #c9c9c9; }
.news_gd_w .prev-next .swiper-button-next:hover,.news_gd_w .prev-next .swiper-button-prev:hover { opacity: 1; }
.news_gd_w .prev-next .swiper-button-prev { border: 1px solid #c9c9c9; color: #c9c9c9; }
.news_gd_w .prev-next .swiper-button-next { background-color: var(--base_color); border: 0; color: #ffffff; margin-left: .625rem /* 10/16 */; }
.news_gd_w .prev-next .swiper-button-prev:after { font-size: .875rem /* 14/16 */ !important; }
.news_gd_w .prev-next .swiper-button-next:after { font-size: .875rem /* 14/16 */ !important; }
/*in_box_06*/

/*in_box_07*/
#in_box_07 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; background-color: #f4f4f4; }

.honor_gd .swiper-slide a { background-color: #ffffff; }
.honor_gd .swiper-slide a .img_Box { padding: 1.25rem /* 20/16 */; padding-bottom: 0; }
.honor_gd .title { text-align: center; padding: .625rem /* 10/16 */; }
.honor_gd .title p { color: #ffffff; font-size: 1.125rem /* 18/16 */; color: var(--grey1); line-height: 1.6; }

#in_box_07 .btns { margin-top: 1.875rem /* 30/16 */;}
#in_box_07 .btns a { display: flex; margin: 0 auto; width: 15rem /* 240/16 */; height: 3.5rem /* 56/16 */; justify-content: center; align-items: center; border: 1px solid #cecece; border-radius: 1.875rem /* 30/16 */; font-size: 1.125rem /* 18/16 */; background-color: #2b2b2b; color: #ffffff; }
#in_box_07 .btns a:hover { background-color: var(--base_color); color: #ffffff; } 
/*in_box_07*/

/*é¦–é¡µæ&nbsp;·å¼ç»“æŸ*/

/*å…¬å…±æ&nbsp;·å¼*/

.page_title { margin-bottom: 1.875rem /* 30/16 */; }
.page_title .title { font-size: 1.5rem /* 24/16 */; color: var(--grey1); }
.page_title .desc { font-size: 1rem /* 16/16 */; color: var(--grey3); }

#box1 { padding-top: 2rem; padding-bottom: 2rem; }
#box2 { padding-top: 2rem; padding-bottom: 2rem; }
#box3 { padding-top: 2rem; padding-bottom: 2rem; }
/*å…¬å…±æ&nbsp;·å¼*/

/*å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼*/
#company #company_box_1 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; position: relative; overflow: hidden; }
#company #company_box_1:after { width: 100%; height: 100%; display: block; content: ""; position: absolute; top: 0; right: 0; z-index: 0; background: url('../images/index/in_box_04_bg.gif') 90% top no-repeat}
#company #company_box_1&gt;.container { position: relative; z-index: 1; }

#company #company_box_2 { padding-top: 0; padding-bottom: 1.875rem /* 30/16 */;  }
#company #company_box_2 .box_header.main_box_header { margin-bottom: .625rem /* 10/16 */; }
#company #company_box_2 .box_header.main_box_header .bar_content { font-family: "R-B"; font-size: 1rem /* 16/16 */; color: var(--grey1); margin-top: 1.875rem /* 30/16 */; line-height: 1.6; }

#company #company_box_2 .swiper-slide .box { border: 1px solid #efefef; }
#company #company_box_2 .swiper-slide:hover .box { border: 1px solid var(--base_color); }

#company #company_box_2 .qyys_gd { padding-bottom: 1.875rem /* 30/16 */; }
#company #company_box_2 .qyys_gd .controls .swiper-pagination { display: flex; align-items: center; position: relative !important; left: auto !important; right: auto; top: auto; bottom: auto; width: auto; margin-right: 1.875rem /* 30/16 */; }
#company #company_box_2 .qyys_gd .swiper-pagination .swiper-pagination-bullet { background-color: #e4e4e4; outline: none; transition: all 0.3s; opacity: 1; margin: 0 0.3125rem; border-radius: .625rem /* 10/16 */; width: 1.875rem; height: .1875rem /* 3/16 */ !important;}
#company #company_box_2 .qyys_gd .swiper-pagination .swiper-pagination-bullet-active { width: 3.125rem /* 50/16 */ !important; background-color: var(--base_color) !important; outline: none; opacity: 1 !important;}

#company #company_box_3 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; background-color: #f4f4f4; }

#company #company_box_3 .btns { margin-top: 1.875rem /* 30/16 */;}
#company #company_box_3 .btns a { display: flex; margin: 0 auto; width: 15rem /* 240/16 */; height: 3.5rem /* 56/16 */; justify-content: center; align-items: center; border: 1px solid #cecece; border-radius: 1.875rem /* 30/16 */; font-size: 1.125rem /* 18/16 */; background-color: #2b2b2b; color: #ffffff; }
#company #company_box_3 .btns a:hover { background-color: var(--base_color); color: #ffffff; } 

#company_box_4 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; background-image: url('../images/About Us/about_box_4_bg.jpg'); }
#company_box_4 .box_header.main_box_header .bar_content { font-size: 1rem /* 16/16 */; color: #ffffff; line-height: 1.6; }

#company_box_4 #in_message_from .submit { display: block; border-radius: 1.875rem /* 30/16 */; background-color: #ffffff; color: var(--base_color); font-family: "R-B"; font-size: 1.125rem /* 18/16 */; width: 15.625rem /* 250/16 */; height: 3.5rem /* 56/16 */; line-height: 3.5rem /* 56/16 */; text-align: center; line-height: 3.5rem /* 56/16 */; }
#company_box_4 #in_message_from .submit:hover { background-color: var(--second_color); color: #ffffff; }
#company_box_4 #in_message_from .desc { margin-bottom: 0; }

#company #company_box_5 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; }
#company #company_box_6 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; background-color: #ffffff; }
.brand_gd { height: 15.9375rem /* 255/16 */; }
.brand_gd .swiper-wrapper .swiper-slide { width: 15.5rem /* 248/16 */; height: 7.375rem /* 118/16 */; }


/*å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼*/

/* è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼ */
#quality_box_1 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; position: relative; overflow: hidden; }
#quality_box_1 .img_Box { } 
#quality_box_1 .cont_Box .title { font-size: 2.8125rem /* 45/16 */; font-family: "R-B"; font-weight: bold; color: var(--grey1); margin-bottom: 1.25rem /* 20/16 */; line-height: 1.2; } 
#quality_box_1 .cont_Box .content { font-size: 1rem /* 16/16 */; color: var(--grey1); margin-bottom: 1.25rem /* 20/16 */; line-height: 1.8; } 

#quality_box_1 .btns { display: flex; align-items: center; font-size: 1rem /* 16/16 */; line-height: 1.4; color: var(--base_color); }
#quality_box_1 .btns i { font-size: 2rem /* 32/16 */; }
#quality_box_1 .btns a { color: var(--base_color); }
#quality_box_1 .btns a:hover { color: var(--second_color); }

#quality_box_2 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; position: relative; overflow: hidden; background-image: url('../images/Quality Control/quality_box_2_bg.jpg'); background-position: top center; }
.quality_gd .swiper-slide { transition: all 0.3s; }
.quality_gd .swiper-slide .box { transition: all 0.3s; height: 39.375rem /* 630/16 */; border: 1px solid #ffffff; padding: 1.25rem /* 20/16 */; }
.quality_gd .swiper-slide .img_Box { margin-bottom: 1.875rem /* 30/16 */; }
.quality_gd .swiper-slide .img_Box .imgbox { transition: all 0.3s; width: 10rem /* 160/16 */; border-radius: 50%; border: 4px solid var(--base_color); overflow: hidden;  }
.quality_gd .swiper-slide .cont_Box { }
.quality_gd .swiper-slide .title { font-size: 1.375rem /* 22/16 */; font-family: "R-B"; color: var(--grey1); margin-bottom: 1.25rem /* 20/16 */; line-height: 1.2; }
.quality_gd .swiper-slide .line { width: 2.5rem /* 40/16 */; height: 3px; background-color: var(--base_color); margin-bottom: 1.875rem /* 30/16 */; }
.quality_gd .swiper-slide .desc { font-size: 1rem /* 16/16 */; color: var(--grey1); line-height: 1.8; }

.quality_gd .swiper-slide:hover .box { box-shadow: 0 5px 10px #dddddd; background-color: var(--base_color); }
.quality_gd .swiper-slide:hover .box .img_Box .imgbox { border: 4px solid #ffffff;  }
.quality_gd .swiper-slide .box:hover * { color: #ffffff !important; }
.quality_gd .swiper-slide .box:hover .line { background-color: #ffffff; }

#quality_box_3 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; background: url('../images/quality/about_box_2_bg.jpg') center no-repeat; background-size: cover; }
.faqList li { display: flex; justify-content: space-between; align-items: stretch; border: 1px solid #efefef; border-radius: .375rem /* 6/16 */; background-color: #ffffff; box-shadow: 0 0 1.25rem /* 20/16 */ #efefef; margin-bottom: 1.25rem /* 20/16 */; transition: all 0.3s; }

.faqList li.active {  }
.faqList li .cont_Box { padding: 1.25rem /* 20/16 */; }
.faqList li .cont_Box .title { font-size: 1.125rem /* 18/16 */; color: var(--grey1); display: flex; justify-content: space-between; align-items: center; }
.faqList li .cont_Box .title .dot_Box i { font-size: 1.875rem /* 30/16 */; margin-right: .625rem /* 10/16 */; }
.faqList li .cont_Box .content { font-size: 1rem /* 16/16 */; color: var(--grey2); line-height: 1.6; height: 0; overflow: hidden; transition: all 0.3s; }
.faqList li.active .cont_Box .content { height: auto; margin-top: 1.25rem /* 20/16 */; }
.faqList li .icon_Box { display: flex; justify-content: center; align-items: center; }

.faqList li.active .icon_Box {  }
.faqList li .icon_Box i { font-size: 1.25rem /* 20/16 */; color: var(--grey2); transition: all 0.3s; }
.faqList li .icon_Box i:before { content: "\e6a1";}
.faqList li.active .icon_Box i:before { content: "\e68e";}

.page_btns { margin-top: 1.875rem /* 30/16 */; text-align: center; }
.page_btns a { display: inline-flex; justify-content: center; align-items: center; color: var(--grey3); }
.page_btns a span { transition: all 0.3s; display: flex; justify-content: center; align-items: center; width: 2.25rem /* 36/16 */; height: 2.25rem /* 36/16 */; background-color: var(--base_color); color: #ffffff; margin-right: 10px; }
.page_btns a:hover span { background-color: var(--second_color); border-radius: .3125rem /* 5/16 */; } 

/* è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼ */

/* å›¾å†Œå±•ç¤º */
#gallery_box_1 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */;}
#gallery_box_1 .box_body { background-color: #f4f4f4; padding: 1.25rem /* 20/16 */ 1.875rem /* 30/16 */; color: var(--grey3); font-size: 1rem /* 16/16 */; }
#gallery_box_1 .box_body h3 { font-family: "R-B"; font-size: 1.375rem /* 22/16 */; color: var(--grey1); } 

#gallery_box_2 { padding-top: 0; padding-bottom: 1.875rem /* 30/16 */;}
/* å›¾å†Œå±•ç¤º */

.defaultHeight { min-height: 10rem; }

#info #in_box_04 { padding-top: 2rem; padding-bottom: 2rem; }

#info .mainInfo.logo_bg { background: url('../images/logo_bg.png') center no-repeat; }

.back_btn { margin-top: 1.875rem /* 30/16 */;}
.back_btn a { display: flex; justify-content: center; align-items: center; margin: 0 auto; width: 15.625rem /* 250/16 */; height: 3.5rem /* 56/16 */; text-align: center; line-height: 3.5rem /* 56/16 */; background-color: #ffffff; border: 1px solid #efefef; border-radius: 1.875rem /* 30/16 */; font-size: 1.25rem /* 20/16 */; color: var(--grey1); }
.back_btn a:hover { border: 1px solid var(--base_color); background-color: var(--base_color); color: #ffffff; } 

/*å•é¡µæ&nbsp;·å¼*/
#single .tags { color: var(--grey1); font-size: 1.125rem; margin-bottom: 2rem; line-height: 1.6; font-weight: bold; }
/*å•é¡µæ&nbsp;·å¼*/

/*æ–°é—»èµ„è®¯*/

#news #box1 .box_body .imgbox { background-color: #ffffff; }
#news #box1 .box_body .cont_Box { background-color: #ffffff; padding: 1.25rem /* 20/16 */; }
/*æ–°é—»èµ„è®¯*/

/* äº§å“å±•ç¤º */
#product .box_header.main_box_header .bar_title { font-size: 1.125rem /* 18/16 */; }
/* äº§å“å±•ç¤º */

/* äº§å“è¯¦æƒ… */
#proinfo .mainInfo .tabbar { width: 100%; background-color: #f3f3f3; margin-bottom: 1.875rem /* 30/16 */; }
#proinfo .mainInfo .tabbar span { display: block; width: 15rem /* 240/16 */; padding: 1.25rem /* 20/16 */; background-color: #e0e0e0; text-align: center; }

#proinfo #in_message_from li input { background-color:#ffffff; } 
#proinfo #in_message_from li textarea { background-color:#ffffff; } 

/* äº§å“è¯¦æƒ… */
/*è”ç³»æˆ‘ä»¬æ&nbsp;·å¼*/

#contact #box1 { background-image: url('../images/Contact Us/contact_box_1_bg.jpg'); background-color: #000000; background-size: cover; }

#contact #box1 .location { margin-bottom: 2.5rem; }

.contact-list .title { font-size: 1.875rem; margin-bottom: 1.875rem; }
.contact-list dt { font-size: 1.125rem; margin-bottom: 1.25rem; }

.contact-list dd .rounded-3 { background-color: transparent; border: 1px solid #ffffff; color: #ffffff; width: 2.5rem; height: 2.5rem; font-size: 1rem; display: flex; flex-shrink: 0; justify-content: center; align-items: center; margin-right: 1.25rem; }
.contact-list dd .rounded-3 i { font-size: 1.125rem; }
.contact-list dd big { font-size: 1.375rem; }

#contact #box1 .box_header { text-align: center; margin-bottom: 1.875rem; }
#contact #box1 .box_header .title { color: #ffffff; font-size: 1.75rem; margin-bottom: 1rem; font-weight: bold; }
#contact #box1 .box_header .title a { color: #ffffff; }
#contact #box1 .box_header .desc { color: var(--grey3); font-size: .9375rem /* 15/16 */; line-height: 1.6; }

#contact #box1 .message-box { border-radius: 0.625rem; overflow: hidden; margin: 0 auto; }

.contact_message li .ibox { background-color: #f3f3f3; color: #929292; }
.contact_message li .lable { width: 3.5rem; flex-shrink: 1; }
.contact_message li .ibox input { background-color: transparent; width: 100%;  }
.contact_message li .ibox textarea { background-color: transparent; width: 100%; height: 7.5rem /* 120/16 */; }
.contact_message li .ibox textarea::placeholder, .contact_message li .ibox input::placeholder { color: var(--grey3); font-weight: bold;}

.contact_message li .submit { display: block; margin: 1rem auto 0; border-radius: 3.125rem /* 50/16 */; overflow: hidden; width: 12.5rem; height: 3.125rem /* 50/16 */; line-height: 3.125rem /* 50/16 */; font-size: 1.375rem; text-align: center; background-color: var(--base_color); color: #ffffff; }
.contact_message li .submit:hover { background-color: var(--second_color); }

#contact #box2 .box_header { text-align: left; margin-bottom: 1.875rem; }
#contact #box2 .box_header .title { color: var(--grey1); font-size: 1.75rem; margin-bottom: 1.0rem; font-weight: bold; }
#contact #box2 .box_header .title a { color: var(--grey1); }

#contact #box2 .goods_type .title { font-size: 1.375rem; font-weight: bold; color: var(--second_color); line-height: 1.6; }
#contact #box2 .goods_type .cont_box { font-size: 1rem; font-weight: bold; line-height: 1.6; }
#contact #box2 .goods_type .cont_box a { color: var(--grey2); }
#contact #box2 .goods_type .cont_box a:hover { color: var(--base_color); }

/*è”ç³»æˆ‘ä»¬æ&nbsp;·å¼*/

/*æ‰‹æœºç«¯æ&nbsp;·å¼*/
@media (min-width: 375px){
	html,body { font-size: 14px; }

	/* é¦–é¡µæ&nbsp;·å¼ */
	#in_box_01 { padding-top: 2rem /* 32/16 */; padding-bottom: 2rem /* 32/16 */ ; }
	#in_box_02 { padding-top: 2rem /* 32/16 */; padding-bottom: 2rem /* 32/16 */ ; }
	#in_box_03 { padding-top: 0; padding-bottom: 0; }
	#in_box_04 { padding-top: 2rem /* 32/16 */; padding-bottom: 2rem /* 32/16 */; }
	#in_box_05 { padding-top: 2rem /* 32/16 */; padding-bottom: 2rem /* 32/16 */ ; }
	#in_box_06 { padding-top: 2rem /* 32/16 */; padding-bottom: 2rem /* 32/16 */ ; }
	#in_box_07 { padding-top: 2rem /* 32/16 */; padding-bottom: 2rem /* 32/16 */ ; }
	/* é¦–é¡µæ&nbsp;·å¼ */

	/*å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼*/
	#company #company_box_1 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; }
	#company #company_box_2 { padding-top: 0; padding-bottom: 1.875rem /* 30/16 */; }
	#company #company_box_2 .box_header.main_box_header { margin-bottom: 1.875rem /* 30/16 */; }
	#company #company_box_3 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; }
	#company_box_4 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; }
	#company #company_box_5 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; }
	#company #company_box_6 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; }

	/*å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼*/

	/*è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼*/
	#quality_box_1 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; }
	#quality_box_2 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; }
	#quality_box_3 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; }
	.faqList li .cont_Box { padding: 1.25rem /* 20/16 */; }
	/*è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼*/

	/* å›¾å†Œå±•ç¤º */
	#gallery_box_1 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */;}
	#gallery_box_2 { padding-top: 0; padding-bottom: 1.875rem /* 30/16 */;}
	/* å›¾å†Œå±•ç¤º */

}
/*æ‰‹æœºç«¯æ&nbsp;·å¼*/

/*å¤§æ‰‹æœºç«¯æ&nbsp;·å¼*/
@media (min-width: 414px){
	html,body { font-size: 14px; }
}
/*å¤§æ‰‹æœºç«¯æ&nbsp;·å¼*/

/*å¤§å±æ‰‹æœºæ&nbsp;·å¼*/
@media (min-width: 576px){
	html,body { font-size: 14px; }

}
/*å¤§å±æ‰‹æœºæ&nbsp;·å¼*/

/*PADæ•ˆæžœ*/
@media (min-width: 768px){
	body#info { background-color: #efefef;}
	#info #box1 .box_body { background-color: #ffffff;}
	html,body { font-size: 14px; }
	#page_banner_box .bg { height: 22.5rem /* 360/16 */; }
	#page_banner_box .box_header .box img { max-width: 100%; }
	#page_banner_box .box_header .box { font-size: 3.375rem /* 54/16 */; }

	/*é¦–é¡µæ&nbsp;·å¼*/
	
	.box_header.main_box_header { margin-bottom: 1.875rem /* 30/16 */; }
	.box_header.main_box_header2 { margin-bottom: 1.875rem /* 30/16 */; }
	.box_header.main_box_header3 { margin-bottom: 1.875rem /* 30/16 */; }
	
	#in_box_01 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	.qyys_gd .swiper-slide .box { padding: 1.875rem /* 30/16 */; }
	#in_box_02 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	#in_box_03 { padding-top: 0; padding-bottom: 0 ; }

	#in_hot_goods_box .btns a { font-size: 1.5rem /* 24/16 */; }
	#in_box_04 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	
	#in_box_05 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 2.5rem /* 40/16 */; }

	#in_box_06 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	#in_box_06 .box_header.main_box_header { margin-bottom: 1.25rem /* 20/16 */; }
	#in_box_06 #in_newslist_best .cont_Box { padding: 3.125rem /* 50/16 */; }
	.news_gd .swiper-slide a.box { padding: 1.875rem /* 30/16 */; }

	#in_box_07 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	.honor_gd .title { padding: 1.25rem /* 20/16 */; }

	/*é¦–é¡µæ&nbsp;·å¼*/

	/*å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼*/
	#company #company_box_1 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	#company #company_box_2 { padding-top: 0; padding-bottom: 2.5rem /* 40/16 */; }
	#company #company_box_2 .qyys_gd { padding-bottom: 2.5rem /* 40/16 */; }
	#company #company_box_3 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	#company_box_4 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	#company #company_box_5 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	#company #company_box_6 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	/*å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼*/

	/*è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼*/
	#quality_box_1 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#quality_box_1 .btns { font-size: 1.25rem /* 20/16 */; }

	#quality_box_2 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	.quality_gd .swiper-slide .box { padding: 2.5rem /* 40/16 */; }
	.quality_gd .swiper-slide .img_Box .imgbox { width: 14.4375rem /* 231/16 */; }
	#quality_box_3 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	.faqList li .cont_Box { padding: 1.25rem /* 20/16 */; }
	/*è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼*/

	/* å›¾å†Œå±•ç¤º */
	#gallery_box_1 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */;}
	#gallery_box_1 .box_body { padding: 1.875rem /* 30/16 */ 2.5rem /* 40/16 */; }
	#gallery_box_2 { padding-top: 0; padding-bottom: 1.875rem /* 30/16 */;}
	/* å›¾å†Œå±•ç¤º */
	
	/* æ–°é—»èµ„è®¯æ&nbsp;·å¼ */
	#news #box1 .box_body { overflow: hidden; }
	/* æ–°é—»èµ„è®¯æ&nbsp;·å¼ */

	/*ç»Ÿä¸€å­é¡µé¢å¼€å§‹*/
	.pro_show { width: 100%; }
	/*ç»Ÿä¸€å­é¡µé¢ç»“æŸ*/
	
	.newsList { margin-bottom: 1.875rem; }
	.picList a .title { padding: .625rem /* 10/16 */ 1.25rem /* 20/16 */; }

	#product .box_header.main_box_header .bar_title { font-size: 1.5rem /* 24/16 */; }

	#proinfo .mainInfo .tabbar span { width: 17.5rem /* 280/16 */; }
	#proinfo .mainInfo .contM { margin-bottom: 1.875rem /* 30/16 */; }

	#footer #footer_main { padding-top: 2.0rem; padding-bottom: 1.0rem; }
}
/*PADæ•ˆæžœ*/

/*IPADæ•ˆæžœ*/
@media (min-width: 992px){

	html,body { font-size: 14px; }
	.w-lg-auto { width: auto !important; }
	.w-lg-50 { width: 50% !important; }
	.w-lg-75 { width: 75% !important; }
	.w-lg-100 { width: 100% !important; }
	.position-lg-absolute { position: absolute !important; }

	.clamp-lg-1 { -webkit-line-clamp: 1; }
	.clamp-lg-2 { -webkit-line-clamp: 2; }
	.clamp-lg-3 { -webkit-line-clamp: 3; }
	.clamp-lg-4 { -webkit-line-clamp: 4; }
	.clamp-lg-5 { -webkit-line-clamp: 5; }
	.clamp-lg-6 { -webkit-line-clamp: 6; }
	.clamp-lg-7 { -webkit-line-clamp: 7; }
	.clamp-lg-8 { -webkit-line-clamp: 8; }

	.mImg { max-width: 50rem /* 800/16 */; }

	.nomarl_list li { margin-bottom: .625rem /* 10/16 */; }
	.nomarl_list li:last-child { margin-bottom: 0; }

	.newsList li .cont_Box .title { font-size: 1.25rem /* 20/16 */; }
	.newsList li .cont_Box .content { font-size: 1rem /* 16/16 */; line-height: 1.8; }
	.newsList li .cont_Box .time { font-size: .875rem /* 14/16 */; color: var(--grey3); }

	/*ç»Ÿä¸€headerå¼€å§‹*/
	
	#searchBar .close_btn { font-size: 2.5rem /* 40/16 */; }
	
	#name_box_w { background-color: rgba(255,255,255,1);}
	#name_box_w #header_nav { margin-left: 3.75rem /* 60/16 */;  }

	#page_banner_box .bg { height: 25rem /* 400/16 */; }
	#page_banner_box .box_header .box img { max-width: 100%; }

	/*ç»Ÿä¸€headerç»“æŸ*/
	.box_header.main_box_header .bar_desc { max-width: 90%; margin: 0 auto; }

	/*é¦–é¡µæ&nbsp;·å¼å¼€å§‹*/
	#in_box_01 { padding-top: 2.75rem /* 44/16 */; padding-bottom: 2.75rem /* 44/16 */; }
	#in_box_02 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	
	.in_goods_slider_type_gd .swiper-slide a { height: 4.375rem /* 70/16 */; }

	#in_box_02 .btns { margin-top: 3.125rem /* 50/16 */;}

	#in_box_03 { height: 42.5rem /* 680/16 */; padding-top: 0; padding-bottom: 0; }
	#in_box_03 .container { overflow: visible; }

	#in_hot_goods:after  {  width: 70.75rem /* 1132/16 */; }
	#in_message:after  {  width: 49.25rem /* 788/16 */; }

	#in_hot_goods_box .cont_Box { padding-left: 0; max-width: 46.25rem /* 740/16 */; }

	#in_hot_goods_box .title { font-size: 2.25rem /* 36/16 */; margin-bottom: 1.875rem /* 30/16 */; line-height: 1.6; }
	#in_hot_goods_box .desc { font-size: 1.125rem /* 18/16 */; line-height: 2; margin-bottom: 4rem /* 64/16 */; }
	#in_hot_goods_box .img { margin-bottom: 2.5rem /* 40/16 */; max-width: 90%; }

	#in_hot_goods_box .btns { margin-bottom: 5rem /* 80/16 */; }
	#in_hot_goods_box .btns a { font-size: 1.25rem /* 20/16 */; }
	#in_hot_goods_box .btns a i { font-size: 2rem /* 32/16 */; }

	#in_message_box .cont_Box { padding-left: 3.125rem /* 50/16 */; padding-right: 0; }

	#in_box_04 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	#in_box_04 .intoImg { width: auto; }
	#in_box_04 .img_Box { overflow: visible; padding-top: 0; padding-left: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; padding-right: 1.875rem /* 30/16 */; }
	#in_box_04 .img_Box img { height: 100%; object-fit: cover; }
	#in_box_04 .img_Box iframe { width: 100% !important; height: 100%; }
	#in_box_04 .cont_Box { padding-right: 3.125rem /* 50/16 */; }
	
	#in_box_05 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#in_box_05 .btns { margin-top: 3.125rem /* 50/16 */; }
	
	#in_box_06 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	
	#in_box_06 .box_header.main_box_header { margin-bottom: 1.875rem /* 30/16 */; }

	.news_gd .swiper-slide { padding: 1.125rem /* 18/16 */; }
	.news_gd .swiper-slide a.box { padding: 1.875rem /* 30/16 */; box-shadow: 0 0 1.125rem /* 18/16 */ #c4c4c4; }
	#in_box_06 .box_body { background: url('../images/index/in_box_06_bg.jpg') -150% center no-repeat; }
	
	.news_gd_w .controls { margin-top: 1.875rem /* 30/16 */; }
	
	#in_box_07 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	.honor_gd .swiper-slide a .img_Box { padding: 1.875rem /* 30/16 */; padding-bottom: 0; }
	.page_honor_gd .swiper-slide a .img_Box { padding: 1.25rem /* 20/16 */; }
	.honor_gd .title { padding: 1.25rem /* 20/16 */; }
	/*é¦–é¡µæ&nbsp;·å¼ç»“æŸ*/

	/*å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼*/
	#company #company_box_1 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 1.875rem /* 30/16 */; }
	#company #company_box_2 { padding-top: 0; padding-bottom: 3.125rem /* 50/16 */; }
	#company #company_box_3 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#company #company_box_3 .btns { margin-top: 4rem /* 64/16 */; }
	#company_box_4 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#company #company_box_5 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#company #company_box_6 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	
	/*å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼*/

	/*è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼*/
	#quality_box_1 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#quality_box_1 .cont_Box .title { font-size: 2.25rem /* 36/16 */; margin-bottom: 1.25rem /* 20/16 */; } 
	#quality_box_1 .cont_Box .content { font-size: 1rem /* 16/16 */; margin-bottom: 1.875rem /* 30/16 */; }
	#quality_box_1 .btns { font-size: 1.25rem /* 20/16 */; }
	
	#quality_box_2 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#quality_box_3 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }

	#quality_box_3 #faq { padding-right: 1.875rem /* 30/16 */; }
	#quality_box_3 #message { padding-left: 1.875rem /* 30/16 */; }
	.faqList li .icon_Box {  }
	.faqList li .cont_Box { width: 8%; padding: 1.875rem /* 30/16 */; }
	.faqList li .cont_Box .title { font-size: 1.25rem /* 20/16 */; font-family: "R-B"; cursor: pointer; }
	.page_btns a span { width: 3.5rem /* 56/16 */; height: 3.5rem /* 56/16 */; }
	/* è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼ */

	/* å›¾å†Œå±•ç¤º */
	#gallery_box_1 .box_body { padding: 1.875rem /* 30/16 */ 5rem /* 80/16 */; }
	/* å›¾å†Œå±•ç¤º */
	
	/* æ–°é—»èµ„è®¯æ&nbsp;·å¼ */
	.newsList li { margin-bottom: 1.875rem /* 30/16 */; }
	/* æ–°é—»èµ„è®¯æ&nbsp;·å¼ */

	/* è”ç³»æˆ‘ä»¬ */
	#contact #box1 .message-box { padding: 1.25rem; border-radius: 0.625rem; overflow: hidden; max-width: 96%; margin: 0 auto; }
	/* è”ç³»æˆ‘ä»¬ */

	/*ç»Ÿä¸€å­é¡µé¢å¼€å§‹*/
	#page_left { width: 28%; }
	#page_right { width: 70%; margin-left: 2%; }
	#proinfo #page_right { width: 70%; margin-left: 2%; }

	/*ç»Ÿä¸€å­é¡µé¢ç»“æŸ*/
	#product .box_header.main_box_header .bar_title { font-size: 2rem /* 32/16 */; }
	#proinfo .box_link&gt;div:first-child { width: 12.5rem /* 200/16 */; }
	#proinfo #box1 .btns a { font-size: 1.25rem /* 20/16 */; }
	#proinfo .mainInfo .tabbar { font-size: 1.125rem /* 18/16 */; }
	#proinfo #box1 .pro_desc .title { font-size: 2.5rem /* 40/16 */; }
	#proinfo #box1 .pro_desc .desc { font-size: 1.25rem /* 20/16 */ 1.875rem /* 30/16 */; font-size: 1rem /* 16/16 */; }
		
	#proinfo #box2 { background-color: #efefef; }
	#proinfo #tabs li { font-size: 1.25rem /* 20/16 */; }
	#proinfo .chooseUs li .cont_Box { padding: 1.25rem /* 20/16 */ 1.875rem /* 30/16 */; }
	#proinfo .chooseUs li .cont_Box .title { font-size: 1.5rem /* 24/16 */; }
	#proinfo .chooseUs li .cont_Box .content { font-size: 1.125rem /* 18/16 */; }
	#proinfo .honor_box .box_body { font-size: 1.875rem /* 30/16 */; }

	#proinfo #box1 .btns a { width: 16.5rem /* 264/16 */; }


	/* å…¬å…±æ&nbsp;·å¼ */
	#box1 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	#box2 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	#box3 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	
	/* å…¬å…±æ&nbsp;·å¼ */
	
	/*ç»Ÿä¸€footerå¼€å§‹*/
	#footer { margin-bottom: 0; }
	#footer #footer_main { padding-top: 2.0rem; padding-bottom: 1.0rem;}

	#e1 { width: 30%; padding-right: 5%; }
	#footer_main #e1 img { max-width: 100%; }
	#e2 { width: 30%; padding-right: 5%;}
	#e3 { width: 25%; padding-right: 5%; }
	#e4 { width: 15%; }
	/*ç»Ÿä¸€footerç»“æŸ*/
}
/*IPADæ•ˆæžœ*/

@media (min-width: 1024px){
	#in_box_06 .box_body { background: url('../images/index/in_box_06_bg.jpg') -100% center no-repeat; }
}

/*PCæ•ˆæžœ*/
@media (min-width: 1200px){

	html,body { font-size: 15px; }

	.w-xl-auto { width: auto !important; }

	.clamp-xl-1 { -webkit-line-clamp: 1; }
	.clamp-xl-2 { -webkit-line-clamp: 2; }
	.clamp-xl-3 { -webkit-line-clamp: 3; }
	.clamp-xl-4 { -webkit-line-clamp: 4; }
	.clamp-xl-5 { -webkit-line-clamp: 5; }
	.clamp-xl-6 { -webkit-line-clamp: 6; }
	.clamp-xl-7 { -webkit-line-clamp: 7; }
	.clamp-xl-8 { -webkit-line-clamp: 8; }

	.nomarl_list li { margin-bottom: .625rem /* 10/16 */; }
	.nomarl_list li:last-child { margin-bottom: 0; }

	/*ç»Ÿä¸€headerå¼€å§‹*/
	#name_box_w #header_logo { }
	
	#page_banner_box .bg { height: auto; }
	/*ç»Ÿä¸€headerç»“æŸ*/

	/*é¦–é¡µæ&nbsp;·å¼å¼€å§‹*/

	.box_header.main_box_header { margin-bottom: 2.5rem /* 40/16 */; }

	.box_header.main_box_header .bar_title { font-size: 2.5rem /* 40/16 */; }
	.box_header.main_box_header .bar_desc { font-size: 1rem /* 16/16 */; max-width: 62.5rem /* 1000/16 */; }

	.box_header.main_box_header2 { margin-bottom: 1.875rem /* 30/16 */;  }
	.box_header.main_box_header2 .bar_title { font-size: 1.625rem /* 26/16 */; }
	.box_header.main_box_header2 .bar_desc { font-size: 2rem /* 32/16 */; }

	.box_header.main_box_header3 { margin-bottom: 1.875rem /* 30/16 */; }
	.box_header.main_box_header3 .bar_title { font-size: 2.5rem /* 40/16 */; }

	.best_list li .title { font-size: 1.875rem;}
	.better_list li .title { font-size: 1.5rem /* 24/16 */;}
	.better_list_pic li .cont_box .title { font-size: 1.0rem; }
	.better_pics_a li .cont_box .title { font-size: 1.625rem; }

	#in_box_01 { padding-top: 2.75rem /* 44/16 */; padding-bottom: 2.75rem /* 44/16 */; }
	#in_box_02 { padding-top: 5.625rem /* 90/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#in_box_03 { padding-top: 0; padding-bottom: 0; }
	#in_box_04 { padding-top: 4.375rem /* 70/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	#in_box_04 .mainInfo { font-size: 1.125rem /* 18/16 */; color: var(--grey2); line-height: 1.8; }

	#in_box_05 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 3.75rem /* 60/16 */; }

	#in_box_06 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 4.375rem /* 70/16 */; }
	
	#in_box_06 .box_body { background: url('../images/index/in_box_06_bg.jpg') -20% center no-repeat; }
	.news_gd .swiper-slide a.box { padding: 2.5rem /* 40/16 */; }
	.news_gd .swiper-slide .cont_Box .title { margin-bottom: 1.25rem /* 20/16 */; }

	#in_box_07 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	.honor_gd .swiper-slide a .img_Box { padding: 2.5rem /* 40/16 */; padding-bottom: 0; }
	/*é¦–é¡µæ&nbsp;·å¼ç»“æŸ*/

	/*å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼*/
	#company #company_box_1 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 1.875rem /* 30/16 */; }

	#company #company_box_2 { padding-top: 2.5rem /* 40/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	#company #company_box_2 .qyys_gd { padding-bottom: 2.5rem /* 40/16 */; }
	
	#company #company_box_3 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }

	#company_box_4 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#company_box_4 .box_header.main_box_header .bar_content { font-size: 1.25rem /* 20/16 */; }

	#company #company_box_5 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#company #company_box_6 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }

	/*å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼*/

	/*è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼*/
	#quality_box_1 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#quality_box_1 .btns { font-size: 1.5rem /* 24/16 */; }
	#quality_box_2 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#quality_box_3 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 4.375rem /* 70/16 */; }
	.faqList li .cont_Box { padding: 1.875rem /* 30/16 */ 2.5rem /* 40/16 */; }
	/*è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼*/

	/* å›¾å†Œå±•ç¤º */
	#gallery_box_1 .box_body { padding: 3.125rem /* 50/16 */ 6.875rem /* 110/16 */; }
	/* å›¾å†Œå±•ç¤º */	

	/* æ–°é—»èµ„è®¯æ&nbsp;·å¼ */
	/* æ–°é—»èµ„è®¯æ&nbsp;·å¼ */

	/*å…¬å…±æ&nbsp;·å¼*/

	#box1 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#box2 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#box3 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	.page-a { font-size: 0.875rem; }

	.page_title .title { font-size: 2.25rem /* 36/16 */; }
	.page_title .desc { font-size: 1.375rem /* 22/16 */; }

	.mainInfo { font-size: 1.125rem /* 18/16 */; line-height: 2; }
	/* .mainInfo p { margin: 1rem 0; } */
	#page_left .navList li a { height: 4.375rem /* 70/16 */; line-height: 4.375rem /* 70/16 */; }
	
	.picList a .title { padding: 1.25rem /* 20/16 */ 1.875rem /* 30/16 */; }

	/*å…¬å…±æ&nbsp;·å¼*/

	/*å•é¡µæ&nbsp;·å¼*/

	/*å•é¡µæ&nbsp;·å¼*/

	/*è”ç³»æˆ‘ä»¬æ&nbsp;·å¼*/

	.contact-list .title { font-size: 2.8125rem /* 45/16 */; text-transform: uppercase; font-family: "R-B"; margin-bottom: 1.875rem; }
	.contact-list dt { font-size: 1.125rem; margin-bottom: 1.25rem; }
	.contact-list dd { font-size: 1.125rem /* 18/16 */; }
	.contact-list dd .rounded-3 { background-color: transparent; color: #ffffff; width: 2.5rem; height: 2.5rem; font-size: 1rem; display: flex; flex-shrink: 0; justify-content: center; align-items: center; margin-right: 1.25rem; }
	.contact-list dd .rounded-3 i { font-size: 1.125rem; }
	.contact-list dd big { font-size: 1.375rem; }

	#contact #box1 .box_header { text-align: center; margin-bottom: 2.5rem; }
	#contact #box1 .box_header .title { color: #ffffff; font-size: 1.875rem; margin-bottom: 1.0rem; font-weight: bold; }
	#contact #box1 .box_header .title a { color: #ffffff; }
	#contact #box1 .box_header .desc { color: rgba(255, 255, 255, 0.9); font-size: 1rem; line-height: 1.6; }

	#contact #box1 .message-box { padding: 3.75rem 3.75rem 2rem; border-radius: 1.25rem; overflow: hidden; }

	.contact_message li .ibox { background-color: #f3f3f3; color: #929292; }
	.contact_message li .lable { width: 3.5rem; flex-shrink: 1; }
	.contact_message li .ibox input { background-color: transparent; width: 100%; }
	.contact_message li .ibox textarea { background-color: transparent; width: 100%; height: 7.5rem /* 120/16 */; }
	.contact_message li .ibox textarea::placeholder, .contact_message li .ibox input::placeholder { color: var(--grey3); font-weight: bold;}
	.contact_message li .submit { display: block; margin: 1rem auto 0; border-radius: 3.75rem /* 60/16 */; overflow: hidden; width: 16.125rem; height: 3.75rem /* 60/16 */; line-height: 3.75rem /* 60/16 */; font-size: 1.375rem; text-align: center; background-color: var(--base_color); color: #ffffff; }
	.contact_message li .submit:hover { background-color: var(--second_color); }

	#messageBar .contact_message li .submit { margin-top: 1.25rem !important; }

	#contact #box2 { padding-top: 7.5rem !important; padding-bottom: 5.0rem !important; }

	#contact #box2 .box_header { text-align: left; margin-bottom: 2.5rem; }
	#contact #box2 .box_header .title { color: var(--grey1); font-size: 1.875rem; margin-bottom: 1.0rem; font-weight: bold; }
	#contact #box2 .box_header .title a { color: var(--grey1); }
	#contact #box2 .goods_type .title { font-size: 1.375rem; font-weight: bold; color: var(--second_color); line-height: 1.6; width: 8.75rem; }
	#contact #box2 .goods_type .cont_box { font-size: 1rem; font-weight: bold; width: calc(100% - 8.75rem); margin-top: -0.3125rem; line-height: 1.6; }
	#contact #box2 .goods_type .cont_box a { color: var(--grey2); }
	#contact #box2 .goods_type .cont_box a:hover { color: var(--base_color); }
	#contact #box1 .box { padding: 4.1875rem 4.375rem !important; }

	/*è”ç³»æˆ‘ä»¬æ&nbsp;·å¼*/

	/*äº§å“ä¸­å¿ƒ*/

	/*äº§å“ä¸­å¿ƒ*/

	/* äº§å“è¯¦æƒ… */

	/* äº§å“è¯¦æƒ… */

	/*ç»Ÿä¸€footerå¼€å§‹*/
	#footer #footer_main { padding-top: 3.0rem; padding-bottom: 1.0rem; }
	#footer_main .box_header { font-size: 1.0625rem /* 17/16 */; }
	#footer_main .box_header2 { font-size: 1.0625rem /* 17/16 */; }
	#footer_main #e2 #e_message_box li input { font-size: 1rem; }
	#footer_main #e2 #e_message_box li textarea { font-size: 1rem; }
	#footer_main #e2 #e_message_box .submit { font-size: 1rem /* 16/16 */; }
	/*ç»Ÿä¸€footerç»“æŸ*/
}
/*PCæ•ˆæžœ*/

/*1280æ•ˆæžœ/1920 150% æ•ˆæžœ*/
@media (min-width: 1280px){
	

}
/*1280æ•ˆæžœ/1920 150% æ•ˆæžœ*/

/*1400æ•ˆæžœ*/
@media (min-width: 1400px){

	html,body { font-size: 16px; }
	
	#header_top_replace { height:  7.9375rem /* 127/16 */; }
	#name_box_w { height:  5.3125rem /* 85/16 */; }
	
	#name_box_w #header_logo img { max-height: 4rem /* 64/16 */; }

	.de-page-mian .page-inner a { width: 2rem; height: 2rem; line-height: 2rem; margin: 0.3125rem; }
	#page_left { width: 20.65%; }
	#page_right { width: 77%; margin-left: 2%; }
	#proinfo #page_right { width: 77%; margin-left: 2%; }
}
/*1400æ•ˆæžœ*/

/*1440æ•ˆæžœ*/
@media (min-width: 1440px){
	html,body { font-size: 16px; }
	
}
/*1440æ•ˆæžœ*/


/*1536æ•ˆæžœ/1920 125% æ•ˆæžœ*/
@media (min-width: 1536px){
	html,body { font-size: 16px; }
	.container {
		max-width: 1524px;
	}

	#name_box_w #header_nav { margin-left: 4rem /* 64/16 */; }
	.navI&gt;li&gt;a { font-size: 1.125rem; }

	.banner_s { width: 1920px; position: relative; left: 50%; transform: translateX(-50%);  }
	
	#page_banner_box .box_header .box { padding: 3.125rem /* 50/16 */ 0; }
	#page_banner_box .box_header .box img { max-width: 100%; }

	.box_header.main_box_header { margin-bottom: 3.125rem /* 50/16 */; }
	.box_header.main_box_header3 { margin-bottom: 1.875rem /* 30/16 */; }
	.box_header.main_box_header4 { font-size: 1.875rem /* 30/16 */; }
	/*é¦–é¡µæ&nbsp;·å¼å¼€å§‹*/

	.box_header.main_box_header .bar_title { font-size: 2.8125rem /* 45/16 */; }

	/*in_box_01*/
	#in_box_01 { padding-top: 2.75rem /* 44/16 */; padding-bottom: 2.75rem /* 44/16 */; }
	/*in_box_01*/

	/*in_box_02*/
	#in_box_02 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.25rem /* 52/16 */; }
	#in_box_02 .box_header { margin-bottom: 3rem /* 48/16 */; }
	#in_box_02 .btns { margin-top: 4rem /* 64/16 */;}
	/*in_box_02*/

	/* in_box_2 */
	#in_box_2 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#in_box_2 .box_header.main_box_header  { margin-bottom: 1.875rem /* 30/16 */; }
	#in_box_2 .box_header.main_box_header .bar_title { font-size: 2.1875rem /* 35/16 */; }
	/* in_box_2 */

	/*in_box_03 */
	#in_box_03 { padding-top: 0; padding-bottom: 0;}
	#in_hot_goods { width: 55%; }
	#in_hot_goods_box { color:#ffffff; }
	#in_message { width: calc(100% - 55%); }
	.in_message_box { padding: 4.375rem /* 70/16 */; }
	#in_message_from .desc { margin-top: 1.25rem /* 20/16 */; margin-bottom: .625rem /* 10/16 */; }

	#in_hot_goods_box .title { font-size: 2.8125rem /* 45/16 */; margin-bottom: 1.875rem /* 30/16 */; line-height: 1.6; }
	#in_hot_goods_box .desc { font-size: 1.25rem /* 20/16 */; line-height: 2; margin-bottom: 4rem /* 64/16 */; }
	#in_hot_goods_box .img { margin-bottom: 2.5rem /* 40/16 */; }

	#in_hot_goods_box .btns { margin-bottom: 5rem /* 80/16 */; }
	#in_hot_goods_box .btns a { font-size: 1.375rem /* 22/16 */;  }
	#in_hot_goods_box .btns a i { font-size: 2rem /* 32/16 */; }

	/*in_box_03 */

	/*in_box_04*/
	#in_box_04 { padding-top: 5rem /* 80/16 */; padding-bottom: 2.5rem /* 40/16 */; }
	#in_box_04 .cont_Box { padding-right: 5rem /* 80/16 */; }
	.box_param li .title .tit { font-size: 4.25rem /* 68/16 */; }
	.box_param li .desc { font-size: .8125rem /* 13/16 */ }
	#in_box_04 .btns { margin-top: 1.875rem /* 30/16 */;}
	/*in_box_04*/

	/*in_box_05*/
	#in_box_05 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 4.375rem /* 70/16 */; }
	/*in_box_05*/

	/*in_box_06*/
	#in_box_06 { padding-top: 5rem /* 80/16 */; padding-bottom: 6.625rem /* 106/16 */; }
	#in_box_06 .box_header.main_box_header { margin-bottom: 3.75rem /* 60/16 */; }
	#in_box_06 .box_body { background: url('../images/index/in_box_06_bg.jpg') 0 center no-repeat; }
	.news_gd .swiper-slide a.box { padding: 3.125rem /* 50/16 */; }
	/*in_box_06*/
	#in_box_07 { padding-top: 5rem /* 80/16 */; padding-bottom: 5rem /* 80/16 */; }
	#in_box_07 .btns { margin-top: 3.75rem /* 60/16 */; }

	/*é¦–é¡µæ&nbsp;·å¼ç»“æŸ*/

	/*å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼*/
	#company #company_box_1 { padding-top: 4rem /* 64/16 */; padding-bottom: 1.875rem /* 30/16 */; }

	#company #company_box_2 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#company #company_box_3 { padding-top: 5rem /* 80/16 */; padding-bottom: 5rem /* 80/16 */; }
	#company_box_4 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 5rem /* 80/16 */; }
	#company_box_4 .btns { margin-top: 4.375rem /* 70/16 */;}
	#company #company_box_5 { padding-top: 5rem /* 80/16 */; padding-bottom: 5rem /* 80/16 */; }
	#company #company_box_6 { padding-top: 4.5rem /* 72/16 */; padding-bottom: 5rem /* 80/16 */; }
	/*å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼*/

	/*è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼*/
	#quality_box_1 { padding-top: 4.5rem /* 72/16 */; padding-bottom: 8.375rem /* 134/16 */; }
	#quality_box_1 .cont_Box .title { font-size: 2.8125rem /* 45/16 */; margin-bottom: 1.875rem /* 30/16 */; } 
	#quality_box_1 .cont_Box .content { font-size: 1rem /* 16/16 */; margin-bottom: 2.5rem /* 40/16 */; } 
	#quality_box_2 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 6.25rem /* 100/16 */; }
	#quality_box_3 { padding-top: 5.625rem /* 90/16 */; padding-bottom: 5rem /* 80/16 */; }
	.page_btns { margin-top: 2.625rem /* 42/16 */;}
	/*è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼*/

	/* å›¾å†Œå±•ç¤º */
	#gallery_box_1 { padding-top: 4.375rem /* 70/16 */; padding-bottom: 3rem /* 48/16 */;}
	#gallery_box_2 { padding-top: 0; padding-bottom: 3rem /* 48/16 */;}
	/* å›¾å†Œå±•ç¤º */

	/* æ–°é—»èµ„è®¯æ&nbsp;·å¼ */
	/* æ–°é—»èµ„è®¯æ&nbsp;·å¼ */

	#box1 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#box2 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#box3 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }

	.defaultHeight { min-height: 28.3rem; }
	
	#message_box .main_box { }

	.jscx_list li .cont_box { padding: 2rem; }
	.jscx_list li .title { font-size: 1.875rem; margin-bottom: 1.25rem; }
	
	/*#product*/
	
	.goods_slider_type { max-width: 100%; }

	.pro_li_big .box .b_footer { padding: 2.5rem 2.5rem; }
	.pro_li_big .box .b_footer .title { font-size: 1.75rem; font-weight: bold; margin-bottom: 0.75rem; }
	.pro_li_big .box .b_footer .desc { font-size: 1rem; line-height: 1.6; color: rgba(255,255,255,0.6); }
	.pro_li a .title div { padding: 0 1.25rem; }
	/*#product*/

	/* äº§å“è¯¦æƒ… */
	.jqhz_gd_w { padding: 0 4.0rem; }
	.jqhz_gd .title { height: 3.125rem; }
	.jqhz_gd_w .swiper-button-prev { width: 2.5rem; height: 2.5rem; color: #FFF !important; background-color: #96a2b5; left: 0 !important; }
	.jqhz_gd_w .swiper-button-next { width: 2.5rem; height: 2.5rem; color: #FFF !important; background-color: var(--base_color); right: 0 !important; }
	/* äº§å“è¯¦æƒ… */

	/* è”ç³»æˆ‘ä»¬ */

	#contact #box2 { padding-top: 7.5rem !important; padding-bottom: 5.0rem !important; }
	/* è”ç³»æˆ‘ä»¬ */

	/*ç»Ÿä¸€å­é¡µé¢å¼€å§‹*/
	#page_left { width: calc( 100% - 2% - 76.5rem); }
	#page_right { width: 76.5rem /* 1224/16 */; margin-left: 2%; }
	#proinfo #page_right { width: 76.5rem /* 1224/16 */; margin-left: 2%; }
	
	.honor_gd .swiper-slide a .img_Box { padding: 3.125rem /* 50/16 */;  padding-bottom: 0; }
	.honor_gd .title { padding: 1.875rem /* 30/16 */; }
	.page_honor_gd .swiper-slide a .img_Box { padding: 1.875rem /* 30/16 */; }
	
	/*ç»Ÿä¸€å­é¡µé¢ç»“æŸ*/

	/*ç»Ÿä¸€footerå¼€å§‹*/
	#footer { height: 37.25rem /* 596/16 */; overflow: hidden; }
	#footer #footer_main { padding-top: 4.375rem /* 70/16 */; padding-bottom: 4.375rem /* 70/16 */; }

	#e1 { width: 30%; padding-right: 5%; }
	#e2 { width: 30%; padding-right: 5%;}
	#e3 { width: 25%; padding-right: 5%; }
	#e4 { width: 15%; }

	/*ç»Ÿä¸€footerç»“æŸ*/

}
/*1536æ•ˆæžœ/1920 125% æ•ˆæžœ*/
/*1600æ•ˆæžœ*/
@media (min-width: 1600px){
	.container { max-width: 1584px; }
	#in_hot_goods { width: 60rem /* 960/16 */; }
	#in_message { width: calc(100% - 60rem); }
}

/*1800æ•ˆæžœ*/
@media (min-width: 1800px){

	/* é¦–é¡µæ&nbsp;·å¼ */
	#in_box_01 { height: 34.75rem /* 556/16 */; }
	#in_box_02 { height: 106.875rem /* 1710/16 */; }
	#in_box_03 { height: 50rem /* 800/16 */; }
	#in_box_04 { height: 48.5rem /* 776/16 */; }
	#in_box_05 { height: 45.125rem /* 722/16 */; }

	#in_box_06 { height: 60rem /* 960/16 */; }
	#in_box_06 .box_body .container { max-width: 106.375rem /* 1702/16 */; }

	#in_box_07 { height: 58.5rem /* 936/16 */; }
	
	/* é¦–é¡µæ&nbsp;·å¼ */

	/* å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼ */
	#company #company_box_1 { height: auto; }
	#company #company_box_2 { height: auto; }
	#company #company_box_3 { height: 58.5rem /* 936/16 */; }
	#company_box_4 { height: 38.125rem /* 610/16 */; }
	#company #company_box_5 { height: 38.375rem /* 614/16 */; }
	#company #company_box_6 { height: 35.25rem /* 564/16 */; }
	/* å…³äºŽæˆ‘ä»¬æ&nbsp;·å¼ */

	/* è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼ */
	#quality_box_1 { height: 37.375rem /* 598/16 */; }
	#quality_box_2 { height: 56.5625rem /* 905/16 */; }
	#quality_box_3 {  }
	/* è´¨é‡æŽ§åˆ¶æ&nbsp;·å¼ */
}
/*1800æ•ˆæžœ*/

/*1920æ•ˆæžœ*/
@media (min-width: 1920px){
	
}
/*1920æ•ˆæžœ*/

/*-------------------------</pre></body></html>