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

/*统一header开始*/

#note_box { background-color: #f4f3f3; height: 2.5rem; font-size: 0.875rem; position: relative; z-index: 2; }
#note_box, #note_box a { color: #a09b9b; }
#note_box a:hover { color: red; }

#name_box_w { width: 100%; height: 5.0rem; transition: all 0.5s; border-bottom: 0.0625rem 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: 2.0rem;}

#header_contact { color: var(--base_color); font-size: 0.875rem }
#header_contact a { display: flex; justify-content: center; align-items: center; width: 6.5rem; height: 1.875rem; overflow: hidden; background-color: #f4f3f3; color: var(--base_color);} 
#header_contact a:hover { background-color: var(--base_color); color: #ffffff; }


.search_box  { width: 18.875rem; height: 1.875rem; background-color: #f4f3f3; }
.search_box .search_key { font-size: 0.875rem; width: 0; border: 0; height: 100%; line-height: 100%; overflow: hidden; padding: 0 0.625rem; flex-grow: 1; background-color: transparent; }
.search_box .search_key::placeholder { color: var(--grey3); }
.search_box .search_so { width: 3.75rem; height: 100%; background-color: var(--base_color); border: 0; cursor: pointer; transition: all 0.3s; color: rgba(255,255,255,0.6); font-size: 0.875rem; }

#header_nav .container { padding: 0.6rem 0; }

/*主导航*/

.navI { height: 2.4rem; display: flex; }
.navI>li { width: 7.623%; line-height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }

.navI>li>a { width: 100%; height: 100%; position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; padding: 0 0.125rem; line-height: 100%; font-size: 1rem; color: #ffffff; }
.navI>li>a p { position: relative; z-index: 2; }
.navI>li>a:after { z-index: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; width: 100%; height: 0; content: ''; transition: all .5s ease; }
.navI>li:hover a p,.navI>li.active a p { color: #FFFF00; font-weight: bold; }
.navI>li .children { width: 100%; position: absolute; left: 0; top: 0; height: 0; overflow: hidden; visibility: hidden; opacity: 0; transition: all .3s ease; }
.navI>li:hover .children { visibility: visible; opacity: 1; height: auto; }

/*.navI li#nav_product .children { width: 31.5625rem; }*/
.navI li .children { width:100%; position:absolute; z-index: 1; top: 4.0rem; left: 0; text-align: left; height:0; overflow: hidden; opacity:0; transition: all 0.3s ease 0s; }
.navI li .children li a { padding: 0 0.3125rem; display: block; line-height: 3.6; font-size: 0.9375rem; text-align: center; background-color: #fcf9f9; color: #444444; transition:.3s all; }
.navI li .children li a:hover,.navI li .children li a.active { background: var(--base_color); color: #ffffff; }

.nav_more.change img { transform: rotate(180deg); }


/*主导航*/

/*导航右侧*/

/*导航右侧*/
#name_box_w .container #m_nav { width: auto; height: 100%; }
#banner_box, #page_banner_box { transition: all 0.5s; }

#subNav_box { height: 4.5rem; }
.subNav { width: 100%; height: 4.5rem; }
.subNav .swiper-slide { height: 4.5rem; line-height: 4.5rem; text-align: center; position: relative; }
.subNav .swiper-slide:after { content: ""; display: block; background-color: #939393; width: 0.0625rem; height: 0.9375rem; position: absolute; top: 50%; transform: translateY(-50%); right: 0; }
.subNav .swiper-slide:last-child:after { display: none; }
.subNav .swiper-slide a { display: block; width: 100%; height: 100%; }
.subNav .swiper-slide a.active { border-bottom: 0.1875rem solid var(--base_color); color: var(--base_color); }

/*下拉样式*/
/*下拉样式*/
/*统一header结束*/

/*统一子页面开始*/

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

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

#page_left { width: 100%; }
/*统一子页面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; }

.line_bg { width: 100%; height: 0.4375rem; background: url('../images/line_bg.jpg') center repeat-x; }

.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: 0.0625rem; 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: 0.0625rem; 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 li { margin-bottom: 0.75rem; }

.news_list li .img_box { width: 100%; }
.news_list li .cont_box { margin-top: 1.25rem; width: 100%; transition: all 0.3s; }
.news_list li .title { font-size: 1.25rem; line-height: 1.6; margin-bottom: 1.0rem; transition: all 0.3s; }
.news_list li .content { font-size: 1.0rem; color: var(--grey); margin-bottom: 1.0rem; line-height: 1.8; transition: all 0.3s; }
.news_list li .time { font-size: 1.0rem; color: var(--grey2); }

.news_list li a:hover .title { font-weight: bold; color: var(--base_color); }
/*新闻列表*/


/* 查询信息 */
body#product { background: url('../images/product_bg.jpg') center no-repeat; background-size: cover; }
/* 查询信息 */

/*子页面翻页按钮按钮*/
.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 { background-color: var(--base_color); width: 10rem; height: 3.5rem; font-size: 1.125rem; text-align: center; color: #ffffff; }
.detail_title .title i { font-size: 1.25rem !important; }
/*统一子页面RIGHT结束*/

/*统一子页面结束*/

/*统一footer开始*/
#footer { background-color: var(--base_color); margin-bottom: 5rem; font-size: 1rem; }
#footer { padding-top: 1rem; padding-bottom: 1rem; }

#footer_main,#footer_main a { color: #ffffff; }
#footer_main a:hover { color: #ff0; }

#gf_links {}
#gf_links li { height: 4rem; }
#gf_links li a { width: 8.8125rem; font-size: 0.75rem; color: #515151; height: 100%; line-height: 1.5; } 
#gf_links li a:hover { color: var(--base_color); } 

#footer_copy {  }
#footer_copy .container { padding-top: 0.125rem; padding-bottom: 0.125rem; }
#footer_copy,#footer_copy .p1 a { font-size: 1rem; color: #ffffff; }
#footer_copy .p1 a:hover, #footer_copy .p1 a:hover { color: #ff0; }


#footer_copy .p2,#footer_copy .p2 a { font-size: 1rem; color: rgba(255,255,255,0.5); }
#footer_copy .p2 a:hover, #footer_copy .p2 a:hover { color: #ff0; }
/*统一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左右按钮*/

.box_header.main_box_header { width: 100%; padding-bottom: 1.0rem; margin-bottom: 2rem; background: url('../images/title_bg.png') no-repeat bottom right; background-size: 100%; position: relative; }

.box_header.main_box_header.t2 { background: url('../images/title2_bg.png') no-repeat bottom right; background-size: 100%; }
.box_header.main_box_header.t3 { background: url('../images/title3_bg.png') no-repeat bottom right; background-size: 100%; }
.box_header.main_box_header.t4 { background: url('../images/title4_bg.png') no-repeat bottom right; background-size: 100%; }

.box_header.main_box_header .title { display: flex; align-items: center; margin-left: 1.5rem; }
.box_header.main_box_header .title a { font-size: 1.5rem; color: var(--base_color); }
.box_header.main_box_header .title a.no-active { color: #b4b6b8; }
.box_header.main_box_header .title span { font-size: 0.625rem; color: var(--grey3); margin-left: 0.625rem; }

.box_header.main_box_header .btns { position: absolute; bottom: -0.3125rem; right: 2.75rem; }
.box_header.main_box_header .btns a { display: block; width: 5.25rem; height: 1.25rem; line-height: 1.25rem; text-align: center; background-color: #ffffff; color: var(--base_color); font-size: 0.625rem; }
.box_header.main_box_header .btns a:hover { background-color: var(--base_color); color: #ffffff; }

/*in_box_1*/
#in_box_1 { padding: 1rem; padding: 1rem; }

.best_list li .title { font-size: 1.125rem; font-weight: bold; color: var(--base_color); margin-bottom: 1.0rem; }
.best_list li .content { font-size: 1rem; color: var(--grey1); }
/*in_box_1*/

.line1 { width: 100%; height: 0.5625rem; background: url('../images/line1.jpg') center no-repeat; }

/*in_bar*/
.in_bar { }
/*in_bar*/

/*in_box_2*/
#in_box_2 { padding-top: 2rem; padding-bottom: 2rem; }
.best_img .swiper-slide a { display: block; position: relative; }
.best_img .swiper-slide .title { position: absolute; left: 0; top: auto; bottom: 0; width: 100%; height: 15%; font-size: 1.125rem; font-weight: bold; color: #FFFFFF; padding: 0 1.25rem; }

.best_img .swiper-slide .title p { padding-right: 20%; } 
.best_img .swiper-pagination { height: 15%; padding: 1.25rem; }

.better_list { margin-bottom: 1.25rem; }
.better_list li { margin-bottom: 1.5rem; }
.better_list li .title { font-size: 1.125rem; font-weight: bold; margin-bottom: 1.0rem; }
.better_list li .content { font-size: 1rem; color: var(--grey1); }

.nomarl_list li { line-height: 2; }
.nomarl_list li .title { font-size: 1.125rem; }
.nomarl_list li .title span { font-size: 1.125rem; font-weight: bold; color: var(--grey3); }
.nomarl_list li .time { font-size: 1rem; color: var(--grey1); }


.better_list_pic {  }
.better_list_pic li .img_box { padding-right: 0.625rem; }

.better_list_pic li .cont_box { padding-left: 0.625rem; }
.better_list_pic li .cont_box .title { font-size: 1.125rem; font-weight: bold; margin-bottom: 1.0rem; }
.better_list_pic li .cont_box .content { font-size: 1rem; color: var(--grey1); line-height: 1.75; margin-bottom: 1.0rem; }
.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; }
.tags { background-color: #e74342; color: #ffffff; padding: 0.3125rem 0.5rem; font-size: 0.875rem; font-weight: normal; display: inline-block; }

/*in_box_2*/

/*in_box_3*/
#in_box_3 { padding-top: 2rem; padding-bottom: 2rem; }
#in_box_3 .better_list_pic { margin-bottom: 1.5rem; }
/*in_box_3*/

#big_bg { margin-top: 1.625rem; background: url('../images/big_bg.jpg') center no-repeat; background-size: cover; }

/*in_box_4*/
#in_box_4 { padding-top: 1rem; padding-bottom: 1rem; }
#in_box_4 .box_header.main_box_header .btns a { background-color: #f6f6f6; }
#in_box_4 .box_header.main_box_header .btns a:hover { background-color: var(--base_color); color: #ffffff; }
#in_box_4 .best_list { margin-bottom: 1.5rem; }
#in_box_4 .best_list li .title { font-size: 1.125rem; font-weight: bold; color: #28282a; margin-bottom: 1.0rem; }
#in_box_4 .t3 .title { position: relative; padding-bottom: 0; bottom: -1.5rem; margin-left: 5rem; }
#in_box_4 .nomarl_list li { line-height: 1.8; }
/*in_box_4*/

/*in_box_5*/
#in_box_5 { padding-top: 1rem; padding-bottom: 1rem; }
#in_box_5 .box_header.main_box_header .btns a { background-color: #ffffff; }
#in_box_5 .box_header.main_box_header .btns a:hover { background-color: var(--base_color); color: #ffffff; }
#in_box_5 .best_list { margin-bottom: 1rem; }
#in_box_5 .best_list li .title { font-size: 1.125rem; font-weight: bold; color: #28282a; margin-bottom: 1.0rem; }
#in_box_5 .t3 .title { position: relative; padding-bottom: 0; bottom: -1.5rem; margin-left: 5rem; }
/*in_box_5*/

#bar_3 { margin-top: 1rem; }

/*in_box_6*/
#in_box_6 { padding-top: 1rem; padding-bottom: 0; }
/*in_box_6*/

#bar_4 { margin-top: 1rem; margin-bottom: 1.0rem; }

/*in_box_7*/
#in_box_7 .t3 .title { position: relative; padding-bottom: 0; bottom: -1.5rem; margin-left: 5rem; }

/*in_box_7*/

/*in_box_8*/
#in_box_8 { padding-top: 1rem; padding-bottom: 1rem; }
/*in_box_8*/

/*in_box_9*/
#in_box_9 { padding-top: 1rem; padding-bottom: 1rem; }

#in_box_9 .box_header.main_box_header .title { margin-left: 3.5rem; }
/*in_box_9*/

/*in_links*/
#in_links { margin-bottom: 3.125rem; }
#in_links .box { padding: 1.25rem; min-height: 3.75rem; background: url('../images/line2.jpg'); }
#in_links .box_header { font-size: 1.625rem; color: var(--base_color); font-weight: bold; }
#in_links .box_body li a { color: var(--grey1); }
#in_links .box_body li a:hover { color: var(--base_color); }
/*in_links*/

/*首页样式结束*/

/*公共样式*/

#page_left .t3 .title { position: relative; padding-bottom: 0; bottom: -1.5rem; margin-left: 5rem; }

.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; padding-bottom: 2.5rem; }
#company #box1 .mainInfo { font-size: 1.0rem; line-height: 2; }

#message_box { margin-top: 4rem; background: url('../images/about/message_bg.jpg') center no-repeat; background-size: cover; position: relative; } 
#message_box .main_box { transform: translateY(-3.0rem); background-color: #ffffff; box-shadow: 0 0 1.5rem rgba(30,116,208,0.3); padding: 2rem 1.25rem; border-radius: 1rem; overflow: hidden; }

/*关于我们样式*/

#pic #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
#news #box1 { padding-bottom: 2.5rem; padding-bottom: 2.5rem; }
#info #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.defaultHeight { min-height: 10rem; }
#single #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
#info #in_box_3 { padding-top: 1rem; padding-bottom: 1rem; }
#honor #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
/*单页样式*/
#single .tags { color: var(--grey1); font-size: 1.125rem; margin-bottom: 2rem; line-height: 1.6; font-weight: bold; }
/*单页样式*/

/*新闻资讯*/
/*新闻资讯*/


#info .mainInfo h2,#proinfo .mainInfo h2 { font-size:1.125rem; font-weight:bold; margin: 1.25rem 0; }

/*联系我们样式*/


#message #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }

#contact #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.contact-list li .rounded-circle { background-color: #ffffff; color: var(--base_color); 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; }

	#header_links img { width: 1.25rem; }

	.w-500 { width: 37.5rem /* 600/16 */;}
	.box_footer .desc { font-size: .875rem /* 14/16 */; }

	/*首页样式开始*/

	.box_header.main_box_header .title { margin-left: 5rem; }
	.box_header.main_box_header .title a { font-size: 1.875rem; }
	#in_box_4 .t3 .title { margin-left: 10rem; }
	#in_box_4 .t3 .title a { font-size: 1.875rem; }
	#in_box_5 .t3 .title { margin-left: 10rem; }
	#in_box_5 .t3 .title a { font-size: 1.875rem; }
	#in_box_7 .t5 .title { margin-left: 10rem; }
	#in_box_7 .t5 .title a { font-size: 1.875rem; }

	#in_box_1 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
	#in_box_2 { padding-top: 1.25rem; padding-bottom: 1rem; }
	#in_box_3 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
	#in_box_4 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
	#in_box_5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
	#in_box_6 { padding-top: 1.25rem; padding-bottom: 0; }
	#in_box_7 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
	#in_box_8 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
	#in_box_9 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
	/*首页样式结束*/

	/*统一子页面开始*/

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

	#footer { padding-top: 1rem; padding-bottom: 1rem; }
	#footer_copy .container { padding-top: 0.5rem; padding-bottom: 0.5rem;   }

}
/*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-100 { width: 100% !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: 37.5rem; }

	/*统一header开始*/

	/*统一header结束*/

	/*首页样式开始*/
	#in_box_4 .t3 .title { margin-left: 5rem; }
	#in_box_5 .t3 .title { margin-left: 5rem; }
	#in_box_7 .t5 .title { margin-left: 5rem; }
	#in_box_1 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
	#in_box_2 { padding-top: 1.5rem; padding-bottom: 1.25rem; }
	#in_box_3 { padding-top: 2rem; padding-bottom: 2rem; }
	#in_box_4 { padding-top: 2rem; padding-bottom: 2rem; }
	#in_box_5 { padding-top: 2rem; padding-bottom: 2rem; }
	#in_box_6 { padding-top: 2rem; padding-bottom: 0; }
	#in_box_7 { padding-top: 2rem; padding-bottom: 1rem; }
	#in_box_8 { padding-top: 1rem; padding-bottom: 2rem; }
	#in_box_9 { padding-top: 2rem; padding-bottom: 2rem; }
	
	/*首页样式结束*/

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

	.news_list li a { padding: 1rem; }

	/*统一子页面开始*/
	#page_left { width: 30%; }
	#page_right { width: 70%; }

	/*统一子页面结束*/

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

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

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

	.navI>li>a { font-size: 1rem; }
	/*统一header结束*/

	/*首页样式开始*/

	
	.box_header.main_box_header .title { display: flex; align-items: center; margin-left: 4rem; }
	.box_header.main_box_header .title a { font-size: 1.875rem; color: var(--base_color); }
	.better_list li { margin-bottom: 2.5rem; }
	.best_list li .title { font-size: 1.875rem;}
	.better_list li .title { font-size: 1.875rem;}
	.better_list_pic li .cont_box .title { font-size: 1.375rem; }
	#in_box_4 .best_list { margin-bottom: 2rem; }
	#in_box_4 .best_list li .title { font-size: 1.375rem; }
	#in_box_5 .best_list { margin-bottom: 2rem; }
	#in_box_5 .best_list li .title { font-size: 1.375rem; }
	#big_bg { margin-top: 2.625rem; }


	/*首页样式结束*/

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

	.mainInfo .imgbox { overflow: visible !important; position: static !important; }

	/*公共样式*/

	/*关于我们样式*/

	/*关于我们样式*/

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

	/*联系我们*/

	/*联系我们*/

	/*产品中心*/

	/*产品中心*/

	/*统一footer开始*/
	#footer { padding-top: 1.875rem; padding-bottom: 1.875rem; }
	#footer_copy .container { padding-top: 0.5rem; padding-bottom: 0.5rem; }
	#e4 { width: 7.5rem; }
	/*统一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_links { }
	#name_box_w #header_logo img { max-height: 3.5rem; }
	
	.banner_s { width: 1920px; position: relative; left: 50%; transform: translateX(-50%); }

	.de-page-mian .page-inner a { width: 2rem; height: 2rem; line-height: 2rem; margin: 0.3125rem; }

	#page_left { width: 30%; }
	#page_right { width: 68%; }



}
/*1400效果*/

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

	html,body { font-size: 16px; }
	
	#name_box_w { height: 6.875rem; }

}
/*1440效果*/


/*1536效果/1920 125% 效果*/
@media (min-width: 1536px){
	html,body { font-size: 16px; }
	.container {
		max-width: 1424px;
	}

	#name_box_w { height: 7.5rem; }
	#banner_box, #page_banner_box { }

	.subNav .swiper-slide { padding: 0 2rem; }

	#page_right { width: 68%; margin-right: 2%; }

	/*首页样式开始*/

	.box_header.main_box_header { margin-bottom: 3rem; }

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

	/*in_box_2*/
	#in_box_2 { padding-top: 2.5rem; padding-bottom: 1.75rem; }
	/*in_box_2*/

	/*in_box_3*/
	#in_box_3 { padding-top: 2.8rem; padding-bottom: 2.8rem; }
	/*in_box_3*/

	#big_bg { background: url('../images/big_bg.jpg') center no-repeat; background-size: cover; height: 65.625rem; }

	/*in_box_4*/
	#in_box_4 { padding-top: 5.5rem; padding-bottom: 2rem; }
	/*in_box_4*/

	/*in_box_5*/
	#in_box_5 { padding-top: 3rem; padding-bottom: 3rem; }
	/*in_box_5*/

	#bar_3 { margin-top: 1.875rem; }

	/*in_box_6*/
	#in_box_6 { padding-top: 3rem; padding-bottom: 0; }
	/*in_box_6*/

	#bar_4 { margin-top: 1.875rem; margin-bottom: 1.875rem; }

	/*in_box_7*/
	#in_box_7 { padding-top: 2rem; padding-bottom: 2rem; }
	/*in_box_7*/

	/*in_box_8*/
	#in_box_8 { padding-top: 2rem; padding-bottom: 2rem; }
	/*in_box_8*/

	/*in_box_9*/
	#in_box_9 { padding-top: 3rem; padding-bottom: 3rem; }
	/*in_box_9*/
	
	/*首页样式结束*/

	.defaultHeight { min-height: 28.3rem; }

	#about #box1 { padding-top: 3.5rem; padding-bottom: 4.5rem; }
	#about #box1 .mainInfo { font-size: 1.0625rem; line-height: 2.5; }

	#about #box2 { padding-top: 4.0rem; padding-bottom: 3.0rem; }
	.goods_slider_type_gd .contbox .box { padding: 2rem;  }
	.goods_slider_type_gd .title { font-size: 1.375rem; }

	#about #box3 { padding-top: 5.5rem; padding-bottom: 6.0rem; }

	#message_box .main_box { padding: 4rem; transform: translateY(-5.0rem); border-radius: 1.875rem;  }

	#pic #box1 { padding-top: 4rem; padding-bottom: 4rem; }
	#honor #box1 { padding-top: 4rem; padding-bottom: 4rem; }

	
	.news_list li { margin-bottom: 1.25rem; }
	.jscx_list li .cont_box { padding: 2rem; }
	.jscx_list li .title { font-size: 1.875rem; margin-bottom: 1.25rem; }
	

	.detail_title .title { width: 17rem; height: 4rem; }

	#jscx #box1 { padding-top: 4rem; padding-bottom: 4rem; }
	
	#message #box1 { padding-top: 4rem; padding-bottom: 4rem; }
	/*contact*/
	#contact #box1 { padding-top: 4rem; padding-bottom: 4rem; }
	.contact_message li .ibox input { font-size: 1.0rem; }
	.contact_message li .ibox textarea { font-size: 1.0rem; }
	/*contact*/

	#news #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
	#info #box1 { padding-top: 4rem; padding-bottom: 4rem; }
	#info #in_box_02 { padding-top: 2rem; padding-bottom: 0; }
	
	#single #box1 { padding-top: 4rem; padding-bottom: 4rem; }

	#message_box { margin-top: 7rem; }

	/*统一子页面开始*/
	#page_left { width: 31.8%; }
	#page_right { width: 66.2%; }
	/*统一子页面结束*/

	/*统一footer开始*/

	#e1 { width: 17%; }
	#e1 .box { padding-right: 3.75rem; }

	#e2 { width: 33%; border-left: 0.0625rem solid #363636; border-right: 0.0625rem solid #363636; }
	#e2 .box { padding-left: 3.75rem; padding-right: 3.75rem; }

	#e3 { width: 41%; }
	#e3 .box { padding-left: 3.75rem; padding-right: 3.75rem; }

	#e4 { width: 9%; }
	/*统一footer结束*/

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


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

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

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