/*手机端样式开始*/
html,body { font-size: 12px; }

/*统一header开始*/
#note_box { height: 2.5rem; font-size: 0.875rem; position: relative; z-index: 10; }
#note_box, #note_box a { color: rgba(255,255,255,0.3); }
#note_box a:hover { color: #ffffff; }


#note_box #header_link { width: 100%; }
#note_box #header_link ul { }
#note_box #header_link ul li { position: relative; width: 33.333333%; }
#note_box #header_link ul li>a { display: block; width: 100%; text-align: center; height: 2.5rem; line-height: 2.5rem; padding: 0 1rem; }
#note_box #header_link ul li:after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: block; width: 0.0625rem; height: 0.625rem; background-color: rgba(255,255,255,0.3); }
#note_box #header_link ul li:last-child:after { display: none; } 
#note_box #header_link ul li>a:hover { background-color: rgba(0, 0, 0, 0.17); }
#note_box #header_link ul li>a i { font-size: 0.875rem; }

.language .language_down { width: 100%; opacity: 0; visibility: hidden; transform: translateY(2.5rem); }
.language:hover .language_down { opacity: 1; visibility: visible; }
.language .language_down p { border-bottom: 0.0625rem solid rgba(255,255,255,0.2); }
.language .language_down p a { display: flex; justify-content: start; align-items: center; height: 2.5rem; line-height: 2.5rem; padding: 0 0.75rem; color: #ffffff !important; font-size: 0.875rem; }
.language .language_down p a:hover { color: #f00 !important; }
.language .language_down p a img { margin-right: 0.75rem; }

#name_box_w { z-index: 9; position: sticky; top: 0; left: 0; width: 100%; height: 5.0rem; transition: all 1s; }
#name_box_w #name_box { background-color: rgba(255,255,255,1); height: 100%; position: relative; z-index: 9; }
#name_box_w #header_logo { width: auto; }
#name_box_w #header_logo img { transition: all 0.5s; max-height: 2.875rem;}
#name_box_w #header_logo .header_desc { display: none; }

/*主导航*/
.navI>li { height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.navI>li>a { width: 100%; height: 100%; line-height: 100%; position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; padding: 0 0.3125rem; font-size: 1.0625rem; color: #242323; }
.navI>li>a p { position: relative; z-index: 2;  }
.navI>li>a i { color: #a0a0a0; margin-left: 0.3125rem; }

.navI>li>a p:after { z-index: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); margin-top: 1.5rem; display: block; width: 1.25rem; height: 0.1875rem; content: ''; transition: all .5s ease; }
.navI>li:hover>a p:after, .navI>li.active>a p:after { background-color: var(--base_color); height: 0.1875rem; }
.navI>li:hover>a,.navI>li.active a p { color: var(--base_color) !important; }
.navI>li:hover>a i,.navI>li.active a p i { color: var(--base_color) !important; }

.navI>li .children { width: 22.5rem; transition: all .3s ease; background: #f2f2f2; position: absolute; left: 0; top: 5.0rem; height: 0; overflow: hidden; visibility: hidden; opacity: 0;}
.navI>li:hover .children { visibility: visible; opacity: 1; height: auto; box-shadow: 0 0 0.1875rem rgba(0,0,0,0.1); }

.navI li .children { position:fixed;z-index: 8;top:7.5rem;left:0; width:100%;text-align: left; height:0;overflow: hidden;opacity:0;background-image: linear-gradient(to right, #ffffff 62.5%, var(--base_color) 62.5%);transition: all 0.3s ease 0s;}
.navI li .children .suba { padding-right: 4.375rem; }
.navI li .children .suba strong{display: block;color: #006ae2;}
.navI li .children .suba p{line-height: 30px;color: #999;}
.navI li .children .suba dl{width: 80%;}
.navI li .children .suba dd a{line-height: 40px;color: #777;transition:.4s;font-size: 16px;}
.navI li .children .suba a{display: block;transition:.4s;}
.navI li .children .suba a:hover,.navI li .children .suba a.active {color: var(--base_color) !important;}
.navI li .children .subb{color: #fff;}
.navI li .children .subb p{margin-bottom: 1rem;}
.navI li .children .subb p a{display: block;color: #fff;transition:.4s;}
.navI li .children .subb p a:hover{color: rgba(255,255,255,.8);}
.navI li .children .subb em{display: block;}
.navI li .children .subb em i{font-size: 24px;}

/*主导航*/

/*导航右侧*/
/*导航右侧*/

#name_box_w .container #m_nav { width: 3.1875rem; height: 100%; }
#banner_box, #page_banner_box { transition: all 0.5s; z-index: 1; }
#page_banner_box  { max-height: 20rem; }
#page_banner_box .bg { min-height: 5rem; }
#page_banner_box .bg img { visibility: visible; opacity: 1; }

/*下拉样式*/
#name_box_w #name_box.boxshow { transition: all 0.3s; height: 75%; background-color: rgba(255,255,255,1); box-shadow: 0 0 0.1875rem rgba(0,0,0,0.1); }
#name_box_w #name_box.boxshow .navI>li .children { top: 5.0rem; }
#name_box_w #name_box.boxshow #header_logo img { transition: all 0.5s; max-height: 2.5rem; }

/*下拉样式*/

/*统一header结束*/

/*统一子页面开始*/

/*992开始左右分栏目子页面*/


/*统一子页面LEFT开始*/

#page_left { width: 100%;  }

#page_left .slider_type { width: 100%; position: relative; padding: 0.625rem !important; }
/*#page_left .slider_type  { width: 18.0rem; }*/

#page_left .slider_type:after { content: ""; display: block; background: url('../images/slider_bg.png') calc(100% + 0.5rem) 0.5rem var(--base_color) no-repeat; background-size: 30% auto; width: 100%; height: 5.4rem; position: absolute; top: 0; left: 0; }
#page_left .slider_type.hasSubNav:after { height: 11.25rem; }

#page_left .slider_type .slider_type_header { position: relative; z-index: 1; color: #ffffff; }
#page_left .slider_type .slider_type_header .title { font-size: 1.75rem; margin-bottom: 0.625rem;}

#page_left .slider_type .slider_type_list { position: relative; z-index: 1; background-color: #f4f5f7; padding: 1rem 2.75rem 2.75rem; }
#page_left .slider_type .slider_type_list ul li { height: 3.75rem; line-height: 3.75rem; font-size: 1.25rem; }

#page_left .slider_type .slider_type_list ul li:last-child { border-bottom: 0 !important; }
#page_left .slider_type .slider_type_list ul li a { font-weight: normal; }

#page_left .slider_type .slider_type_list ul li a.active { color: var(--base_color); font-weight: bold; }


#page_left .slider_gd .slider_gd_head { height: 3.5625rem; line-height: 3.5625rem; border: 1px solid #efefef; text-align: center; margin-bottom: 0.625rem; }
#page_left .slider_gd .slider_gd_head .title { font-size: 1.25rem; color: #333333; font-weight: bold; }

#page_left .slider_contact { background-color: var(--second_color); padding: 1.25rem; }
#page_left .slider_type_head .title { font-size: 1.5rem; }
/*统一子页面LEFT结束*/

/*统一子页面RIGHT开始*/
#page_right { width: 100%; }

.mainInfo { font-size: 1.0rem; line-height: 2; }
.video_box { width: 100%; height: 43.4375rem; }

/*图片列表*/
.pic_list 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; }
.pic_list a .cover .title { font-size: 1.25rem; color: #ffffff; position: relative; padding: 0.625rem 0; max-width: 80%;}
.pic_list a:hover .cover { opacity: 1; } 
.pic_list a .cover .title:before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 1px; background: #fff; transition: all .5s ease;}
.pic_list a .cover .title:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 1px; background: #fff; transition: all .5s ease;}
.pic_list a:hover .cover .title:before, .pic_list a:hover .cover .title:after { width: 0.625rem; }

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

.pic_list .box_link a.link1:hover { background-color: #ef9700; }
.pic_list .box_link a.link2:hover { background-color: #20223b; }
/*图片列表*/
/*新闻列表*/
.news_list { margin-bottom: 0.625rem; }
.news_list li .img_box { width: 100%; }
.news_list li .cont_box { margin-top: 1.25rem; width: 100%; }
.news_list li .title { font-size: 1.25rem; font-weight: bold; line-height: 1.6; margin-bottom: 1.0rem; }
.news_list li .content { font-size: 1.0rem; color: var(--grey2); margin-bottom: 1.0rem; line-height: 1.8; }
.news_list li .time { font-size: 1.0rem; color: var(--grey2); }
/*新闻列表*/

/*子页面翻页按钮按钮*/
.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;}
/*子页面翻页按钮按钮*/

.detail_title .title { width: 10.0rem; height: 4rem; font-size: 1.5rem; text-align: center; }


/*统一子页面RIGHT结束*/

/*统一子页面结束*/

/*统一footer开始*/

#footer { border-color: #c2c7d3 !important; background-color: #f4f5f7; margin-bottom: 5rem; font-size: 0.9375rem; }
#footer_main { }
#footer_main #e1 .box_header { font-size: 1.375rem; font-weight: bold; color: var(--base_color); margin-bottom: 3.125rem; }

#footer_nav dl { margin-bottom: 3.0rem; }
#footer_nav dl dt a { color: rgba(51,51,51,1); font-size: 1rem; }
#footer_nav dl dd a { color: rgba(51,51,51,0.6); font-size: 0.9375rem; }
#footer_nav a:hover { color: var(--base_color); }

#footer_main #e1 { padding-top: 2.5rem; padding-bottom: 2.5rem; border-color: #c2c7d3 !important; }
#footer_main #e2 { padding-top: 2.5rem; padding-bottom: 2.5rem; }

#footer_main #e2 .e2_left { width: 100%; }


#footer #e2 .box_header { font-size: 1.375rem; font-weight: bold; color: var(--base_color); margin-bottom: 1.875rem; }

#footer_main #e2 #contact_list { line-height: 2; margin-bottom: 2.5rem; font-size: 0.9375rem; color: rgba(51,51,51,0.6); }

#footer_main #e2 #qrcodeList { color: #333333; }
#footer_main #e2 #qrcodeList li { font-size: 0.9375rem; text-align: center; }
#footer_main #e2 #qrcodeList img { width: 6.875rem; height: 6.875rem; }

#footer_copy.border-top { border-color: #c2c7d3 !important; background-image: linear-gradient(to bottom, #f4f5f7 40%, #1c2d60 40%); }
#footer_copy .container { }
#footer_copy #copy_left, #footer_copy #copy_right { padding-top: 0.5rem; padding-bottom: 0.5rem; }
#footer_copy #copy_left, #footer_copy #copy_left a { color: rgba(160,158,158,0.6); }
#footer_copy #copy_left i { font-size: 1.25rem; margin-left: 0.625rem; }

#footer_copy #copy_left a:hover { color: var(--base_color); }

#footer_copy #copy_right, #footer_copy #copy_right a { color: rgba(255,255,255,0.6); }
#footer_copy a:hover, #footer_copy a:hover { color: var(--base_color); }
/*统一footer结束*/

/*首页样式开始*/

/*首页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: 0.5; margin: 0 0.3125rem; border-radius: 0; width: 0.75rem !important; height: 0.3125rem !important;}
.flash_all .swiper-pagination-bullet-active { background-color: var(--base_color); outline: none; padding: 0 1.25rem !important; opacity: 1 !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;}

/*首页swiper按钮统一样式*/

/*首页swiper左右按钮*/
.swiper-button-prev:after, .swiper-button-next:after{font-size: 1.25rem !important;}
/*首页swiper左右按钮*/


/*in_box_01*/

.box_header .title { font-size: 1.75rem; margin-bottom: 1rem; font-weight: bold; }
.box_header .title a { color: var(--base_color); }
.box_header .desc { color: var(--grey3); font-size: 1rem; margin-bottom: 1.5rem; line-height: 1.6; }

.box_header .line_small { width: 1.875rem; height: 0.3125rem; background-image: linear-gradient(to right, var(--base_color) 50%, var(--second_color) 50%); margin-bottom: 1.25rem; }

#in_box_01 { background-color: #f4f5f7; padding-top: 2.5rem; padding-bottom: 2.5rem; }

#in_box_01 .img_box { position: relative; }
#in_box_01 .img_box img { position: relative; z-index: 1;}

#in_box_01 .intro_content { font-size: 1rem; color: var(--grey1); line-height: 1.6; }
#in_box_01 .intro_content p { margin-bottom: 1rem; }

.intro { margin-bottom: 1.875rem; }
.box_param li { padding: 1rem 1.5rem; }
.box_param li * { transition: all 0.3s; }
.box_param li:last-child { border-right: 0 solid #c2c7d4; }
.box_param li .icon_box { margin-right: 1.875rem; }
.box_param li .icon_box img { width: 3.125rem; }
.box_param li .cont_box .key { font-size: 1.375rem; color: #2a2a2c; font-weight: bold; margin-bottom: 0.625rem; }
.box_param li .cont_box .vo { font-size: 0.875rem; color: var(--grey3); }
.box_param li .arrow { width: 2rem; height: 2rem; display: flex; justify-content: center; align-items: center; border-radius: 50%; border: 0.125rem solid #e71f19; font-size: 1rem; color: #e71f19; }
.box_param li .arrow i { font-size: 1rem; }

/*in_box_01*/

/*in_box_02*/
#in_box_02 { padding-top: 2.5rem; padding-bottom: 0; }

#in_box_02>.container { width: 100%; background: url('../images/in_box2_bg.jpg') center no-repeat; padding-bottom: 2.5rem; }

#in_box_02 .container .box_header_a { width: 12.5rem; height: 5.6875rem; background: url('../images/in_box2_icon_title.png') center no-repeat; background-size: cover; }
#in_box_02 .container .box_header_a .title { height: 4rem; }
#in_box_02 .container .box_header_a .title .icon { width: 1.875rem; }
#in_box_02 .container .box_header_a .title span { font-size: 1.75rem; font-weight: bold; color: #ffffff; }

#in_box_02 .container .box_body .box_1 { width: 100%; }
#in_box_02 .container .box_body .box_2 { width: 100%; }

#newgoods .newgoods>li { border-radius: 0.3125rem; overflow: hidden; width: 100%; background: url('../images/in_box2_bg.jpg') center no-repeat; padding: 2.5rem; margin-bottom: 2.5rem; padding-bottom: 2.5rem; }

.newgoods .title { font-size: 1.5rem; font-weight: bold; color: var(--base_color); margin-bottom: 1rem; }
.newgoods .desc { font-size: 1rem; color: var(--grey3); line-height: 1.5; margin-bottom: 1.0rem; text-indent: 2rem; }

.newgoods .tags { margin-bottom: 0.5rem; }
.newgoods .tags li div.box { width: 100%; height: 5rem; border-radius: 0.625rem; display: flex; justify-content: center; align-items: center; }
.newgoods .tags li:nth-child(1) div.box { background-color: #f7d64d; }
.newgoods .tags li:nth-child(2) div.box { background-color: #c5e0b4; }
.newgoods .tags li:nth-child(3) div.box { background-color: #e9e4cf; }
.newgoods .tags li:nth-child(4) div.box { background-color: #f4b183; }

.newgoods .tags li:nth-child(1) div.box p:first-child { color: #f7d64d; }
.newgoods .tags li:nth-child(2) div.box p:first-child { color: #c5e0b4; }
.newgoods .tags li:nth-child(3) div.box p:first-child { color: #e9e4cf; }
.newgoods .tags li:nth-child(4) div.box p:first-child { color: #f4b183; }

.newgoods .tags li div p:first-child { margin: 0 auto; background-color: var(--base_color); width: 1.375rem; height: 1.375rem; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1rem; font-weight: bold; margin-bottom: 0.75rem; }
.newgoods .tags li div p:last-child { font-size: 1rem; font-weight: bold; color: #1c2d60; }

.newgoods .tels { margin-bottom: 1.25rem; }
.newgoods .tels .box { background-color: #deebf7; color: var(--base_color); font-weight: bold; width: 100%; height: 6.5625rem; border-radius: 0.625rem; display: flex; justify-content: center; align-items: center; }
.newgoods .tels .box .box_s { margin-top: 0.3125rem; }
.newgoods .tels .box .box_s p:first-child { font-size: 1rem; margin-bottom: 0.5rem; }
.newgoods .tels .box .box_s p:first-child img { width: 0.75rem; }
.newgoods .tels .box .box_s p:last-child { font-size: 1.875rem; font-family: "DIN Next LT Pro",Arial; letter-spacing: -0.1875rem; }

.newgoods .btns a { font-size: 1.125rem; color: rgba(25,45,96,0.6); display: flex; align-items: center; }
.newgoods .btns a img { width: 1.875rem; margin-right: 0.625rem; }
.newgoods .btns a span { text-decoration: underline; }
/*in_box_02*/

/*in_box_03*/
#in_box_03 { padding-top: 2.5rem; padding-bottom: 0; }

.search_box  { width: 100%; height: 3.125rem; background-color: #f4f5f7; }
.search_box #search_key { font-size: 0.875rem; width: 0; border: 0; height: 100%; line-height: 100%; overflow: hidden; padding: 0 1.25rem; flex-grow: 1; background-color: transparent; }
.search_box #search_key::placeholder { color: var(--grey3); }
.search_box #search_so { width: 5.5rem; height: 100%; background-color: var(--base_color); border: 0.0625rem solid #c2c7d3; cursor: pointer; transition: all 0.3s; color: #ffffff; font-size: 0.875rem; }

#in_box_03 .box_header { margin-bottom: 1rem; }
#in_box_03 .box_body #goods_slider_type { margin-bottom: 1.25rem; }


#in_box_03 .box_body #goods_slider_type .title_box .box { width: 100%; background-color: #2159a9; padding: 1.75rem; }
#in_box_03 .box_body #goods_slider_type .cont_box .box { width: 100%; background-color: #fafafa; padding: 1.75rem; }
#in_box_03 .box_body #goods_slider_type .title_box .box .title { font-size: 1.75rem; color: rgba(255,255,255,1); font-weight: bold; margin-bottom: 1rem; }

#in_box_03 .box_body #goods_slider_type .title_box .box .icon { width: 3.75rem; }

#in_box_03 .box_body #goods_slider_type .title_box .box .desc { font-size: 1rem; color: rgba(255,255,255,0.6); }

#in_box_03 .box_body .pro_gd { padding-bottom: 4.0rem; }
#in_box_03 .box_body .pro_gd .swiper-slide { padding: 1.5rem; }
#in_box_03 .box_body .pro_gd .swiper-slide:nth-child(odd) { background-color: #f4f5f7; }
#in_box_03 .box_body .pro_gd .swiper-slide:nth-child(even) { background-color: #fafafa; }

#in_box_03 .box_body .pro_gd .swiper-slide .imgbox { margin-bottom: 1.25rem; }

#in_box_03 .box_body .pro_gd .swiper-slide .title { font-size: 1.125rem; font-weight: bold; color: var(--base_color); margin-bottom: 0.875rem; text-align: center; }
#in_box_03 .box_body .pro_gd .swiper-slide .tags { font-size: 0.875rem; color: #96989e; text-align: center; margin-bottom: 1.25rem; }

#in_box_03 .box_body .pro_gd .swiper-slide .btns { text-align: center; }
#in_box_03 .box_body .pro_gd .swiper-slide .btns span { transition: all 0.3s; display: inline-block; padding: 0.25rem 0.625rem; font-size: 0.625rem; color: rgba(28,45,96,0.6); text-align: center; border: 0.0625rem solid #c2c7d3; border-radius: 1.875rem; }
#in_box_03 .box_body .pro_gd .swiper-slide a:hover .btns span { background-color: var(--base_color); color: #ffffff; }

.pro_gd .swiper-pagination .swiper-pagination-bullet { width: 0.75rem !important; height: 0.75rem !important; }
.pro_gd .swiper-pagination .swiper-pagination-bullet-active { transform: scale(1.2); }

/*in_box_03*/

/*in_box_04*/
#in_box_04 { padding-top: 2.5rem; padding-bottom: 0; }
.box_header_box .btns { width: 8rem; }
.box_header_box .btns a { display: flex; justify-content: center; align-items: center; height: 3.125rem; color: var(--grey2); border: 0.0625rem solid #c2c7d3; }

#in_box_04 .box_body { margin-top: 1.125rem; }


.gallery-left .title { margin: 1rem 1rem; text-align: center; }
.children_gd { padding-bottom: 2rem !important; }

.swiper-scrollbar { position: absolute; left: 0; bottom: 0; background: unset !important; position: relative; }
.swiper-scrollbar:after { display: block; content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 0.0625rem; background-color: #d4d4d4; }
.swiper-scrollbar-drag { z-index: 1; background-color: var(--second_color) !important; }

.gallery-right .swiper-slide .box { padding: 0 1rem; font-size: 1rem; height: 5.0rem; background-color: #f4f5f7; border-bottom: 0.3125rem solid var(--second_color); display: flex; justify-content: space-between; align-items: center; color: var(--base_color); }
.gallery-right .swiper-slide .box .num { font-size: 2.25rem; font-weight: bold; color: var(--second_color); font-family: "DIN Next LT Pro",Arial; letter-spacing: -0.5rem; }
.gallery-right .swiper-slide-thumb-active { opacity: 1; }
.gallery-right .swiper-slide-thumb-active .box { background-color: var(--second_color) !important; }
.gallery-right .swiper-slide-thumb-active .box * { color: #ffffff !important; }

.gallery-right .swiper-slide { cursor: pointer; padding-top: 1.25rem; }
.gallery-right .swiper-slide-thumb-active:before { position: absolute; left: 50%; transform: translateX(-50%); top: 0; display: block; content: ""; 
width: 0;
height: 0;
border-top: 0.625rem solid transparent; 
border-right: 0.625rem solid transparent;
border-left: 0.625rem solid transparent;
border-bottom: 0.625rem solid var(--second_color);
}

/*in_box_04*/

/*in_box_05*/

#in_box_05 { padding-top: 2.5rem; padding-bottom: 2.5rem; }

#in_box_05 .box_body { margin-top: 1.5rem; }

.gmzc_gd_w .prev-next { display: flex; justify-content: center; align-items: center; }
.gmzc_gd_w .prev-next .swiper-button-next, .gmzc_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%; opacity: 0.5; }
.gmzc_gd_w .prev-next .swiper-button-next:hover,.gmzc_gd_w .prev-next .swiper-button-prev:hover {  opacity: 1; }
.gmzc_gd_w .prev-next .swiper-button-prev { background-color: #f4f5f7; color: #ffffff; }
.gmzc_gd_w .prev-next .swiper-button-next { background-color: var(--second_color); color: #ffffff; }

.gmzc_gd .title { padding: 0.625rem 1.25rem; position: absolute; z-index: 1; background-color: var(--base_color); color: #ffffff; bottom: 0; left: 0; }

/*in_box_05*/

/*in_box_06*/
#in_box_06 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
#in_box_06 .box_body { margin-top: 1.125rem; }

#in_box_06 .box_body .news_gd { padding-bottom: 4.0rem; }
#in_box_06 .news_gd .box { background-color: #f4f5f7; padding: 1rem 2rem 2rem; }


.in_newslist li { font-size: 1.125rem; }
.in_newslist li a { display: block; border-bottom: 1px solid #cfd0d2; padding: 1.75rem 0; }
.in_newslist li div { display: block; border-bottom: 1px solid #cfd0d2; padding: 1.75rem 0; }
.in_newslist li a:hover { font-weight: bold; }

.news_gd .swiper-pagination .swiper-pagination-bullet { width: 0.75rem !important; height: 0.75rem !important; }
.news_gd .swiper-pagination .swiper-pagination-bullet-active { transform: scale(1.2); }

/*in_box_06*/

/*首页样式结束*/

/*公共样式*/

/*公共样式*/

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

/*新闻资讯*/

/*新闻资讯*/

/*产品列表*/
.pro_li {  }
.pro_li a .title { background-color: #f7f7f7; font-size: 1.0rem; }
.pro_li a .title div { padding: 0 0.625rem; }
.pro_li a .title .flex-grow-1 { transition: all 0.3s; position: relative; color: var(--grey1); height: 4.0rem; line-height: 4.0rem; }
.pro_li a .title .flex-grow-1 p { position: relative; z-index: 1; transition: all 0.3s; }
.pro_li a .title .flex-grow-1:after { z-index: 0; transition: all 0.3s; width: 0; height: 100%; position: absolute; left: 0; top: 0; display: block; content: ""; background-color: var(--base_color); color: #ffffff; }
.pro_li a:hover .title .flex-grow-1:after { width: 100%; }
.pro_li a:hover .title .flex-grow-1 p { color: #ffffff; }

/*产品列表*/

/*产品详情*/
#proinfo #box1 .title_h1 { font-size: 2.0rem; line-height: 1.6; color: var(--grey1); height: 4.625rem; border-bottom: 0.125rem solid #f1f1f1; margin-bottom: 1.875rem; }
#proinfo #box1 .pro_desc .title { width: 7.5rem; height: 2.625rem; background-color: #666666; color: #ffffff; font-size: 1.0625rem; text-align: center; line-height: 2.625rem; font-weight: bold; }
#proinfo #box1 .pro_desc .desc { line-height: 2; }
#proinfo #box1 .tel_box { width: 100%; padding: 1.25rem 1.5rem; background-color: #fafafa; border: 1px solid #dddddd; }
#proinfo #box1 .tel_box i { font-size: 3.0rem; color: var(--base_color); margin-right: 0.625rem; }
#proinfo #box1 .tel_box .cont_box .tip { font-size: 0.9375rem; color: var(--grey2); margin-bottom: 0.375rem; }
#proinfo #box1 .tel_box .cont_box .tel { font-size: 1.25rem; font-weight: bold; color: var(--base_color); }
#proinfo #box1 .tel_box .mess { width: 100%; background-color: var(--second_color); margin-top: 1.0rem; }
#proinfo #box1 .tel_box .mess a { width: 60%; height: 3.25rem; font-size: 1.125rem; background-color: var(--base_color); color: #ffffff; }
#proinfo #box1 .tel_box .mess a i { font-size: 1.5rem; color: #ffffff; }
#proinfo #box1 .tel_box .mess a:hover { width: 100%; background-color: var(--base_color); padding-right: 40% !important; }

#proinfo #box2{ padding-top: 2.5rem; padding-bottom: 2.5rem; background-color: #f6f6f6; }
#proinfo #box2 .box_header { margin-bottom: 1.875rem; }
#proinfo #box2 .box_header .title { font-size: 1.75rem; font-weight: bold; color: var(--grey1); }
#proinfo #box2 .box_header .title .dian { font-size: 1rem; }

/*产品详情*/
#info .mainInfo h2,#proinfo .mainInfo h2 { margin-top: 1rem; font-size:1.125rem;background:#efefef;display:inline-block;padding:0.70312rem 1.25rem;color:#222222;border-left:0.375rem solid var(--base_color);font-weight:bold;}

#proinfo .mainInfo h2 { min-width: 12.5rem; }

/*联系我们样式*/
.contact-list li { line-height: 1.6; }
.contact-list li .rounded-circle { background-color: var(--base_color); color: #ffffff; width: 2.5rem; height: 2.5rem; flex-shrink: 0; font-size: 1.0625rem; display: flex; justify-content: center; align-items: center; margin-right: 1.25rem; }
.contact-list li big {  font-size: 1.375rem; }
.contact-list li .rounded-circle i { font-size: 1.125rem; }

.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%; font-size: 0.875rem; }
.contact_message li .ibox textarea { background-color: transparent; width: 100%; height: 6.25rem; font-size: 0.875rem; }
/*联系我们样式*/

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

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

}
/*大屏手机样式*/

/*PAD效果*/
@media (min-width: 768px){
	html,body { font-size: 14px; }

	/*首页样式开始*/

	/*首页样式结束*/
	/*统一子页面开始*/
	.pro_show { width: 100%; }
	/*统一子页面结束*/
	.news_list { margin-bottom: 1.875rem; }
	.news_list li .img_box { max-width: 28%; }
	.news_list li .cont_box { margin-top: 0; margin-left: 1rem; max-width: calc(72% - 1rem); }
}
/*PAD效果*/

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

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

	/*统一header开始*/

	#note_box #header_link { width: auto; }
	#note_box #header_link ul li { width: auto; }
	.language .language_down { width: 8.5rem; }

	#name_box_w #header_nav { margin: 0 0 0 5rem; }
	/*统一header结束*/

	#page_banner_box  { max-height: 20rem; }
	#page_banner_box .bg { min-height: 20rem; }
	#page_banner_box .bg img { visibility: hidden; opacity: 0; }

	/*首页样式开始*/
	#in_box_01 #cont_box { padding-right: 3.125rem; }
	#in_box_01 .intro_content { font-size: 0.9375rem; }
	/*首页样式结束*/
	#company #box1 .img_box { max-width: 50%; float: left; margin: 0 3.125rem 0.625rem 0; }

	/*统一子页面开始*/
	#page_left { width: 30%; }
	#page_left .slider_type .slider_type_list dl dt { font-size: 1.0625rem; }
	#page_left .slider_type .slider_type_list dl dd { font-size: 0.9375rem; }
	#page_right { width: 68%; margin-left: 2%; }
	#page_right.order-lg-first { margin-left: auto; margin-right: 2%; }
	/*统一子页面结束*/

	.box_param li { border-right: 1px solid #c2c7d4; }


	#in_box_02 .container .box_body .box_1 { width: 55%; }
	#in_box_02 .container .box_body .box_2 { width: 45%; padding-left: 0; padding-right: 4.0rem; }

	.newgoods .title { font-size: 2rem; font-weight: bold; color: var(--base_color); margin-bottom: 1rem; }
	.newgoods .desc { font-size: 1rem; color: var(--grey3); line-height: 1.5; margin-bottom: 1.0rem; }

	.newgoods .tags { margin-bottom: 0.5rem; }
	.newgoods .tags li div.box { width: 100%; height: 6.5625rem; border-radius: 0.625rem; display: flex; justify-content: center; align-items: center; }
	.newgoods .tags li:nth-child(1) div.box { background-color: #f7d64d; }
	.newgoods .tags li:nth-child(2) div.box { background-color: #c5e0b4; }
	.newgoods .tags li:nth-child(3) div.box { background-color: #e9e4cf; }
	.newgoods .tags li:nth-child(4) div.box { background-color: #f4b183; }

	.newgoods .tags li:nth-child(1) div.box p:first-child { color: #f7d64d; }
	.newgoods .tags li:nth-child(2) div.box p:first-child { color: #c5e0b4; }
	.newgoods .tags li:nth-child(3) div.box p:first-child { color: #e9e4cf; }
	.newgoods .tags li:nth-child(4) div.box p:first-child { color: #f4b183; }

	.newgoods .tags li div p:first-child { margin: 0 auto; background-color: var(--base_color); width: 1.5rem; height: 1.5rem; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1rem; font-weight: bold; margin-bottom: 0.75rem; }
	.newgoods .tags li div p:last-child { font-size: 1.125rem; font-weight: bold; color: #1c2d60; }

	.newgoods .tels { margin-bottom: 1.25rem; }
	.newgoods .tels .box { background-color: #deebf7; color: var(--base_color); font-weight: bold; width: 100%; height: 6.5625rem; border-radius: 0.625rem; display: flex; justify-content: center; align-items: center; }
	.newgoods .tels .box .box_s { margin-top: 0.3125rem; }
	.newgoods .tels .box .box_s p:first-child { font-size: 1rem; margin-bottom: 0.5rem; }
	.newgoods .tels .box .box_s p:first-child img { width: 0.875rem; }
	.newgoods .tels .box .box_s p:last-child { font-size: 1.875rem; font-family: "DIN Next LT Pro",Arial; letter-spacing: -0.1875rem; }

	.newgoods .btns a { font-size: 1.125rem; color: rgba(25,45,96,0.6); display: flex; align-items: center; }
	.newgoods .btns a img { width: auto; margin-right: 0.625rem; }
	.newgoods .btns a span { text-decoration: underline; }

	#in_box_04 .gallery-right { height: 21rem; }
	.gallery-right .swiper-slide .box { height: 100%; padding: 0 1.5rem; font-size: 1.5rem; height: 100%; background-color: #f4f5f7; border-bottom: 0.3125rem solid var(--second_color); display: flex; justify-content: space-between; align-items: center; color: var(--base_color); }
	.gallery-right .swiper-slide .box .num { font-size: 4.0rem; font-weight: bold; color: var(--second_color); font-family: "DIN Next LT Pro",Arial; letter-spacing: -0.3175rem; }
	.gallery-right .swiper-slide-thumb-active { opacity: 1; }
	.gallery-right .swiper-slide-thumb-active .box { background-color: var(--second_color) !important; }
	.gallery-right .swiper-slide-thumb-active .box * { color: #ffffff !important; }

	.gallery-right .swiper-slide { cursor: pointer; padding-left: 1.25rem; }
	.gallery-right .swiper-slide-thumb-active:before { position: absolute; top: 50%; transform: translateY(-50%); left: 0; display: block; content: ""; 
	width: 0;
	height: 0;
	border-top: 0.625rem solid transparent; 
	border-right: 0.625rem solid var(--second_color);
	border-left: 0.625rem solid transparent;
	border-bottom: 0.625rem solid transparent;
}


/*统一footer开始*/
#footer { margin-bottom: 0; }


#footer_main #e2 .e2_left { width: auto; }

#footer_copy.border-top { background-image: linear-gradient(to right, #f4f5f7 50%, #1c2d60 50%); }
/*统一footer结束*/

}
/*IPAD效果*/

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

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

	.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-12 { -webkit-line-clamp: 12; }

	/*统一header开始*/
	#name_box_w #header_logo { width: 15rem; }
	/*统一header结束*/

	/*首页样式开始*/

	#in_box_04 .gallery-right { height: 26rem; }

	/*首页样式结束*/

	/*公共样式*/
	.page-a { font-size: 0.875rem; }

	#page_right .box_header { margin-bottom: 3rem; }

	.mainInfo { font-size: 1.0rem; line-height: 2; }
	/*公共样式*/

	/*关于我们样式*/

	/*关于我们样式*/

	/*单页样式*/
	#single #box1 .box { padding: 4.1875rem 4.375rem !important; }
	#single .tags { font-size: 1.625rem; }
	/*单页样式*/

	/*联系我们*/
	#contact #box1 .box { padding: 4.1875rem 4.375rem !important; }
	/*联系我们*/

	/*产品中心*/
	/*产品中心*/
	.detail_title .title { width: 10.0rem; }

	/*统一footer开始*/
	#footer_main #e1 { border-right: 1px solid #434343; }
	#footer_main #e1 { padding-top: 5.0rem; padding-bottom: 5.0rem; padding-right: 5.0rem; border-color: #c2c7d3 !important; }
	#footer_main #e2 { padding-top: 5.0rem; padding-bottom: 5.0rem; padding-left: 5.0rem; }

	#footer_copy .container.border-top { padding-top: 1.875rem; padding-bottom: 1.875rem; }
	/*统一footer结束*/
}
/*PC效果*/

/*1280效果/1920 150% 效果*/
@media (min-width: 1280px){

}
/*1280效果/1920 150% 效果*/

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

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

	#name_box_w { height: 6.625rem; }
	#name_box_w #header_logo { width: 18.75rem; }
	#name_box_w #header_nav { margin: 0 0 0 3.125rem; }
	#name_box_w #header_logo img { max-height: 3.75rem; }
	.navI>li .children { top: 9.0rem; }

	#page_left { width: 24%; }
}
/*1400效果*/

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

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

	#name_box_w { height: 6.625rem; }
	#name_box_w #header_nav { margin: 0 0 0 5.0rem; }
	.navI>li .children { top: 9.0rem; }

}
/*1440效果*/


/*1536效果/1920 125% 效果*/
@media (min-width: 1536px){
	html,body { font-size: 16px; }
	main {  }
	.container {
		max-width: 1424px;
	}
	#name_box_w #header_nav { margin: 0 0 0 5.0rem; }
	#name_box_w { height: 6.625rem; }
	.navI>li .children { top: 9.0rem; }

	#page_banner_box { max-height: 26.875rem; }

	#page_left { width: 21.183%; }
	#page_left .slider_type:after { height: 6.8rem; }
	#page_left .slider_type .slider_type_header { height: 6.5rem; }
	#page_left .slider_type .slider_type_header .title { font-size: 2rem; }

	#page_left .slider_type .slider_type_list ul li { height: 5.25rem; line-height: 5.25rem; font-size: 1.125rem; }

	#product #page_left .slider_type .slider_type_list ul li,#proinfo #page_left .slider_type .slider_type_list ul li { font-size: 1rem; }

	/*首页样式开始*/

	.box_header .title { font-size: 2.25rem; margin-bottom: 1rem; font-weight: bold; }
	.box_header .desc { font-size: 1rem; color: #96989e; margin-bottom: 1.5rem; line-height: 1.2; }

	/*in_box_01*/
	#in_box_01 { padding-top: 7.5rem; padding-bottom: 8.0rem; }

	.intro { margin-bottom: 6.25rem; }

	.box_param li { padding: 1.25rem 5rem; }
	.box_param li .icon_box { margin-right: 1.875rem; }
	.box_param li .icon_box img { width: auto; }
	.box_param li .cont_box .key { font-size: 1.375rem; margin-bottom: 0.625rem; }
	.box_param li .cont_box .vo { font-size: 0.875rem; }
	.box_param li .arrow { width: 2.25rem; height: 2.25rem; font-size: 1.875rem; }
	.box_param li .arrow i { font-size: 1rem; }
	/*in_box_01*/

	/*in_box_02*/
	#in_box_02 { padding-top: 6.75rem; padding-bottom: 1.25rem; }
	#in_box_02 .container { height: 36.875rem; }
	#in_box_02 .container .box_header_a { width: 18.1875rem; height: 8.3125rem; background: url('../images/in_box2_icon_title.png') center no-repeat; background-size: cover; }
	#in_box_02 .container .box_header_a .title { height: 5.875rem; }
	#in_box_02 .container .box_header_a .title .icon { width: 2.8125rem; }
	#in_box_02 .container .box_header_a .title span { font-size: 2.25rem; font-weight: bold; color: #ffffff; }

	#in_box_02 .container .box_body .box_1 { width: 62%; }
	#in_box_02 .container .box_body .box_2 { width: 38%; padding-left: 0; padding-right: 5.0rem}

	#newgoods .newgoods>li { padding: 4rem 2.5rem; }

	.newgoods .title { font-size: 2.25rem; font-weight: bold; color: var(--base_color); margin-bottom: 1rem; }
	.newgoods .desc { font-size: 1rem; color: var(--grey3); line-height: 1.5; margin-bottom: 1.0rem; }

	.newgoods .tags { margin-bottom: 0.5rem; }
	.newgoods .tags li div.box { width: 100%; height: 6.5625rem; border-radius: 0.625rem; display: flex; justify-content: center; align-items: center; }
	.newgoods .tags li:nth-child(1) div.box { background-color: #f7d64d; }
	.newgoods .tags li:nth-child(2) div.box { background-color: #c5e0b4; }
	.newgoods .tags li:nth-child(3) div.box { background-color: #e9e4cf; }
	.newgoods .tags li:nth-child(4) div.box { background-color: #f4b183; }

	.newgoods .tags li:nth-child(1) div.box p:first-child { color: #f7d64d; }
	.newgoods .tags li:nth-child(2) div.box p:first-child { color: #c5e0b4; }
	.newgoods .tags li:nth-child(3) div.box p:first-child { color: #e9e4cf; }
	.newgoods .tags li:nth-child(4) div.box p:first-child { color: #f4b183; }

	.newgoods .tags li div p:first-child { margin: 0 auto; background-color: var(--base_color); width: 1.625rem; height: 1.625rem; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1rem; font-weight: bold; margin-bottom: 0.75rem; }
	.newgoods .tags li div p:last-child { font-size: 1.375rem; font-weight: bold; color: #1c2d60; }

	.newgoods .tels { margin-bottom: 1.25rem; }
	
	.newgoods .btns a { font-size: 1.375rem; color: rgba(25,45,96,0.6); display: flex; align-items: center; }
	.newgoods .btns a img { width: auto; margin-right: 0.625rem; }
	.newgoods .btns a span { text-decoration: underline; }
	/*in_box_02*/

	/*in_box_03*/
	#in_box_03 { padding-top: 6.75rem; padding-bottom: 0; }
	#in_box_03 .box_header { margin-bottom: 1.75rem; }
	#in_box_03 .box_body #goods_slider_type { margin-bottom: 2.6875rem; }

	#in_box_03 .box_body #goods_slider_type .title_box .box { padding: 3.125rem; }
	#in_box_03 .box_body #goods_slider_type .cont_box .box { padding: 3.125rem; }
	#in_box_03 .box_body #goods_slider_type .title_box .box .icon { width: auto; }

	#in_box_03 .box_body #goods_slider_type .cont_box .goods_slider_type .swiper-slide a { padding: 0.625rem 1.875rem; }
	#in_box_03 .box_body .pro_gd .swiper-slide { padding: 3.175rem; }
	#in_box_03 .box_body .pro_gd .swiper-slide .title { transition: all 0.3s; font-size: 1.25rem; }
	/*in_box_03*/

	/*in_box_04*/
	#in_box_04 { padding-top: 6.25rem; padding-bottom: 6.25rem; }
	.box_header_box .btns { width: 12.8125rem; }
	#in_box_04 .box_body { margin-top: 1.125rem; }
	#in_box_04 .gallery-right { height: 34.375rem; }
	/*in_box_04*/

	/*in_box_05*/
	#in_box_05 { padding-top: 5rem; padding-bottom: 4.75rem; }
	#in_box_05 .box_body { margin-top: 1.125rem; }
	/*in_box_05*/

	/*in_box_06*/
	#in_box_06 { padding-top: 5.0rem; padding-bottom: 8.125rem;}
	#in_box_06 .box_body { margin-top: 3rem; }
	#in_box_06 .news_gd .box { background-color: #f4f5f7; padding: 2rem 4rem 4rem; }

	/*in_box_06*/

	/*首页样式结束*/
	/*#product*/
	.pro_li a .title div { padding: 0 1.25rem; }
	/*#product*/
	#proinfo #box2{ padding-top: 4.375rem !important; padding-bottom: 4.375rem !important; background-color: #f6f6f6; }
	#proinfo #box2 .box_header { margin-bottom: 2.875rem; }
	#proinfo #box2 .box_header .title { font-size: 2.375rem; font-weight: bold; color: var(--grey1); }
	#proinfo #box2 .box_header .title .dian { font-size: 1.0rem; }

	/*contact*/
	.contact_message li .ibox input { font-size: 1.0rem; }
	.contact_message li .ibox textarea { font-size: 1.0rem; }
	/*contact*/

	/*统一子页面开始*/

	/*统一子页面结束*/

	/*统一footer开始*/
	/*统一footer结束*/

}
/*1536效果/1920 125% 效果*/


/*1800效果*/
@media (min-width: 1680px){
	.container {  max-width: 1624px; }
	#banner_box { width: 120rem; position: relative; left: 50%; transform: translateX(-50%); }
}
/*1800效果*/

/*1920效果*/
@media (min-width: 1920px){
	#name_box_w #header_logo { width: 33.125rem; }
	#name_box_w #header_logo .header_desc { display: block; border-left: 1px solid #d9d9d9; margin-left: 1.625rem; padding-left: 1rem; color: #4b4a4a; line-height: 1.6; }
	#name_box_w #header_nav { margin: 0 0 0 7.5rem; }
	#name_box_w #name_box.boxshow #header_logo .header_desc { font-size: 0.9375rem; }
}
/*1920效果*/

/*-------------------------*/