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

/* 首页siwper */
.swiper-wrapper-index { display: unset !important; }
.ani { visibility: visible; }
/* 首页siwper */

/*统一header开始*/

header { position: relative; }

#name_box_w { position: absolute; left: 0; top: 0; z-index: 1025; width: 100%; height: 4.375rem /* 70/16 */; transition: all 0.5s; }

#name_box_w .container-fluid { height: 100%; }
#name_box_w #header_logo { flex-grow: 0; }
#name_box_w #header_logo img { transition: all 0.5s; max-height: 50px; }

#name_box_w .container-fluid #header_btn .the_btn { font-size: 1rem; color: #ffffff; transition: all 0.3s; }
#name_box_w .container-fluid #header_btn .the_btn:hover { color: #e81b30; }

#name_box_w #header_nav { margin-left: 4rem /* 64/16 */; flex-grow: 1; width: calc(100% - 18.75rem /* 300/16 */ - 6.25rem /* 100/16 */); max-width: 65rem /* 1040/16 */; }

/*主导航*/
.navI { width: 100%; height: 3.125rem /* 50/16 */; }
.navI>li { 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.3125rem; 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; bottom: 0; left: 50%; transform: translate(-50%,0); display: block; width: 0; height: 3px; content: ''; transition: all .5s ease; }
.navI>li:hover>a:after, .navI>li.active>a:after { background-color: var(--second_color); width: 5rem /* 80/16 */; }
.navI>li:hover>a,.navI>li.active p a { color: #FFFFFF; }
.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 { background-color: #ffffff; width:100%; position:absolute; z-index: 1; top: 100%; 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; }


/*导航右侧*/
#header_link #langage_btn { margin-left: 1rem /* 16/16 */; }
#header_link #langage_btn .the_btn { display: flex; justify-content: center; align-items: center; font-size: 1rem /* 16/16 */; color: #ffffff; transition: all 0.3s; }

#header_link #langage_btn .the_btn i.iconwangzhan { font-size: 1.25rem /* 20/16 */; }
#header_link #langage_btn .the_btn i.iconxiajiantou { font-size: .875rem /* 14/16 */; }

#header_link #langage_btn #language_box { transition: all 0.3s; border-radius: .1875rem /* 3/16 */; transform: translateY(-.1875rem /* -3/16 */); position: absolute; top: 120%; left:0; z-index: 2; background-color: #efefef; width: 100%; height: 0; overflow: hidden; }
#header_link #langage_btn:hover #language_box { height: auto; }

#language_box { width: 100% !important; }
#language_box ul li { font-size: .75rem /* 12/16 */; }
#language_box ul li a { display: flex; justify-content: center; align-items: center; color: var(--grey1); padding: .625rem /* 10/16 */; }
#language_box ul li img { width: 1.25rem /* 20/16 */; }
#language_box ul li a:hover { background-color: var(--second_color); color: #ffffff; }
/*导航右侧*/

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

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

#banner_box .swiper-slide .mainImg {
	display: block;
	width:100%;
	height: auto;
	min-height:100%;
	transition: 1s linear 2s;
	transform:scale(1.1,1.1);
	}
#banner_box .swiper-slide-active .mainImg, #banner_box .swiper-slide-duplicate-active .mainImg{
	transition: 6s linear;
	transform:scale(1,1);
	}


#banner_box .text_box { margin-top: 0; text-align: center; font-size: 1.75rem /* 28/16 */; color: #ffffff; line-height: 1.4; }	
#banner_box .btns { transition: all 0.3s; margin: 1.25rem /* 20/16 */ auto; width: 1.875rem /* 30/16 */; height: 1.875rem /* 30/16 */; background-color: #ffffff; border-radius: 1.875rem /* 30/16 */; display: flex; justify-content: center; align-items: center; }	
#banner_box .btns img { width: .625rem /* 10/16 */; height: .625rem /* 10/16 */; }	
#banner_box .btns:hover { width: 5rem /* 80/16 */; background-color: var(--second_color); }
#banner_box .btns:hover img { filter: grayscale(100%) brightness(1000%); }
/*下拉样式*/
#name_box_w.boxshow { height: 4rem; box-shadow: 0 0 0.1875rem rgba(0,0,0,0.1); }

#name_box_w.boxshow #header_logo img { transition: all 0.5s; max-height: 2.5rem /* 40/16 */; }

#name_box_w.boxshow .navI { height: 2.5rem /* 40/16 */; }
#name_box_w.boxshow .navI>li>a { font-size: 1.0rem !important; }


/*#name_box_w.boxshow img { filter: brightness(-100%); }*/
#name_box_w.boxshow #header_link .the_btn { font-size: .875rem /* 14/16 */; }
#name_box_w.boxshow #header_link .the_btn i.iconwangzhan { font-size: 1rem /* 16/16 */; }
#name_box_w.boxshow #header_link .the_btn i.iconxiajiantou { font-size: .75rem /* 12/16 */; }

#name_box_w.boxshow .navI li .children li a { line-height: 3rem /* 48/16 */;}

/* page_banner_box */
#page_banner_box .banner_s { position: relative; }
#page_banner_box .cover { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 1;  } 
#page_banner_box .text_box { font-size: 1.5rem /* 24/16 */; color: #ffffff; line-height: 1.5; text-align: center; margin-bottom: 3.75rem /* 60/16 */; } 

#subNav_box { background-color: var(--base_color); width: 100%; height: 3.75rem /* 60/16 */; }
#subNav_box .container { height: 100%; border-top: 1px solid rgba(255, 255, 255, 0.15); }
.subNav { width: 100%; height: 100%; }
.subNav .swiper-slide { padding: 0 .625rem /* 10/16 */; width: auto; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; }
.subNav .swiper-slide a { border-top: 3px solid transparent; color: #ffffff; height: 100%; display: flex; justify-content: center; align-items: center; font-size: 1.125rem /* 18/16 */; color: #ffffff; }
.subNav .swiper-slide a.active { border-top: 3px solid #ffffff; color: #ffffff; }

/* page_banner_box */


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

/*统一子页面开始*/

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

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

#page_left { width: 100%; }
#page_left .slider_type  { background-color: #ffffff; }

#page_left .slider_type .slider_type_header { background: url('../images/slider_title_bg.png') center no-repeat var(--base_color); color: #ffffff; height: 6.0625rem; }
#page_left .slider_type .slider_type_header .title { font-size: 1.5rem; margin-bottom: 0.625rem; text-align: center; }
#page_left .slider_type .slider_type_header .desc { font-size: 0.875rem; font-family: 'Arial'; text-transform: uppercase; text-align: center; }

#page_left .slider_type .slider_type_list { border: 0.0625rem solid #eeeeee; border-top: 0; background-color: #ffffff; padding: 1.0rem; }
#page_left .slider_type .slider_type_list ul li { margin-bottom: 0.625rem; }
#page_left .slider_type .slider_type_list ul li a { padding: 0.625rem; height: 3.125rem; background-color: #f9f9fd; }
#page_left .slider_type .slider_type_list ul li a:hover,#page_left .slider_type .slider_type_list ul li a.active { background-color: var(--base_color); color: #ffffff; }
#page_left .slider_type .slider_type_list ul li a span.dian { width: 1rem; height: 1rem; display: block; background: url('../images/dot_g.png') center no-repeat; margin-left: 0.625rem; }
#page_left .slider_type .slider_type_list ul li a:hover span.dian, #page_left .slider_type .slider_type_list ul li a.active span.dian { background: url('../images/dot_w.png') center no-repeat; }

#page_left .slider_gd .slider_gd_head { height: 3.5625rem; line-height: 3.5625rem; border: 0.0625rem 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 { margin-top: 1.5rem; background-color: #ffffff; border: 0.0625rem solid #eeeeee; }
#page_left .slider_contact .top_line { background-color: var(--second_color); height: 0.3125rem; border-bottom: 0.0625rem solid #eeeeee; }

.slider_contact_list { padding: 1.25rem; }
.slider_contact_list .slider_tel_title { font-weight: bold; margin-bottom: 1rem; }
.slider_contact_list .slider_tel_num { color: var(--second_color); font-size: 1.125rem /* 18/16 */; font-weight: bold; margin-bottom: 1.25rem; }
.slider_contact_list ul li { line-height: 2; }

#proinfo #page_left .slider_type { padding: .9375rem /* 15/16 */; }
#proinfo #page_left .slider_type .title { display: block; font-size: 1.875rem /* 30/16 */; color: var(--base_color); margin-bottom: 1.5rem /* 24/16 */; }
#proinfo #page_left .slider_type .slider_type_list { padding: 0; border: 0; }
/*统一子页面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.125rem /* 18/16 */; 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: 1.875rem /* 30/16 */; }

.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; line-height: 1.6; margin-bottom: 1.0rem; transition: all 0.3s; }
.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); }
.news_list li a:hover { box-shadow: 0; }
.news_list li a:hover .title { font-weight: bold; color: var(--base_color); }
/*新闻列表*/

/*新闻列表*/

.jscx_list li { margin-bottom: 1.875rem; }
.jscx_list li:last-child { margin-bottom: 0; }

.jscx_list li a { color: #FFFFFF; }

.jscx_list li:nth-child(1) a { background-color: #799bc4; }
.jscx_list li:nth-child(2) a { background-color: #e67860; }
.jscx_list li:nth-child(3) a { background-color: #e6b560; }
.jscx_list li:nth-child(4) a { background-color: #79c4ba; }
.jscx_list li:nth-child(5) a { background-color: #6bbbd2; }

.jscx_list li .cont_box { padding: 1.5rem; }
.jscx_list li .title { font-size: 1.5rem; line-height: 1.6; margin-bottom: 0.75rem; transition: all 0.3s; }
.jscx_list li .content { font-size: 1.0rem; line-height: 1.9; }

.jscx_list li a:hover { background-color: var(--base_color); }
/*新闻列表*/


/*子页面翻页按钮按钮*/
.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: url('../images/footer_bg.jpg') center no-repeat; background-size: cover; margin-bottom: 5rem; font-size: 1rem; }

#footer,#footer a { color: #ffffff;}
#footer a:hover { color: var(--second_color); }

#footer_bar { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding-top: 1.25rem /* 20/16 */; padding-bottom: 1.25rem /* 20/16 */; margin-bottom: 1.875rem /* 30/16 */; flex-wrap: wrap; }
#footer_bar #footer_logo { width: 100%; text-align: center; margin-bottom: 1.875rem /* 30/16 */; }
#footer_bar #footer_logo img { max-height: 4rem /* 64/16 */; }
#footer_bar #footer_tel { width: 100%; justify-content: center; font-size: 1.5rem /* 24/16 */; font-family: "Bahnschrift"; color: #ffffff; text-align: center; margin-bottom: 1.25rem /* 20/16 */; }
#footer_bar #footer_tel i { font-size: 1.75rem /* 28/16 */; margin-right: 1.25rem /* 20/16 */; }
#footer_bar #footer_tel span.tel_1 { margin-right: 1.25rem /* 20/16 */; }
#footer_bar #footer_message { width: 100%; font-size: 1.5rem /* 24/16 */; color: #ffffff; justify-content: center; }
#footer_bar #footer_message i { font-size: 2rem /* 32/16 */; margin-right: 1.25rem /* 20/16 */; }

#footer_main { margin-bottom: 3.125rem /* 50/16 */; }
#footer_main #navList dl dt { color: #ffffff; font-size: 1.125rem /* 18/16 */; line-height: 1; margin-bottom: 1.875rem /* 30/16 */; color: #ffffff; }
#footer_main #navList dl dd { line-height: 2.5; font-size: 1rem /* 16/16 */ ; }
#footer_main #navList dl dd a { display: block; color: rgba(255, 255, 255, 0.6); }
#footer_main #navList dl dd a:hover {color: var(--second_color); }
#footer_main #qrcodeList { margin-bottom: 1.875rem /* 30/16 */; }

#footer_main #e1 #qrcodeList dl { flex-wrap: wrap; }
#footer_main #e1 #qrcodeList dt { width: 100%; text-align: center; margin-left: 0; margin-top: 1.25rem /* 20/16 */; font-size: 1rem /* 16/16 */; color: rgba(255,255,255,0.8); font-weight: normal; }
#footer_main #e1 #qrcodeList dd { width: 100%; text-align: center; }
#footer_main #qrcodeList dd img { width: 6.5625rem /* 105/16 */; }

#footer_main #contactList dl dd {  line-height: 2.5; font-size: 1rem /* 16/16 */; }

#footer_copy { width: 100%; padding-bottom: .625rem /* 10/16 */; }
#footer_copy,#footer_copy a { font-size: 1rem; color:rgba(255,255,255,0.6); }
#footer_copy a:hover, #footer_copy a:hover { color: var(--second_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左右按钮*/

.box_header.main_box_header { margin-bottom: 1.875rem /* 30/16 */; }
.box_header.main_box_header .title { display: flex; justify-content: center; align-items: center; margin-bottom: 1.25rem /* 20/16 */; }
.box_header.main_box_header .title:before { content: " "; display: none; width: 1.4375rem; height: 0.0625rem; background-color: var(--grey1); margin-right: 1.375rem; }
.box_header.main_box_header .title:after { content: " "; display: none; width: 1.4375rem; height: 0.0625rem; background-color: var(--grey1); margin-left: 1.375rem; }
.box_header.main_box_header .title a { font-size: 1.75rem; color: var(--base_color); }
.box_header.main_box_header .desc { font-size: 1rem; color: rgba(10,54,146,0.6); line-height: 1.2; text-align: center; }

/*in_box_1*/
#in_box_1 { padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/in_box1_bg.jpg') center no-repeat; background-size: cover; }
#in_box_1 .intro_content { font-size: 1.125rem /* 18/16 */; color: var(--grey2); line-height: 2; margin-bottom: 3.125rem /* 50/16 */; }
#in_box_1 #ysList { position: relative; z-index: 1; }
#in_box_1 #ysList .icon_box { border-right: 1px solid #dcdfe6;}
#in_box_1 #ysList li:nth-child(2) .icon_box { border-right: 0 solid #dcdfe6;}
#in_box_1 #ysList li:last-child .icon_box { border-right: 0 solid #dcdfe6;}
#in_box_1 #ysList .icon_box .icon { transition: all 0.3s; width: 5rem /* 80/16 */; height: 5rem /* 80/16 */; background-color: var(--base_color); margin-bottom: 0.9375rem; border-radius: 50%; margin: 0 auto 1.25rem /* 20/16 */; display: flex; justify-content: center; align-items: center; }
#in_box_1 #ysList .icon_box .icon img { width: 2.25rem /* 36/16 */; height: 2.25rem /* 36/16 */; filter: grayscale(100%) brightness(1000%);  }
#in_box_1 #ysList .title { font-size: 1rem; text-align: center; color: var(--grey2); line-height: 1.2; }
#in_box_1 #ysList .icon_box .icon:hover { background-color: var(--second_color); }
#in_box_1 .btns { margin-top: 3.125rem /* 50/16 */; }
#in_box_1 .btns a { width: 8.75rem /* 140/16 */; height: 3.125rem /* 50/16 */; padding: 0 1rem; font-size: 1rem /* 16/16 */; background-color: var(--base_color); color: #ffffff; }
#in_box_1 .btns a i { font-size: 1.125rem /* 18/16 */;}
#in_box_1 .btns a:hover { width: 12.5rem /* 200/16 */; background-color: var(--second_color); }
/*in_box_1*/

/*in_box_2*/
#in_box_2 { padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/in_box2_bg.jpg') center no-repeat; background-size: cover; }
#in_box_2 #_left,#in_box_2 #_left a { color: #ffffff; }
#in_box_2 #_left { width: 26.25rem /* 420/16 */; max-width: 100%; }
#in_box_2 #_left .title { font-size: 1.75rem /* 28/16 */; font-weight: bold; margin-bottom: 1.875rem /* 30/16 */; }
#in_box_2 #_left .desc { font-size: 1.5rem /* 24/16 */; line-height: 1.2; margin-bottom: 1.875rem /* 30/16 */;  margin-bottom: 3.125rem /* 50/16 */; }
#in_box_2 #_left .content { display: none; font-size: 1.125rem /* 18/16 */; line-height: 2.4; margin-bottom: 3.125rem /* 50/16 */; color: rgba(255,255,255,0.8); }
#in_box_2 #_left .number { font-family: Bahnschrift; font-size: 2rem /* 32/16 */;  }
#in_box_2 #_left .number .current { font-size: 6rem /* 96/16 */;  }
#in_box_2 #_left .number .total { font-size: 2rem /* 32/16 */;  }
.goods_type_gd .swiper-slide { padding: 3.125rem /* 50/16 */ 1.125rem /* 18/16 */; transition: all 0.3s; }
.goods_type_gd .swiper-slide .box { border-radius: .375rem /* 6/16 */; overflow: hidden; background-color: #ffffff; box-shadow: 0 .625rem /* 10/16 */ 1rem /* 16/16 */ #042362; }
.goods_type_gd .swiper-slide a.img_Box { padding: .625rem /* 10/16 */; }

.goods_type_gd a.img_Box { border-bottom: 1px solid #d4e2ff; }
.goods_type_gd .cont_box { background-color: #ffffff; padding: 1.5rem /* 24/16 */; border-bottom: 1px solid #d4e2ff; transition: all 0.3s; }

.goods_type_gd .title { color: var(--base_color); font-weight: bold; font-size: 1.375rem /* 22/16 */;  }
.cont_box { transition: all 0.3s; }
.goods_type_gd .content { transition: all 0.3s; height: 3.5rem /* 56/16 */; }

.goods_type_gd .desc { color: rgba(0,47,144,0.6); line-height: 1.8; }
.goods_type_gd .tags { color: rgba(0,47,144,0.6); line-height: 1.8; margin-top: 1.25rem /* 20/16 */; }
.goods_type_gd .btns a { height: 4.9375rem /* 79/16 */; border-right: 1px solid #d4e2ff; color: var(--base_color); }
.goods_type_gd .btns a:last-child { border-right: 0 solid #d4e2ff; }
.goods_type_gd .btns a:hover { color: var(--second_color); }
.goods_type_gd_w { padding: 0 0; }
.goods_type_gd_w .swiper-button-prev { width: 4.375rem /* 70/16 */; height: 4.375rem /* 70/16 */; color: var(--base_color) !important; border-radius: 50%; border: 1px solid var(--base_color); left: 1.25rem /* 20/16 */ !important; display: flex; justify-content: center; align-items: center; }
.goods_type_gd_w .swiper-button-next { width: 4.375rem /* 70/16 */; height: 4.375rem /* 70/16 */; color: var(--base_color) !important; border-radius: 50%; border: 1px solid var(--base_color); right: 1.25rem /* 20/16 */ !important; display: flex; justify-content: center; align-items: center; }
.goods_type_gd_w .swiper-button-prev:hover, .goods_type_gd_w .swiper-button-next:hover { border: 1px solid var(--second_color); background-color: var(--second_color); }
.goods_type_gd_w .swiper-button-prev:hover img, .goods_type_gd_w .swiper-button-next:hover img { filter: grayscale(100%) brightness(1000%);}
.goods_type_gd_w .swiper-button-prev:after, .goods_type_gd_w .swiper-button-next:after { display: none; }
/*in_box_2*/

/*in_box_3*/
#in_box_3 { padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/in_box3_bg.jpg') center no-repeat; background-size: cover; }
.yfcx_gd ul { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; }
.yfcx_gd li { width: 100%; height: auto; transition: all 0.5s; box-sizing: border-box; }
.yfcx_gd li .box_w { position: relative; width: 100%; height: 100%; border: 1px solid var(--base_color);  background-color: #ffffff; }
.yfcx_gd li .box_a { width: 100%; height: 100%; padding: 1.25rem /* 20/16 */ .9375rem /* 15/16 */; display: flex; flex-direction: column; justify-content: space-between; }
.yfcx_gd li .box_a .title { font-size: 1.5rem /* 24/16 */; color: var(--base_color); text-align: left; line-height: 1.25; } 
.yfcx_gd li .box_a .btns { transition: all 0.3s; margin-top: 1.25rem /* 20/16 */; width: 3rem /* 48/16 */; height: 3rem /* 48/16 */; background-color: var(--base_color); border-radius: 5rem /* 80/16 */; display: flex; justify-content: center; align-items: center; }	
.yfcx_gd li .box_a .btns img { width: .875rem /* 14/16 */; height: .875rem /* 14/16 */; filter: grayscale(100%) brightness(1000%); }	
.yfcx_gd li .box_b { display: none; width: 100%; height: 100%; padding: 1.875rem /* 30/16 */ 1.25rem /* 20/16 */; flex-direction: column; justify-content: space-between; }
.yfcx_gd li .box_b .title { font-size: 1.75rem /* 28/16 */; color: #ffffff; display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.875rem /* 30/16 */; }
.yfcx_gd li .box_b .icon_box { flex-shrink: 0; width: 3rem /* 48/16 */; height: 3rem /* 48/16 */; border-radius: 50%; border: 1px solid #ffffff;  display: flex; justify-content: center; align-items: center; }
.yfcx_gd li .box_b .icon_box img { width: 1.5rem /* 24/16 */; height: 1.5rem /* 24/16 */; }
.yfcx_gd li .box_b .content { font-size: 1.125rem /* 18/16 */; color: rgba(255, 255, 255, 0.8); text-align: left; line-height: 1.6; margin-bottom: 1.875rem /* 30/16 */; text-align: justify; }
.yfcx_gd li .box_b .btns a { font-size: 1rem /* 16/16 */; color: #ffffff; }
.yfcx_gd li .box_b .btns a i { font-size: 1.125rem /* 18/16 */; }
.yfcx_gd li .box_b .btns a:hover { color: var(--second_color); }
.yfcx_gd li.active { width: 100%; border: 0; }
.yfcx_gd li.active .box_w { background-color: unset !important; border: 0; }
.yfcx_gd li.active .box_a { display: none; }
.yfcx_gd li.active .box_b { display: flex; }
/*in_box_3*/

/*in_box_4*/
#in_box_4 { padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/in_box4_bg.jpg') center no-repeat; background-size: cover; }
#in_box_4 { color: #ffffff; }
#in_box_4 .box_header.main_box_header .title a { color: #ffffff; }
#in_box_4 .box_header.main_box_header .desc { font-size: 1.375rem /* 22/16 */; color: rgba(255,255,255,0.6); line-height: 1.2; text-align: center; }
#in_box_4 .box_body .content { line-height: 1.7; text-align: center; margin-bottom: 3.5rem /* 56/16 */; }
#in_box_4 .box_body .title { display: flex; justify-content: center; align-items: center; font-size: 1.375rem /* 22/16 */; color: rgba(255,255,255,0.8); margin-bottom: 3.5rem /* 56/16 */; }
#in_box_4 .box_body .title:before { content: " "; display: block; width: 3.125rem /* 50/16 */; height: 1px; background-color: rgba(255, 255, 255, 0.1); margin-right: 1.375rem; }
#in_box_4 .box_body .title:after { content: " "; display: block; width: 3.125rem /* 50/16 */; height: 1px; background-color: rgba(255, 255, 255, 0.1);; margin-left: 1.375rem; }
#in_box_4 .box_body .number { font-size: 1.125rem /* 18/16 */; color: rgba(255, 255, 255, 0.8); }
#in_box_4 .box_body .number .big { font-size: 6.875rem /* 110/16 */; font-family: "Bahnschrift"; color: #ffffff; }
/*in_box_4*/

/*in_box_5*/
#in_box_5 { background-color: #ffffff; padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/in_box5_bg.jpg') center no-repeat; background-size: cover;}

.news_gd .swiper-slide a { display: block; padding: 0 .625rem /* 10/16 */; }
.news_gd .swiper-slide a .box { display: block; padding: 2.25rem /* 36/16 */ 2rem /* 32/16 */; transition: all 0.3s; }
.news_gd .swiper-slide a:hover .box,.news_gd .swiper-slide.swiper-slide-active a .box { background-color: #ffffff; box-shadow: 0px -5px 10px #a3a7ab; }
.news_gd .swiper-slide a .time { position: relative; line-height: 1; top: .6875rem /* 11/16 */; letter-spacing: -.5rem /* -8/16 */; font-size: 3.75rem /* 60/16 */; height: 3.75rem /* 60/16 */; font-family: 'Bahnschrift'; color: var(--base_color); margin-bottom: 0; }
.news_gd .swiper-slide a .time p { opacity: 1; transition: all 0.3s; } 
.news_gd .swiper-slide a:hover .time p { opacity: 1; } 
.news_gd .swiper-slide a .title { font-size: 1.25rem; font-weight: bold; line-height: 1.6; margin-bottom: 1.875rem /* 30/16 */; }
.news_gd .swiper-slide a .line { transition: all 0.3s; display: block; background-color: var(--base_color); width: 3.125rem /* 50/16 */; height: 2px; margin-bottom: 2.5rem /* 40/16 */; }
.news_gd .swiper-slide a .content { height: 5.375rem /* 86/16 */; font-size: 1rem; color: var(--grey2); line-height: 1.8; color: var(--grey2); }
.news_gd .swiper-slide a:hover .line { width: 6.25rem /* 100/16 */; }

#in_box_5 .btns { margin-top: 3.125rem /* 50/16 */; }
#in_box_5 .btns a { width: 8.0rem; height: 3.125rem /* 50/16 */; padding: 0 1rem; font-size: 1rem /* 16/16 */; background-color: var(--base_color); color: #ffffff; }
#in_box_5 .btns a i { font-size: 1.125rem /* 18/16 */;}
#in_box_5 .btns a:hover { width: 12.5rem /* 200/16 */; background-color: var(--second_color); }
/*in_box_5*/

/*首页样式结束*/

/*公共样式*/

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

/*关于我们样式*/
#about #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/about/box1_bg.jpg') center no-repeat; background-size: cover; }
#about #box1 .mainInfo { font-size: 1.0rem; line-height: 1.75; color: #86898d; }

#about #box2 { background-color: var(--base_color); }
#about #ysList { position: relative; }
#about #ysList .icon_box { border-right: 1px solid #778cb9;}
#about #ysList li:nth-child(2) .icon_box { border-right: 0 solid #c3c9d5;}
#about #ysList li:last-child .icon_box { border-right: 0 solid #c3c9d5;}
#about #ysList .icon_box .icon { transition: all 0.3s; width: 5rem /* 80/16 */; height: 5rem /* 80/16 */; background-color: #ffffff; border-radius: 50%; margin: 0 auto 1.5rem /* 24/16 */; display: flex; justify-content: center; align-items: center; }
#about #ysList .icon_box .icon img { width: 2.25rem /* 36/16 */; height: 2.25rem /* 36/16 */;  }
#about #ysList .title { font-size: 1rem; text-align: center; color: #ffffff; padding: 0 .625rem /* 10/16 */; line-height: 1.2; }
#about #ysList .icon_box .icon:hover { background-color: var(--second_color); }
#about #ysList .icon_box .icon:hover img { filter: grayscale(100%) brightness(1000%); }

#about #box3 { min-height: 31.25rem /* 500/16 */; padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/about/box2_bg.jpg') center bottom no-repeat; background-size: cover;  }
#about #box3 .box_header.main_box_header .title { color: var(--base_color); font-size: 3.5rem /* 56/16 */; }
#about #box3 .box_header.main_box_header .desc { color: rgba(1,40,120,0.6); margin-bottom: 3.75rem /* 60/16 */; }
#about #box3 .box_header.main_box_header .content { color: #404143; line-height: 2; }
/*关于我们样式*/

#message_box { margin-top: 4rem; background: url('../images/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-top: 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; }
#honor #box2 { padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/honor/box2_bg.jpg') center no-repeat; background-size: cover; }
/*单页样式*/
#single .tags { color: var(--grey1); font-size: 1.125rem; margin-bottom: 2rem; line-height: 1.6; font-weight: bold; }
/*单页样式*/

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

/*产品列表*/
#product #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }

#product #goods_slider_type { background-color: #044486; height: 4.0rem; margin-bottom: 1.875rem; }
#product #goods_slider_type .goods_slider_type a { display: block; color: #ffffff; line-height: 100%; padding: 0 1.25rem; font-size: 1.125rem; font-weight: bold; }
#product #goods_slider_type .goods_slider_type a span.dian { width: 0.875rem; height: 0.875rem; display: block; background: url('../images/dot_w.png') center no-repeat; margin-right: 0.625rem; }
#product #goods_slider_type .goods_slider_type a:hover span.dian, #product #goods_slider_type .goods_slider_type  a.active span.dian { background: url('../images/dot_w.png') center no-repeat; }
#product #goods_slider_type .goods_slider_type a:hover,#product #goods_slider_type .goods_slider_type  a.active { background-color: #a5000e; }

#product #goods_slider_type .goods_slider_type_left { width: calc(100% - 9.75rem); }
#product #goods_slider_type .btns { width: 9.75rem; }
#product #goods_slider_type .btns a { display: block; width: 100%; height: 100%; background-color: var(--second_color);  color: #ffffff; padding: 0 1.25rem; font-size: 1.0rem; }
#product #goods_slider_type .btns a:hover { background-color: var(--base_color); }
#product #goods_slider_type .btns a i { font-size: 1.5rem; }

.pro_li_big .box { position: absolute; width: 100%; height: 100%; z-index: 1; color: #ffffff; }
.pro_li_big .box .b_footer { padding: 1.25rem 0.625rem; background-image: linear-gradient( to bottom, transparent 0%, rgba(11,13,36,1) 100%) }
.pro_li_big .box .b_footer .title { font-size: 1.125rem; font-weight: bold; margin-bottom: 0.5rem; }
.pro_li_big .box .b_footer .desc { font-size: 0.875rem; line-height: 1.6; color: rgba(255,255,255,0.6); }

.pro_li a .title { background-color: #f7f7f7; font-size: 1.0rem; 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:hover .title .flex-grow-1 p { color: var(--second_color); }
.pro_li a .title .flex-shrink-0 { font-size: 0.875rem; background-color: var(--base_color); color: #ffffff; padding: 0.3125rem 0.5rem; }
.pro_li a:hover .title .flex-shrink-0 { background-color: var(--second_color); }

/*产品列表*/

/*产品详情*/
#proinfo #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/product/box1_bg.jpg') center no-repeat; }

#proinfo #box1 #pro_desc .title { font-size: 1.625rem /* 26/16 */; color: var(--base_color); font-weight: bold; line-height: 1.6; margin-bottom: 1.25rem /* 20/16 */; }
#proinfo #box1 #pro_desc .desc { color: var(--grey1); line-height: 2; }

#proinfo #box1 .param_more { margin-bottom: 2rem; color: var(--grey1); }
#proinfo #box1 .param_more li { line-height: 1.6; padding-top: 0.75rem; padding-bottom: 0.75rem; }

#proinfo #box1 .tags { margin-bottom: 2.5rem /* 40/16 */;}
#proinfo #box1 .tags li p { display: flex; justify-content: center; align-items: center; height: 3.75rem /* 60/16 */; background-color: #f9f9fd; color: #3a4dc6; padding: 0 .3125rem /* 5/16 */; }

#proinfo #box1 .contact { line-height: 2; margin-bottom: 1.875rem /* 30/16 */; color: var(--grey1); } 
#proinfo #box1 .contact dt { color: #1d1d1d; font-size: 1.375rem /* 22/16 */; margin-bottom: 1.25rem /* 20/16 */; } 

#proinfo #box1 .btns a { width: 17.5rem /* 280/16 */; max-width: 100%; height: 3.75rem /* 60/16 */; padding: 0 .9375rem /* 15/16 */; border-radius: 0; font-size: 1rem /* 16/16 */; }
#proinfo #box1 .btns a:first-child { background-color: var(--base_color); color: #ffffff; }
#proinfo #box1 .btns a:last-child { border: 1px solid var(--base_color); color: var(--base_color); }
#proinfo #box1 .btns a:hover { background-color: var(--second_color); border: var(--second_color) 1px solid; color: #ffffff; }

#proinfo #box2 { padding-top: 2.5rem; padding-bottom: 2.5rem; background-color: #f9f9fd; }

#proinfo #tabs { height: 3.75rem /* 60/16 */; }
#proinfo #tabs li { cursor: pointer; max-width: 15rem /* 240/16 */; }
#proinfo #tabs li p { height: 100%; background-color: #ffffff; font-size: 1rem /* 16/16 */; color: #3f3f3f;  padding: 0 .3125rem /* 5/16 */; display: flex; justify-content: center; align-items: center;}
#proinfo #tabs li.active p { background-color: var(--base_color); color: #ffffff; }

#proinfo .mainInfo { min-height: 18.75rem /* 300/16 */; }
#proinfo .mainInfo h2 { display: flex; align-items: center; font-size: 1.5rem /* 24/16 */; font-family: "R-B"; color: var(--grey1); margin: 2.5rem /* 40/16 */ 0 1.25rem /* 20/16 */ 0; }
#proinfo .mainInfo h2 .dots { margin-right: 1.25rem /* 20/16 */; }

#product .mainInfo { min-height: 37.5rem /* 600/16 */; }
#product .mainInfo h2 { display: flex; align-items: center; font-size: 1.5rem /* 24/16 */; font-family: "R-B"; color: var(--grey1); margin: 2.5rem /* 40/16 */ 0 1.25rem /* 20/16 */ 0; }
#product .mainInfo h2 .dots { margin-right: 1.25rem /* 20/16 */; }

span.dots { position: relative; }
span.dots:before { display: block; content: ""; width: .75rem /* 12/16 */; height: .75rem /* 12/16 */; border-radius: 0; background-color: var(--base_color); }

/*产品详情*/

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

/*联系我们样式*/

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

#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; }
		
	#in_box_1 { padding-top: 3rem; padding-bottom: 3rem; }
	#in_box_2 { padding-top: 3rem; padding-bottom: 3rem; }
	#in_box_3 { padding-top: 3rem; padding-bottom: 3rem; }
	#in_box_4 { padding-top: 3rem; padding-bottom: 3rem; }
	#in_box_5 { padding-top: 3rem; padding-bottom: 3rem; }
	
}
/*手机端样式*/

/*大屏手机样式*/
@media (max-width: 576px){
	#header_top_replace { background-color: #000000; height: 4.375rem /* 70/16 */; transition: all 0.3s; }
}
/*大屏手机样式*/

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

	.goods_type_gd .content { transition: all 0.3s; height: 0; overflow: hidden; }
	.goods_type_gd .swiper-slide:hover { padding-top: .625rem /* 10/16 */; padding-bottom: .625rem /* 10/16 */; }
	.goods_type_gd .swiper-slide:hover .content { height: 5rem /* 80/16 */; }

	.news_gd .swiper-slide a .time p { opacity: 0; }

	.goods_type_gd_w { padding: 0 3.125rem /* 50/16 */; }
	.goods_type_gd_w .swiper-button-prev { width: 3.125rem /* 50/16 */; height: 3.125rem /* 50/16 */; color: #ffffff !important; border: 1px solid #ffffff; left: -.625rem /* -10/16 */ !important;}
	.goods_type_gd_w .swiper-button-next { width: 3.125rem /* 50/16 */; height: 3.125rem /* 50/16 */; color: #ffffff !important; border: 1px solid #ffffff; right: -.625rem /* -10/16 */ !important;}
	.goods_type_gd_w .swiper-button-prev img,.goods_type_gd_w .swiper-button-next img { filter: grayscale(100%) brightness(1000%);}
	#in_box_4 .box_body .title:before { width: 9.375rem /* 150/16 */;}
	#in_box_4 .box_body .title:after { width: 9.375rem /* 150/16 */;}
	
	#in_box_1 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#in_box_2 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#in_box_3 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#in_box_4 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }
	#in_box_5 { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.125rem /* 50/16 */; }

}
/*大屏手机样式*/

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

	#header_links img { width: 1.25rem; }

	#banner_box .text_box { margin-top: 4.375rem /* 70/16 */; font-size: 2.5rem /* 40/16 */; line-height: 1.4; }	
	#banner_box .btns { margin: 1.25rem /* 20/16 */ auto; width: 3.125rem /* 50/16 */; height: 3.125rem /* 50/16 */; border-radius: 3.125rem /* 50/16 */;  }	
	#banner_box .btns img { width: 1rem /* 16/16 */; height: 1rem /* 16/16 */; }	
	#banner_box .btns:hover { width: 7.5rem /* 120/16 */;  }
	#page_banner_box .text_box { font-size: 2.25rem /* 36/16 */; margin-bottom: 0; }
	#subNav_box { background-color: transparent; position: absolute; left: 0; bottom: 0; width: 100%; height: 5rem /* 80/16 */; z-index: 2; }
	.subNav .swiper-slide a { font-size: 1.375rem /* 22/16 */; }

	/*首页样式开始*/
	#in_box_1 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#in_box_2 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#in_box_3 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#in_box_4 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }
	#in_box_5 { padding-top: 3.75rem /* 60/16 */; padding-bottom: 3.75rem /* 60/16 */; }

	.yfcx_gd li .box_a { padding: 1.875rem /* 30/16 */; }
	.yfcx_gd li .box_b { padding: 1.875rem /* 30/16 */; }

	/*首页样式结束*/

	

	/*统一子页面开始*/

	.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_main { }

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

	.mImg { max-width: 37.5rem; }

	/*统一header开始*/
	
	#name_box_w.boxshow #header_logo img { max-height: 3.75rem /* 60/16 */; }

	#banner_box .text_box { margin-top: 4.375rem /* 70/16 */; font-size: 3.125rem /* 50/16 */; line-height: 1.4; }	
	#banner_box .btns {  margin: 1.25rem /* 20/16 */ auto; width: 3.75rem /* 60/16 */; height: 3.75rem /* 60/16 */; border-radius: 3.125rem /* 50/16 */;  }	
	#banner_box .btns img { width: 1.125rem /* 18/16 */; height: 1.125rem /* 18/16 */; }	
	#banner_box .btns:hover { width: 7.5rem /* 120/16 */;  }
	#page_banner_box .text_box { font-size: 2.625rem /* 42/16 */; margin-bottom: 0; }
	#subNav_box { background-color: transparent; position: absolute; left: 0; bottom: 0; width: 100%; height: 5rem /* 80/16 */; z-index: 2; }
	.subNav .swiper-slide a { font-size: 1.375rem /* 22/16 */; }
	/*统一header结束*/

	/*首页样式开始*/
	#in_box_1 { padding-top: 4.375rem /* 70/16 */; padding-bottom: 4.375rem /* 70/16 */; }
	#in_box_1 #ysList li:nth-child(2) .icon_box { border-right: 1px solid #dcdfe6;}
	#in_box_2 { padding-top: 4.375rem /* 70/16 */; padding-bottom: 4.375rem /* 70/16 */; }
	#in_box_3 { padding-top: 4.375rem /* 70/16 */; padding-bottom: 4.375rem /* 70/16 */; }
	#in_box_4 { padding-top: 4.375rem /* 70/16 */; padding-bottom: 4.375rem /* 70/16 */; }
	#in_box_5 { padding-top: 4.375rem /* 70/16 */; padding-bottom: 4.375rem /* 70/16 */; }

	#in_box_1 .btns { margin-top: 6.25rem /* 100/16 */; }
	#in_box_5 .btns { margin-top: 6.25rem /* 100/16 */; }

	#in_box_2 .row { flex-wrap: nowrap; }

	.goods_type_gd_w { padding: 0 3.125rem /* 50/16 */; }
	.goods_type_gd_w .swiper-button-prev { width: 3.125rem /* 50/16 */; height: 3.125rem /* 50/16 */; color: #ffffff !important; border: 1px solid #ffffff; left: .625rem /* 10/16 */ !important;}
	.goods_type_gd_w .swiper-button-next { width: 3.125rem /* 50/16 */; height: 3.125rem /* 50/16 */; color: #ffffff !important; border: 1px solid #ffffff; right: .625rem /* 10/16 */ !important;}

	#in_box_4 .box_body .number { font-size: 1.25rem /* 20/16 */;  }
	#in_box_4 .box_body .number .big { font-size: 13.75rem /* 220/16 */; }
	/*首页样式结束*/

	#about #box1 .box_header { margin-bottom: 3rem; }
	#about #box2 #ysList li:nth-child(2) .icon_box { border-right: 1px solid #778cb9;}

	.news_list li a { padding: 1rem; }
	.news_list li a:hover { box-shadow: 0 0 5px rgba(100, 100, 100, 0.5); }

	/*统一子页面开始*/
	#page_left { width: 30%; }
	#page_right { width: 70%; margin-left: 0%; }
	#page_right.order-lg-first { margin-left: auto; margin-right: 0%; }
	#page_right.order-lg-last { margin-right: auto; margin-left: 0%; }

	#proinfo #page_left .slider_type {  padding: 1.875rem /* 30/16 */; }

	.mainInfo { font-size: 1.125rem /* 18/16 */; line-height: 2; }

	/*统一子页面结束*/

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

	#footer_bar { flex-wrap: nowrap; }

	#footer_bar #footer_logo { width: auto; text-align: left; margin-bottom: 0; }
	#footer_bar #footer_logo img { max-height: 4.5rem /* 72/16 */; }
	#footer_bar #footer_tel { width: auto; text-align: left; margin-bottom: 0; font-size: 1.75rem /* 28/16 */; }
	#footer_bar #footer_tel span.tel_1 { margin-right: 1.25rem /* 20/16 */; }
	#footer_bar #footer_message { width: auto; text-align: left; font-size: 1.75rem /* 28/16 */; }

	#e1 { width: 30%; }
	#e2 { width: 70%; }

	#footer_main #e1 #qrcodeList dl { flex-wrap: nowrap; }
	#footer_main #e1 #qrcodeList dd { width: auto; }
	#footer_main #e1 #qrcodeList dt { width: auto; margin-left: 1.25rem /* 20/16 */; margin-top: 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; }

	
	#in_box_1 { padding-top: 5rem /* 80/16 */; padding-bottom: 5rem /* 80/16 */; }
	#in_box_2 { padding-top: 5rem /* 80/16 */; padding-bottom: 5rem /* 80/16 */; }
	#in_box_3 { padding-top: 5rem /* 80/16 */; padding-bottom: 5rem /* 80/16 */; }
	#in_box_4 { padding-top: 5rem /* 80/16 */; padding-bottom: 5rem /* 80/16 */; }
	#in_box_5 { padding-top: 5rem /* 80/16 */; padding-bottom: 4.375rem /* 70/16 */; }

	/*统一header开始*/
	#name_box_w #header_logo { }
	#header_links img { width: auto; }
	/*统一header结束*/

	/*首页样式开始*/

	.yfcx_gd ul { flex-wrap: nowrap; }
	.yfcx_gd li { width: 17.5%; height: 28.75rem /* 460/16 */; }

	.yfcx_gd li .box_a { padding: 2.5rem /* 40/16 */ 1.25rem /* 20/16 */; }
	.yfcx_gd li .box_a .title { font-size: 2.25rem /* 36/16 */; } 
	.yfcx_gd li .box_a .btns {margin-top: 1.25rem /* 20/16 */; width: 3.125rem /* 50/16 */; height: 3.125rem /* 50/16 */; border-radius: 3.125rem /* 50/16 */; }	
	.yfcx_gd li .box_a .btns img { width: 1.125rem /* 18/16 */; height: 1.125rem /* 18/16 */;  }	
	.yfcx_gd li .box_b { padding: 2.5rem /* 40/16 */ 1.25rem /* 20/16 */; }
	.yfcx_gd li .box_b .title { font-size: 2.25rem /* 36/16 */; margin-bottom: 2.5rem /* 40/16 */; }
	.yfcx_gd li .box_b .icon_box { flex-shrink: 0; width: 3.5rem /* 56/16 */; height: 3.5rem /* 56/16 */; }
	.yfcx_gd li .box_b .content { font-size: 1.25rem /* 20/16 */; }

	.yfcx_gd li.active { width: 62.6875%; }

	.goods_type_gd_w { padding: 0 3.125rem /* 50/16 */; }
	.goods_type_gd_w .swiper-button-prev { width: 3.125rem /* 50/16 */; height: 3.125rem /* 50/16 */; color: #ffffff !important; border: 1px solid #ffffff; left: -.625rem /* 10/16 */ !important;}
	.goods_type_gd_w .swiper-button-next { width: 3.125rem /* 50/16 */; height: 3.125rem /* 50/16 */; color: #ffffff !important; border: 1px solid #ffffff; right: -.625rem /* 10/16 */ !important;}
	
	/*首页样式结束*/

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

	/*联系我们*/

	/*联系我们*/

	/*产品中心*/

	/*产品中心*/

	/*统一footer开始*/
	#footer_main { }

	#footer_bar { padding-top: 3.125rem /* 50/16 */; padding-bottom: 3.75rem /* 60/16 */; margin-bottom: 6.25rem /* 100/16 */; }
	#footer_bar #footer_logo img { max-height: unset;}
	#footer_bar #footer_message { font-size: 1.875rem /* 30/16 */; }
	/*统一footer结束*/
}
/*PC效果*/

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

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

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

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

	/* 首页siwper */
	#index .ani { visibility: hidden; }
	body#index { overflow: hidden; }
	.page_control .section.swiper-slide-prev {transform:scale(1.1); -ms-transform:scale(1.1); transition: all .6s; opacity: 1; }
	.page_control .section.swiper-slide-active{transform:scale(1); -ms-transform:scale(1); opacity:1; transition:all 0s; border-radius: 0; z-index: 11; }
	.swiper-wrapper-index { display: flex !important; }
	.swiper-wrapper-index .swiper-slide.section { display: flex; justify-content: center; align-items: center; }
	.swiper-wrapper-index .swiper-slide.section #banner_box .swiper-slide .mainImg { height: 100vh; }
	.h-xxl-100 { height: 100%; }
	/* 首页siwper */

	#name_box_w { height:  6.25rem /* 100/16 */; }
	#name_box_w #header_logo img { max-height: 5.25rem /* 84/16 */; }
	
	.banner_s { width: 1920px; position: relative; left: 50%; transform: translateX(-50%); }
	#banner_box .text_box { margin-top: 6.25rem /* 100/16 */; font-size: 5rem /* 80/16 */; line-height: 1.4; }	
	#banner_box .btns { margin: 1.875rem /* 30/16 */ auto; width: 5rem /* 80/16 */; height: 5rem /* 80/16 */; border-radius: 5rem /* 80/16 */; }	
	#banner_box .btns img { width: 1.25rem /* 20/16 */; height: 1.25rem /* 20/16 */; }	
	#banner_box .btns:hover { width: 10rem /* 160/16 */;  }

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

	#about #box1 .mainInfo section:first-child { padding-right: 1.875rem /* 30/16 */; }
	#about #box1 .mainInfo section:last-child { padding-left: 1.875rem /* 30/16 */; }

	#product #goods_slider_type { font-size: 1.125rem; }
	#page_left { width: 24%; }
	#page_right { width: 74%; }


	#in_box_1 { padding-top: 5.625rem /* 90/16 */; padding-bottom: 5.625rem /* 90/16 */; }
	#in_box_2 { padding-top: 5.625rem /* 90/16 */; padding-bottom: 5.625rem /* 90/16 */; }
	#in_box_3 { padding-top: 5.625rem /* 90/16 */; padding-bottom: 5.625rem /* 90/16 */; }
	#in_box_4 { padding-top: 5.625rem /* 90/16 */; padding-bottom: 5.625rem /* 90/16 */; }
	#in_box_5 { padding-top: 5.625rem /* 90/16 */; padding-bottom: 5.625rem /* 90/16 */; }

	#footer_bar #footer_tel { font-size: 2.25rem /* 36/16 */; }
	#footer_bar #footer_tel i { margin-right: 3.125rem /* 50/16 */; }
	#footer_bar #footer_tel span.tel_1 { font-size: 2.25rem /* 36/16 */; margin-right: 3.125rem /* 50/16 */; }
}
/*1400效果*/

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

	html,body { font-size: 16px; }
	
	#name_box_w { height: 6.25rem /* 100/16 */; }
	
	#proinfo #box1 .container, #proinfo #box2 .container { max-width: 89rem /* 1424/16 */ !important;}

	#proinfo #page_left { width: calc(100% - 2% - 960px); }
	#proinfo #page_right { max-width: 930px; margin-left: 0; }

}
/*1440效果*/


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

	.navI>li>a { font-size: 1.125rem; }

	.banner_s { width: 1920px; position: relative; left: 50%; transform: translateX(-50%);  }
	#page_banner_box .text_box { font-size: 5rem /* 80/16 */; }

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

	#page_right { width: 68%; margin-left: 2%; }
	#page_right.order-lg-first { margin-left: auto; margin-right: 2%; }
	#page_right.order-lg-last { margin-right: auto; margin-left: 2%; }

	/*首页样式开始*/

	.box_header.main_box_header { margin-bottom: 1.875rem /* 30/16 */; }
	.box_header.main_box_header .title { margin-bottom: 1.875rem /* 30/16 */; }
	.box_header.main_box_header .title:before { margin-right: 2.375rem; }
	.box_header.main_box_header .title:after { margin-left: 2.375rem; }

	.box_header.main_box_header .title a { font-size: 3.5rem /* 56/16 */; }
	.box_header.main_box_header .desc { font-size: 1.375rem /* 22/16 */; }

	/*in_box_1*/
	#in_box_1 { height: 60rem /* 960/16 */; padding-top: 9.375rem /* 150/16 */; padding-bottom: 11.875rem /* 190/16 */; }
	#in_box_1 .intro_content { font-size: 1.0625rem; line-height: 1.75; margin-bottom: 5rem /* 80/16 */; }
	#in_box_1 .btns { margin-top: 5rem /* 80/16 */; }
	#in_box_1 .btns a { width: 11.25rem /* 180/16 */; height: 3.125rem /* 50/16 */; padding: 0 1rem; }
	#in_box_1 #ysList .icon_box .icon { width: 6.4375rem /* 103/16 */; height: 6.4375rem /* 103/16 */; margin: 0 auto 1.875rem /* 30/16 */; }
	#in_box_1 #ysList .icon_box .icon img { width: 3rem /* 48/16 */; height: 3rem /* 48/16 */; }
	#in_box_1 #ysList .title { font-size: 1.125rem /* 18/16 */; }
	/*in_box_1*/

	/*in_box_2*/
	#in_box_2 { height: 60rem /* 960/16 */; padding-top: 6.75rem /* 108/16 */; padding-bottom: 6.75rem /* 108/16 */; }

	#in_box_2 #_left .title { font-size: 1.25rem /* 20/16 */; font-weight: bold; margin-bottom: 7.5rem /* 120/16 */; }
	#in_box_2 #_left .desc { font-size: 3.75rem /* 60/16 */; line-height: 1.2; margin-bottom: 15rem /* 240/16 */; }
	.goods_type_gd_w { padding: 0 4.375rem /* 70/16 */; }
	.goods_type_gd_w .swiper-button-prev { width: 4.375rem /* 70/16 */; height: 4.375rem /* 70/16 */; left: -3.125rem /* -50/16 */ !important;}
	.goods_type_gd_w .swiper-button-next { width: 4.375rem /* 70/16 */; height: 4.375rem /* 70/16 */; right: -3.125rem /* -50/16 */ !important;}
	/*in_box_2*/

	/*in_box_3*/
	#in_box_3 { height: 60rem /* 960/16 */; padding-top: 9rem /* 144/16 */; padding-bottom: 8.5rem /* 136/16 */; }
	#in_box_3 .box_header { margin-bottom: 2.5rem /* 40/16 */; }
	/*in_box_3*/

	/*in_box_4*/
	#in_box_4 { height: 60rem /* 960/16 */; padding-top: 9.75rem /* 156/16 */; padding-bottom: 12.5rem /* 200/16 */; }
	#in_box_4 .box_body .number { font-size: 1.375rem /* 22/16 */;  }
	#in_box_4 .box_body .number .big { font-size: 20.625rem /* 330/16 */; }
	/*in_box_4*/

	/*in_box_5*/
	#in_box_5 { height: 60rem /* 960/16 */; padding-top: 7.5rem /* 120/16 */; padding-bottom: 6.5rem /* 104/16 */; }
	#in_box_5 .box_header.main_box_header { margin-bottom: .625rem /* 10/16 */; }

	.news_gd .swiper-slide a { padding: 0 2.5rem /* 40/16 */; }
	.news_gd .swiper-slide a .box { padding: 4.5rem /* 72/16 */ 4rem /* 64/16 */; }
	.news_gd .swiper-slide a:hover .box,.news_gd .swiper-slide.swiper-slide-active a .box { box-shadow: 0px -1.25rem /* -20/16 */ 1.875rem /* 30/16 */ #a3a7ab; }
	.news_gd .swiper-slide a .time { top: 1.375rem /* 22/16 */; letter-spacing: -.5rem /* -8/16 */; font-size: 6.875rem /* 110/16 */; height: 6.875rem /* 110/16 */; }
	.news_gd .swiper-slide a .title { font-size: 1.625rem /* 26/16 */; }
	.news_gd .swiper-slide a .line { width: 3.125rem /* 50/16 */; height: 2px; margin-bottom: 2.5rem /* 40/16 */; }
	.news_gd .swiper-slide a .content { font-size: 1rem; line-height: 1.8; }

	#in_box_5 .btns { margin-top: 6.25rem /* 100/16 */; }
	#in_box_5 .btns a { width: 11.25rem /* 180/16 */; height: 3.125rem /* 50/16 */; padding: 0 1rem; }
	/*in_box_5*/

	/*首页样式结束*/

	.defaultHeight { min-height: 28.3rem; }

	#about #box1 { height: 59.5rem /* 952/16 */; padding-top: 9.375rem /* 150/16 */; padding-bottom: 11.875rem /* 190/16 */; }
	#about #box2 { background-color: transparent; }
	#about #ysList .icon_box .icon { width: 6.4375rem /* 103/16 */; height: 6.4375rem /* 103/16 */; }
	#about #ysList .icon_box .icon img { width: 3rem /* 48/16 */; height: 3rem /* 48/16 */;  }
	#about #ysList .title { font-size: 1.125rem /* 18/16 */; }

	#about #box3 { height: 57.0625rem /* 913/16 */; padding-top: 9rem /* 144/16 */; padding-bottom: 9rem /* 144/16 */; }
	#about #box3 .content { font-size: 1.375rem /* 22/16 */; color: #404143; line-height: 2;}

	
	#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; }
	#honor #box2 { padding-top: 4rem; padding-bottom: 4rem; }
	
	.news_list li { margin-bottom: 1.875rem /* 30/16 */; }
	.jscx_list li .cont_box { padding: 2rem; }
	.jscx_list li .title { font-size: 1.875rem; margin-bottom: 1.25rem; }
	
	/*#product*/
	#product #goods_slider_type { height: 5.0rem; margin-bottom: 2.5rem; }
	.pro_li_big .box .b_footer { padding: 2.5rem 2.5rem; }
	.pro_li_big .box .b_footer .title { font-size: 1.75rem; font-weight: bold; margin-bottom: 0.75rem; }
	.pro_li_big .box .b_footer .desc { font-size: 1rem; line-height: 1.6; color: rgba(255,255,255,0.6); }
	.pro_li a .title div { padding: 0 1.25rem; }
	/*#product*/

	#proinfo #box1 { height: 51.0625rem /* 817/16 */; padding-top: 7.5rem /* 120/16 */; padding-bottom: 9.75rem /* 156/16 */; }

	#proinfo #box1 #pro_show { width: 45%; padding-right: 2.5rem /* 40/16 */; }
	#proinfo #box1 #pro_desc  { width: 55%; padding-left: 2.5rem /* 40/16 */; }

	#proinfo #box2 { padding-top: 4rem /* 64/16 */; padding-bottom: 4rem /* 64/16 */; }
	#proinfo #box2 .main_box { }

	.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*/

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

	.case_gd_w .swiper-button-prev { width: 2.625rem; height: 2.625rem; color: #FFF !important; background-color: var(--base_color); left: -0.75rem !important; }
	.case_gd_w .swiper-button-next { width: 2.625rem; height: 2.625rem; color: #FFF !important; background-color: #8a8a8a; right: -0.75rem !important; }
	.case_gd_w .swiper-button-prev:hover, .case_gd_w .swiper-button-next:hover { background-color: var(--second_color); }
	.case_gd_w .swiper-button-prev:after, .case_gd_w .swiper-button-next:after { font-size: 0.875rem !important; }

	#message_box { margin-top: 7rem; }
	#honor #message_box { margin-top: 0; background-color: #f4f4f4; }
	#honor #box2 { padding-top: 6.25rem /* 100/16 */; padding-bottom: 11.25rem /* 180/16 */ }

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

	/*统一footer开始*/

	#footer { height: 60rem /* 960/16 */; }
	
	#footer_main { margin-bottom: 16.25rem /* 260/16 */; }

	#e1 { width: 25%; }
	#e2 { width: 75%; }
	/*统一footer结束*/

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

/*1700效果*/
@media (min-width: 1700px){
	.container { max-width: 101.5rem /* 1624/16 */; }
	#name_box_w .container-fluid { padding: 0 3.125rem /* 50/16 */;}

	.yfcx_gd li { height: 33.125rem /* 530/16 */;}
	.yfcx_gd li .box_a { padding: 3.125rem /* 50/16 */ 1.875rem /* 30/16 */; }
	.yfcx_gd li .box_a .title { font-size: 3.125rem /* 50/16 */; line-height: 1.25; } 
	.yfcx_gd li .box_a .btns { margin-top: 1.25rem /* 20/16 */; width: 4.125rem /* 66/16 */; height: 4.125rem /* 66/16 */; border-radius: 4.125rem /* 66/16 */; }	
	.yfcx_gd li .box_a .btns img { width: 1.25rem /* 20/16 */; height: 1.25rem /* 20/16 */; }	
	.yfcx_gd li .box_b { padding: 6rem /* 96/16 */ 5rem /* 80/16 */; }
	.yfcx_gd li .box_b .title { font-size: 3.125rem /* 50/16 */; margin-bottom: 2.5rem /* 40/16 */; }
	.yfcx_gd li .box_b .icon_box { width: 4.125rem /* 66/16 */; height: 4.125rem /* 66/16 */; }
	.yfcx_gd li .box_b .content { font-size: 1.375rem /* 22/16 */; line-height: 1.6; }
	.yfcx_gd li .box_b .btns a { font-size: 1rem /* 16/16 */; }
	.yfcx_gd li .box_b .btns a i { font-size: 1.125rem /* 18/16 */; }
}
/*1800效果*/



/*1800效果*/
@media (min-width: 1800px){
	.container { max-width: 101.5rem /* 1624/16 */; }
	#name_box_w .container-fluid { padding: 0 3.125rem /* 50/16 */;}
}
/*1800效果*/

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

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