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

/*统一header开始*/
#name_box_w { z-index: 99; width: 100%; position: fixed; top: 0; left: 0; height: 5.0rem; transition: all 0.5s; border-bottom: 1px solid rgba(255,255,255,0.3); }

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

#name_box_w .container #header_nav { height: 100%; }
#name_box_w .container #header_nav ul { height: 100%; }

/*主导航*/
.navI>li { position: relative; display: flex; justify-content: center; align-items: center; padding: 0 5px; }
.navI>li>a { width: 100%; position: relative; z-index: 1; display: block; text-align: center; padding: 0.75rem 0.3125rem; font-size: 1.0625rem; color: #ffffff; }
.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: 1.25rem; height: 0.1875rem; content: ''; transition: all .5s ease; }
.navI>li:hover>a:after, .navI>li.active>a:after { background-color: #ffffff; height: 0.1875rem; }
.navI>li:hover>a,.navI>li.active p a { color: #FFFFFF; }
.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; }

.navI li .children{position:fixed;z-index: 8;top: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;}

/*主导航*/

/*导航右侧*/
#header_tel { transition: all 0.5s; width: 38px; height: 38px; border-radius: 50%; overflow: hidden; background-color: var(--base_color); color: #ffffff; cursor: pointer; }
#header_tel i { transition: all 0.5s; font-size: 1.25rem; }
/*#header_tel div { transition: all 0.5s; font-size: 1.25rem; line-height: 1.2; }*/
/*导航右侧*/

#name_box_w .container #m_nav { width: 3.1875rem; height: 100%; }

#banner_box, #page_banner_box { transition: all 0.5s; }

#page_banner_box .bg { position: relative; z-index: 0; transition: all 0.5s; background-position: center top; }

/*下拉样式*/
#name_box_w.boxshow { height: 5rem; background-color: rgba(0,0,0,0.7); box-shadow: 0 0 0.1875rem rgba(0,0,0,0.1); }
#name_box_w.boxshow .navI>li .children { top: 5.0rem; }
#name_box_w.boxshow #header_logo img { transition: all 0.5s; max-height: 2.25rem; }
/*#name_box_w.boxshow img { filter: brightness(-100%); }*/
#name_box_w.boxshow #header_tel { transform: scale(0.8); }
/*#name_box_w.boxshow #header_tel div { font-size: 1.125rem; }*/
#banner_box.boxshow, #page_banner_box.boxshow { margin-top: 3.75rem; }
/*下拉样式*/

/*统一header结束*/

/*统一子页面开始*/

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


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

#page_left { width: 100%; }
/*#page_left .slider_type  { width: 18.0rem; }*/

#page_left .slider_type .slider_type_header { background-color: var(--base_color); color: #ffffff; height: 6.4375rem; }
#page_left .slider_type .slider_type_header .title { font-size: 1.5rem; margin-bottom: 0.625rem;}
#page_left .slider_type .slider_type_header .desc { font-size: 0.875rem; font-family: 'Arial'; text-transform: uppercase; }

#page_left .slider_type .slider_type_list { background-color: #fafafa; border: 0.0625rem solid #dddddd; }
#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.25rem; }
#page_left .slider_type .slider_type_list dl dt:last-child { border-bottom: 0 !important; }
#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 .sub { display: none; background-color: #f2f4f6; }
#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.125rem; }

#page_left .slider_type .slider_type_list dl.active dd a.active { color: var(--base_color); }

#page_left .slider_type .slider_type_list dl dt a span.dian { width: 0.875rem; height: 0.875rem; display: block; background: url('../images/dot_g.png') center no-repeat; margin-right: 0.625rem; }
#page_left .slider_type .slider_type_list dl.active dt a:hover span.dian, #page_left .slider_type .slider_type_list dl.active dt a span.dian { background: url('../images/dot_w.png') center no-repeat; }
#page_left .slider_type .slider_type_list dl.active dt a:hover,#page_left .slider_type .slider_type_list dl.active dt a { color: #ffffff; }


#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%; }
#page_right .page_title .title { font-size: 2.0rem; border-left: 0.375rem solid var(--base_color); padding-left: 0.625rem; }

.mainInfo { font-size: 1.0rem; line-height: 2; }
.video_box { width: 100%; height: 23.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 { background-color: #333333; margin-bottom: 5rem; font-size: 0.9375rem; }
.footer_line { width: 100%; height: 0.5rem; background-image: linear-gradient(to right, var(--base_color) 50%, #ffffff 50%); }
#footer_main { padding-top: 3.5rem; padding-bottom: 0; }

#footer_main,#footer_main a { color: #8f8f8f;}
#footer_main a:hover { color: #ffffff; }
#footer_main dl dt { color: #ffffff; font-size: 1.375rem; line-height: 1; margin-bottom: 1.25rem; font-weight: normal; }
#footer_main dl dt:before { display: inline-block; content: ""; width: 0.1875rem; height: 1.1875rem; background-color: #ffffff; margin-right: 1.3125rem; }
#footer_main dl dd { line-height: 2; padding-top: 0.3125rem; padding-bottom: 0.3125rem; }
#footer_main dl dd a { padding-left: 0.1875rem; }

#footer_main #qrcodeList { padding-left: 3.125rem; margin-bottom: 1.875rem; }
#footer_main #qrcodeList li { font-size: 0.9375rem; text-align: center; }
#footer_main #qrcodeList img { width: 8.0625rem; height: 8.0625rem; }

#footer_main #contactList { position: relative; margin-top: -1.0rem; margin-bottom: 1.875rem; }
#footer_main #contactList dl dd { line-height: 2; font-size: 1.0rem; padding-top: 0; padding-bottom: 0; }
#footer_main #contactList dl .e_tel_num span { font-size: 1.5rem; color: #ffffff; }


#footer_copy { margin-top: 1.125rem; }
#footer_copy .container.border-top { border-color: #434343 !important; padding-top: 1rem; padding-bottom: 1rem; }
#footer_copy,#footer_copy a { font-size: 0.9375rem; color:#8e9198; }
#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: 1; margin: 0 0.3125rem; border-radius: 0; width: 0.75rem !important; height: 0.125rem !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_1*/
#in_box_1 { padding-top: 2.5rem !important; padding-bottom: 0; }
#in_box_1 .box_header { text-align: center; }
#in_box_1 .box_header .title { font-size: 1.75rem; margin-bottom: 1rem; color: var(--base_color); }
#in_box_1 .box_header .title a { color: var(--base_color); }
#in_box_1 .box_header .desc { max-width: 96%; margin: 0 auto; margin-bottom: 1.25rem; line-height: 1.2; font-size: 1.25rem; color: var(--grey1); }

#in_box_1 .box_body #goods_slider_type { margin-bottom: 1.25rem; }
#in_box_1 .box_body #goods_slider_type .cont_box .goods_slider_type .swiper-slide { width: auto; font-size: 1.125rem; }
#in_box_1 .box_body #goods_slider_type .cont_box .goods_slider_type .swiper-slide a { display: inline-block; padding: 0.625rem 1.25rem; color: #8b8b8b; position: relative; }
#in_box_1 .box_body #goods_slider_type .cont_box .goods_slider_type .swiper-slide a:after { content: ""; width: 1px; height: 17px; background-color: #ccc; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#in_box_1 .box_body #goods_slider_type .cont_box .goods_slider_type .swiper-slide a:hover { background-color: var(--base_color); color: #ffffff; }
#in_box_1 .box_body #goods_slider_type .cont_box .goods_slider_type .swiper-slide a:hover:after { display: none; }
#in_box_1 .box_body #goods_slider_type .cont_box .goods_slider_type .swiper-slide:last-child a:after { display: none; }

#in_box_1 .box_body .pro_gd {  }
#in_box_1 .box_body .pro_gd .swiper-slide a .cover { transition: all 0.3s; }
#in_box_1 .box_body .pro_gd .swiper-slide a:hover .cover { background: transparent; }
#in_box_1 .box_body .pro_gd .swiper-slide .title { transition: all 0.3s; font-size: 1.125rem; }
#in_box_1 .box_body .pro_gd .swiper-slide a:hover .title { background-color: #f4f4f4; font-size: 1.0rem; color: var(--grey1); }
#in_box_1 .box_body .pro_gd .swiper-slide a .flex-shrink-0 { transition: all 0.3s; transform: translateX(300%); }
#in_box_1 .box_body .pro_gd .swiper-slide a:hover .flex-shrink-0 { transform: translateX(0); }
/*in_box_1*/

/*in_box_2*/
#in_box_2 .box_header { text-align: center; }
#in_box_2 .box_header .title { font-size: 1.75rem; margin-bottom: 1rem; color: var(--base_color); }
#in_box_2 .box_header .title a { color: var(--base_color); }
#in_box_2 .box_header .desc { max-width: 96%; margin: 0 auto; margin-bottom: 1.25rem; line-height: 1.2; font-size: 1.25rem; color: var(--grey1); }

#in_box_2 .box_body { background-color: #051a45; position: relative; height: 28.75rem; margin-top: 1.875rem; }
#in_box_2 .box_body:after { background-image: url('../images/in_ys_bg.jpg'); background-position: center top; background-repeat: no-repeat; background-attachment: fixed; background-size: 100% auto; opacity: 0.2; display: block; content: ""; position: absolute; top:0; left: 0; width: 100%; height: 100%; opacity: 0.2; }
#in_box_2 { padding-top: 2.5rem !important; padding-bottom: 0; }


.qyys_gd .swiper-slide { transition: all 0.3s; border-right: 1px solid rgba(255,255,255,0.12); padding: 2.5rem 2.5rem; }
.qyys_gd .swiper-slide:hover { background-color: rgba(214,44,44,0.79); }
.qyys_gd .swiper-slide .ys_icon { text-align: center; margin-bottom: 1.875rem; }
.qyys_gd .swiper-slide .ys_icon img { width: 3.0rem; }
.qyys_gd .swiper-slide .title { text-align: center; color: #ffffff; font-size: 1.75rem; font-weight: bold; margin-bottom: 1.25rem; }
.qyys_gd .swiper-slide .title:after { content: ""; display: block; margin: 1.875rem auto; width: 1.25rem; height: 0.0625rem; background-color: rgba(255,255,255,0.67); }
.qyys_gd .swiper-slide .content { height: 6.25rem; text-align: center; color: rgba(255,255,255,0.67); line-height: 2; }
.qyys_gd .swiper-slide .more {transform: translateY(-100%); visibility: hidden; margin-top: 0.625rem; opacity: 0; transition: all 0.3s; text-align: center;}
.qyys_gd .swiper-slide:hover .more { transform: translateY(0); visibility: visible; margin-top: 1.875rem; opacity: 1; }
.qyys_gd .swiper-slide .more a { display: inline-block; padding: 1.25rem 3.4375rem; background-color: #ffffff; color: #8b8b8b; text-align: center; }
.qyys_gd .swiper-slide .more a:hover { padding: 1.25rem 4.4375rem; background-color: #efefef; color: #000000; text-align: center; }
/*in_box_2*/

/*in_box_3*/

#in_box_3 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }

#in_box_3 .box_header .title { font-size: 1.75rem; margin-bottom: 1rem; }
#in_box_3 .box_header .title a { color: var(--base_color); }
#in_box_3 .box_header .desc { color: var(--grey1); font-size: 1.25rem; margin-bottom: 1.25rem; line-height: 1.6; }
#in_box_3 .img_box { position: relative; }
#in_box_3 .img_box img { position: relative; z-index: 1;}
#in_box_3 .img_box:after { display: block; content: ''; width: 40%; height: 52.15%; background: url('../images/about/about_bg1.jpg'); background-size: cover; position: absolute; left: -1.625rem; top: -1.0625rem; z-index: 0;}

#in_box_3 .intro_content { text-indent: 2em; font-size: 1.0rem; color: var(--grey2); line-height: 2.4; }

.box_param { padding: 1.875rem 0; font-size: 1.125rem; margin-top: 1.875rem; }
.box_param li {}
.box_param li .vo1 { font-size: 2.0rem; font-family: 'Bahnschrift' !important; position: relative; color: var(--grey1); }
.box_param li .vo1 span { font-size: 1.25rem; position: absolute; top: 50%; transform: translateY(-50%); margin-left: 0.3125rem; color: var(--grey1); }
.box_param li .key { font-size: 0.875rem; color: var(--grey1);}

/*in_box_3*/

/*in_box_4*/
#in_box_4 { background-color: #f6f6f6; }
#in_box_4 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }

#in_box_4 .box_header { text-align: center; }
#in_box_4 .box_header .title { font-size: 1.75rem; margin-bottom: 1rem; }
#in_box_4 .box_header .title a { color: var(--base_color); }
#in_box_4 .box_header .desc { color: var(--grey1); font-size: 1.25rem; margin-bottom: 1.25rem; line-height: 1.6; }

#in_box_4 .case_gd { margin-top: 1.875rem; }
#in_box_4 .case_gd .swiper-slide a .title div { padding: 0 0.625rem; }
#in_box_4 .case_gd .swiper-slide a .title .flex-grow-1 { transition: all 0.3s; position: relative; color: var(--grey1); height: 3.3125rem; line-height: 3.3125rem; }
#in_box_4 .case_gd .swiper-slide a .title .flex-grow-1 p { position: relative; z-index: 1; transition: all 0.3s; }
#in_box_4 .case_gd .swiper-slide 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; }
#in_box_4 .case_gd .swiper-slide a:hover .title .flex-grow-1:after { width: 100%; }
#in_box_4 .case_gd .swiper-slide a:hover .title .flex-grow-1 p { color: #ffffff; }

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


#in_message_box { background-image: linear-gradient(to bottom, #f6f6f6 50%, #ffffff 50%);  }
#in_message { min-height: 15.125rem; padding: 1.875rem 0; background-image: url('../images/message_bg.jpg'); }
#in_message .title { font-size: 1.5rem; color: #ffffff; text-align: center; margin-bottom: 1.25rem; }

#in_message .row { margin: 0 -0.25rem; }
#in_message .row>* { padding: 0 0.25rem; }

#in_formData input { font-size: 1.0625rem; color: #8d8d8d; }
#in_formData a { font-size: 1.125rem; }
#in_formData input, #in_formData a { height: 3.75rem; }
#in_formData img { height: 1.75rem; cursor: pointer; margin-right: 0.3125rem; }

/*in_box_4*/

/*in_box_5*/

#in_box_5 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }

#in_box_5 .box_header { text-align: center; margin-bottom: 1.875rem; }
#in_box_5 .box_header .title { font-size: 1.75rem; }

.news_gd .swiper-slide a { display: block; background-color: #f6f6f6; padding: 1.875rem; }
.news_gd .swiper-slide a .time { font-size: 1rem; font-family: 'Arial'; font-weight: bold; color: var(--base_color); margin-bottom: 1rem; }
.news_gd .swiper-slide a .title { height: 3.6rem; font-size: 1.25rem; font-weight: bold; margin-bottom: 0.5rem; line-height: 1.6; }
.news_gd .swiper-slide a .content { font-size: 1rem; color: var(--grey2); line-height: 1.8; }

/*in_box_5*/

/*首页样式结束*/

/*公共样式*/

#page_banner_box .box_header { z-index: 1; text-align: center; color: #ffffff; }

#page_banner_box .box_header .box { transform: translateY(2.5rem); width: 6.9375rem; height: 2.8125rem; background: url('../images/page_banner_title.jpg') center no-repeat; background-size: cover; }
#page_banner_box .box_header .title { font-size: 1.125rem; }
#page_banner_box .box_header .desc { display: none; }


.page_title .box_header .title { font-size: 1.75rem; margin-bottom: 1rem; }
.page_title .box_header .desc { color: var(--grey2); margin-bottom: 2rem; }
/*公共样式*/

/*关于我们样式*/
#company #box1 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; background: url('../images/about/about_bg0.jpg') bottom right no-repeat; }

#company .box_param { margin-top: 0; margin-bottom: 1.875rem; }

#company #box1 .box_header .title { font-size: 1.75rem; margin-bottom: 1.25rem; color: var(--base_color); }
#company #box1 .tags { color: var(--grey1); font-size: 1.25rem; margin-bottom: 1rem; line-height: 1.3; }

#company #box1 .img_box { position: relative; margin-bottom: 1.875rem; }
#company #box1 img { position: relative; z-index: 1; }
#company #box1 .img_box:after { display: block; content: ''; width: 40%; height: 52.15%; background: url('../images/about/about_bg1.jpg'); background-size: cover; position: absolute; left: -1.625rem; top: -1.0625rem; z-index: 0;}

#company #box2 { padding-top: 0 !important; padding-bottom: 2.5rem !important; }
#company #box2 .box_header { margin-bottom: 1.875rem; }
#company #box2 .box_header .title { font-size: 1.75rem; font-weight: bold; color: var(--grey1); }
#company #box2 .box_header .title .dian { font-size: 1.0rem; }

#company #box2 .box_body { background-color: #ffffff; box-shadow: 0 0 1.2rem rgba(0,0,0,0.2); }
#company #box2 .box_body .img_box img { border-bottom: 0.625rem solid var(--base_color); }

#company #box2 .box_body .cont_box {  }
#company #box2 .box_body .cont_box h2 { font-size: 1.5rem; font-weight: bold; color: var(--grey1); margin-bottom: 1.25rem; }
#company #box2 .box_body .cont_box .mainInfo { font-size: 1.0rem; line-height: 2; }

.mainInfo::-webkit-scrollbar { width: 3px; background-color: #f4f6f8; border-radius: 3px; }
.mainInfo::-webkit-scrollbar-thumb { border: solid 2px #7e7b7a; width: 3px; border-radius: 3px; background-color: var(--base_color); }
.mainInfo::-webkit-scrollbar-corner { background-color: #f4f6f8; }
.mainInfo::-webkit-scrollbar:horizontal { height: 9px; }
.mainInfo::-webkit-selection { background: var(--base_color); color: #fff; }
.mainInfo::-moz-selection { background: var(--base_color); color: #fff; }
.mainInfo::selection { background: var(--base_color); color: #fff; }

#company #box3 { margin-top: 2.5rem; height: 19.6875rem; background-image: url('../images/about/about_bg2.jpg'); padding: 4.0625rem 0 5.1875rem 0 !important; }
#company #box3 .box_header { margin-bottom: 1.875rem; }
#company #box3 .box_header .title { font-size: 1.75rem; font-weight: bold; }
#company #box3 .box_header .title .dian { font-size: 1.0rem; }

#company #box3 .box_body .mainInfo { font-size: 1.0rem; line-height: 2; }
#company #box4 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
#company #box4 .box_header { margin-bottom: 1.875rem; }
#company #box4 .box_header .title { font-size: 1.75rem; font-weight: bold; color: var(--grey1); }
#company #box4 .box_header .title .dian { font-size: 1.0rem; }

.honor_gd_w .swiper-button-prev { background-color: #20223b; width: 2.8125rem !important; height: 3.125rem !important; border-radius: 0; left: -1.4rem !important; background-color: #b4b4b4; color: #ffffff !important; }
.honor_gd_w .swiper-button-next { background-color: #d01b22; width: 2.8125rem !important; height: 3.125rem !important; border-radius: 0; right: -1.4rem !important; background-color: var(--base_color); color: #ffffff !important;}
.honor_gd_w .swiper-button-prev:after, .honor_gd_w .swiper-button-next:after { font-size: 1rem !important; }

/*关于我们样式*/

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

/*新闻资讯*/

/*新闻资讯*/

/*产品列表*/
#product { background-color: #efefef; }
#product header #name_box_w { border-bottom: 1px solid rgba(255,255,255,0.3); }

#product #goods_slider_type { height: 5.0rem; margin-bottom: 1.875rem; font-size: 1.25rem; }
#product #goods_slider_type a span.dian { width: 0.875rem; height: 0.875rem; display: block; background: url('../images/dot_g.png') center no-repeat; margin-right: 0.625rem; }
#product #goods_slider_type a:hover span.dian, #product #goods_slider_type a.active span.dian { background: url('../images/dot_r.png') center no-repeat; }
#product #goods_slider_type a:hover,#product #goods_slider_type a.active { color: var(--base_color); }

.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 #name_box_w { background-color: #1b1b1b; border-bottom: 0; }

#proinfo #page_banner_box .bg { height: 5.0rem; background: #1b1b1b; background-image: unset !important; }
#proinfo #page_banner_box img { opacity: 0; }
#proinfo #page_banner_box .box_header { display: none !important; }

#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.625rem; font-weight: bold; color: var(--base_color); }
#proinfo #box1 .tel_box .mess { width: 100%; background-color: #2182d4; 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 !important; padding-bottom: 2.5rem !important; 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 {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;}

/*联系我们样式*/
.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 .box_header { margin-bottom: 1.5rem; }
#contact .box_header .title { font-size: 1.75rem; font-weight: bold; }
#contact .box_header .desc { margin-left: 1.6875rem; line-height: 1.6; }

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


	#page_banner_box .bg { height: 31.25rem; }
	#page_banner_box .bg img { opacity: 0; }
	#page_banner_box .box_header .title { font-size: 2.8125rem;  }
	#page_banner_box .box_header .title:after { margin: 1.5625rem auto; }
	#page_banner_box .box_header .desc { font-size: 1.25rem;  }

	#page_banner_box .box_header .box { width: 20.625rem; height: 8.375rem; background: url('../images/page_banner_title.jpg') center no-repeat; background-size: cover; }
	#page_banner_box .box_header .title { font-size: 2.125rem; position: relative; padding-left: 1.875rem; margin-bottom: 0.75rem; }
	#page_banner_box .box_header .title:before { display: block; content: ""; width: 2.3125rem; height: 2px; background-color: #ffffff; position: absolute; top: 50%; left: 0; transform: translate(-50%,-50%); }
	#page_banner_box .box_header .desc { font-size: 1.125rem; padding-left: 2.1875rem; }


	/*首页样式开始*/
	/*首页样式结束*/
	/*统一子页面开始*/
	.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开始*/
	#name_box_w #header_nav { margin: 0 0 0 3.125rem; }
	/*统一header结束*/


	/*首页样式开始*/
	#in_box_3 #cont_box { padding-left: 3.125rem; }
	/*首页样式结束*/

	#company #box1 .img_box { max-width: 50%; float: left; margin: 0 3.125rem 0.625rem 0; }

	#location_box { background-color: #ffffff !important; }

	/*统一子页面开始*/
	#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: 74%; margin-left: 2%; }
	#page_right.order-lg-first { margin-left: auto; margin-right: 2%; }
	
	/*统一子页面结束*/

	/*统一footer开始*/
	#footer { margin-bottom: 0; }
	/*统一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; }


	/*统一header开始*/
	#name_box_w #header_logo { }
	/*统一header结束*/

	/*首页样式开始*/

	/*首页样式结束*/

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

	.page_title .box_header .title { font-size: 2.1875rem; margin-bottom: 1rem; }
	.page_title .box_header .desc { font-size: 1rem; margin-bottom: 3.75rem; }

	.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 #e1 { border-right: 1px solid #434343; }
	
	#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.875rem; }
	#name_box_w #header_logo { }
	#name_box_w #header_nav { margin: 0 3.125rem; }
	#name_box_w #header_tel { }
	#name_box_w #header_logo img { max-height: 3.75rem; }
	.navI>li .children { top: 6.8125rem; }
	.banner_s { width: 1920px; position: relative; left: 50%; transform: translateX(-50%); }

	#product #goods_slider_type { font-size: 1.125rem; }
	#page_left { width: 24%; }
}
/*1400效果*/

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

	html,body { font-size: 16px; }
	
	#name_box_w { height: 6.875rem; }
	#name_box_w #header_nav { margin: 0 5.0rem; }
	.navI>li .children { top: 6.8125rem; }

}
/*1440效果*/


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

	/*首页样式开始*/

	/*in_box_1*/
	#in_box_1 { padding-top: 4.75rem !important; padding-bottom: 0 !important; }
	#in_box_1 .box_header .title { margin-bottom: 1.25rem; }
	#in_box_1 .box_header .desc { font-size: 2.6875rem; }

	#in_box_1 .box_body #goods_slider_type { margin-bottom: 2.6875rem; }
	#in_box_1 .box_body #goods_slider_type .cont_box .goods_slider_type .swiper-slide a { padding: 0.625rem 1.875rem;  }
	#in_box_1 .box_body .pro_gd .swiper-slide .title { transition: all 0.3s; font-size: 1.625rem; }
	/*in_box_1*/

	/*in_box_2*/
	#in_box_2 { padding-top: 6.75rem !important; padding-bottom: 0 !important; }
	#in_box_2 .box_header .title { margin-bottom: 1.25rem; }
	#in_box_2 .box_header .desc { font-size: 2.6875rem; }

	#in_box_2 .box_body { height: 46.25rem; margin-top: 3.5rem; }
	.qyys_gd .swiper-slide { padding: 3.75rem 6.5%; }
	.qyys_gd .swiper-slide .ys_icon { margin-bottom: 3.125rem; }
	.qyys_gd .swiper-slide .ys_icon img { width: auto; }
	.qyys_gd .swiper-slide .title {font-size: 2.125rem; margin-bottom: 1.875rem; }
	.qyys_gd .swiper-slide .title:after { margin: 2.5rem auto; width: 1.25rem; height: 0.0625rem; }
	.qyys_gd .swiper-slide .content { height: auto; line-height: 2; }
	.qyys_gd .swiper-slide:hover .more { visibility: visible; margin-top: 50px; opacity: 1; }
	.qyys_gd .swiper-slide .more a { padding: 1.25rem 3.4375rem; }
	.qyys_gd .swiper-slide .more a:hover { padding: 1.25rem 4.4375rem; }
	/*in_box_2*/

	/*in_box_3*/
	#in_box_3 { padding-top: 6.25rem !important; padding-bottom: 4.5rem !important; }
	#in_box_3 .box_header .title { font-size: 1.75rem; margin-bottom: 1.25rem; }
	#in_box_3 .box_header .desc { font-size: 2.6875rem; margin-bottom: 1.875rem; line-height: 1.2; }

	.box_param { margin-top: 3.375rem; padding: 2.6875rem 0; }
	.box_param li .vo1 { font-size: 3.375rem; }
	.box_param li .vo1 span { font-size: 2.125rem; margin-left: 0.3125rem; }
	.box_param li .key { font-size: 1.0625rem; }

	/*in_box_3*/

	/*in_box_4*/
	#in_box_4 {  }
	#in_box_4 { /*height: 31.5625rem;*/ padding-top: 4.0rem !important; padding-bottom: 4.75rem !important; }
	#in_box_4 .box_header .title { font-size: 1.75rem; margin-bottom: 1.25rem; }
	#in_box_4 .box_header .desc { font-size: 2.6875rem; margin-bottom: 1.875rem; line-height: 1.2; }
	#in_box_4 .case_gd { margin-top: 3.25rem; }
	#in_box_4 .case_gd .swiper-wrapper { padding-bottom: 3.75rem !important; }
	#in_box_4 .case_gd .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%;}

	#in_message .title { font-size: 1.875rem; margin-bottom: 1.875rem; }
	#in_formData img { height: 1.875rem; }
	/*in_box_4*/

	/*in_box_5*/
	#in_box_5 { padding-top: 5.0rem !important; padding-bottom: 4.5rem !important;}
	#in_box_5 .box_header { margin-bottom: 3.125rem; }
	#in_box_5 .box_header .title { font-size: 2.6875rem; margin-bottom:  }
	.news_gd .swiper-slide a { padding: 3.125rem; }
	/*in_box_5*/

	/*首页样式结束*/
	#company #box1 { padding-top: 4.0625rem !important; padding-bottom: 4.0625rem !important; }
	#company .box_param { margin-top: 0; margin-bottom: 5.4375rem; }
	#company #box1 .box_header .title { font-size: 1.75rem; margin-bottom: 1.25rem; color: var(--base_color); }
	#company #box1 .tags { font-size: 2.6875rem; margin-bottom: 2.5rem; line-height: 1.4; }

	#company #box1 .img_box { max-width: 42.5rem; float: left; margin: 0 4.75rem 0.625rem 0; }
	#company #box1 .mainInfo { font-size: 1.0625rem; line-height: 2.5; }

	#company #box2 { padding-bottom: 3.75rem !important; }
	#company #box2 .box_header { margin-bottom: 3.125rem; }
	#company #box2 .box_header .title { font-size: 2.375rem; }
	#company #box2 .box_header .title .dian { font-size: 1.5rem; }
	#company #box2 .box_body .cont_box { height: 26.0rem; padding: 3.4375rem !important; }
	#company #box2 .box_body .cont_box h2 { font-size: 1.625rem; margin-bottom: 1.25rem; }
	#company #box2 .box_body .cont_box .mainInfo { font-size: 1.0rem; }

	#company #box3 { margin-top: 4.375rem; }
	#company #box3 .box_header .title { font-size: 2.375rem; }
	#company #box3 .box_header .title .dian { font-size: 1.25rem; }

	#company #box4 { padding-top: 4.375rem !important; padding-bottom: 4.375rem !important; }
	#company #box4 .box_header { margin-bottom: 2.875rem; }
	#company #box4 .box_header .title { font-size: 2.375rem; font-weight: bold; color: var(--grey1); }
	#company #box4 .box_header .title .dian { font-size: 1.25rem; }

	/*#product*/
	#product #goods_slider_type { height: 6.625rem; margin-bottom: 2.5rem; }
	.pro_li a .title div { padding: 0 1.25rem; }
	/*#product*/
	#proinfo #page_banner_box .bg { height: 6.875rem; }
	#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_main #navList { padding-right: 5.0rem; }
	#footer_main #typeList { padding-right: 5.0rem; }
	#footer_main #qrcodeList { padding-left: 5.875rem; margin-bottom: 1.875rem; }
	/*统一footer结束*/

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


/*1800效果*/
@media (min-width: 1800px){
	#name_box_w .container {  }
}
/*1800效果*/

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

}
/*1920效果*/

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