﻿@font-face {
	font-family: 'SourceHanSansCNRegular';
	src:  url('https://www.wireking.com/public/en/css/font/SourceHanSansCN-Regular.ttf') format('truetype');
  }
body{ background:#fff; font-family: 'SourceHanSansCNRegular'; }
.body{ font-size:16px; position:relative; color: #2f2f2f; overflow:hidden; }
.body_nobanner{padding-top: 90px;}
div{box-sizing: border-box;}
a{color: #000;}
.mauto{max-width:1400px; margin:0 auto;}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
/*---------------头部导航--------------*/
.header{ position:fixed; left:0; right:0; top:0; z-index:999; background:rgba(255,255,255,0);transition: all 0.5s;-webkit-transition: all 0.5s; padding: 0 25px;border-bottom:1px solid rgba(255,255,255,0);}
.header .header_in{max-width:1600px; margin:0 auto; position: relative; z-index: 2; display: flex; justify-content: space-between;  align-items:center;}
.header .logo {
  float:left;
	line-height: 88px;
	margin-right: 40px;
	margin-left: 100px;
}
.header .logo_black{display: none;}
.mini,.header_nobanner,.header:hover{background: #fff; border-bottom:1px solid #E5E5E5;}
.mini .logo_black,.header_nobanner .logo_black,.header:hover .logo_black{display: inline-block;}
.mini .logo_white,.header_nobanner .logo_white,.header:hover .logo_white{display: none;}
.navBox{ float:left; position:relative;}
.nav > li {
  float: left;
  position:relative;
	margin: 0 38px;
}
.nav > li > a,.nav > li > .parent > a {
  line-height: 90px;
  font-size: 18px;
	font-weight: bold;
  color: #fff; 
  position:relative;
  display:block;
	padding: 0 1px;
}
.mini .nav > li > a,.mini .nav > li > .parent > a,.header_nobanner .nav > li > a,.header_nobanner > .nav li > .parent > a,.header:hover .nav > li > a,.header:hover .nav > li > .parent > a{color: #2f2f2f;}
.mini .nav > li > a:hover,.mini .nav > li > .parent > a:hover,.header_nobanner .nav > li > a:hover,.header_nobanner .nav > li > .parent > a:hover,.header:hover .nav > li > a:hover,.header:hover .nav > li > .parent > a:hover{color: #ee7a36;}
.mini .nav > li.cur > a,.mini .nav > li.cur > .parent > a,.header_nobanner .nav > li.cur > a,.header_nobanner .nav > li.cur > .parent > a,.header:hover .nav > li.cur > a,.header:hover .nav > li.cur > .parent > a{color: #ee7a36;}
.header .nav > li.cur > a:before,.header .nav > li.cur > .parent > a:before{content: ''; position: absolute; left:0; right: 0; bottom: 28px; height: 1px; background: #fff;}
.subNav{ position:absolute; left:50%; margin-left:-65px; min-width:130px; height:0; opacity:0; overflow:hidden; top:70px; background:#fff; -webkit-border-radius: 10px; border-radius: 10px; }
.nav li:hover .subNav{ height:auto; opacity:1; top:90px;transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;}
.subNav li{ float:none; border-bottom:1px solid rgba(0,0,0,0.05); margin:0; }
.subNav li:last-child{ border-bottom:0;}
.subNav li a{ line-height:40px; font-size:14px; color: #333; white-space:nowrap; text-align:center; display:block;}
.subNav li:hover a{ color:#ee7a36; }
.nav .icon_control{ display:none;}

.head_r{ float: right;}
.search{  display:inline-block; vertical-align:middle; position:relative;}
.search .icon_search{ display:block; width:24px; height:24px; background:url(../image/search.png) no-repeat center; cursor:pointer;}
.mini .search .icon_search,.header_nobanner .search .icon_search,.header:hover .search .icon_search{background-image:url(../image/search_black.png);}
.search .pop_search{ position:absolute; top:24px; right:0; padding-top: 32px; display:none; z-index:9;} 
.search .pop_search_in{background:#FFFFFF; box-shadow:0 3px 3px rgba(0,0,0,0.05) inset; -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.05) inset; padding:14px; }
.search .pop_search .searchBox{position:relative; }
.search .pop_search .searchBox .search_h{ width:248px; box-sizing:content-box; border:1px solid #CCCCCC; padding:8px 50px 8px 10px;}
.search .pop_search .searchBox .search_btn{position:absolute; top:0; right:0; bottom:0; width:39px; background:url(../image/search.png) no-repeat center #ee7a36; cursor:pointer;}
.head_r .line_h{width: 1px; height: 18px; display: inline-block; vertical-align:middle; background: rgba(255,255,255,0.4); margin: 0 15px;}
.mini .head_r .line_h{background: rgba(0,0,0,0.4);}
.lang{  display:inline-block; vertical-align:middle; position:relative; margin-left: 35px;}
.lang .icon_lang{ display:block; width:24px; height:24px; background:url(../image/language.png) no-repeat center; cursor:pointer;}
.mini .lang .icon_lang,.header_nobanner .lang .icon_lang,.header:hover .lang .icon_lang{ background-image:url(../image/language_black.png);}
.lang .pop_lang{ position:absolute; top:24px;padding-top: 32px; right:-15px;  display:none; z-index:9;}
.lang .pop_lang_in{background:#FFFFFF; box-shadow:0 3px 3px rgba(0,0,0,0.05) inset; -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.05) inset; padding: 10px 0; }
.lang .pop_lang a{display: block;white-space:nowrap; padding: 5px 15px;}
.lang .pop_lang a:hover,.lang .pop_lang a.cur{color:#ee7a36;}

/*---------------index--------------*/
.banner img{width: 100%;}
.banner_list{width: 100%; position: relative; overflow: hidden;}
.banner_list li a{display: block;}
.banner_list .prev,.banner_list .next{position:absolute; z-index:9; width: 22px; height: 43px; top: 50%;  cursor: pointer; opacity: 0; -webkit-transition: opacity 0.5s; transition: opacity 0.5s;}
.banner_list:hover .prev,.banner_list:hover .next{ opacity: 1;}
.banner_list .prev{background: url(../image/slide1.png) no-repeat center; left:55px; }
.banner_list .next{background: url(../image/slide2.png) no-repeat center; right:55px; }
.banner_list li img{ -webkit-transform: scale(1.03); transform: scale(1.03); -webkit-transition: all 2s; transition: all 2s;}
.banner_list li.swiper-slide-active img{-webkit-transform: scale(1); transform: scale(1);}
.banner_gif{text-align:center;position: absolute; z-index: 8; left: 18%; right: 18%; top: 52%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.banner .banner_gif img{width:auto;}
.banner_ct{background: url(../image/ctbg.png) repeat-y center; background-size: contain; height: calc(100vh - 64px);}
/** footer **/
.footer{background: #2F2F2F; background-size: cover; color: #fff; font-size: 87.5%; position: relative; z-index: 99;}
.footer1{ padding: 80px 0 55px;}
.footer .mauto{max-width: 1400px; margin: 0 auto;}
.info_f{float: left; width: 29.5%;}
.info_f .img img{width: 92px;}
.info_f .info{margin-top: 30px; max-width: 300px;}
.info_f .info p{ margin-bottom: 12px;}
.flinkcon{padding: 0 20px;}
.link_a{ float: left; width: 51%;}
.link_a .item{float: left; width: 33.3%;}
.link_a h5{color: #fff;line-height: 1.2; font-weight: bold; font-size: 18px;  margin-bottom: 18px;}
.link_a a{line-height: 2.5; color: #fff;}
.link_a a:hover{color: #fff; text-decoration: underline;}
.ct_f{ float: right; width: 19.5%; text-align: center; margin: 0 -12px;}
.sj_pop{ cursor: pointer; display: inline-block; position: relative; margin: 0 12px; width: 48px; height: 48px;}
.sj_pop .icon_img{ width: 46px; height: 46px; line-height: 46px; border: 1px solid #fff; -webkit-border-radius: 25px; border-radius: 25px; text-align: center;}
.sj_pop:hover .icon_img{ border-color: #EE7A36; background-color: #EE7A36;}
.sj_pop .popcon{top: 48px;
	cursor: default;
	display: none;
	left: -26px;
	padding-top: 19px;
	position: absolute;
	z-index: 1000;}
.sj_pop:hover .popcon{ display:block;}
.sj_pop .icon_pop{ position:absolute; left:50%; margin-left: -6px; top:7px; border-width: 6px; border-style: solid; border-color:transparent  transparent #fff transparent; }
.sj_pop .pop_in .qr_code{ text-align:center;background:#fff; padding:5px; -webkit-border-radius: 10px; border-radius: 10px;}
.sj_pop .pop_in .qr_code img{ width: 90px; max-width: 90px;}
.sj_pop .pop_in p{ line-height:1.5; text-align:center; padding-top:10px;color:#b5b5b5;}
.footer2{padding: 22px 10px; text-align: center; background: #282828; color: #A5A5A5;}
.footer2 a{color: #A5A5A5;}

.fixed_s{ position: fixed; z-index: 100; right: 0; bottom: 80px;}
.fixed_s .i_a{display: block; width: 46px; margin-bottom: 1px; text-align: center; line-height: 46px; background-color: rgba(0,0,0,0.45);}
.fixed_s .i_tel{ background-color: #EE7A36; display: none;}
.fixed_s .i_top{opacity: 0;}
/* 首页 */
.title1{ text-align: center; font-size: 2em; font-weight: bold; color: #ee7e41; line-height: 1.7; margin-bottom: 1em;}
.secmovebg .mauto{position: relative;z-index: 5;}
.index .section1{position: relative; background: #F6F6F6; padding: 70px 0 80px;}
.index .section1 .movebg1{position: absolute; top: 50%; margin-top: -40px; left: 53.5%; margin-left: 700px; width: 116px;}
.index .section1 .movebg2{position: absolute;width: 188px; bottom: 80px; margin-bottom: -70px; left: 50%;  margin-left: -780px; }
.swiper_img1{-webkit-border-radius: 15px; border-radius: 15px; overflow: hidden; position: relative;}
.swiper_img1:after{content: ''; position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; background: url(../image/mask.png) no-repeat center bottom; background-size: cover;}
.swiper_img1 .menu_page{ position: absolute; left: 0; right: 0; bottom: 25px; z-index: 5; text-align: center;}
.swiper_img1 .menu_page .switem{display: inline-block; vertical-align: top; margin: 0 0.5%; width: 155px; height: auto; -webkit-border-radius: 0; border-radius: 0; background: none; opacity: 1;}
.swiper_img1 .menu_page .switem .simg{width: 75px; height: 75px; margin: 0 auto; line-height: 73px; text-align: center; border: 1px solid rgba(255,255,255,0.33); -webkit-border-radius: 40px; border-radius: 40px; -webkit-transition: all 0.5s; transition: all 0.5s;}
.swiper_img1 .menu_page .switem .simg img.icon_black{display: none;}
.swiper_img1 .menu_page .switem .tt{font-size: 18px; color: #fff; margin-top: 22px; line-height: 1.5;}
.swiper_img1 .menu_page .switem.swiper-pagination-bullet-active .simg{background: #EE7A36; border-color:#EE7A36;}

.index .section2{background: #F2F2F2; position: relative;padding: 60px 0 70px;}
.index .section2 .movebg3{position: absolute;width: 153px; top: 50%; right: 10px; }
.img_text_us{background: #E2EBF3;-webkit-border-radius: 15px; border-radius: 15px; overflow: hidden; display: flex; align-items:stretch; margin-bottom: 50px;}
.img_text_us .img{width: 50%;}
.img_text_us .img img{height: 100%; width: 100%; object-fit: cover;}
.img_text_us .text{width: 50%; padding: 5% 4.2%; color: #444;}
.img_text_us .text .tt{font-size:1.5em; margin-bottom: 0.5em;}
.img_text_us .text p{line-height: 2; margin-top: 1.8em;}
.swiper_img2{overflow: hidden; padding: 0 30px; position: relative;}
.swiper_img2 li{width: auto; padding: 0 30px;}
.swiper_img2 .prev,.swiper_img2 .next{position: absolute; z-index: 5; cursor: pointer; top: 0; bottom: 0; width: 30px;}
.swiper_img2 .prev{background: url(../image/slide3.png) no-repeat left center #F2F2F2; left: 0;}
.swiper_img2 .next{background: url(../image/slide4.png) no-repeat right center #F2F2F2; right: 0;}

.index .section3{position: relative; overflow: hidden;padding: 60px 0 85px;}
.index .section3 .movebg4{position: absolute;left:-20px; right: -20px; top: -20px; bottom: -20px; background: url(../image/bg3.jpg) no-repeat center; background-size:cover;}
.swiper_img3{overflow: hidden;}
.swiper_img3 .page{text-align: center; margin-top: 5px;}
.swiper_img3 .page .swiper-pagination-bullet{width: 5px; height: 5px; background: #0C0C0C; margin: 0 2px; opacity: 1;}
.swiper_img3 .page .swiper-pagination-bullet-active{background: #EE7A36;}
.imggroup{display: flex; justify-content: center; flex-wrap: wrap;}
.imggroup .item{width: 9.09%; margin-bottom: 15px;}
.imggroup .item .item_in{position: relative;  margin: 0 10px; -webkit-border-radius: 100px; border-radius: 100px; overflow: hidden; background: #fff; }
.imggroup .item .item_in .size{padding-bottom: 100%;}
.imggroup .item .img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; text-align: center;}
.imggroup .item .img img{ position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
/* 联系我们 */
.contact{padding: 0 0 40px; background: url(../image/ctbg.png) repeat-y center; background-size: contain;}
.ctflex{display: flex; color: #fff; font-weight: 112.5%; justify-content: space-between;}
.img_text_ct{position: relative; display: none;}
.img_text_ct .img{width: 61.78%; -webkit-border-radius: 15px; border-radius: 15px; overflow: hidden;}
.img_text_ct .text{width: 50%; left: 50%;position: absolute; top: 0; bottom: 0;}
.img_text_ct .text_in{position: absolute; width: 100%; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); padding: 10% 48px 8%;-webkit-border-radius: 15px; border-radius: 15px; overflow: hidden; background: #fff; line-height: 1.5; color: #040000;}
.img_text_ct .text .hh{font-size: 2em; font-weight: bold; color: #ee7e41; padding-bottom: 0.7em; position: relative; margin-bottom: 0.8em;}
.img_text_ct .text .hh:before{content: ''; position: absolute; width:2.2em; height: 3px; left: 0; bottom: 0; background: #ee7e41;}
.img_text_ct .text p{margin-bottom: 1.2em;}
.img_text_ct .text p span{font-size: 112.5%; font-weight: bold;}

/* 产品中心 */
.product{background: #F6F6F6; padding: 54px 0 27px;}
.slide_img{overflow: hidden; margin-bottom: 35px; position: relative;-webkit-border-radius: 15px; border-radius: 15px; overflow: hidden; }
.slide_img .slide_text{position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; padding: 60px 145px 30px 55px; line-height: 1.5; color: #fff;}
.slide_img .slide_text:before{ content: ''; position:absolute; top: 0; left: 0; right:0; bottom: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);} 
.slide_img .slide_text .hh{font-size: 2em; font-weight: bold; margin-bottom: 0.3em; position: relative; z-index: 2;} 
.slide_img .slide_text p{font-size: 112.5%;position: relative; z-index: 2;}
.slide_img .prev,.slide_img .next{position: absolute;z-index: 5; cursor: pointer; bottom: 36px; width: 28px; height: 28px;}
.slide_img .prev{background: url(../image/slide5.png) no-repeat center; right: 99px;}
.slide_img .next{background: url(../image/slide6.png) no-repeat center; right: 50px;}

/* 关于我们 */
.memubox .zanwei{height: 65px; display: none;}
.menufixed .zanwei{display: block;}
.menu{background: #fff; text-align: center;}
.menufixed .menu{position: fixed; z-index: 99; top: 90px; left: 0; right: 0;}
.menu li{line-height: 65px; display: inline-block; font-size: 18px; color: #2f2f2f; margin: 0 52px; position: relative; cursor: pointer;}
.menu li.cur,.menu li:hover{color: #ee7a36;}
.menu li.cur:before,.menu li:hover:before{content: ''; position: absolute; width: 100%; left: 0; height: 2px; background: #ee7a36; bottom: 0; }
.about .section1{position: relative; overflow: hidden; background: #F2F2F2;}
.about .section .movebg1{position: absolute; left: 0; top: 30px; width: 47%;}
.about .section .movebg2{position: absolute; left: 50%; margin-left: 590px; top: 43px; width: 296px;}
.us_text{margin-left: 50%; margin-top: 155px; margin-bottom: 120px;}
.us_text .tt{font-size: 2em; color: #ee7a36; font-weight: bold; margin-bottom: 1.25em;}
.us_text p{line-height: 2; color: #2f2f2f; margin-bottom: 1.5em;}
.about .section2{position: relative; overflow: hidden;padding: 120px 0 110px;}
.about .section2 .movebg3{position: absolute;left:-20px; right: -20px; top: -20px; bottom: -20px; background: url(../image/usbg2.jpg) no-repeat center; background-size:cover;}
.swiper_history{margin-top: 20px;}
.swiper_history li{width: auto;}
.swiper_history li img{max-width: none;}
.about .section3{ background: #F2F2F2; padding-top: 100px;}
.about .section3 .title1{ margin-bottom: 1.5em;}
.swiper_culture{-webkit-border-radius: 15px; border-radius: 15px; overflow: hidden; padding-left: 478px; position: relative;}
.swiper_culture .culture_page{ position: absolute; z-index: 5; left: 0; width: 478px; top:0; bottom: 0; background: #565656; color: #fff;}
.swiper_culture .culture_page .citem{display: block; margin: 0; padding: 10px 5%; width: 100%; height: 25%; -webkit-border-radius: 0; border-radius: 0; background: none; opacity: 1; cursor: pointer; border-bottom: 1px solid rgba(255,255,255,0.18); -webkit-transition: all 0.5s; transition: all 0.5s;}
.swiper_culture .culture_page .citem:last-child{border-bottom:0;}
.swiper_culture .culture_page .citem .text{position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 1.4;}
.swiper_culture .culture_page .citem .text .tt{font-size: 24px; color: #ee7e41; margin-bottom: 3px;-webkit-transition: all 0.5s; transition: all 0.5s;}
.swiper_culture .culture_page .citem .text .dec{font-size: 15px; line-height: 1.3;}
.swiper_culture .culture_page .citem.swiper-pagination-bullet-active{background: #EE7E41; border-color:#EE7E41;}
.swiper_culture .culture_page .citem.swiper-pagination-bullet-active .text .tt{color: #fff;}
.swiper_culture .swiper-slide .img{height: 520px;}
.swiper_culture .swiper-slide .img img{object-fit: cover; width: 100%;height: 520px;}
.about .section4{position: relative; background: #F2F2F2; padding-top: 65px;}
.about .section4:before{content: ''; position: absolute; left: 0; right: 0; top: 50%; bottom: 0; background: #F9F9F9;}
.about .section4 .mauto{ position: relative; z-index: 1;-webkit-border-radius: 15px; border-radius: 15px; overflow: hidden;}
.about .section4 .bg{ padding-bottom: 45.71%; background: url(../image/zhanlue1.jpg) no-repeat center; background-size: cover;-webkit-border-radius: 15px; border-radius: 15px; overflow: hidden; }
.about .section4 .title1{position: absolute; top: 4.3%; left: 0; right: 0; text-align: center;}
.zlfx{text-align: center; line-height: 1.4;}
.zlfx .item{position: absolute; width: 200px; -webkit-transition: all 0.5s; transition: all 0.5s;  }
.zlfx .item_in{transform-origin: 50% 0;}
.zlfx .item:hover{ -webkit-transform: translateY(10px); transform: translateY(10px);}
.zlfx .tt{font-size: 24px; font-weight: bold; color:#ee7e41; margin-bottom: 3px;}
.zlfx p{font-size: 18px; color: #5f5d5d;}
.zlfx .item1{top: 33.8%;left: 13.4%;margin-left: -100px;}
.zlfx .item2{top: 64.8%;left: 24.9%;margin-left: -100px;}
.zlfx .item3{top: 19.2%;right: 14.7%;margin-right: -100px;}
.zlfx .item4{top: 46.8%;right: 24.2%;margin-right: -100px;}
.zlfx .item5{top: 73.8%;right: 13.35%;margin-right: -100px;}
.about .section5{position: relative; background: #F9F9F9; padding-top: 60px;}
.about .section5:before{content: ''; position: absolute; left: 0; right: 0; top: 55.7%; bottom: 0; background: #2f2f2f;}
.about .section5 .mauto{ position: relative; z-index: 1;}
.about .section5 .title1{position: absolute; top: 13%; left: 0; right: 0; text-align: center;color: #fff;}
.about .honor{ -webkit-border-radius: 15px; border-radius: 15px; overflow: hidden;}
@media (max-width:1600px){
	.header .logo{margin-left: 75px;}
}
@media (max-width:1500px){
	.body{ font-size: 15px;}
	.header .logo{margin-left: 0;}
}

@media (max-width:1400px){
	.body{ font-size: 14px;}
	.mauto{ padding:0 1em;}
	.index .section1 .movebg2{ left: -80px; margin-left: 0;}
	.imggroup{margin: 0 -5px;}
	.imggroup .item{margin-bottom: 8px;}
	.imggroup .item .item_in{margin: 0 5px;}
	.swiper_img2 li{padding: 0 20px;}
	.us_text{margin-top: 9vw; margin-bottom: 8vw;}
	.zlfx .item1{left: 14.2%;}
  .zlfx .item2{left: 25.3%;}
  .zlfx .item3{right: 15.5%;}
  .zlfx .item4{right: 24.8%;}
  .zlfx .item5{right: 14.3%;}
}
@media (max-width:1200px){
  .nav > li {margin: 0 30px;}
	.sj_pop{margin: 0 5px;}

	.contact{padding-bottom: 3vw;}
	.slide_img .slide_text{padding:6vw 85px 2.5vw 5%;}
	.slide_img .prev{right: 55px; bottom: 3vw;}
	.slide_img .next{right: 15px;bottom: 3vw;}
	.menu li{margin: 0 40px;}
	.swiper_culture{padding-left: 328px;}
	.swiper_culture .culture_page{ width: 328px;}
	.swiper_culture .culture_page .citem{padding: 10px 7%;}
	.swiper_culture .culture_page .citem .text .tt{font-size: 20px;}
	.swiper_culture .culture_page .citem .text .dec{font-size: 100%;}
}
@media (max-width:1000px){
	.swiper_img1 .menu_page .switem{width: 116px; margin: 0;}
	.swiper_img1 .menu_page .switem .tt{font-size: 14px;}
}
@media (max-width:960px){
	.body{padding-top: 1.4rem;}
	.header{position:fixed;top:0; left:0; width:100%; padding-top:0; height:1.4rem;  z-index:1000; color:#000;  padding:0; background: #fff; box-shadow: 0 2px 2px rgba(0,0,0,0.1);}
	.header .header_in{max-width: 100%;border-bottom:0;}
	.header .logo{ padding:0.17rem 1.65rem 0.17rem 0.4rem; line-height:1.06rem; text-align:left; margin:0; float:none;}
	.header .logo img{max-height:1.06rem;}
	.header:before{background: rgba(255,255,255,0.6);-webkit-backdrop-filter: blur(30px); backdrop-filter: blur(30px); display: none;}
  .header .logo_black{display: inline-block;}
  .header .logo_white{display: none;}
	.mobile_btn{ display:block; position:fixed; z-index:100; right:0.3rem; top:0; left:auto; width:50px; height:1.4rem;  text-align:center; line-height:50px; background:url(../image/menuToggle.png) no-repeat 0 center; transition: all 0.5s;-webkit-transition: all 0.5s;cursor:pointer;}
  .mobile_btn.open{ background-position:-50px center;}
	.header .head_r{position:fixed; z-index:100; right:1.6rem;margin-top: -12px; top: 0.7rem;}
  .header .head_r .line_h{background: rgba(0,0,0,0.4); }
	.header .search .icon_search{background-image:url(../image/search_black.png);}
	.header .lang{margin-left: 0.4rem;}
	.header .lang .icon_lang{ background-image:url(../image/language_black.png);}
	.navBox{position:fixed; width:100%; left:0; top:1.4rem; bottom:0; display:none; background:#fff; margin:0; }
	.nav{ display:block;  overflow:auto; height:100%; padding:0;}
	.nav li{ float:none; margin:0; border-bottom:1px solid #f0f0f0; width:100%;}
	.nav > li a,.nav > li > .parent > a{  padding:0; line-height:2.8; text-align:center; color:#333;transition: all 0s;-moz-transition: all 0s;-webkit-transition: all 0s; font-size: 115%;}
	.header .nav > li.cur > a:before, .header .nav > li.cur > .parent > a:before{ display:none;}
	.nav .parent{ position:relative; text-align:center;}
	.nav .parent a{ display:inline-block;}
	.nav .parent .icon_control{ position:absolute; display:block; z-index:99; top:0; right:0; width:6em; height:2.8em; background:url(../image/icon8.png) no-repeat 3.5em center; background-size:1em auto; }
	.nav li .parent.open .icon_control{ background-image:url(../image/icon9.png);}
	.nav li:hover .parent .icon_control,.nav li.act .parent .icon_control{ background-image:url(../image/icon10.png);}
	.nav li:hover .parent.open .icon_control,.nav li.act .parent.open .icon_control{ background-image:url(../image/icon7.png);}
	.subNav{ position:relative; top:0; display:none; height:auto; opacity:1; left:0; margin-left:0; box-shadow:none; -webkit-box-shadow:none;}
	.subNav ul{ padding:0;}
	.nav .subNav li:hover > a,.nav .subNav li.act > a{ background:none; color:#ee7a36;}
	.nav li:hover .subNav{ top:0;transition: all 0s;-moz-transition: all 0s;-webkit-transition: all 0s;}
	
	.footer1{padding: 6vw 0 5vw;}
	.product{padding: 5vw 0 2vw;}
	.slide_img{margin-bottom: 4vw;}
	.index .section{padding: 6vw 0 7vw;}
	.swiper_img2 li{padding: 0 10px;}
	.swiper_img2 li img{max-height: 60px;}
	.menufixed .menu{top:1.4rem;}
	.menu li{margin: 0 20px;}
	.about .section2{padding: 7vw 0 6.5vw;}
	.about .section3{padding-top: 6vw;}
	.about .section3 .title1{margin-bottom: 1em;}
	.about .section4{padding-top: 4.5vw;}
	.about .section5{padding-top: 4.5vw;}
	.zlfx .item1{left: 14.5%;}
  .zlfx .item2{left: 25.6%;}
  .zlfx .item3{right: 15.8%;}
  .zlfx .item4{right: 25.1%;}
  .zlfx .item5{right: 14.6%;}
	.fixed_s{display: none;}

	.banner_ct{height: auto;}
	/* .contact{min-height: calc(100vh - 45vw - 1.4rem);} */
} 
@media (max-width:800px){
	.info_f{width: 50%;}
	.link_a{display: none;}
	.ct_f{width: 50%;}
	.swiper_img1 li{-webkit-border-radius:  0 0 15px 15px; border-radius:0 0 15px 15px; overflow: hidden; }
  .swiper_img1 .menu_page{bottom: 1em;}
	.swiper_img1 .menu_page .switem{margin:0; width: 16.66%;}
	.swiper_img1 .menu_page .switem .simg{width: 64px; height: 64px; line-height: 62px; margin: 0 auto;}
	.swiper_img1 .menu_page .switem .simg img{ -webkit-transform: scale(0.8); transform: scale(0.8);}
	.swiper_img1 .menu_page .switem .tt{font-size: 16px; margin-top: 0.8em;}
	.swiper_img1 .menu_page{position: relative; bottom: auto; padding: 4vw 0;}
	.swiper_img1:after{display: none;}
	.swiper_img1 .menu_page .switem .simg img.icon_white{display: none;}
	.swiper_img1 .menu_page .switem .simg img.icon_black{display: inline-block;}
	.swiper_img1 .menu_page .switem .simg{border-color: rgba(0,0,0,0.2);}
	.swiper_img1 .menu_page .switem .tt{color: #2f2f2f; line-height: 1.3; height: 2.6em;}
	.swiper_img1 .menu_page .switem.swiper-pagination-bullet-active .simg img.icon_black{display: none;}
	.swiper_img1 .menu_page .switem.swiper-pagination-bullet-active .simg img.icon_white{display: inline-block;}
	.img_text_us{ margin-bottom: 5vw;}
	.swiper_img2 li img{max-height: 50px;}
	.imggroup .item{width: 14.285%;}
	.about .section .movebg1{width: 100%; opacity: 0.3;}
	.us_text{margin-left: 0;}
	.us_text .tt{text-align: center;}
	.swiper_culture{padding-left: 0;}
	.swiper_culture .culture_page{position: relative; width: 100%; display: flex;}
	.swiper_culture .culture_page .citem{height: auto; width: 25%; padding: 1em; border-bottom: 0; border-right: 1px solid rgba(255,255,255,0.18);}
	.swiper_culture .culture_page .citem:last-child{border-right-width: 0;}
	.swiper_culture .culture_page .citem .text{top: 0; -webkit-transform: none; transform: none;}
	.swiper_culture .swiper-slide .img{height: auto;max-height: 500px;}
	.swiper_culture .swiper-slide .img img{max-height: 500px; height: 100%;}
	.about .section4 .title1{font-size: 3vw; top: 3%;}
	.about .section5 .title1{font-size: 3vw; top: 9.5%;}
	.swiper_history li img{max-height: 90vw;}
	.zlfx .item1{left: 15%;}
  .zlfx .item2{left: 25.9%;}
  .zlfx .item3{right: 16.3%;}
  .zlfx .item4{right: 25.4%;}
  .zlfx .item5{right: 15.1%;}
	.slide_img li{-webkit-border-radius: 0 0 15px 15px; border-radius: 0 0 15px 15px; overflow: hidden;}
	.slide_img li img{height: 52vw; object-fit:cover;}
	.slide_img .slide_text{position: relative; color: #2f2f2f; padding: 4vw 0;}
	.slide_img .slide_text:before{display: none;}
	.slide_img .prev, .slide_img .next{top: 52vw; margin-top: -40px;}
	
}
@media (max-width:640px){
	.img_text_ct .img{width: 100%;}
	.img_text_ct .text{width: 100%; left: 0; position: relative;}
	.img_text_ct .text_in{ position: relative; top: 0; -webkit-transform: none; transform: none; padding: 5% 4% 4%;}
	.slide_img .slide_text{font-size: 85%;}
	.swiper_img1 .menu_page .switem .simg{width: 52px; height: 52px; line-height: 50px;}
	.swiper_img1 .menu_page .switem .simg img{ -webkit-transform: scale(0.7); transform: scale(0.7);}
	.swiper_img1 .menu_page .switem .tt{font-size: 14px;}
	.img_text_us{flex-wrap: wrap;}
	.img_text_us .img,.img_text_us .text{width: 100%;}
	.swiper_img2 li img{max-height: 40px;}
	.menu li{margin: 0 2%; font-size: 1.1em; line-height: 4;}
	.memubox .zanwei{height: 4.4em;}
	.ctflex{flex-wrap: wrap;}
  .ctflex .item{width: 100%; line-height: 3; text-align: center;}
	.swiper_culture .swiper-slide .img img{max-height: 50vw; height: 100%;}
	.swiper_culture .culture_page{flex-wrap: wrap;}
	.swiper_culture .culture_page .citem{width: 50%; border-bottom: 1px solid rgba(255,255,255,0.18);}
	.swiper_culture .culture_page .citem .text .dec{min-height: 4.2em;}
	.contact{min-height: calc(100vh - 57vw - 1.4rem - 216px - 6.5em);}
	.ctflex{padding: 5vw 0;}
}
@media (max-width:520px){
	.body{font-size:0.32rem;}
	.mobile_btn{right: 0.1rem;}
	.lang .pop_lang{padding-top: calc(0.7rem - 12px);}
	.search .pop_search{ position: fixed; top: 1.4rem; left: 0; right: 0; padding-top: 0;}
	.search .pop_search .searchBox .search_h{width: 100%; box-sizing: border-box;}
	.info_f,.ct_f{width: 100%;}
	.info_f{text-align: center;}
	.info_f .img{margin-left: 20px;}
	.info_f .info{margin-left: auto; margin-right: auto; max-width: 100%;}
	.ct_f{margin-top: 20px;}
	.sj_pop .icon_img{transform: scale(0.8);}
	.sj_pop .popcon{bottom: 48px; top: auto; padding-bottom: 19px; padding-top: 0;}
	.sj_pop .pop_in{ background: #fff; -webkit-border-radius: 10px; border-radius: 10px; padding-top: 32px; }
	.sj_pop .icon_pop{ border-color: #fff  transparent  transparent; bottom: 7px; top: auto;}
	.sj_pop .pop_in p{ position: absolute; top: 7px; left: 0; right: 0; padding-top: 0; color: #333; font-size: 12px; line-height: 1.1;}
	.slide_img .prev{right: 8vw; width: 5vw; height: 5vw; background-size: contain; }
	.slide_img .next{right: 2vw;width: 5vw; height: 5vw; background-size: contain;}
	.slide_img .slide_text .hh{font-size: 1.6em;}
	.swiper_img1 .menu_page .switem .simg{width: 11vw; height: 11vw; line-height: calc(11vw - 2px);}
	.swiper_img1 .menu_page .switem .simg img{ -webkit-transform: scale(0.6); transform: scale(0.6);}
	.swiper_img1 .menu_page .switem .tt{font-size: 80%;}
	.title1{font-size: 1.5em;}
	.us_text .tt{font-size: 1.5em;}
	.img_text_us .text .year img{max-height: 2em;}
	.img_text_us .text p{margin-top: 1.5em;}
	.swiper_culture .culture_page .citem .text .tt{font-size: 1.2em;}
	.swiper_culture .culture_page .citem .text .dec{font-size: 82%;}
	.zlfx .item1{left: 15.6%;}
  .zlfx .item2{left: 26.4%;}
  .zlfx .item3{right: 16.9%;}
  .zlfx .item4{right: 26%;}
  .zlfx .item5{right: 15.6%;}
}