/*手机端样式开始*/
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: var(--base_color); height: 2.875rem /* 46/16 */; font-size: 1rem /* 16/16 */; position: relative; z-index: 2; }
#note_box, #note_box a { color: #eafff2; }
#note_box i, #note_box a i { font-size: 1.25rem; }
#note_box a:hover { color: #ffffff; }

/* 顶部搜索框 */
#top_search { border-bottom: 1px solid #ffffff; height: 1.875rem /* 30/16 */; padding: 0 0 0 0; margin-right: 1rem; }
#top_search input { border:0; outline:0; background:transparent; font-size: 1rem; color:#ffffff; width: 15.625rem; }
#top_search input::placeholder { color:#ffffff; }
#top_search button { border:0; background:transparent; color: #ffffff; width:1.75rem; height:100%; cursor:pointer; }

#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-flex; align-items: center; border: .0625rem solid var(--base_color); background-color: var(--base_color); font-size: 1.25rem; color: #ffffff; padding: .5rem 1.375rem; border-radius: .5rem; transition: all .3s; }
#name_box_w .container #header_btn .the_btn:hover { background-color: var(--base_color_dark); border-color: var(--base_color_dark); color: #ffffff; }
#name_box_w .container #header_btn .the_btn i { font-size: .75rem; }
/*导航右侧*/


/* 手机导航 */
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>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>li { line-height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.navI>li>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>li>a p { position: relative; z-index: 2; }
.navI>li>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>li:hover>a:after, .navI>li.active>a:after { background-color: var(--base_color); width: 80%; }
.navI>li:hover>a,.navI>li.active>a>p { color: var(--base_color); }

.navI>li .children { width: 31.25rem /* 500/16 */; transition: all .3s ease; background-color: rgba(0,155,77,0.95); position: absolute; left: 0; top: 100%; height: 0; overflow: hidden; visibility: hidden; opacity: 0;}
.navI>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>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: var(--base_color); font-size: 1rem /* 16/16 */; color: #ffffff; transition: all 0.3s; cursor: pointer; }
#note_box #langage_btn .the_btn .flag_box { width: 1.75rem; height: 1.75rem; border-radius: 50%; overflow: hidden; display: flex; justify-content: center; align-items: center; }
#note_box #langage_btn .the_btn .flag_box img { height: 1.75rem; object-fit: contain; }
#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: #ffffff; width: 100%; height: 0; padding: 0 .625rem /* 10/16 */; overflow: hidden; min-width: 100%; box-shadow: 0 0 5px rgba(0,0,0,.5); }
#note_box #langage_btn #language_box a { display:block; text-align: center; color:#27282b; font-size:.8125rem; line-height: 2; white-space:nowrap; }
#note_box #langage_btn #language_box a:hover { color: var(--base_color); }
#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; text-align: center; }

#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; text-shadow: 0 0 5px rgba(0,0,0,.7); }

/*下拉样式*/
#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>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>li>a { font-size: 1.0rem; }
/* #banner_box.boxshow, #page_banner_box.boxshow { margin-top: 3.75rem; } */

#name_box_w.boxshow .navI>li>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 */

/*下拉样式*/

/*统一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: var(--base_color); position: absolute; top: 0; left: .5625rem /* 9/16 */; z-index: 1; }
/*992开始左右分栏目子页面*/

/*统一子页面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(0,155,76,.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: block; }
#proinfo #page_banner_box .box_header { display: none; }
#proinfo #page_banner_box #location { display: none; }
#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: var(--base_color_dark) !important; color: #fff !important; }

/* 联动轮播 */
#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; display: none; }
#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 { margin-bottom: 5rem; font-size: 1rem; background-image: none; background-color: var(--footer_bg); border-top: 10px solid var(--base_color); }
#footer #footer_main { padding-top: 3rem; padding-bottom: 1.75rem; }
#footer_main,#footer_main a { color: #ffffff; }
#footer_main a:hover { color: var(--grey3); }

#footer_main .box_header { font-size: 1.5rem; font-family: "R-B"; color: #ffffff; margin-bottom: 1.5rem /* 24/16 */; text-transform: capitalize; position: relative; padding-bottom: .75rem; }
#footer_main .box_header:after { content: ""; position: absolute; left: 0; bottom: 0; width: 2.25rem; height: .1875rem; background-color: var(--base_color); }
#footer_main .list li, #footer_main .e_contactList li { line-height: 2.4; }
#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.4; }
#footer_main #e4 .list li { font-size: 1rem /* 16/16 */; line-height: 2.4; }

#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 .link_list a { width:2.25rem; height:2.25rem; border-radius:50%; background-color: var(--base_color); color:#ffffff; display:inline-flex; justify-content:center; align-items:center; margin-right:.75rem; transition:all .3s; }
#footer .link_list a:nth-child(1) { background-color: #007fb1; }
#footer .link_list a:nth-child(2) { background-color: #cd332d; }
#footer .link_list a:hover { background-color: var(--base_color_dark); color:#ffffff; }
#footer .link_list a i { font-size:1.0625rem; }

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

#footer_copy .box { border-top: 1px solid #444444; padding: 1.875rem /* 30/16 */; text-align: left; line-height: 1.6; }
#footer_copy { color: #5e5e5f; border-top: 1px solid rgba(255,255,255,.08); padding: 1rem 0; font-size: .875rem; }
#footer_copy a { color: #5e5e5f; }
#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; }
/* 客服 */

/*首页样式开始*/

/*首页swiper按钮统一样式*/
.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按钮统一样式*/

/*首页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); } 

/* 产品轮播 .pro_gd（首页 idx_products 使用） */
.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 { margin: 0 auto; 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_message_from（gallery/quality 页 about_message 使用） */
#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); }

/*首页样式结束*/

/*公共样式*/

.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; }
/*公共样式*/

/*关于我们样式*/
#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>.container { position: relative; z-index: 1; }

#company #company_box_5 { padding-top: 1.875rem /* 30/16 */; padding-bottom: 1.875rem /* 30/16 */; }


/*关于我们样式*/

/* 质量控制样式 */
#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 */; } 

/* 质量控制样式 */

/* 图册展示 */
#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 .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; } 

/*单页样式*/
#single .tags { color: var(--grey1); font-size: 1.125rem; margin-bottom: 2rem; line-height: 1.6; font-weight: bold; }
/*单页样式*/

/*新闻资讯*/

#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; } 

/* 产品详情 */
/*联系我们样式*/

#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); }

/*联系我们样式*/

/* ============================================================
   锦泽包装 新增组件样式（首页 ABOUT/PRODUCTS、产品详情）—— 按页面截图
   基础值为移动端（<992px），PC 端覆盖见下方 @media (min-width: 992px)
   ============================================================ */

/* 区块标题：绿色竖条 + 标题 */
.sec_head { display:flex; align-items:center; margin-bottom: 3.5rem; }
.sec_head.text-center { justify-content:center; }
.sec_bar { display:inline-flex; width: 2.75rem; gap: 2px; margin-right: 1.25rem; }
.sec_bar::before { display:inline-block; content:""; width: 1.3125rem; height: 2.625rem; background-color: var(--base_color); }
.sec_bar::after { display:inline-block; content:""; width: 1.3125rem; height: 2.625rem; background-color: #efefef;}
.sec_title { font-family:"R-B"; text-transform:uppercase; font-size: 1.5rem; line-height:1.1; color: var(--grey1); margin:0; }

/* 首页 ABOUT US */
#idx_about { padding: 2.5rem 0; background:#ffffff; overflow: hidden; }
#idx_about .lead_t { font-family:"R-B"; font-size: 1.5rem; color: var(--grey1); margin-bottom:1.25rem; }
#idx_about .desc { color: var(--grey1); font-size: 1.125rem; line-height:2; margin-bottom:1.75rem; }
#idx_about .desc p { margin-bottom:.5rem; }
#idx_about .more_btn { display:inline-flex; align-items:center; height:2.875rem /* 46/16 */; padding:0 1.75rem; background-color: var(--base_color); color:#fff; border-radius: .5rem; font-size: 1.25rem; transition:all .3s; }
#idx_about .more_btn:hover { background-color: var(--base_color_dark); color:#fff; }
#idx_about .more_btn i { font-size:.75rem; margin-left:.625rem; }
#idx_about .imgbox { box-shadow: 0 .625rem 1.875rem rgba(0,0,0,.12); }
/* ABOUT US 右侧图片：左侧绿色圆角背衬 */
#idx_about .about_img { position: relative; }
#idx_about .about_img .imgbox { position: relative; z-index: 1; }
#idx_about .about_img::before { content: ""; position: absolute; z-index: 0; left: -1.25rem; top: 1.5rem; bottom: 1.5rem; width: 70%; background-color: var(--base_color); border-radius: .75rem; }

/* 首页 PRODUCTS（深色背景 + 卡片） */
#idx_products { position:relative; padding: 2.75rem 0; background: url('../images/index/product_bg.jpg') center center / cover no-repeat scroll; }
#idx_products .sec_bar::after { background-color: #ffffff;}
/* #idx_products:before { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background-color: rgba(20,22,26,.78); } */
#idx_products > .container { position:relative; z-index:1; }
#idx_products .btns { margin-top:2.75rem; }
#idx_products .btns a { display:inline-flex; justify-content:center; align-items:center; min-width:13.75rem /* 220/16 */; height:3.25rem; background-color: var(--base_color); color:#fff; border-radius: 0.5rem; font-size: 1.25rem; transition:all .3s; }
#idx_products .btns a:hover { background-color: var(--base_color_dark); color:#fff; }

/* 产品详情页右侧（标题 + 图 + 按钮 + 描述） */
#proinfo #box1 { padding: 2.5rem 0 3.5rem; }
#proinfo #box1 .pro_head { display:flex; align-items:center; margin-bottom:1.5rem; }
#proinfo #box1 .pro_head .bar_title { font-family:"R-B"; font-size:1.375rem; color: var(--grey1); }
#proinfo #box1 .pro_show_box { margin-bottom:1.5rem; }
#proinfo #box1 .pro_show_box .gallery-top { max-width: 34rem; margin-left:auto; margin-right:auto; border:1px solid #eee; }
#proinfo #box1 .pro_detail { border-top:1px solid #eee; color: var(--grey1); font-size: 1rem; line-height:2; }
#proinfo #box1 .pro_detail img { max-width:100%; height:auto; }

/*手机端样式*/
@media (min-width: 375px){
	html,body { font-size: 14px; }

	/*关于我们样式*/
	#company #company_box_1 { 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 */; }

	/*关于我们样式*/

	/*质量控制样式*/
	#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 */; }
	/*质量控制样式*/

	/* 图册展示 */
	#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 */;}
	/* 图册展示 */

}
/*手机端样式*/

/*大手机端样式*/
@media (min-width: 414px){
	html,body { font-size: 14px; }
}
/*大手机端样式*/

/*大屏手机样式*/
@media (min-width: 576px){
	html,body { font-size: 14px; }

}
/*大屏手机样式*/

/*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 */; }

	/*首页样式*/
	
	.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 */; }
	
	/*关于我们样式*/
	#company #company_box_1 { 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 */; }
	/*关于我们样式*/

	/*质量控制样式*/
	#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 */; }
	/*质量控制样式*/

	/* 图册展示 */
	#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 */;}
	/* 图册展示 */
	
	/* 新闻资讯样式 */
	#news #box1 .box_body { overflow: hidden; }
	/* 新闻资讯样式 */

	/*统一子页面开始*/
	.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 */; }
}
/*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; }

	/*首页样式开始*/
	.page_honor_gd .swiper-slide a .img_Box { padding: 1.25rem /* 20/16 */; }
	/*首页样式结束*/

	/*关于我们样式*/
	#company #company_box_1 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 1.875rem /* 30/16 */; }
	#company #company_box_5 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }

	/*关于我们样式*/

	/*质量控制样式*/
	#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 */; }
	/* 质量控制样式 */

	/* 图册展示 */
	#gallery_box_1 .box_body { padding: 1.875rem /* 30/16 */ 5rem /* 80/16 */; }
	/* 图册展示 */
	
	/* 新闻资讯样式 */
	.newsList li { margin-bottom: 1.875rem /* 30/16 */; }
	/* 新闻资讯样式 */

	/* 联系我们 */
	#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>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 #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 */; }


	/* 公共样式 */
	#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 */; }
	
	/* 公共样式 */
	
	/*统一footer开始*/
	#footer { margin-bottom: 0 !important; }

	#e1 { width: 30%; }
	#footer_main #e1 img { max-width: 100%; }
	#e2 { width: 30%; padding-right: 5%;}
	#e3 { width: 25%; padding-right: 5%; }
	#e4 { width: 15%; }
	/*统一footer结束*/

	/* 锦泽包装 新增组件（PC 端覆盖，对应原 main.css 桌面默认值） */
	.sec_title { font-size: 3.125rem; }
	#idx_about { padding: 4rem 0; }
	#idx_products { padding-top: 6.25rem; padding-bottom: 5rem; background-attachment: fixed; }
	#proinfo #box1 .pro_head .bar_title { font-size: 1.75rem; }
}
/*IPAD效果*/

/*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结束*/

	/*首页样式开始*/

	.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; }
	/*首页样式结束*/

	/*关于我们样式*/
	#company #company_box_1 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 1.875rem /* 30/16 */; }
	#company #company_box_5 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }

	/*关于我们样式*/

	/*质量控制样式*/
	#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 */; }
	/*质量控制样式*/

	/* 图册展示 */
	#gallery_box_1 .box_body { padding: 3.125rem /* 50/16 */ 6.875rem /* 110/16 */; }
	/* 图册展示 */	

	/* 新闻资讯样式 */
	/* 新闻资讯样式 */

	/*公共样式*/

	#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 */; }

	/*公共样式*/

	/*单页样式*/

	/*单页样式*/

	/*联系我们样式*/

	.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; }

	/*联系我们样式*/

	/*产品中心*/

	/*产品中心*/

	/* 产品详情 */

	/* 产品详情 */

	/*统一footer开始*/
	#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: 6.5rem /* 104/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: 10rem /* 160/16 */; }
	.navI>li>a { font-size: 1.25rem; }

	.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 */; }
	/*首页样式开始*/

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

	/* 留言表单 #in_message_from（about_message 在用） */
	#in_message_from .desc { margin-top: 1.25rem /* 20/16 */; margin-bottom: .625rem /* 10/16 */; }

	/*首页样式结束*/

	/*关于我们样式*/
	#company #company_box_1 { padding-top: 4rem /* 64/16 */; padding-bottom: 1.875rem /* 30/16 */; }
	#company #company_box_5 { padding-top: 5rem /* 80/16 */; padding-bottom: 5rem /* 80/16 */; }
	/*关于我们样式*/

	/*质量控制样式*/
	#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 */;}
	/*质量控制样式*/

	/* 图册展示 */
	#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 */;}
	/* 图册展示 */

	/* 新闻资讯样式 */
	/* 新闻资讯样式 */

	#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%; }

	.page_honor_gd .swiper-slide a .img_Box { padding: 1.875rem /* 30/16 */; }
	
	/*统一子页面结束*/

	/*统一footer开始*/
	#footer { height: 26.75rem; overflow: hidden; }
	#footer #footer_main {
		padding-top: 3.75rem /* 60/16 */;
		padding-bottom: 3.125rem;
	}

	#e1 { width: 40%}
	#e3 { width: 30%; padding-left: 5%;  padding-right: 5%; }
	#e4 { width: 30%; }

	/*统一footer结束*/

}
/*1536效果/1920 125% 效果*/
/*1600效果*/
@media (min-width: 1600px){
	.container { max-width: 1584px; }
}

/*1800效果*/
@media (min-width: 1800px){

	/* 关于我们样式 */
	#company #company_box_1 { height: auto; }
	#company #company_box_5 { height: 38.375rem /* 614/16 */; }
	/* 关于我们样式 */

	/* 质量控制样式 */
	#quality_box_1 { height: 37.375rem /* 598/16 */; }
	#quality_box_2 { height: 56.5625rem /* 905/16 */; }
	#quality_box_3 {  }
	/* 质量控制样式 */
}
/*1800效果*/

/*1920效果*/
@media (min-width: 1920px){
	
}
/*1920效果*/
