@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#8FA962;        /*主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#8FC31F;      /* 副色 */ 
	--hui_color:#BED630;    
}


@font-face{font-family:'din'; src: url('../font/din.OTF');}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}
body{ color:#333;  font-size:14px; font-family:Microsoft Yahei,PingFang SC,Arial, sans-serif; overflow-x:hidden;background:#fff; scroll-behavior: smooth;}
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; }
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{ color:var(--main_color);}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.bottom_blank{height:.6rem;}
.mt10{margin-top:.1rem;}
.mt20{margin-top:.2rem;}
.mt30{margin-top:.3rem;}
.mt40{margin-top:.4rem;}
.mt50{margin-top:.5rem;}
.mb_50{ padding-bottom:.5rem;}
section{background:#fff; position:relative;}

/*滚动条美化*/
body::-webkit-scrollbar {width: 10px !important;}
body::-webkit-scrollbar-track {background-color: #f3f3f3;}
body::-webkit-scrollbar-track-piece {background-color: #f3f3f3;-webkit-border-radius: 4px;}
body::-webkit-scrollbar-thumb {background-color: #ddd;border: solid 1px #C0C0C0;border-radius: 4px;}
body::-webkit-scrollbar-corner {background-color: #ddd;}
body::-webkit-resizer {background-repeat: no-repeat;background-position: bottom right;}
body::-webkit-scrollbar-thumb:hover {background-color: #F3F3E0;}
::-webkit-scrollbar {width: 15px;}
@media screen and (max-width:768px) {
body::-webkit-scrollbar {width:0px !important;}
::-webkit-scrollbar {width:0px;}
}


/*图片放大*/
.picShow img{transition:0.3s all;}
.picShow img:hover,.picShow a:hover img{transform:scale(1.05);}

/*======================主体宽度======================*/
.only_pc_show{ display:block;}
.only_m_show{display:none;}
img.pic_cover{width:100%; height:100%;object-fit:cover; display:block;}
.main{width:90%; margin: auto; max-width: 1500px;}

@media screen and (max-width:768px) {
	body{font-size:14px; }
	.main{width:100%; padding:0 15px; box-sizing:border-box;}
	.only_pc_show{ display:none;}
	.only_m_show{ display:block;}
}
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.flex_start_nowrap{display:flex;justify-content: flex-start;flex-wrap:nowrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}
.t_right_center{display:flex; flex-direction:column; justify-content:center; align-items:flex-end;}
.t_center_nowrap{display:flex; justify-content:center;align-items:center;}

/*文字省略*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}


/*滚动固顶*/
.sticky{position: sticky;top: 80px;}

/* 头部 */
.headbox{width: 100%;position: relative;z-index: 999;}
.head_box1{ line-height:36px; box-sizing:border-box; background-color:#374853; text-align:right;}
.head_box1 a{ margin-left:.4rem; color:rgba(255,255,255,0.96);}
.head_box1 a i{color:var(--main_color); margin-right:6px;}
.head_box2{width: 100%; height:80px;}
.head_section{width: 100%;height:80px; background:#fff; transition: all 0.3s linear;}
.head_section.fixed{top: 0%;position: fixed;left: 0;z-index: 999;width: 100%; border-bottom: 1px solid #ddd;}

.headbox .logo{ height:80px;}
.headbox .logo img{display:block; height:42px;}

@media only screen and (max-width: 768px){
.headbox{/*position: fixed;*/ box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);}
.head_box1{ display:none;}	
.head_box2,.head_section,.headbox .logo{height:60px;}
.headbox .logo img{height:33px;}
.head_section{ border-bottom:0!important;}
}

/*======================PC主导航======================*/
.navBox { transition:0.5s all; }
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 .12rem;}
.navBox .nav li>a {position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .txt {position: relative;z-index: 2; font-size:max(.16rem, 15px); transition:0.5s all; }
.navBox .nav li>a .txt i{ margin-left:10px; color:#999; font-size:.12rem; transition: 0.3s all; display: inline-block;}
.navBox .nav li>a:hover .txt{}
.navBox .nav li>a:hover .txt i {color:var(--main_color);}
@media screen and (max-width:768px) {
.navBox { display:none;}
}
/*======================PC下拉菜单======================*/
.subNavbox {position: absolute; left: 0px; top: 100%; width: 100%; box-shadow: 1px 3px 5px 0 rgba(88, 88, 88, 0.2); display: none; border-top:solid 1px #e8e8e8;}
.subNavbox:before{ content:''; width:50%; height:100%; position:absolute; left:0; top:0; background:#F5F9FA; z-index:-1;}
.subNavbox:after{ content:''; width:50%; height:100%; position:absolute; right:0; top:0; background:#fff; z-index:-1;}
.subNavbox .left{width:25%;padding: 3vw 3vw 5vw 0;background:#F5F9FA; box-sizing:border-box;}
.subNavbox .left h3 {font-size:.25rem; color:#000; }
.subNavbox .left p {line-height:1.8; margin-top:.2rem; }

.subNavbox .right {width:75%;padding: 3vw 0 5vw 4vw;  background:#fff; box-sizing:border-box;display: grid;gap: 0.25rem;grid-template-columns: repeat(4, 1fr);}
.subNavbox .right a{ display:inline-block; font-size:max(.16rem, 15px); text-align:center;}
/*.subNavbox .right .pic{border-radius:5px; margin-bottom:10px; overflow:hidden; transition: all .4s ease; height:1rem;}*/
/*.subNavbox .right .pic img{transition: all .3s ease;}*/
/*.subNavbox .right a:hover .pic{ transform:scale(0.9);}*/
.subNavbox .right .pic{width:1rem;height:1rem;border-radius:100%;background:rgba(143, 169, 98, .1);margin:0 auto 10px; overflow:hidden; transition: all .4s; }
.subNavbox .right .pic img{width:.6rem;transition: all .4s;}
.subNavbox .right a:hover .pic {background:rgba(143, 169, 98, 1);}
.subNavbox .right a:hover .pic img{filter: grayscale(100%) brightness(6000%);}

.subNavbox .pro_right {display: grid;gap: 0.8rem;grid-template-columns: repeat(2, 1fr);}
.subNavbox .pro_right a{text-align:left; display:block;}
.subNavbox .pro_right .tit a{ font-size:16px; font-weight:bold; padding-bottom:10px; border-bottom:solid 1px #999; display:flex; align-items:center;}
.subNavbox .pro_right .tit a img{ margin-right:5px; }
.subNavbox .pro_right dl{ margin-top:.2rem;}
.subNavbox .pro_right dt{ margin-bottom:10px;}
.subNavbox .pro_right dd{}
.subNavbox .pro_right dd a{ line-height:2; position:relative; padding-left:8px;}
.subNavbox .pro_right dd a i{ font-size:12px; color:#999; margin-right:5px;}
/*.subNavbox .pro_right dd a:before{ content:'>'; position:absolute; left:0; top:50%; background:#e8e8e8; transform:translateY(-50%);}*/


/*======================PC搜索======================*/
.header_right .top_serch{transition:0.5s all; position:relative; padding-right:.15rem; margin-right:.15rem;}
.header_right .top_serch a{height:100%;}
.header_right .top_serch a svg{width:20px; fill:#666;  transition:0.5s all;}
.header_right .top_serch a:hover svg{fill:var(--main_color); /*transform:scale(1.2);*/}
.header_right .top_serch:after{ content: ""; width:1px; height:.16rem; background:rgba(0,0,0,.15); display:block;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);transition: 0.5s all;}

.header_right .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.header_right .tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.header_right .tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.header_right .tc-bg {width: 100%;height: 100%;background: rgba(0,0,0,.85);position: absolute;top: 0;left: 0;z-index: 0;}

.header_right .tc-box {width: 700px;max-width: 90%;margin: 0 auto;box-sizing: border-box;  /* background:#fff; */display: block;position: relative;z-index: 1;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: hidden;
}
.header_right .tc.act .tc-box {-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform: scale(1);}

/*搜索弹窗内容样式*/
.header_right .tc-box form {position: relative;}
.header_right .tc-box .tc_fdj {position: absolute;left: 20px;display: block;height:.75rem;width: 25px;background: url(../images/icon-sq2.png) center no-repeat;}
.header_right .tc-box #keyword {width: 80%;height:.75rem;padding: 0 15px;padding-left:55px;font-size:.18rem;color: #999;box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.header_right .tc-box .btn_submit {width: 20%; height:.75rem; line-height:.75rem;background:var(--main_color);font-size:.2rem;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}
@media screen and (max-width:768px) {
.header_right .top_serch{ display:none;}
}


/*======================PC语言======================*/
.header_right .lag{display:flex; justify-content:center; align-items:center; position:relative; margin-right:20px;}
.header_right .lag a{ color:#555;}
.header_right .lag svg{width:20px; height:20px; margin-right:5px; fill:#555;}
.header_right .lag .box{ position:absolute; left:50%; top:100%; background:#fff; padding:.1rem .25rem; box-shadow:0 5px 20px rgba(0,0,0,.15); border-radius:5px; min-width:1.4rem; transform:translate(-50%,20px); opacity:0;  pointer-events:none; transition:all .3s;}
.header_right .lag .box a{ display:block; font-size:15px; padding:.18rem 0; color:#666; text-align:center; font-weight:normal;position:relative;}
.header_right .lag .box a:before{content:"";position:absolute;left:50%;bottom:-1px; width:0; height:2px; background: var(--main_color); transition:0.5s all;}
.header_right .lag .box a:hover:before{width:100%; left:0;}
.header_right .lag .box a:hover{ color:var(--main_color); }
.header_right .lag .box p:not(:last-of-type){border-bottom:1px solid #ddd}
.header_right .lag .box:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.header_right .lag:hover .box{transform:translate(-50%,0); opacity:1; pointer-events: all;}

@media screen and (max-width:768px) {
.header_right .lag a{ font-size:16px;}	
}


/*======================样品申购======================*/
.getCase{}
.getCase a{height:36px;padding: 0 10px 0 15px;border-radius: 36px;position: relative;}
.getCase a::before {content: '';width: 100%;height: 36px;border-radius: 36px;background:var(--main_color);transition: all 0.4s;position: absolute;top: 50%;right: 0;
transform: translateY(-50%);  pointer-events: none;}
.getCase a:hover::before {width: 36px;}
.getCase a span {color: #fff; transition: all 0.4s; position:relative;}
.getCase a:hover span {color: #333;}
.getCase a i {width: 23px;height: 23px;border-radius: 50%;margin-left:5px;transition: all 0.4s;overflow: hidden;}
.getCase a:hover i {transform: translateX(6px);}
.getCase a i svg {width: 40%;height: 40%;animation: arrowRun 3s infinite;}
.getCase a i path{fill: #fff;fill-rule: evenodd;}
@keyframes arrowRun {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7% {
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7.1% {
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
@media screen and (max-width:768px) {
.getCase{ display:none;}
}


/*======================手机菜单按钮======================*/
.m_nav_btn{width: 30px;height: 30px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none; margin-top:15px; display:block;}
.m_nav_btn .line{position: relative;display: block;width: 25px;height: 3px;margin: 0px auto 0;background:#333;border-radius:3px;}
.m_nav_btn .line:before,.m_nav_btn .line:after{content: '';width: 100%;height: 3px;left: 0;position: absolute;background:#333;border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}
.m_nav_btn .line:before{transition-property: bottom,transform;bottom: 8px;}
.m_nav_btn .line:after{transition-property: top,transform;top: 8px;}

.m_nav_btn_active .line {background: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s}
.m_nav_btn_active .line:after,.m_nav_btn_active .line:before {-webkit-transition-delay: 0s,.1s;-moz-transition-delay: 0s,.1s; -ms-transition-delay: 0s,.1s; -o-transition-delay: 0s,.1s; transition-delay: 0s,.1s}
.m_nav_btn_active .line:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.m_nav_btn_active .line:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}


/*======================手机弹出菜单======================*/
@media screen and (max-width:768px) {
.m_tc_box{position: fixed;top:60px;left: 0;bottom: 0;right: 0;background: #fff;z-index:98; display:none;}
.m_tc_box .wrapper {position: absolute;left: 0;right: 0;height: 100%;padding:15px; box-sizing:border-box;overflow-x: hidden;overflow-y: auto;z-index: 110;}

/*搜索表单*/
.m_search_box {width:100%;  position: relative;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:10px; margin-top:20px;}
.m_search_box .search-btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.m_search_box form {height:46px;}
.m_search_box form input[type="text"] {width: 100%;height: 100%;background:rgba(255,255,255,0.8); box-sizing: border-box;padding: 0 50px 0 15px;border: none; font-size:15px;}
.m_search_box form input[type="submit"]{display: inline-block;width:30px;height:30px; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

/*手机下拉菜单*/
.m_menu{overflow-x: hidden;overflow-y: auto;}
.m_menu .nav1 ul{ padding:0 0 0 30px; display:none; background-color:#fff;}
.m_menu .item{border-bottom: 1px solid #efefef; padding:16px 10px; font-size:16px;}
.m_menu .item i{float:right; color:#ccc; transition:0.3s all;}
.m_menu .item.active> i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}

/*电话*/
.m_tel{text-align:center; margin-top:35px; font-size:20px; font-family:din; color:#fff; background:var(--main_color); padding:15px; border-radius:5px; letter-spacing:1px;} 
.m_tel i{ font-size:18px; margin-right:5px;}
}

/*======================轮播图======================*/
#banner {width:100%;height:calc(100vh - 116px); position:relative; z-index:0; overflow:hidden;}
#banner .swiper-slide{ overflow: hidden;} 
#banner .slide-inner { position: absolute; left: 0; top: 0; right:0; bottom:0; background-size: cover; background-position: center; background-repeat: no-repeat;}
#banner .swiper-button-prev{ background:url(../images/banner_left.png) center no-repeat; opacity:.8; left:2%;} 
#banner .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat; opacity:.8; right:2%;} 

#banner .txt{ position:absolute;z-index: 999;left:0;top:50%; transform:translateY(-50%);right:0; bottom:0; /*text-shadow:rgba(0,0,0,0.1) 0px 1px 10px;*/ text-align:center;}
#banner .txt h3{font-size:.56rem; font-weight:normal; color:#fff; margin:.6rem 0 0; overflow: hidden; line-height:1.25}
#banner .txt p{font-size:max(.18rem, 16px); color:#fff; overflow: hidden; line-height:1.5;}
#banner .txt .more{overflow: hidden  }
#banner .txt .more a{margin-top:.5rem; line-height: 46px;border-radius: 6px;padding: 0 32px;box-sizing: border-box;font-size: 16px;color: #fff; display:inline-block; background:var(--main_color);}
#banner .txt .more a:last-child{background: #ffffff1a;border: 1px solid rgba(255, 255, 255, .3);backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px); margin-left:.15rem;}

/* slide up */
.text-slide-up .swiper-slide span {
	display: inline-block;
	transform: translate3d(0, 120%, 0);
	-webkit-transform: translate3d(0, 120%, 0);
	-ms-transform: translate3d(0, 120%, 0);
	-moz-transform: translate3d(0, 120%, 0);
	transition: all .6s ease-in-out 0.4s;
	-webkit-transition: all .6s ease-in-out 0.4s;
	-ms-transition: all .6s ease-in-out 0.4s;
	-moz-transition: all .6s ease-in-out 0.4s;
}
.text-slide-up .swiper-slide-active span {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.text-slide-up .swiper-slide h3 span {transition-delay: 1s;}
.text-slide-up .swiper-slide p span {transition-delay: 1.1s;}
.text-slide-up .swiper-slide .more span {transition-delay: 1.2s;}

#banner .swiper-slide:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.1);z-index: 1;}


/*#banner .swiper-slide::before {display: block;content: '';position: absolute;left: 0;top: 0;z-index: 2;width: 100%;height: 100%;
    background-image: linear-gradient(to right, var(--main_color), rgba(0, 0, 0, 0.1)); opacity:0.3;}*/
	
/*左右切换按钮*/	
.draw_h{ width: 67px !important; height: 67px !important; line-height: 67px !important; display:block; border-radius: 50%; box-sizing:border-box;} 
.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5);  box-sizing:border-box;border-radius: 50%;} 
svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;} 
svg.drawcircle circle {
 fill: none; box-sizing:border-box;
 stroke-width: 2;
 stroke: none;
 stroke-dasharray: 0 , 188.49;
 stroke-dashoffset:188.49;
 transition: all .3s linear 0s;	 
} 
.draw_h:hover svg.drawcircle circle { 
 stroke:#fff;
 stroke-dasharray:188.49 , 0;
 stroke-dashoffset:188.49;
 -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
 transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1); 
} 
.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%); 
} 
.draw_h:hover .icon{ fill:#0081cc;} 


/*分页器*/
#banner .swiper-pagination{bottom:.36rem;}
#banner .swiper-pagination-bullet {width: .8rem;height: 5px;border-radius:0;background: rgba(255, 255, 255, 1);opacity: 1;position: relative;margin: 0 5px !important;}
#banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background:var(--main_color);width: 0;height: 5px;z-index: 1;transition: 0s;}
#banner .swiper-pagination-bullet-active:before{width: 100%;transition: all 6s ease;}

@media screen and (max-width:768px) {
#banner {height:260px; position:relative; }
#banner .swiper-slide{display: block;}
#banner .txt {box-sizing:border-box;}
#banner .txt h3{ font-size:20px; margin:0 0; line-height:1.2;}
#banner .txt p{ display:none;}
#banner .txt .more a{ line-height:38px; padding: 0 25px; }


#banner .draw_h{display:none;}
#banner .swiper-pagination{bottom:20px;}
#banner .swiper-pagination-bullet {width:30px; height: 4px;}
}		



/*==========页面标题=============*/
.main_tit{padding:.68rem 0 .4rem;width:100%;  text-align:center;}
.main_tit h2{ font-size:.4rem; color:#000;}
.main_tit .line {display: block;width:25px;height: 4px;background:var(--main_color); margin: .2rem auto auto auto; border-radius:5px;}
.main_tit p{ margin:.25rem auto 0;font-size:max(.18rem, 16px); line-height:1.8;}
.main_tit .desc{ margin:.2rem auto 0;font-size:max(.18rem, 16px); line-height:1.8; max-width:1080px;color:#888;}

@media screen and (max-width:768px) {
.main_tit{padding:35px 0 20px;}
.main_tit h2{ font-size:22px; font-weight:bold;}	
.main_tit .line{margin:10px auto; width:20px;}
.main_tit p{width:100%;margin-top:15px; line-height:1.6;}
.main_tit .desc{ margin:15px auto 0; line-height:1.6; }

}



/*=================首页-产品模块=====================*/
.in_pro_bg{padding-bottom:.8rem;background:#f8f8f8;}
.in_pro_box{display: grid;grid-template-columns: repeat(5, 1fr);gap: .25rem; row-gap: .3rem;}
.in_pro_box li{background:#fff;box-sizing:border-box;border-radius:8px;box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 9px 0px; transition:all .5s;}
.in_pro_box li a{display:block;padding:.4rem .25rem;}
.in_pro_box li .ico img{height:.8rem;}
.in_pro_box li .txt h3{font-size:.22rem;margin-top:.3rem;font-weight:normal; text-align:center;}
.in_pro_box li .txt p{color:#999;line-height:1.4;text-align:center;margin:.15rem 0 .35rem;}
.in_pro_box li .txt span{display:inline-block;padding:0 .25rem;border: #ddd 1px solid;color: #999;line-height:.32rem;  border-radius:36px; transition:all .5s; font-size: 12px;}
.in_pro_box li:hover{ transform:translateY(-10px);}
.in_pro_box li:hover .txt span{background:var(--main_color);color:#fff;border: var(--main_color) 1px solid;}
@media screen and (max-width:768px) {
.in_pro_box{ grid-template-columns: repeat(2, 1fr);gap:12px;}
.in_pro_box li a{display:block;padding:20px 5px;}
.in_pro_box li .ico img{width:76px;}
.in_pro_box li .txt h3{font-size:16px;margin:12px 0 15px; height:40px;line-height:1.4;}
.in_pro_box li .txt p{ font-size:14px;  line-height:1.3;text-align:center;margin:12px 0 15px; display:none;}
.in_pro_box li .txt span{ color: #fff; padding:0 15px; line-height:30px; border-radius:36px; background:var(--main_color); border: var(--main_color) 1px solid; font-size: 14px;}
}



/*=================首页-推荐产品=====================*/
.tj_pro_box{background: #374853;overflow:hidden;}
.tj_pro_box .s_box1,.tj_pro_box .s_box2{width:50%;overflow:hidden;position:relative;}
.tj_pro_box .s_box1 .pic{background:#000;}
.tj_pro_box .s_box1 .pic img{opacity:.9;}

.tj_pro_box .s_box2{}
.tj_pro_box .s_box2 .txt{height:100%;padding:0 .5rem .7rem;box-sizing:border-box;}
.tj_pro_box .s_box2 .txt h3{font-size:.36rem;color:#fff;font-weight:normal;}
.tj_pro_box .s_box2 .txt .line{width:25px;height:3px;background:var(--main_color);margin:.3rem 0;}
.tj_pro_box .s_box2 .txt p{color:rgba(255,255,255,.5);line-height:2;font-size:.16rem;}


/*推荐产品_按钮切换*/
.tj_pro_box .swiper-button-prev,
.tj_pro_box .swiper-button-next {color:#888;background:none;top:auto;bottom:10%; outline:none; width:32px;height:32px;border:1px solid rgba(255,255,255,.5); opacity:1; transition:0.3s all;}
.tj_pro_box .swiper-button-prev i,
.tj_pro_box .swiper-button-next i{font-size:16px;color:rgba(255,255,255,.5);}
.tj_pro_box .swiper-button-prev{left:.5rem;right:auto;}
.tj_pro_box .swiper-button-next{left:1rem;right: auto;}
.tj_pro_box .swiper-button-prev:hover,.tj_pro_box .swiper-button-next:hover{color:var(--main_color);}
@media screen and (max-width:768px) {
.tj_pro_box .s_box1,.tj_pro_box .s_box2{width:100%;}
.tj_pro_box .s_box2{}
.tj_pro_box .s_box2 .txt{height:100%;padding:25px 15px 50px;}
.tj_pro_box .s_box2 .txt h3{font-size:25px;}
.tj_pro_box .s_box2 .txt p{line-height:1.8;font-size:15px;}

/*推荐产品_按钮切换*/
.tj_pro_box .swiper-button-prev,.tj_pro_box .swiper-button-next { bottom:20px;}
.tj_pro_box .swiper-button-prev i,.tj_pro_box .swiper-button-next i{font-size:18px; }
.tj_pro_box .swiper-button-prev{left:auto;right:60px;}
.tj_pro_box .swiper-button-next{left:auto;right: 15px;}
}

/*=================首页-公司介绍=====================*/
.in_about_bg{padding:.8rem 0;}
.in_about_box .tit{width:2.8rem;}
.in_about_box .tit h2{font-size: .4rem;color: #000;}
.in_about_box .tit h5{color: #00643c;font-size:.18rem;line-height:1.6;font-weight:normal;margin:.2rem 0 .5rem;}
.in_about_box .tit a{display:inline-block;width:1.2rem; line-height:.42rem;border-radius:.42rem;text-align:center; background:var(--main_color);color:#fff;transition:0.5s all;}
.in_about_box .con{width:calc(100% - 4rem);}
.in_about_box .con p{font-size:.16rem;line-height:2;margin-bottom:.2rem;color:#5e5e5e;}
.in_about_bg .pic{overflow:hidden;margin-top:.5rem;border-radius: 5px;}
@media screen and (max-width:768px) {
.in_about_box .tit{width:100%; text-align:center;}
.in_about_box .tit h2{font-size:20px;}
.in_about_box .tit h5{ font-size:16px; margin:15px 0 15px;}
.in_about_box .tit a{ display:none;}
.in_about_box .con{width:100%;}
.in_about_box .con p{font-size:15px;line-height:1.6;margin-bottom:10px;}
.in_about_bg .pic{ margin-top:15px; height:125px;}
}


/*=================首页-荣誉证书=====================*/
.in_honor_bg{ background:url(../images/in_ryzs_bg.jpg) no-repeat center; padding:0 0 .5rem; background-size:cover;position:relative;}
.in_honor_box{ position:relative; padding-bottom:.4rem;}
.in_honor_box li{background:#fff;padding:.2rem .2rem;box-sizing:border-box; border-radius:.1rem; overflow:hidden; height:2.46rem;}
.in_honor_box li .pic{overflow:hidden;height:.8rem;}
.in_honor_box li .pic img{max-width:95%;max-height:95%;}
.in_honor_box li .txt{border-top:1px solid #e8e8e8;padding:.25rem 0 .2rem;margin-top:.25rem;text-align:center;color:#888;font-size:.16rem; line-height:1.25;}

/*按钮切换*/
.in_honor_bg .swiper-button-prev,.in_honor_bg .swiper-button-next{ width:.5rem;height:.5rem; outline:none;  opacity:1; transition:all .5s;}
.in_honor_bg .swiper-button-prev i,.in_honor_bg .swiper-button-next i{color:rgba(255,255,255,0.8);font-size:.2rem;transition:all .5s;}
.in_honor_bg .swiper-button-prev {left:-.76rem; top:40%!important; border:2px solid rgba(255,255,255,0.68);background:none;border-radius:50%; transition:all .5s;}
.in_honor_bg .swiper-button-next{right:-.76rem; top:40%!important; border:2px solid rgba(255,255,255,0.68);background:none;border-radius:50%;transition:all .5s;}
.in_honor_bg .swiper-button-prev:hover,.in_honor_bg .swiper-button-next:hover{background:#fff;color:var(--main_color);}
.in_honor_bg .swiper-button-prev:hover i,.in_honor_bg .swiper-button-next:hover i{color:var(--main_color);}

/*小点*/
.in_honor_bg .swiper-pagination{bottom:0;width:100%;}
.in_honor_bg .swiper-pagination-bullet {width:12px;height:12px;border-radius:100%;background:none; border:solid 1px #fff; opacity: 1;margin: 0 5px !important; box-sizing:border-box;}
.in_honor_bg .swiper-pagination-bullet-active{background:#fff; border:solid 1px fff;}

@media screen and (max-width:768px) {
.in_honor_box li{height:auto;}
.in_honor_box li .pic{height:80px;}
.in_honor_box li .txt{font-size:14px;}
.in_honor_box{padding-bottom:30px;}
.in_honor_bg .swiper-button-prev,.in_honor_bg .swiper-button-next{ display:none;}
}


/*=================首页-新闻资讯=====================*/
.in_news_bg{padding-bottom:.8rem;}
.in_news_box{display:grid; gap:.6rem; grid-template-columns: repeat(3, 1fr);}
.in_news_box li{position:relative;}
.in_news_box li .pic{overflow:hidden;}
.in_news_box li .pic img{transition:0.5s all;}
.in_news_box li .txt{padding:.25rem 0 0;}
.in_news_box li .txt h3{font-size:.18rem;font-weight:normal; line-height:1.5;}
.in_news_box li .txt .desc{line-height:1.8;color:#888;margin-top:.15rem;}
.in_news_box li .date{position:absolute;right:.2rem;top:50%; transform:translateY(-50%);width:.62rem;height:.62rem;background: #808081;border-radius: 50%;text-align:center;color:#fff; font-family:'din';font-size:.16rem;transition:0.5s all;}
.in_news_box li .date dd{margin-bottom:3px;}
.in_news_box li:hover .pic img{ transform:scale(1.1,1.1);}
.in_news_box li:hover .date{background:var(--main_color);}
.in_news_bg .lean_more a{display:inline-block;width:1.2rem;border:1px solid rgba(204,204,204,1);line-height:.42rem;border-radius:.42rem;text-align:center;color:#666;transition:0.5s all;margin-top:.5rem;}
.in_news_bg .lean_more a:hover{background:var(--main_color);color:#fff;border:1px solid var(--main_color);}
@media screen and (max-width:768px) {
.in_news_box{ gap:20px; grid-template-columns: repeat(1, 1fr);}
.in_news_box li .pic{ height:160px;}
.in_news_box li .txt h3{font-size:16px; line-height:1.5;}
.in_news_box li .txt .desc{ display:none;}
.in_news_box li .date{right:10px;top:56%; transform:translateY(-50%);width:52px;height:52px; font-size:15px;background:var(--main_color);color:#fff; }
.in_news_box li .date dd{margin-bottom:3px;}
.in_news_bg .lean_more a{ width:60%;border:1px solid #ccc;line-height:46px;}

}



/*=================首页-表单提交=====================*/
.in_form_bg{border-top:1px solid #e8e8e8;background:url(../images/in_form_bg.jpg) no-repeat center; padding:0 0 .8rem; background-size:cover;}
.in_form_box{width:1000px; margin:auto;}
.in_form_box ul li:nth-child(3){ width:400px;}
.in_form_box input[type=text]{width:100%; line-height:52px;border-radius: 3px;border:1px solid #ccc; background:#fff; padding-left:10px;font-size: 15px;  box-sizing:border-box; outline:none;}
.in_form_box input:focus{border:1px solid var(--main_color);}
.in_form_box textarea:focus{border:1px solid #999;}
.in_form_box textarea{width: 100%;height:125px;font-size: 15px;border-radius: 3px;border:1px solid #ddd; background:#fff;padding: 2%;padding-top:10px; box-sizing:border-box;}
.in_form_box select{width: 100%; height:34px; box-sizing:border-box; background:#f2f2f2; line-height: 34px;border-radius: 3px;border:1px solid #ddd;font-size: 14px;padding-left: 2%;}

.in_form_box .form-group{}
.in_form_box .form-group input{border:solid 1px #ddd; line-height:46px; color:#666; padding:0 10px; width:160px; margin-right:5px; box-sizing:border-box; outline:none;}

.in_form_box .message_input{text-align:center;}
.in_form_box .submit{width:130px; line-height:55px; background:var(--main_color); color:#fff; border:none; font-size:16px; border-radius:3px; cursor:pointer; outline:none; transition:all 0.3s; }
.in_form_box .submit:hover{background:var(--second_color);}

@media only screen and (max-width: 768px){
.in_form_box{width:100%;}
.in_form_box input[type=text]{line-height:46px;margin-bottom:12px; background:#fff;}
.in_form_box ul li{ width:100%;}
.in_form_box .submit{width:100%; line-height:46px;}

}







/*================底部=====================*/
.foot_bg{ width:100%; background:/* url(../images/footbg.jpg) no-repeat center*/ #1e293b; padding:.8rem 0 0 0; background-size:cover;}

/*底部LOGO*/
.foot_logo{ margin-bottom:.3rem;}
.foot_logo img{height:.56rem;}

.foot_bg .foot_left{ width:28%;}
/*底部联系方式*/
.foot_cotact{box-sizing:border-box;}
.foot_cotact .tit{ margin-bottom:.25rem; font-size:18px; color:#fff;}
.foot_cotact ul li{color:#9ca3af;margin-bottom:15px; font-size:16px; line-height: 24px;}
.foot_cotact ul li img{width:25px; height:25px; margin-right:6px;}
.foot_cotact ul li span{flex:1;}
.foot_cotact ul li a{ color:#9ca3af; margin-right:10px;}
.foot_cotact ul li a:last-child{ margin-right:0px;}


/*底部导航*/
.footer_nav{flex:1; padding-left:.8rem; box-sizing:border-box;}
.footer_nav dl{}
.footer_nav dt {margin-bottom:.25rem;}
.footer_nav dt a{font-size:18px; color:#fff; }
.footer_nav dd{margin-bottom:20px;}
.footer_nav dd a{display:block;color:#9ca3af; font-size:16px; transition:0.3s all;}
.footer_nav a:hover{ text-decoration:underline; color:var(--main_color);}


@media only screen and (max-width: 768px){
.foot_bg{padding:46px 0 0 0;}
.footer_nav{display:none;}
.foot_bg .left{width:100%;}
.foot_logo{width:100%; text-align:center; margin-bottom:30px;}
.foot_logo img{height:46px;}

.foot_bg .foot_left{ width:100%;}
.foot_cotact{width:100%;}
.foot_cotact .tit{ margin-bottom:20px; display:none;}
.foot_cotact ul li{line-height: 30px; margin-bottom:12px;}
.foot_cotact ul li span{ flex:1;}
.foot_cotact ul li img{width:30px; height:30px;}
}



/*底部自媒体图标*/
.f_zmt{padding-top:.35rem;}
.f_zmt li{position: relative;cursor: pointer;margin-right:.16rem;}
.f_zmt li .ico{width: .52rem;height: .52rem;position: relative; background:rgba(255,255,255,0.1); border-radius: 50%; }
.f_zmt li .ico img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); opacity:0.5;}
.f_zmt li .dox{position: absolute;bottom: 70px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%); border-radius:.1rem;padding:.1rem .1rem 12px;text-align: center;color: #fff;font-size: 13px; opacity: 0;pointer-events: none;display: flex; background: #ffffff1a; border: 1px solid rgba(255, 255, 255, .3);backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);}
.f_zmt li .dox .ewm{width: 1rem;}
.f_zmt li .dox .ewm img{width: 100%;margin-bottom:5px; border-radius:5px;}
.f_zmt li .dox s{display: block;width: 12px;height: 6px;position: absolute;top: 100%;left: 50%;margin-left: -6px;background: url(../images/f_zmt_arr.svg) center no-repeat;}
.f_zmt li:hover .dox{bottom: 60px;opacity: 1;}
.f_zmt li:hover .ico{background:var(--main_color); }
.f_zmt li:hover .ico img{ opacity:1;}
@media only screen and (max-width: 768px){
.f_zmt{justify-content:center;align-items:center; padding-top:5px;}
.f_zmt li{margin:0 5px;}
.f_zmt li .ico{width:46px;height:46px;}
.f_zmt li .ico img{height:50%;}
.f_zmt li .dox .ewm{width:90px;}
}


/*底部版权*/
.copyright{padding:.25rem 0;  margin-top:.8rem; color:#6b7280; border-top: 1px rgba(255, 255, 255, 0.1) solid;}
.copyright a{color:#6b7280; transition:all .5s;}
.copyright a:hover { text-decoration:underline;}
.copyright br,.copyright span{display:none;}
@media only screen and (max-width: 768px){
.copyright{padding:15px 0 15px;  margin-top:35px; font-size:13px; text-align:center;}
.copyright .left{width:100%; line-height:1.6; }
.copyright br{display:block;}
.copyright span{display:inline-block; margin-left:6px;}
}
/*--------------------*/



/*二级页面 banner*/
.page_ban{ width:100%; position:relative; overflow:hidden; background:#000; }
.page_ban .pic {animation: o-scale 20s linear infinite; height:4.6rem;  overflow:hidden;}
.page_ban .pic img{width:100%; height:100%;object-fit:cover; display:block;}

.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0;  z-index:9; }
.page_ban .txt h2 { font-size:.4rem; font-weight:500; color:#fff; margin-bottom:.25rem; margin-top:.2rem;}
.page_ban .txt h5 { font-size:.25rem; font-weight:500; color:#fff; opacity:0.7; letter-spacing:1px; text-transform:uppercase;}

/*.page_ban:before {content: "";background: rgba(0,0,0,.0) url(../images/header_bg.png) repeat-x left top -50px;position: absolute;left: 0;top: 0; right: 0;bottom: 0;z-index: 2;}*/
/*.page_ban:after {content: "";background: url(../images/b.png) repeat-x left bottom;position: absolute;left: 0px;top: 0px;right: 0px;bottom: 0px;opacity:1;z-index: 3;}*/

@media screen and (max-width:768px) {
.page_ban .pic{height:180px;}
.page_ban .txt h2 { margin-top:0; font-size:22px;}
.page_ban:before {display:none;}
}

/*位置*/
.sub_weizhi{height:60px; background:#f8f8f8; border-bottom:solid 1px #eee; position:relative; z-index:9;/*box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/}
.sub_weizhi .weizhi{ color:#666; position: relative;  display:flex; align-items:center;}
.sub_weizhi .weizhi a{color:#666;}
.sub_weizhi .weizhi i.ico { margin-right:3px;}
.sub_weizhi .weizhi i.ico svg {height: 18px;width: 18px; fill:#666;}
.sub_weizhi .weizhi span{margin:0 1px;}

.page_weizhi{line-height:.66rem; font-size:.16rem; border-bottom:solid 1px rgba(0,0,0,0.1); margin-bottom:.5rem;}

@media screen and (max-width:768px) {
.sub_weizhi{height:36px;}
.sub_weizhi .weizhi{margin-left:15px; font-size:14px;}
.sub_weizhi .weizhi i.ico {margin-right:3px;}
.sub_weizhi .weizhi i.ico svg {width: 16px;}
}

/*===================子栏目导航================*/
#n_nav a{position: relative;float: left;display: block; font-size:max(.15rem, 14px); padding:0 .1rem; background: url(../images/line_n_title.jpg) right 1px center no-repeat; text-align: center; }
#n_nav a:last-child{ background: none;}
#n_nav a strong{/*background: url(../images/bg_n_nav.png) center no-repeat; */position: relative; display: block;z-index: 9; height: 60px; line-height:60px; color: #333; font-weight:normal; transition:0.6s all; }
#n_nav a span{position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; display: inherit; text-align: center;}
#n_nav a i{ display:inline-block; background:var(--main_color); height: 60px; width: 0px; transition:0.6s all; opacity:0;}
#n_nav  a.on i,#n_nav a:hover i{width:100%; opacity:1;}
#n_nav  a.on strong,#n_nav a:hover strong{ color: #fff; }

.m_sub_nav{display:none;}
@media screen and (max-width:768px) {
.sub_weizhi .main{padding:0;}	
#n_nav{display:none; width:100%; background: #fff;box-shadow: 0 2px 10px #ccc;z-index: 9; box-sizing:border-box;}
.m_sub_nav{display:flex; height:36px; margin-right:15px;}
.m_sub_nav svg{width:22px; height:220px;  fill:var(--main_color); transition:0.3s all;}
.m_sub_nav.active svg{ -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

#n_nav a{width:100%; padding:0 15px;  background:none; text-align:left; border-bottom: 1px solid #e1e6f0; box-sizing:border-box;}
#n_nav a strong{height:46px; line-height:46px; color: #333;}
#n_nav a span{display:none;}
#n_nav a.on strong,#n_nav a:hover strong{ color:var(--main_color); }
}


/*===========内容页位置导航===============*/
.show_weizhi_bg{ line-height:.6rem; }
.show_weizhi{color:#666;}
.show_weizhi span{display:inline-block; margin:0 3px;}
.show_weizhi i svg{width:.18rem; fill:#000;margin-right:.1rem;position:relative;top:.03rem;}
.show_weizhi a{font-size:14px; margin:0 5px; display:inline-block; color:#666;}
.show_weizhi p{color:#333;font-size:14px;}

@media screen and (max-width:768px) {
.show_weizhi_bg{ background:#f2f2f2;}
.pro_side{ display:none;}
.show_weizhi_bg{line-height:38px;margin-bottom:0; padding-top:5px;}
.show_weizhi i svg{width:14px; margin-right:3px;}
}



/*=============内页-公司简介============*/
.page_about_bg{padding-bottom:.8rem;}

.page_about{padding:.8rem 0 0 0;}
.page_about .tit{width:25%;}
.page_about .tit>div{height:4.6rem;}
.page_about .tit h2{ font-size:.42rem; color:#000; position:relative;}
.page_about .tit p{ font-size:.22rem;margin-top:.3rem;line-height:1.6;}
.page_about .right{width:70%;}
.page_about .con{ font-size:.16rem; line-height:2;}
.page_about .con p{ margin-bottom:.2rem;}

.page_about_box{display: grid;grid-template-columns: repeat(3, 1fr);gap:.25rem;margin-top:.5rem;}
.page_about_box li{overflow:hidden;border-radius:8px;}
.page_about_box li img{width:100%;display:block;}


#gshj{border-radius:5px; margin-top:.5rem;}
#gshj li{overflow:hidden;position:relative;border-radius:0px;}
#gshj li .pic{overflow:hidden;max-height:5.6rem;}
#gshj li .pic img{ transition:0.5s all;}
#gshj li .txt {position: absolute;bottom: 0;width: 100%;height:1rem; color: #FFF;font-size: .26rem;background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .6));padding:50px 20px 0;box-sizing:border-box;}
#gshj .swiper-pagination{bottom:25px;right:20px!important;left:auto;width:auto;}
#gshj .swiper-pagination-bullet {width:14px;height:14px;border-radius:100%;background: rgba(255, 255, 255, .5);opacity: 1;margin: 0 5px !important; box-sizing:border-box;}
#gshj .swiper-pagination-bullet-active{background:none; border:solid 2px #fff;}

@media screen and (max-width:768px) {
.page_about{padding:30px 15px 0;}
.page_about .tit{width:100%;}
.page_about .tit>div{height:auto;}
.page_about .tit h2{ font-size:22px;text-align:center;}
.page_about .tit p{ font-size:16px;margin:10px 0 0px;font-weight:bold;text-align:center;}
.page_about .tit p br{display:none;}
.page_about .right{width:100%; margin-top:10px;}
.page_about .con{ font-size:15px; line-height:1.8;}
.page_about .con p{ margin-bottom:10px;}

#gshj{margin-top:20px;}
#gshj li .pic{overflow:hidden;max-height:auto;}
#gshj li .txt {height:70px;font-size:18px;padding:30px 15px 0;}
#gshj .swiper-pagination{bottom:20px;right:15px!important;}
#gshj .swiper-pagination-bullet {width:12px;height:12px;margin: 0 3px !important;}

}


/*=============内页-企业文化============*/
.qywh_bg{padding-bottom:.7rem;background:#f8f8f8;}
.qywh_box{margin-bottom:.2rem; overflow:hidden;}
.qywh_box li{height: 550px;overflow: hidden;width: 32%; position:relative;}
.qywh_box li:nth-child(1){background: url(../images/qywh_img1.jpg) no-repeat center center;background-size: cover;}
.qywh_box li:nth-child(2){background: url(../images/qywh_img2.jpg) no-repeat center center;background-size: cover;}
.qywh_box li:nth-child(3){background: url(../images/qywh_img3.jpg) no-repeat center center;background-size: cover;}
.qywh_box .box{ padding:.76rem .4rem; position:relative; z-index:2;}
.qywh_box .box img{ height:58px; filter: grayscale(100%) brightness(5000%);}
.qywh_box .box h2{font-size:.3rem; color: #fff; margin: 30px 0 25px 0; font-weight:normal;}
.qywh_box .box h3 {font-size: 14px;color: #fff; font-weight:normal;}
.qywh_box .box b {display: inline-block;width:.4rem;height: 1px;background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;margin-top: 25px;margin-bottom: 30px;}
.qywh_box li:hover b{ width:100%;}
.qywh_box .box .desc{transition: all .5s;position: relative;top: .3rem; color:#fff; line-height:2;  opacity:0; font-size:.16rem;}
.qywh_box li:hover .box .desc{top:0;  opacity:1;}

.qywh_box .bg{position: absolute;width: 100%;height: 100%;
    background-color: rgba(0, 149, 218, 0.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    top: -100%;
    left: 0px;}
.qywh_box li:hover .bg{ top:0;}


@media screen and (max-width:768px) {
.qywh_box li{height:460px; width:100%; margin-bottom:15px;}
.qywh_box .box{ padding:50px 35px;}
.qywh_box .box h2{font-size:20px; margin: 25px 0 25px 0; font-weight:bold;}
.qywh_box .box h3 {font-size: 18px;}
.qywh_box .box .desc{font-size:15px;}

}


/*=============内页-荣誉资质============*/
.list_honor_bg {background: url(../images/ry_bg01.jpg) no-repeat center;background-size: cover;padding: 0 0 .8rem;}
.list_honor_box{display: grid;gap: .35rem;grid-template-columns: repeat(4, 1fr);}
.list_honor_box figure{background:#fff;padding:.3rem .3rem;box-sizing:border-box;}
.list_honor_box figure .pic{ height:2rem; margin-bottom:0;overflow:hidden;}
.list_honor_box figure .pic img{max-width:100%; max-height:100%; transition:all .5s;}
.list_honor_box figure .txt{text-align:center;margin-top:.2rem;}
.list_honor_box figure:hover .pic img{ transform:scale(1.1,1.1);}

@media screen and (max-width:768px) {
.list_honor_box{display: grid;gap: 15px;grid-template-columns: repeat(2, 1fr);}
.list_honor_box figure{padding:15px 5px;box-sizing:border-box;border-radius:4px;}
.list_honor_box figure .txt{margin-top:10px;line-height:1.4;}
}


/*=============内页-生产设备============*/
.list_shebei_bg{padding:0 0 .8rem;}
.shebei_desc{line-height:2;font-size:.16rem;margin-bottom:.4rem;}
.shebei_desc p{margin-bottom:.2rem;}
.list_shebei_box{display: grid;gap: .4rem;grid-template-columns: repeat(3, 1fr);}
.list_shebei_box .pic{overflow:hidden;}
.list_shebei_box .pic img{width:100%;display:block; transition:all .5s;}
.list_shebei_box .txt{background:#f8f8f8;line-height:.46rem;text-align:center;font-size:.16rem;transition:all .5s;}
.list_shebei_box figure:hover .pic img{ transform:scale(1.1,1.1);}
.list_shebei_box figure:hover .txt{background:var(--main_color);color:#fff;}

@media only screen and (max-width: 768px){
.list_shebei_bg .main_tit {padding-bottom:5px;}
.shebei_desc{line-height:1.8;font-size:15px;margin-bottom:25px;}
.shebei_desc p{margin-bottom:15px;}
.list_shebei_box{gap:10px;grid-template-columns: repeat(2, 1fr);}
.list_shebei_box figure{margin-bottom:5px;}
.list_shebei_box .txt{line-height:32px;font-size:14px;}
}

/*=============内页-新闻列表================*/
.page_news_bg{padding-bottom:.3rem;}
.news_list{}
.news_list li a{padding:.3rem 0;border-bottom: 1px solid rgb(51 51 51 / 10%);}
.news_list li .pic{width:3.8rem;overflow:hidden;border-radius:8px;}
.news_list li .pic img{transition:.4s;}
.news_list li .txt{width:calc(100% - 4.2rem); }
.news_list li .txt .con1{ font-size:.16rem; color:#888;}
.news_list li .txt .con2{ font-size:.2rem;  line-height: 1.5; }
.news_list li .txt .desc{line-height:1.8;color:#888;font-size:.16rem;margin:.2rem 0 .4rem;}
.news_list li .txt .con3 i{ margin-left:5px; transition:.4s; display: inline-block;}
.news_list li .txt .date{width:1.6rem;line-height:.45rem;background:rgba(204,204,204,.3);color:var(--main_color);text-align:center; font-family:'din';}
.news_list li .txt .date i{margin-right:10px;}
.news_list li .txt .jiantou i{color:rgba(204,204,204,.8);font-size:.36rem;transition:.4s;}
.news_list li:hover .txt .con3 i{transform: translateX(0.1rem);}
.news_list li:hover .pic img{ transform:scale(1.1);}
.news_list li:hover .jiantou i{color:var(--main_color); transform:rotate(45deg);}

.news_list li a:hover::after {width: 100%;}
@media only screen and (max-width: 768px){
.news_list{display:block;}
.news_list li{ margin-bottom:10px;}
.news_list li:first-child a{padding-top:0;}
.news_list li .pic{width:100%; max-height:200px;}
.news_list li .txt{ width:100%;padding:15px 10px 10px;}
.news_list li .txt .con2{ font-size:16px;margin:0px;  height:auto; font-weight:bold;}
.news_list li .txt .desc{ font-size:14px;line-height:1.6; display:none;}
.news_list li .txt .date{width:120px;line-height:36px; margin-top:12px;}
.news_list li .txt .jiantou i{font-size:28px;}
}



/*=============内页-产品列表================*/
.page_pro_list{display: grid; grid-template-columns: repeat(4, 1fr);gap:.3rem;}
.page_pro_list li{overflow:hidden;border-radius:.1rem;}
.page_pro_list li .pic {overflow:hidden;}
.page_pro_list li .pic img{transition:.4s;}
.page_pro_list li:hover .pic img{transform:scale(1.1);}
.page_pro_list li .txt{ background:#f2f3f5; padding:.2rem .15rem; transition:0.3s all;}
.page_pro_list li .txt h3{font-size:max(.18rem, 16px);text-align:center;transition:0.3s all; }
.page_pro_list li .txt .desc{color:#888;line-height:1.8;margin-top:.1rem;transition:0.3s all;}
.page_pro_list li:hover .txt{ background:var(--main_color); }
.page_pro_list li:hover .txt h3,.page_pro_list li:hover .txt .desc{color: #fff;}

@media only screen and (max-width: 768px){
.page_pro_list{display: grid; grid-template-columns: repeat(1, 1fr);gap:0;}  
.page_pro_list li{margin-bottom:20px;}
.page_pro_list li .txt{ padding:20px 20px; }
.page_pro_list li .txt h3{font-size:18px }
.page_pro_list li .txt .desc{font-size:14px;margin-top:10px;}
}

/*============样品和报价申请================*/
.quote_form{ padding-bottom:.8rem; margin-top:-30px;}
.quote_tit{ font-size:16px; color:#111; font-weight:bold; margin:30px 0 15px;}
.quote_form .input_box{display: flex; margin-bottom:20px;}
.quote_form .group1{display: grid;grid-template-columns: repeat(1, 1fr);gap:20px;}
.quote_form .group2{display: grid;grid-template-columns: repeat(2, 1fr);gap:20px;}
.quote_form .group3{display: grid;grid-template-columns: repeat(3, 1fr);gap:20px;}
.quote_form li{display: flex;height: 48px;line-height: 48px;background: #f9f9f9;border: 1px solid #d4d4d4;padding: 0 .15rem; width:100%; box-sizing: border-box;} 
.quote_form .product { margin-left:10px;}
.quote_form .product label{ margin-left:.1rem;} 
.quote_form .textarea_box{ margin-bottom:20px;}
.quote_form .textarea_box li{ display:block; height:auto;}
.quote_form .privacy{ margin:25px 0; color:#666;}
.quote_form .privacy span{ margin-left:5px; font-size:14px;}
.quote_form .privacy span a{ text-decoration:underline;}

.quote_form li .input_txt{color: #666;}
.quote_form li em{ margin-right:5px; font-style:normal; color:#ff0000;}
.quote_form li .input{flex: 1;display: flex;align-items: center;padding-left: 0.1rem;}

.quote_form li input[type="text"],
.quote_form li select,
.quote_form li textarea{border: none; outline: none;background: none;color: #666;width: 100%; height:42px; font-family:Arial, Helvetica, sans-serif;} 
.quote_form li textarea{ min-height:46px;}

.quote_form li .form-group label{position:relative;}
.quote_form li .form-group label img{position:absolute; right:0; top:50%; transform:translateY(-50%);}
.quote_form .submit{ font-size:.18rem;border:none;outline: none; cursor:pointer; color:#fff; background:var(--main_color); transition:0.3s all; width:3rem; height:48px;}
.quote_form .submit:hover{background:var(--main_color);}

@media screen and (max-width:768px) {
.quote_form{}
.quote_form .group2{grid-template-columns: repeat(1, 1fr);gap:12px;}
.quote_form .submit{ width:100%; font-size:16px;}
}



/*===================内页-联系我们================*/
.comm_form_bg{padding:.8rem 0;}
.comm_form_bg .left{width:48%;}
.comm_form_bg .right{width:48%;}
.comm_form_bg .left .main_tit{ text-align:left; padding:0;}
.comm_form_bg .left .desc{font-size:max(.18rem, 16px);line-height:1.6; margin-bottom:.4rem; }

.comm_lx{}
.comm_lx .item{padding:.2rem .35rem; border:solid 1px #e4eae7; border-radius:.1rem;}
.comm_lx .item .add_contact{ margin-bottom:.5rem;}
.comm_lx .item .add_contact .ico{ width:1.15rem; height:1.15rem; border-radius:50%; background:var(--main_color);}
.comm_lx .item .add_contact .ico img{ width:.46rem;}
.comm_lx .item .add_contact h5{ color:var(--main_color); margin-top:.15rem; font-size:max(.18rem, 16px)}
.comm_lx .item .add_con{ }
.comm_lx .item .add_con h4{color:var(--main_color);font-size:.2rem;padding-left:.15rem;position: relative;margin-bottom:.25rem; margin-top:.1rem;}
.comm_lx .item .add_con h4::before {content: '';position: absolute;width: 3px;height:.2rem;left: 0;top: 50%;transform: translate(0, -50%);background:var(--main_color);}
.comm_lx .item .add_con dl{ font-size:max(.16rem, 14px); margin-top:.08rem; line-height:1.8;}
.comm_lx .item .add_con dt{ font-weight:bold;  color:var(--main_color);}
.comm_lx .item .add_con dd{ flex:1; padding-left:5px;}


@media screen and (max-width:768px) {
.comm_form_bg{padding:25px 0 50px;}
.comm_form_bg .left{width:100%;}
.comm_form_bg .right{width:100%;}

.comm_form_bg{padding:25px 0 20px;}
.comm_lx .item{padding:0; border:0;}
.comm_lx .item .add_contact{margin-bottom:20px;}
.comm_lx .item .add_contact h5{margin-top:20px;}
.comm_lx .item .add_contact .ico{ width:66px; height:66px;}
.comm_lx .item .add_contact .ico img{ width:36px;}
.comm_lx .item .add_con{ flex:1; padding:0 0 15px;}
.comm_lx .item .add_con h4{font-size:17px;padding-left:10px; margin-bottom:15px; margin-top:0;}
.comm_lx .item .add_con h4::before {width: 3px;height:16px;}
}

.comm_form{background: #f9f9f9;border-radius: 12px; box-shadow: 0 2px 4px -2px #0000001a, 0 4px 6px -1px #0000001a;padding:.5rem .5rem .3rem;}
.comm_form .ly_tit{margin-bottom:.1rem; font-size:16px;}
.comm_form .ly_tit i{color:rgba(255,0,0,1);}
.comm_form .in_input {margin-bottom:25px;}
.comm_form .in_input input::-webkit-input-placeholder,
.comm_form .in_input textarea::-webkit-input-placeholder{font-family:Microsoft Yahei;color:#94a3b8;}
.comm_form .in_input li{ width: 48%;} 
.comm_form .in_input input,
.comm_form .in_input select,
.comm_form .in_input textarea{width: 100%;padding: 15px 16px;border: 1px solid #CBD5E1;border-radius: 6px;color: #1e293b;background: #fff;box-sizing: border-box;outline: none; font-size:16px;} 
.comm_form .in_input textarea{ min-height:100px;}
.comm_form .in_input input::-webkit-input-placeholder {} 
.comm_form .in_input textarea::-webkit-input-placeholder{}
.comm_form .in_input input:focus,.comm_form .in_input textarea:focus{border:solid 1px var(--main_color);}
/*.in_input .form-group input{width:45%; }*/
.comm_form .in_input .form-group label{position:relative;}
.comm_form .in_input .form-group label img{position:absolute; right:0; top:50%; transform:translateY(-50%);}
.comm_form .in_input .submit{ border:none;outline: none; font-size:16px; cursor:pointer; color:#fff; background:var(--main_color); transition:0.3s all; width:100%; line-height:46px; border-radius:6px;}

@media screen and (max-width:768px) {
.comm_form{padding:25px 20px 25px; margin-top:25px; box-shadow:none;}
.comm_form .ly_tit{margin-bottom:6px; font-size:15px;}
.comm_form .in_input li{ width: 100%;margin-bottom:15px;} 
.comm_form .in_input {margin-bottom:0;}
.comm_form .in_input input,
.comm_form .in_input select,
.comm_form .in_input textarea{ padding: 12px 12px; font-size:15px;} 

.comm_form .in_input .submit{ margin-top:20px;}
}


/*地图*/
.map{position:relative; background:#fff; overflow:hidden;}
#map1{height:5.2rem; overflow:hidden;}
.amap-marker-label{padding:15px; border-color: #ababab; border-radius: 5px; color: #666; font-size:14px; box-shadow: 0 6px 12px rgba(0,0,0,.2);}
.amap-marker-label h2{color: #333; font-size: 18px;}
.amap-marker-label p{ line-height:2;}
.amap-icon{ overflow:visible;}
.amap-icon:after {content: '';width: 50px;height: 50px;border-radius: 100%;transform: translate(-50%,-50%);
    background:url(../images/logo_ico.png) center no-repeat var(--main_color);
    position: absolute;left: 50%;top: 25%;z-index: 21;text-align: center;color: #fff;font-size: 16px;line-height: 50px;background-size:80%;}
.amap-icon:before {content: '';width: 74px;height: 74px;z-index: 11;position: absolute;left: 50%;top: 25%;background:var(--main_color);border-radius: 100%;
    transform: translate(-50%,-50%) scale(0);animation: fangdadh1 2000ms infinite ease;
}
.map .info {position: absolute;right:10%;top: 50%;transform: translateY(-50%); background-color: #fff;border-radius: 10px;padding:.15rem; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); width:1.35rem; text-align:center;}
.map .info  span {display: block;color: #231815; font-size:16px;}
.map .info p {color: #808080;margin-top:10px; font-size:12px; margin-bottom:.1rem;}
.map .info img {display: block;width: 100%;}


@keyframes fangdadh1{
	0%{transform: translate(-50%,-50%) scale(0);opacity:1;} 
	100%{transform: translate(-50%,-50%) scale(1.2);opacity: 0;}
}
@media screen and (max-width:768px) {
.map{width:100%; padding:0; border-radius:0;}
#map1{height:260px; margin-top:.5rem; border-radius:0;}
.map .info{display:none;}
}

/*======================留言反馈======================*/
.lxfs_bg2{background: #f1f3f7; padding-bottom:.8rem;}
.zxly_box{background:#fff;padding:.5rem .5rem;box-sizing:border-box;border-radius:15px;max-width:1200px;margin:0 auto;}
.ly_tit{font-weight:normal;font-size:14px;color:#4c5664;margin-bottom:15px;}
.ly_tit i{font-style:normal;color:rgba(255,0,0,1);margin-right:5px;}

/*留言*/
.page_liuyan{}
.message_input {margin-bottom:25px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{font-family:Microsoft Yahei;color:#999;}
.message_input li{ width: 48.5%;} 
.message_input input{border: 1px solid #d1d8de;outline: none; width: 100%;padding:18px 20px; border-radius:5px;  box-sizing:border-box;} 
.message_input input::-webkit-input-placeholder {} 
.message_input textarea{font-size:15px; display: block;border: 1px solid #d1d8de;outline: none; width: 100%;padding: 20px 20px;box-sizing: border-box;min-height:150px; border-radius:5px;} 
.message_input .form-group input{width:45%; }

.message_input .submit{ border:none;outline: none; font-size:16px; margin:15px auto 0; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:2.5rem; line-height:50px; border-radius:5px;}
.message_input textarea::-webkit-input-placeholder{}
.message_input .submit i{margin-left:.25rem;}
.message_input input:focus,.message_input textarea:focus{border:solid 1px var(--main_color);}

.zxly_right{width:32%;}
.zxly_right .pic{overflow:hidden;border-radius:10px;}
.zxly_right .pic img{width:100%;display:block;}
.zxly_right .txt{margin:.25rem 0 .15rem;}
.zxly_right .txt h2{font-weight:normal;font-size:18px;color:#000;margin-bottom:15px;}
.zxly_right .txt p{ font-size:.2rem; letter-spacing:1px;line-height:1.4; font-family:'monl';}
/*.zxly_right .ewm{display: grid;grid-template-columns: repeat(2, 1fr);gap: .25rem;}*/
.zxly_right .ewm li{width:135px; margin-right:.25rem; margin-bottom:.2rem;}
.zxly_right .ewm .pic{border:solid 1px #e8e8e8; border-radius:.1rem; overflow:hidden;  padding:.1rem; box-sizing:border-box;}
.zxly_right .ewm img{width:100%;display:block; border-radius:.1rem;}
.zxly_right .ewm p{color:#888;margin-top:.1rem;text-align:center;}


@media screen and (max-width:768px) {
.lxfs_bg2{padding-bottom:30px;}
.zxly_box{padding:20px 15px;border-radius:5px;}
.ly_tit{font-size:14px;margin-bottom:5px;line-height:1.6;}
.page_liuyan{width:100%;border-right:none;padding-right:0;}

.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #999; font-size:13px;}
.message_input {margin-bottom:0;}
.message_input1{margin-bottom:15px;}
.message_input li{ width:100%; margin-bottom:10px;} 
.message_input input{padding:12px 15px;} 
.message_input textarea{min-height:100px;padding: 15px 15px;}
.message_input .submit{width:100%; line-height:42px;}

.zxly_right{ display:none;width:100%;margin-top:25px;margin-bottom:15px;}
.zxly_right .pic{border-radius:5px;}
.zxly_right .txt{margin:20px 0 20px;}
.zxly_right .txt h2{font-size:16px;margin-bottom:10px;}
.zxly_right .txt p{font-size:14px;}
.zxly_right .ewm{width: 120px;height: 120px;border-radius:5px;padding:5px 5px;}
.zxly_right .ewm img{width:100%;display:block;}
.zxly_right dd{width:120px;font-size:12px;margin-top:10px;}
}


/*客户服务*/
.khfu_bg{padding:1rem 0;}
.khfw_box .pic{width:55%;overflow:hidden; order:2;border-radius:5px;}
.khfw_box .pic img{width:100%;display:block;}
.khfw_box .txt{width:40%;}
.khfw_box .txt h3{font-size:.38rem;color:#000;}
.khfw_box .txt .desc{font-size:.16rem;color:#888;line-height:1.8;margin:.25rem 0 .7rem;}
.khfw_box .txt .lx li{margin-bottom:.2rem;} 
.khfw_box .txt .ico{width:.4rem;height:.4rem;background:var(--main_color);border-radius:100%;}
.khfw_box .txt p{margin-left:.15rem;font-size:.18rem;font-weight:bold;}

@media screen and (max-width:768px) {
.khfu_bg{padding:30px 0;}
.khfw_box .pic{width:100%;order:1;}
.khfw_box .txt{width:100%;order:2;padding:20px 5px 0;}
.khfw_box .txt h3{font-size:20px;}
.khfw_box .txt .desc{font-size:14px;margin:15px 0 20px;}
.khfw_box .txt .lx li:last-child{margin-top:15px;} 
.khfw_box .txt .ico{width:32px;height:32px;}
.khfw_box .txt p{margin-left:10px;font-size:14px;font-weight:bold;}
}









































/*========================产品中心封面======================*/
.pro_category{display: grid;grid-template-columns: repeat(3, 1fr);gap: .4rem; margin-bottom:.8rem;}
.pro_category li{ background:#f8fafc; border-radius:12px; overflow:hidden; transition:0.3s all;}
.pro_category li:hover{ transform:translateY(-8px); box-shadow: 0 8px 24px #0000001a;}
.pro_category li .pic{ position:relative; overflow:hidden; border-radius:12px; }
.pro_category li .pic:after {content: '';position: absolute;left: -100%;top: 0;width: 100%;height: 100%;transform: skewx(-25deg);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}
.pro_category li:hover .pic:after {left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.pro_category li .txt{ padding:.3rem;}
.pro_category li .txt h2{ font-size:.2rem; margin-bottom:15px;}
.pro_category li .txt .desc{ line-height:1.6; color:#666; font-size:16px; margin-bottom:.25rem; }
@media screen and (max-width:768px) {
.page_case_bg{padding-bottom:30px;}
.pro_category{ grid-template-columns: repeat(1, 1fr);gap:15px;}
.pro_category li .txt{ padding:20px 20px;}
.pro_category li .txt h2{ font-size:18px; margin-bottom:10px;}
}

/*箭头*/
.pro_category li .arr{ width:50px; height:25px; background:var(--main_color); border-radius:25px; transition:0.3s all; display: flex;overflow: hidden;}
.pro_category li .arr i {width:50px;height:25px;display: flex;justify-content: center;align-items: center;transform: translateX(-100%);transition: all 0.5s;flex-shrink: 0;}
.pro_category li .arr svg{ width:40%; fill:#fff; transition:0.3s all;}
.pro_category li:hover .arr{ background:var(--main_color);}
.pro_category li:hover .arr svg{fill:#fff;}
.pro_category li:hover .arr i {transform: translateX(0);}


/*============导热界面材料封面===============*/

/*产品介绍*/
.in_zyyw_box{padding:0 0 .8rem; box-sizing:border-box; overflow:hidden; background: url(../images/ry_bg1.jpg) no-repeat; background-size:cover;}
.in_zyyw_box .tabs1{border-bottom:0px solid #e8e8e8;margin-bottom:.4rem;}
.in_zyyw_box .tabs1 a{padding:.1rem .8rem 0rem;position:relative; color:#333;}
.in_zyyw_box .tabs1 a:after{position: absolute;content: "";width: 1px;height: .5rem;background:rgba(204,204,204,.4);right: 0px;top: 50%; transform:translateY(-50%);}
.in_zyyw_box .tabs1 a:before{position: absolute;content: "";width: 0;height:2px;background:var(--main_color);left:50%;bottom: -1px; transform:translateX(-50%);}
.in_zyyw_box .tabs1 a:last-child::after{display:none;}
.in_zyyw_box .tabs1 .ico img{/*filter: grayscale(100%) brightness(50%);*/ transition:all .5s; display:block; height:.32rem;}
.in_zyyw_box .tabs1 .txt{font-size:.18rem;margin-top:.15rem;  transition:all .5s;}
.in_zyyw_box .tabs1 a.active .ico img{/*filter: grayscale(0) brightness(100%);*/}
.in_zyyw_box .tabs1 a.active .txt{color:var(--main_color);}
/*.in_zyyw_box .tabs1 a.active:before{width:60%;}*/

.in_zyyw_box .swiper-container{  overflow:hidden; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);}
.in_zyyw_box li{overflow:hidden; background:#fff; border-radius:.1rem; }
.in_zyyw_box li .pic{width:50%; min-height:4.5rem;overflow:hidden;border-radius:.1rem;}
.in_zyyw_box li .txt{flex:1; padding:0 .8rem;box-sizing:border-box;}
.in_zyyw_box li .txt h3{font-weight:normal;font-size:.33rem;color:#000;margin-bottom:.3rem;}
.in_zyyw_box li .txt .desc{color:#666;line-height:2; font-size:.16rem; margin-bottom:.5rem;}


@media only screen and (max-width: 768px){
.in_zyyw_box{padding:0 0 40px;}
.in_zyyw_box .tabs1{ overflow-x: auto; justify-content: flex-start; margin:12px 0 12px;}
.in_zyyw_box .tabs1 a{padding:0; margin-right:25px; white-space: nowrap;}
.in_zyyw_box .tabs1 a:after{display:none;}
.in_zyyw_box .tabs1 .ico img{height:30px;}
.in_zyyw_box .tabs1 .txt{font-size:14px;margin-top:15px;}

.in_zyyw_box li{border-radius:8px;}
.in_zyyw_box li .pic{width:100%; height:180px; min-height:auto; border-radius:0;}
.in_zyyw_box li .txt{width:100%;padding:25px 25px 25px;}
.in_zyyw_box li .txt h3{font-size:18px;}
.in_zyyw_box li .txt .desc{margin-bottom:20px; line-height:1.8; font-size:14px;}
}

/*应用场景*/
.drcl_yyly_bg{padding-bottom:.8rem;}
.in_yyly{display: grid;gap: 0.3rem;grid-template-columns: repeat(5, 1fr);}
.in_yyly li { position:relative; border-radius:.1rem; overflow:hidden;}
.in_yyly li .pic{height:2rem; overflow:hidden;}
.in_yyly li .pic img{ transition:0.3s all;}
.in_yyly li:hover .pic img{ transform:scale(1.1);}
.in_yyly li .txt{ background: rgba(0, 0, 0, 0.3); font-size:16px; text-align:center; line-height:.42rem; position:absolute; left:0; bottom:0; width:100%; color:#fff;}
@media only screen and (max-width: 768px){
.in_yyly{ gap: 15px;grid-template-columns: repeat(2, 1fr);}
.in_yyly li .pic{min-height:115px;}
.in_yyly li .txt{font-size:16px;line-height:36px;}

}





/*========================产品中心通用样式======================*/
.pro_hlj_bg{padding:0 0 .8rem; box-sizing:border-box; overflow:hidden; background: url(../images/pro_hlj_bg.jpg) no-repeat; background-size:cover;}
.pro_intro_bg{padding-bottom:.68rem;}
.pro_intro_scroll{position:relative; max-width:1000px; margin:auto;}
#pro_intro_box{border-radius:12px;}
.pro_intro_scroll li{ position:relative;}
.pro_intro_scroll li img{transition:0.5s all;}
.pro_intro_scroll li .txt{ background:rgba(0,0,0,0.35); position:absolute; left:0; bottom:0; padding:.2rem; text-align:center; color:#fff; width:100%; box-sizing:border-box; font-size:.2rem;}


/*按钮切换*/
.pro_intro_scroll .swiper-button-prev,.pro_intro_scroll .swiper-button-next {color:#888; width:.6rem;height: .6rem;background:#f8f8f8;border-radius:50%;  outline:none;  opacity:1; transition:0.3s all;border:1px solid rgba(204,204,204,.3); transition:all .5s; margin-bottom:.2rem;}
.pro_intro_scroll .swiper-button-prev i,.pro_intro_scroll .swiper-button-next i{font-size:.22rem;}
.pro_intro_scroll .swiper-button-prev:hover,.pro_intro_scroll .swiper-button-next:hover{background:var(--main_color);color:#fff;}

/*分页器*/
.swiper_dot {position:relative; padding-bottom:35px;}
.swiper_dot .swiper-pagination{bottom:0;left:50%; transform:translateX(-50%);}
.swiper_dot .swiper-pagination-bullet {width:12px;height:12px;border-radius:100%;background:#ddd;opacity: 1;margin: 0 3px !important; box-sizing:border-box;}
.swiper_dot .swiper-pagination-bullet-active{background:var(--main_color);}


@media screen and (max-width:768px) {
.pro_intro_bg{padding-bottom:25px;}
.pro_intro_scroll li .txt{font-size:16px;}

/*按钮切换*/
.pro_intro_scroll .swiper-button-prev,.pro_intro_scroll .swiper-button-next {width:35px;height:35px;}
.pro_intro_scroll .swiper-button-prev i,.pro_intro_scroll .swiper-button-next i{font-size:18px;}
}

/*--核心产品--*/
.pro_list_bg{background:url(../images/dev_bg.jpg) no-repeat center;padding:0 0 .5rem;background-size:cover;}
.pro_list_box{display: grid;grid-template-columns: repeat(4, 1fr);gap: .25rem;grid-row-gap: .25rem; cursor:pointer;}
.pro_list_box li{background:#fff;border-radius:8px;overflow:hidden;padding:.2rem .2rem;position:relative;}
.pro_list_box li:before{content:'';position:absolute;top:0;left:0;width:0;height:100%;background:var(--main_color); transition:all .5s;}
.pro_list_box li .pic{overflow:hidden;position:relative; z-index:2;}
.pro_list_box li .pic img{width:100%;display:block;transition:all .5s;}
.pro_list_box li .txt{position:relative; z-index:2;}
.pro_list_box li .txt h3{font-size:.18rem;margin:.2rem 0 .12rem;transition:all .5s;}
.pro_list_box li .txt p{color:#888;transition:all .5s;}
.pro_list_box li:hover:before{width:100%;right:0;}
.pro_list_box li:hover .pic img{ transform:scale(1.1,1.1);}
.pro_list_box li:hover h3,.pro_list_box li:hover p{color:#fff;}

@media screen and (max-width:768px) {
.pro_list_box{grid-template-columns: repeat(1, 1fr);grid-row-gap:20px;}
.pro_list_box li{padding:15px 15px;}
.pro_list_box li .txt{padding:10px 0;}
.pro_list_box li .txt h3{font-size:18px;margin:10px 0 10px;}
.pro_list_box li .txt p{}
}




/*--应用场景--*/
.pro_yycj_bg{padding:0 0 .8rem;}
.pro_yycj_box{position:relative;overflow:hidden;padding:0 0 .8rem;}
.pro_yycj_box li {border-radius:8px;overflow:hidden;position:relative;}
.pro_yycj_box li .pic{overflow:hidden;}
.pro_yycj_box li .pic img{width:100%; display:block; transition: all .5s ease-in-out;}
.pro_yycj_box li .txt{position:absolute;width:100%;height:100%;top: 25%;left: 50%;transform: translate(-50%,-50%);text-align:center;padding:0 .25rem;box-sizing:border-box;background:linear-gradient(45deg, transparent 0, rgba(0, 0, 0, .35));transition: all .5s ease-in-out;}
.pro_yycj_box li .txt .ico img{width:.6rem;display:none;}
.pro_yycj_box li .txt h3{font-weight:normal;font-size:.26rem;color:#fff;margin:0 0 .15rem;}
.pro_yycj_box li .txt p{color:rgba(255,255,255,.95);font-size:.16rem;line-height:1.6;}

.pro_yycj_box li:hover .pic img{ transform:scale(1.1,1.1);}
.pro_yycj_box li:hover .txt{top:50%;background:rgba(0,153,68,.9);}

/*按钮切换*/
.pro_yycj_box .swiper-button-prev,.pro_yycj_box .swiper-button-next {color:#888; width:45px;height: 45px;background:#f8f8f8;border-radius:50%; top:auto;bottom:0; outline:none;  opacity:1; transition:0.3s all;border:1px solid rgba(204,204,204,.3)}
.pro_yycj_box .swiper-button-prev i,.pro_yycj_box .swiper-button-next i{font-size:18px;}
.pro_yycj_box .swiper-button-prev{left:0;right: auto;}
.pro_yycj_box .swiper-button-next{left:55px;right: auto;}
.pro_yycj_box .swiper-button-prev:hover,.pro_yycj_box .swiper-button-next:hover{background:var(--main_color);color:#fff;}

/*分页器*/
.swiper-pagination-progressbar{width:90%!important;right:0!important;left:auto!important;top:auto!important;background:rgba(204,204,204,.35)!important;height:3px!important;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--main_color)!important}
.pro_yycj_box .swiper-pagination { text-align:center; width:100%; bottom:20px;right:0;}

@media screen and (max-width:768px) {
.pro_yycj_bg{padding:0 0 .8rem;}
.pro_yycj_box{position:relative;overflow:hidden;padding:0 0 50px;}
.pro_yycj_box li .txt{top: 30%;}
.pro_yycj_box li .txt h3{font-size:20px;margin:0 0 15px;}
.pro_yycj_box li .txt p{font-size:14px;line-height:1.4;}

.pro_yycj_box .swiper-button-prev,.pro_yycj_box .swiper-button-next{width:35px;height: 35px;}
.pro_yycj_box .swiper-button-next{left:42px;}

.swiper-pagination-progressbar{width:73%!important;}
.pro_yycj_box .swiper-pagination { bottom:15px;}
}







/*========================塑胶模具封面======================*/
.tabs1_btn{margin-bottom:.4rem;}
.tabs1_btn a{ line-height:.52rem; border-radius:.52rem; padding:0 .5rem; background:#fff; font-size:.2rem; margin:0 .15rem; display:inline-block;}
.tabs1_btn a.active{ background:var(--main_color); color:#fff;}


.muju_box li{ border-radius:12px; overflow:hidden; background:#fff;}
.muju_box li .pic{overflow:hidden; position:relative;}
.muju_box li .pic img{transition:0.3s all;}
.muju_box li:hover .pic img{ transform:scale(1.1);}
.muju_box li .txt{ padding:.15rem; font-size:16px; text-align:center;}

.muju_box li .mask{background:rgba(0,0,0,0.25); position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; transition: 0.3s all; z-index:1;}
.muju_box li .mask i {display: block;width:30px;height: 30px;border: solid 2px #fff;border-radius: 100%; opacity:0; transition: 0.3s all;}
.muju_box li .mask i::after {content: '';width: 12px;height: 2px;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.muju_box li .mask i::before {content: '';width: 2px;height: 12px;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.muju_box li:hover .mask,.muju_box li:hover .mask i{ opacity:1;}

@media screen and (max-width:768px) {
.tabs1_btn{margin-bottom:20px;}
.tabs1_btn a{ line-height:38px; border-radius:32px; padding:0 15px; font-size:16px; margin:0 5px;}


.muju_box li{ border-radius:8px;}
.muju_box li .txt{ padding:12px 5px; font-size:15px;}

}



/*================产品分类循环=====================*/
.category_pro .item{ margin-bottom:.2rem;}
.category_pro .item .title{border-bottom:1px solid #e8e8e8; margin-bottom:.25rem;height:45px;}
.category_pro .item .title h3{background:var(--main_color); height:46px; line-height:46px;padding:0 .3rem;color:#fff;font-size:.2rem;font-weight:normal;border-radius:6px 6px 0 0;}
.category_pro .item .title h3 i{margin-right:.1rem;font-size:.2rem;}
.category_pro .item .title a{display:inline-block;line-height:.4rem; font-size:16px;}

@media screen and (max-width:768px) {
.category_pro .item .title{margin-bottom:15px;height:35px;}
.category_pro .item .title h3{height:36px; line-height:36px;padding:0 15px;font-size:15px;}
.category_pro .item .title h3 i{margin-right:5px;font-size:14px;}
.category_pro .item .title a{line-height:36px; font-size:13px;}
}

/*==========================产品列表（文字）===========================*/
.pro_menu{ background:var(--main_color);}
.pro_menu li{width:25%; line-height:.6rem; color:#fff; font-size:16px; padding:0 .15rem; box-sizing:border-box;}

@media screen and (max-width:768px) {
.pro_menu{ display:none;}
}
.pro_list{ padding-bottom:1rem;}
.pro_list .item{border-bottom: 1px solid #e4e4e4;position: relative; transition:0.5s all;}
.pro_list .item:hover{ background: #F1F4EC;}
.pro_list .title li{width:25%; line-height:1.5; font-size:max(.16rem, 14px); padding:.15rem .15rem; box-sizing:border-box; color:#666; align-items: center;}
.pro_list .title li:nth-child(1){font-weight:bold; color:var(--main_color);}
.pro_list .title li span{display:none;}
.pro_list .title li .fx{height:.32rem; margin-right:.1rem;}


.pro_menu_zw li:nth-child(1){width:25%}
.pro_menu_zw li:nth-child(2){width:25%;display:none!important;}
.pro_menu_zw li:nth-child(3){width:35%}
.pro_menu_zw li:nth-child(4){width:40%}


.pro_menu_wt li:nth-child(1){width:15%}
.pro_menu_wt li:nth-child(2){width:40%}
.pro_menu_wt li:nth-child(3){width:15%}
.pro_menu_wt li:nth-child(4){width:30%}

.pro_menu_hzp li:nth-child(1){width:35%}
.pro_menu_hzp li:nth-child(2){width:45%}
.pro_menu_hzp li:nth-child(3){width:20%}
.pro_menu_hzp li:nth-child(4){width:40%}

.pro_menu_qhj li:nth-child(1){width:30%}
.pro_menu_qhj li:nth-child(2){width:30%}
.pro_menu_qhj li:nth-child(3){width:25%}
.pro_menu_qhj li:nth-child(4){width:15%}

@media screen and (max-width:768px) {
.pro_list .title { padding:10px 0;}
.pro_list .title li{ line-height:1.4; font-size:15px; padding:3px 10px; }
.pro_list .title li:nth-child(1){width:100%;}
.pro_list .title li:nth-child(2){width:100%}
.pro_list .title li:nth-child(3){width:100%}
.pro_list .title li:nth-child(4){width:100%}
}

.pro_list .box{border:solid 1px var(--main_color); z-index: 11;position: absolute;left: 0;right: 0;width: 100%;display: none; background:#fff;}
.pro_list .box .tit{ background:var(--main_color); color:#fff; padding:0 .36rem; box-sizing:border-box;}
.pro_list .box .tit h3{height:.8rem; }
.pro_list .box .tit i{ font-size:.36rem; transition:0.5s all; cursor:pointer;}
.pro_list .box .tit .close:hover i{ transform:rotate(180deg);}
.pro_list .box .con{padding:.36rem;}

/*.pro_list .box .con .left .bt{display: grid;grid-template-columns: repeat(5, 1fr);gap: .25rem;}*/
.pro_list .box .con .pic{width:25%;}
.pro_list .box .con .pic img{ width:100%; display:block;}

.pro_list .box .con .txt{width:45%;padding:0 .5rem;box-sizing:border-box;}
.pro_list .box .con .txt .bt h5{ font-size:max(.16rem, 14px); color:var(--main_color); font-weight:normal;}
.pro_list .box .con .txt .bt li{ line-height:1.8;}
.pro_list .box .con .txt .bt p{font-size:max(.16rem, 14px); color:#555; flex: 1;}
.pro_list .box .con .txt .more{ margin-top:.15rem;}
.pro_list .box .con .txt .more a{ display:inline-block; line-height:.6rem; border-radius:5px; color:#fff; background:var(--main_color); padding:0 .25rem; font-size:16px;}
.pro_list .box .con .txt .more a i{ margin-right:6px; }

.pro_list .box .download{width:30%;}
.pro_list .box .download .download_tit{font-size:.18rem;font-weight:bold;margin-bottom:.15rem;}
.pro_list .box .download ul{}
.pro_list .box .download li{padding:.1rem 0 .1rem .12rem;box-sizing:border-box;border-bottom:1px solid #e8e8e8;position: relative;}
.pro_list .box .download li:before{position: absolute;content:'';top:15px;left:0;width:7px;height:7px;border-radius:50%;background:var(--main_color);}
/*.pro_list .box .download li .ico{overflow:hidden;}*/
/*.pro_list .box .download li .ico img{width:.4rem;}*/
.pro_list .box .download li .wz{line-height:1.2;color:#666;}
.pro_list .box .download li:hover .wz{color:var(--main_color);transition:0.5s all;}

.yyfx_list_box {width:30%;}
.yyfx_list_box .yyfx_tit{font-size:.18rem;font-weight:bold;margin-bottom:.2rem;}
.yyfx_list_box  li img{height:.52rem; margin-right:.2rem;}



.download_bar{height:2rem;overflow-y: auto;padding-right:.15rem;}
.download_bar::-webkit-scrollbar {width: 3px;height: 4px;}
.download_bar::-webkit-scrollbar-thumb {border-radius: 5px;background:rgba(153,153,153,.3);}
.download_bar::-webkit-scrollbar-track {border-radius: 0;background: #ededed;}


.pro_list .beizhu{ margin-top:.3rem; color:#666;}


@media screen and (max-width:768px) {
.pro_list .box .tit{padding:0 12px;}
.pro_list .box .tit h3{height:46px; }
.pro_list .box .tit i{ font-size:25px;}
.pro_list .box .tit .close:hover i{ transform:rotate(180deg);}
.pro_list .box .con{padding:15px 15px;}
.pro_list .box .con .txt { width:100%; padding-left:0;}
.pro_list .box .con .txt .bt h5{ font-size:14px;}
.pro_list .box .con .txt .bt p{font-size:14px;}
.pro_list .box .con .txt .more{ margin-top:15px;}
.pro_list .box .con .txt .more a{ display:block; line-height:46px; text-align:center;}
.pro_list .box .con .txt .more a i{ margin-right:6px; }
.pro_list .box .con .pic{width:100%; text-align:center; margin-top:20px; order:1;}

.pro_list .box .download{width:100%;margin:25px 0 10px;}
.pro_list .box .download .download_tit{font-size:17px;margin-bottom:10px;}
.pro_list .box .download li{padding:10px 0 10px 12px;}
.pro_list .box .download li:before{top:16px;}
.pro_list .box .download li .wz{font-size:14px;line-height:1.4;}

.yyfx_list_box {width:100%;margin:25px 0 10px;}
.yyfx_list_box .yyfx_tit{font-size:17px;margin-bottom:10px;}
.yyfx_list_box  li img{height:35px; margin-right:10px;}


.download_bar{height:180px;}
}

/*==========================产品列表（图文）===========================*/
.product_bg{ background:#f4f5f7;}
.product_list{}
.product_list li{ transition: 0.5s all;  background:#fff; overflow:hidden;  padding:.35rem .35rem; margin-bottom:.25rem; }
.product_list li .pic{overflow:hidden; width:4rem;}
.product_list li .pic img{transition: 1s all;}
.product_list li:hover .pic img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.product_list li .txt{flex:1; box-sizing:border-box; padding-left:.5rem;}
.product_list li .tit{ border-bottom:solid 2px #e8e8e8; padding-bottom:.1rem; margin-bottom:.15rem; position:relative}
.product_list li .tit:after{ content:''; width:0; height:2px; background:var(--main_color); transition:0.5s all; position:absolute; left:0; bottom:0;}
.product_list li:hover .tit:after{width:100%;}
.product_list li .tit h2{ font-size:.22rem; font-weight:normal;}
.product_list li .jiantou i{ font-size:.38rem; color: rgba(204, 204, 204, .5);transition: 1s all;}
.product_list li .txt p{ line-height:1.8; color:#5e5e5e;}
.product_list li .txt p span{margin-right:.1rem; display:inline-block; color:var(--main_color);}
.product_list li:hover{background:#E3EBE6;}
.product_list li:hover h2{color:var(--main_color);}
.product_list li:hover .jiantou i{color:var(--main_color);}

.product_list .yyfx_ico{padding-top:10px;}
.product_list .yyfx_ico .tubiao img{width:.7rem;}
.product_list .yyfx_ico .wz{text-align:center;font-size:.16rem;color:#666;margin-top:.1rem;}


@media screen and (max-width:768px) {
.product_list li{padding:15px; margin-bottom:20px;}    
.product_list li .pic{width:100%;}
.product_list li .txt{padding-left:0; padding-top:12px;}
.product_list li .tit{ padding-bottom:10px; margin-bottom:10px;}
.product_list li .tit h2{ font-size:18px;}
.product_list li .tit .info{width:100%;}
.product_list li .jiantou i{ font-size:22px;}
.product_list li .txt p{ line-height:1.6;}

.product_list .yyfx_ico{}
.product_list .yyfx_ico .tubiao img{width:66px;}
.product_list .yyfx_ico .wz{ font-size:14px;}
}




/*===================产品内容页================*/
.pro_show1{ margin-top:.6rem;}
.pro_show1 .left{ width:46%;  overflow: hidden; }
.pro_show1 .right{ width:50%;}


/* 产品大图 */
#focus {width:100%; position:relative; box-sizing:border-box;}
#focus figure{overflow:hidden;  position:relative;box-sizing:border-box; }
#focus figure a{ width:100%; height:100%;}
#focus figure a img{max-width:100%;max-height:100%; object-fit: cover;}

/*分页器*/
#focus .swiper-pagination-bullet{width: 8px;height: 8px; display: inline-block; border-radius: 100%; background:rgba(0,0,0,0.25); transition: all .5s ease;opacity: 1.0; font-size:0; overflow:hidden;}
#focus .swiper-pagination-bullet-active{background:var(--main_color);color: #fff;width: 25px;border-radius: 25px;}
#focus .swiper-pagination{bottom:10px;}


/*产品缩略图轮播*/
.tabs_slt {width: 100%; margin-top:15px!important; box-sizing:border-box;}
.tabs_slt li {border: 1px solid #e8e8e8; cursor: pointer; position:relative;padding:2px;box-sizing:border-box;}
.tabs_slt li.active{border: 1px solid var(--main_color);}
.tabs_slt li img{width:100%; display:block; transition:0.3s all;}
.tabs_slt .swiper-button-prev {width: 15px;height: 100%;background-size: 10px auto; background-image: url('../images/adv-left-icon.png') !important;top:22px;left:10px;z-index: 1;outline: none;}
.tabs_slt .swiper-button-next {width: 15px;height: 100%;background-size: 10px auto; background-image: url('../images/adv-right-icon.png') !important;top:22px;right:10px;z-index: 1;outline: none;}


.pro_show1 .right h1{ font-size:.33rem; color:#000; line-height:1.3; margin-bottom:.2rem;}
.pro_show1 .right .desc{line-height:1.8; font-size:max(.16rem, 14px);  background:#f8f8f8; padding:.2rem .25rem; border-radius:5px;}
.pro_show1 .right .pro_subtitle{margin:.25rem 0 .15rem 0;}
.pro_show1 .right .pro_subtitle p{ line-height:1.8; color:#666;}
.pro_show1 .right .pro_subtitle p span{margin-right:.1rem;display:inline-block; color:var(--main_color); }

.pro_show1 .right .btn{margin-top:20px;}
.pro_show1 .right .btn a{ line-height:50px; padding:0 .5rem; border-radius:50px; display:inline-block; background:var(--main_color);font-size: 15px; font-weight: 600;color: #FFFFFF; margin-right:15px; box-shadow: 0 4px 12px rgba(0, 149, 218, 0.2);}
.pro_show1 .right .btn i{ font-size:18px; margin-right:5px;}
.pro_show1 .right .btn a.a2{ /*background:#059b80;*/ background:var(--second_color); box-shadow: 0 4px 12px rgba(245, 130, 33, 0.2);}
@media screen and (max-width:768px) {
.pro_show1{ margin-top:0;}
.pro_show1 .left{ width:100%;}
.pro_show1 .right{ width:100%;}
.pro_show1 .right h1{ font-size:15px;  margin-bottom:15px; margin-top:20px; display:none;}
.pro_show1 .right .desc{padding:20px 15px; font-size:15px; margin-top:20px;}

.pro_show1 .right .btn{margin-top:10px; justify-content:space-between;}
.pro_show1 .right .btn a{ line-height:42px; padding:0; width:49%; text-align:center; font-size: 14px; margin-right:0;}
.pro_show1 .right .btn i{ font-size:16px;margin-right:0;}
}


/*======================产品详情======================*/
.pro_show2{margin-top:.5rem; margin-bottom:.1rem; }
.pro_show2 .tabs2{border-bottom:1px solid var(--main_color);margin-bottom:.4rem;}
.pro_show2 .tabs2 a{ position:relative; width:3rem; height:.6rem; background: #e5f5ee; color:var(--main_color); font-size:16px;border-radius: 6px 6px 0 0; transition: all .3s; margin-right:.2rem;}
.pro_show2 .tabs2 a.active{background:var(--main_color); color:#fff;}
.pro_show2 .tabs2 a:after{content: "";position: absolute;top: 100%;left: 50%;border-style: solid;margin-left: -9px;border-width: 9px;border-color: var(--main_color) transparent transparent; transition: all .3s; opacity:0;}
.pro_show2 .tabs2 a.active:after{ opacity:1;}
.pro_show2 .swiper-container{ padding-bottom:1rem;}
@media screen and (max-width:768px) {
.pro_show2{margin-top:50px;}
.pro_show2 .tabs2{ margin-bottom:25px;}
.pro_show2 .tabs2 a{width:32%; height:52px; margin-right:2%;text-align:center;}
.pro_show2 .tabs2 a:last-child{ margin-right:0;}
}

.xq_box{}
.xq_box .xq_left{width:49%!important;}
.xq_box .xq_right{width:49%;}
.xq_box .xq_right li{ margin-bottom:.25rem; text-align:center;}
.xq_box .xq_right li img{ max-width:100%; }
@media screen and (max-width:768px) {
.xq_box .xq_left{width:100%!important;}
.xq_box .xq_right{width:100%;}   
}   


/*======================产品资料======================*/
.ziliao_list{display: grid; gap: 0.3rem;  grid-template-columns: repeat(2, 1fr);}
.ziliao_list li{background:#fff;border-radius: 10px; border: 1px solid #D0DBE1;padding:.2rem .2rem;box-sizing:border-box;transition:all .5s;}
.ziliao_list li .pic img{width:.68rem;}
.ziliao_list li .txt{flex:1;padding:0 .2rem;box-sizing:border-box;}
.ziliao_list li .txt h3{font-weight:normal;font-size:16px;line-height:1.5;}
.ziliao_list li .txt p{color:#999;margin-top:.1rem;}
.ziliao_list li .ico img{width:.25rem;transition:all .5s;}
.ziliao_list li:hover {box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);}
.ziliao_list li:hover .ico img{transform:rotate(45deg)}

@media screen and (max-width:768px) {
.ziliao_list{display: grid; gap:15px; grid-template-columns: repeat(1, 1fr);}
.ziliao_list li{margin-bottom:15px;padding:15px 15px;}
.ziliao_list li .pic img{width:40px;}
.ziliao_list li .txt{flex:1;padding:0 15px;box-sizing:border-box;}
.ziliao_list li .txt h3{font-size:16px;}
.ziliao_list li .txt p{margin-top:10px;}
.ziliao_list li .ico img{width:25px;}
}

.page_table{overflow-x: auto!important;}
.page_table table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px; margin-bottom:15px;}
.page_table table p{margin-bottom:0;}
.page_table table tr:nth-child(1){ font-size:15px; background:#eff3f8; font-weight:bold; white-space: nowrap;}
.page_table table tr.trbg{ font-size:15px; background:#eff3f8; font-weight:bold; white-space: nowrap;}
.page_table table td{padding:5px 10px; border:1px solid #D5DFEC;text-align:center;}






/*===================服务支持================*/

/*服务承诺*/
.fwcn_bg{padding-bottom:.8rem;}
.fwcn_box{display: grid;grid-template-columns: repeat(3, 1fr);gap: .4rem;}
.fwcn_box li{overflow:hidden;border-radius:8px;position:relative;}
.fwcn_box li .pic{overflow:hidden;}
.fwcn_box li .pic img{width:100%;display:block; transition:all .5s;}
.fwcn_box li .txt{position:absolute;bottom:0;left:0;width:100%;background-image: -webkit-linear-gradient(270deg, transparent 0, rgba(0, 0, 0, .5) 100%);height:2.2rem;transition:all .5s;}
.fwcn_box li .txt h3{font-size:.24rem;color:#fff;margin:.25rem 0 .15rem;}
.fwcn_box li .txt p{color:#fff;font-size:.18rem;}
.fwcn_box li:hover .pic img{ transform:scale(1.1,1.1);}
.fwcn_box li:hover .txt{background-image: -webkit-linear-gradient(270deg, transparent 0, rgba(0, 153, 68, .6) 100%);}

@media screen and (max-width:768px) {
.fwcn_bg{padding-bottom:.8rem;}
.fwcn_box{grid-template-columns: repeat(1, 1fr);gap: 20px;}
.fwcn_box li{height:200px;}
.fwcn_box li .pic img{width:100%;height:100%;object-fit:cover;}
.fwcn_box li .txt h3{font-size:20px;margin:0 0 10px;}
.fwcn_box li .txt p{font-size:15px;}	
}

/*服务团队*/
.fwtd_bg{background:url(../images/n_fuwu03_bg.jpg) no-repeat center ;padding:.3rem 0 1rem;background-size:cover; background-attachment:fixed;}
.fwtd_box{display: grid;grid-template-columns: repeat(4, 1fr);gap: .3rem;}
.fwtd_box li{width:3rem;height:3rem;background: #ffffff1a;border: 1px solid rgba(255, 255, 255, .3);backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);border-radius: 50%;margin:0 auto;position:relative; transition:all .5s;}
.fwtd_box li .ico img{width:.6rem;}
.fwtd_box li .txt h3{ font-family:'din';font-size:.5rem;color:#fff;margin:.2rem 0 .15rem;}
.fwtd_box li .txt h3 strong{font-size:.18rem;margin-left:5px;}
.fwtd_box li .txt p{color:#fff;font-size:.18rem;}
.fwtd_box li:hover{background:var(--main_color);border: 1px solid var(--main_color);}

@media screen and (max-width:768px) {
.fwtd_bg{padding:0 0 .6rem;background-attachment:scroll;}
.fwtd_box{grid-template-columns: repeat(2, 1fr);gap: 0;}
.fwtd_box li{margin-bottom:20px;border-radius:4px;padding:10px 0;}
.fwtd_box li .ico img{width:40px;}
.fwtd_box li .txt h3{ font-size:30px;margin:15px 0 15px;}
.fwtd_box li .txt h3 strong{font-size:14px;margin-left:5px;}
.fwtd_box li .txt p{font-size:14px;}	
}

/*售后发货流程*/
.shfw_bg{padding-bottom:.8rem;}
.shfw_box{display: grid;grid-template-columns: repeat(4, 1fr);gap: .4rem;}
.shfw_box li{padding:.5rem .3rem;border: 1px solid rgba(0, 153, 68, .1);background-image: -webkit-linear-gradient(-30deg, rgba(0, 153, 68, .015) 0, rgba(0, 153, 68, .08) 100%); transition:all .5s;}
.shfw_box li span{font-family:'din';font-size:.56rem;color:var(--main_color);}
.shfw_box li .line{width:40px;height:2px;background:var(--main_color);margin:.4rem auto;}
.shfw_box li h3{font-size:.24rem;color:#000;margin-bottom:.25rem;}
.shfw_box li p{text-align:center;line-height:1.6;text-align:center;font-size:.16rem;}
.shfw_box li:hover{ transform:translateY(-10px);border: 1px solid rgba(0, 153, 68, .3);}

@media screen and (max-width:768px) {
.shfw_bg{padding-bottom:.8rem;}
.shfw_box{grid-template-columns: repeat(1, 1fr);gap: 0;}
.shfw_box li{padding:30px 20px;}
.shfw_box li span{font-size:36px;}
.shfw_box li .line{width:30px;height:2px;margin:20px auto;}
.shfw_box li h3{font-size:20px;margin-bottom:15px;}
.shfw_box li p{font-size:15px;}
}








/*===================内容页================*/
.show_top_blank{ height:1.5rem;}

.page_main{width:calc(100% - 3.5rem); background:#fff; box-sizing:border-box; padding:.5rem .68rem; }
.page_side{width:3rem; }
.page_side .sticky{position: sticky;top: 90px;}


.page_side_box{ padding:25px 30px; background:#fff;}
.page_side_tit {font-size:.25rem; color: #000; margin-top:.1rem;  margin-bottom:.2rem;}

.show_weizhi{ font-size:12px; color:#666; margin-bottom:.05rem;}

/*内容页*/
.title_txt {font-size:.3rem;line-height:1.5;  color:#000; text-align:center;}
.page_main1 .title_txt { margin-bottom:.2rem;}
.show_pro_tit {font-size:.36rem;line-height:1.6;  color:#000; border-bottom:solid 2px #e8e8e8; padding-bottom:.25rem; margin-bottom:.25rem;}

.art_info{margin-bottom:25px; color:#888; border-bottom: solid 1px #e8e8e8; position:relative; text-align:center; }
.art_info em{position:relative;font-size:14px; display:inline-block; line-height:60px; font-style:normal; margin-right:25px;}
.art_info em img{ margin:-3px 5px 0 0; vertical-align:middle;}
.art_info em a{color:#888;}


/*share*/
.share-main{ width: 102px; height: 24px; position:absolute; right:0; top:15px; z-index:10;}
.share-main b{ position:absolute; left:-80px; top:10px; font-weight:normal;}
.share-bar a{margin-left: 10px; margin-top:5px; float: left; display: block; width: 24px; height: 24px; background-image:url(../images/icon-share.png); }
.share-bar .share-tsina{background-position: 0 0;}
.share-bar .share-weixin{background-position: -24px 0;}
.share-bar .share-qzone{background-position: -48px 0;}
.weixin-share-open{position: absolute; bottom: 34px; left:0; display: none; background: #fff;}
.weixin-wrap{ padding: 10px; width: 200px; height: 80px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 5px; right: 5px; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}


/*正文*/
#art_box {   line-height:2; font-size:16px; overflow:hidden; width:100%;}
#art_box p {margin-bottom:15px; }
#art_box img{ max-width:100%; border-radius:3px;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px; margin-bottom:15px;}
#art_box table p{margin-bottom:0;}
#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;text-align:center;}
#art_box a{color:var(--main_color);}

#art_box video{ max-width:100%;}

.pro_content{}
.pro_content h3{ font-size:18px; color:var(--main_color); position:relative; padding-left:18px;}
.pro_content h3:before{ content:''; display:block; position:absolute; left:0; top:50%; transform: translateY(-50%); width:7px; height:7px; border-radius:100%; border:solid 2px var(--main_color);}   
.pro_content h4{ font-size:15px;}


@media screen and (max-width:768px) {
.page_side{width:100%;}
.page_main{width:100%;  padding:20px 0; margin-top:0;}
.share-main{ display:none;}
.title_txt {font-size:20px;line-height:1.5; text-align:center;}
.art_info{margin-bottom:15px; text-align:center;}
.art_info em{font-size:13px; line-height:40px; margin-right:10px;}
#art_box { line-height:1.8;}

}

/*声明*/
.shenming{padding:15px;background:#f4f5f7;border-radius:4px;color:#888;line-height:1.6;font-size:13px;margin:30px 0;}
.shenming a{ color:red;}

@media screen and (max-width:768px) {
.shenming{padding:10px 10px;line-height:1.6;font-size:13px;margin:0 0 20px; }
}

/*相关阅读*/
.xg_tit {  margin-top:.5rem;}
.xg_tit h5{font-size:20px; margin:.3rem 0 .25rem 0; position:relative; padding-left:15px;}
.xg_tit h5:after {width:5px;height:18px; border-radius:5px;
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background:var(--main_color);
}

.xg_art{}
.xg_art li{position:relative; padding-left:15px; font-size:16px; width:48%; box-sizing:border-box; line-height:2.4;}
.xg_art li:before{ content: ""; display: block; width:7px; height:7px; border-radius:5px; border:solid 1px var(--main_color); position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.xg_art li span{float:right; margin-top:5px; color:#999;font-size:13px;}

@media screen and (max-width:768px) {
.xg_art li{ width:100%; line-height:2.2;}
.xg_tit { margin-top:25px;}
.xg_tit h5{font-size:20px; margin:25px 0 15px 0; position:relative; padding-left:12px;}
.xg_tit h5:after {width:5px; border-radius:5px;top: 0px;}

}


/*===================侧面新闻列表================*/
.side_news_list{ padding-bottom:20px;}
.side_news_list li{ margin-bottom:.25rem;}
.side_news_list .pic{ border-radius:10px; overflow:hidden;}
.side_news_list .pic img{ width:100%; display:block; transition:0.4s all;}
.side_news_list .type{ font-size:12px; color:#666; margin:20px 0 10px;}
.side_news_list .tit{ font-size:16px; line-height:1.6;  margin-top:.15rem;}
.side_news_list li:hover .pic img{ transform:scale(1.1);}


@media screen and (max-width:768px) {
.page_side_tit {font-size:20px;margin:10px 0 20px; text-align:center; font-weight:bold;}
.side_news_list li{ margin-bottom:15px;border-radius:4px;}
.side_news_list .type{margin:0 0 10px;}
.side_news_list .tit{ font-size:16px;}
}

/*===================侧面图片列表================*/
.side_pic_list {padding-top:.6rem; display: grid;gap:.25rem;grid-template-columns: repeat(1, 1fr);}
.side_pic_list li{position:relative;border-radius:10px; overflow:hidden;}
.side_pic_list .pic{ }
.side_pic_list .pic img{ width:100%; display:block; transition:0.4s all;}
.side_pic_list .type{ font-size:12px; color:#666; margin:20px 0 10px;}
.side_pic_list .tit{ font-size:16px; text-align:center; position:absolute; left:0; bottom:0; width:100%; padding:.15rem 0; background:rgba(0,0,0,0.3); color:#fff;}
.side_pic_list li:hover .pic img{ transform:scale(1.1);}
@media screen and (max-width:768px) {
.side_pic_list {padding-top:20px; display: grid;gap:15px;grid-template-columns: repeat(2, 1fr);}

}



/*上一篇下一篇*/
.ctrl{margin-top: 40px;}
.ctrl a{position: relative; height: 60px;width:33%; background-color: #e7e7e7; box-sizing: border-box;z-index: 99;transition: 0.3s;}
.ctrl a:before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background-color:var(--main_color);opacity: 0;transition: 0.3s;z-index: -1;}
a#back:after,a#prev:after,a#next:after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(../images/btn-back.png);background-repeat: no-repeat;background-position: center;transition: 0.3s;}
a#back:after{background-image: url(../images/btn-back.png);}
a#prev:after{background-image: url(../images/btn-prev.png);}
a#next:after{background-image: url(../images/btn-next.png);}

.ctrl a:hover:before{height: 100%;opacity: 1;}
a#back:hover:after{background-image: url(../images/btn-back2.png);}
a#prev:hover:after{background-image: url(../images/btn-prev2.png);}
a#next:hover:after{background-image: url(../images/btn-next2.png);}

.show_pre_next{ margin-top:.5rem; position:relative;}
.show_pre_next li{ width:100%;border-top: 1px solid #e8e8e8;padding:.3rem 0;}
.show_pre_next li:last-child{border-bottom: 1px solid #e8e8e8;}
.show_pre_next li h3{/*width:66px; */color:#000;font-weight:normal;font-size:16px;}
.show_pre_next li p{flex:1;margin-left:.1rem;}
.show_pre_next li p a{color:#000;font-size:16px; transition:all .5s;}
.show_pre_next li span{ color:#999;}
.show_pre_next li:hover a{color:var(--main_color);}

@media screen and (max-width:768px) {
.show_pre_next{ margin-top:20px;}
.show_pre_next li{padding:12px 0;}
.show_pre_next li h3{ line-height:1.4;}
.show_pre_next li p{width:90%;line-height:1.4;}
.show_pre_next li p a{ transition:all .5s;}
.show_pre_next li span{display:none;}
.show_pre_next li:hover a{color:var(--main_color);}
}

/*======================表单页面======================*/
.message {padding-top:.25rem;}
.message input::-webkit-input-placeholder,
.message li{ width: 48%;} 
.message input{border:1px solid #e8e8e8;background: none;outline: none;width: 100%; height:.5rem; font-size:16px; padding:0 10px; box-sizing:border-box; border-radius:3px;} 
.message textarea{clear: both;display: block;border:1px solid #e8e8e8;background: none; outline: none;width: 100%;padding: 14px 15px;box-sizing: border-box;min-height: 1.6rem;font-size:16px;font-family: "微软雅黑"; border-radius:3px;} 
.message .submit{ border:none;outline: none; font-size:16px; margin-top:15px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:3rem; line-height:52px;border-radius:3px;}

.message li select {width: 100%;height: 45px;background: #fff;border:1px solid #e8e8e8;font-size: 16px;color:#888;font-family: "微软雅黑";outline: none;padding:0 15px; border-radius:3px;}
.message p{font-size:.16rem;margin-bottom:10px;}
.message p span{color:rgba(255,0,0,1);}
@media screen and (max-width:768px) {
.message {padding-top:0;}
.message li{ width: 100%; margin-bottom:10px;} 
.message p{font-size:14px;margin-bottom:10px;}
.message input{ height:36px; font-size:14px;} 
.message li select { height: 36px;font-size:14px;color:#888;}
.message .submit{ width:100%; line-height:42px; }
}

/*======================返回按钮======================*/
.n_bottom{ text-align:center; margin-top:.5rem;}
.n_bottom li{display:inline-block;margin: 0 25px;cursor: pointer;}
.n_bottom li .img{display:inline-block;width:55px;height:55px; border: #ccc 1px solid; border-radius:50%;text-align:center;overflow: hidden; transition:0.6s; box-sizing:border-box;}
.n_bottom li .img h6{height:100%;transition:0.6s;overflow: hidden;}
.n_bottom li h5{ font-size:13px; color:#888; margin-top:6px; font-weight:normal;}
.n_bottom li a{ display:block;}
.n_bottom li a:hover .img h6{transform: translateY(-53px);}
.n_bottom li a:hover .img{ border:var(--main_color) 1px solid; background:var(--main_color);}



/*404*/
.page_msg {padding: 50px; background:#fff; margin:0 0;}
.page_msg h5 { line-height: 60px;border-bottom: 1px solid #ddd;margin-bottom: 10px; font-size:25px; text-align:center;}
.page_msg_con {color: #999; line-height:40px; text-align:center;padding: 25px 0;}
.page_msg_con i {font-size:100px;color: #ddd; margin-bottom:10px;}
@media screen and (max-width:768px) {
.page_msg {padding: 20px;}

}


/*内页分页*/
.search-pagination{text-align:center; padding-top:.6rem;}
.pagination li {display: inline-block;margin:0 3px;}
.pagination li a{display: inline-block;font-size: 15px;  border-radius:3px;min-width: 46px;height: 46px;line-height: 46px; box-sizing: border-box; padding:0 20px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;}
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:var(--main_color);border:solid 0px #004d98;}
@media screen and (max-width:768px) {
.page_msg {padding: 20px;}
.pagination li {margin:0 3px 6px;}
.pagination li a{min-width: 40px;height: 40px;line-height: 40px; padding:0 15px;}
}

@keyframes o-upfade-top {
    0% {opacity: 0;
        transform: translateY(50px);
    }
    100% {opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-scale {
    0%,85%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.06);
    }
}
@keyframes o-opacity {
    0%,30%,60%,100%{
        opacity: 0;
    }
    15%,45%{
        opacity: 1;
    }
}
@keyframes o-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
} 
@keyframes bg {
    from {
        transform: scale(1.3);
    }
    to {
        transform: none;
    }
}

@keyframes gd01_pic {
    0%{
        opacity: 0; transform: translateY(-100%);
    }
    100%{
        opacity: 1;  transform: translateY(0);
    }
}




/*搜索页面*/
.search_box{ background:#fff; /*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/padding: 60px 80px; box-sizing:border-box; margin:0 auto;}

.serch_n{position:relative;width:50%; margin:auto;}
.serch_n input{width:100%; padding:15px 15px; font-size:16px; outline:none; border-radius:5px; box-sizing:border-box; height:.6rem; line-height:.6rem; border:solid 1px #ddd;}
.serch_n .btn{ position:absolute; right:0; top:0px;}
.serch_n .btn i{font-style:normal;}
.serch_n .btn button{ width:1.25rem; height:.6rem; border:0; cursor:pointer; outline:none; padding-left:.4rem;border-radius:0 5px 5px 0; font-size:.18rem; color:#fff; background: url('../images/icon-hsrch.png') no-repeat 30px center var(--main_color);}

.serch_list{display: grid;grid-template-columns: repeat(2, 1fr);gap:.35rem; margin-top:50px;}
.serch_list li{border: 1px solid #e9e9e9;box-sizing: border-box;transition: all .3s ease;}
.serch_list li a{padding: 25px 40px 30px; display:block;}
.serch_list li h3{ font-size:16px; line-height:1.5; color: #666;}
.serch_list li .time{margin-top: 10px;font-size: 14px;font-family: "Arial";color: #999;}
.serch_list li .btn{margin-top: 20px; display:inline-block; padding:0 15px;background:var(--main_color);font-size: 14px;color: #fff;line-height:28px; border-radius:36px; text-align: center;transition: all .3s ease;}
.serch_list li:hover{background: #f1f1f1;}
@media screen and (max-width:768px) {
.serch_list{ grid-template-columns: repeat(1, 1fr);gap:15px; margin-top:30px;}
.serch_list li a{padding: 20px 15px 20px;}
}




/*表单*/
.form_box{width:330px; margin:auto;}
.form_box .con li,.form_box .con .form-actions{margin-top:15px; position:relative;}
.form_box .con li input{background: #fff; font-size:15px;border-radius: 4px;border: 1px solid #dcdfe6;box-sizing: border-box;color: #606266;height: 46px;line-height: 46px;outline: none;padding: 0 15px;transition: border-color .2s cubic-bezier(.645,.045,.355,1);width: 100%;}
.form_box .con li input:focus,.form_box .con li input:hover{border:solid 1px #FF2442;}
.form_box .con li .yzm{position:absolute; padding:0 10px; top:0px; right:0px; border-left:solid 1px #dcdfe6; transition:.2s all;}

.form_box .con button{ width:100%; height:50px; background:#FF2442; border:none; font-size:15px; color:#fff; cursor:pointer; outline:none; border-radius:3px;}
.form_box .con button:hover{ opacity:0.9;}

.form_box .con .sms_btn{ width:125px; line-height:46px; background:#333; font-size:14px; color:#fff; display:block; text-align:center; border-radius:3px; text-decoration:none;}

.btn_flash{overflow:hidden; position: relative;}
.btn_flash .anim { -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; }
.btn_flash .anim:before { position: relative; content: ''; display: block; margin-top: 100%; }
.btn_flash .anim:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.btn_flash:hover .anim { -moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s; }
.btn_flash:hover .anim:after { -moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s; }
@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
} 
@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

/*弹窗*/
.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc-bg {height: 100%;background: rgba(0,0,0,.6);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

/*留言弹窗*/
.buy_form{width:9rem; height:6rem; padding:.5rem .8rem; background:#fff; border-radius:10px; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.buy_form .close{position:absolute; top:40px; right:40px; cursor:pointer;}

.buy_form .tit{font-size:.36rem; color:#000; margin-bottom:.15rem}
.buy_form .info{ line-height:2em; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; height:.5rem; margin-bottom:.35rem;}

.buy_form ul{display:flex; justify-content:space-between; flex-wrap:wrap;}
.buy_form li{font-size:.15rem; margin-bottom:.15rem; width:49%;}

.buy_form input,.buy_form select{padding:.15rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:.16rem;
}
.buy_form textarea{padding:.2rem;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:1.25rem; border-radius: 2px; font-size:.16rem; font-family:"微软雅黑";}
.buy_form .form-group {width:100%;}
.buy_form .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}

.buy_form .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{}
@media screen and (max-width:768px) {
.buy_form{width:90%; height:auto; padding:25px 15px 25px; border-radius:5px; position:absolute; top:50%; transform:translateY(-40%); left:0; right:0; bottom:auto; z-index:2;box-sizing:border-box;}
.buy_form .close{ top:15px; right:15px; }
.buy_form .info{ line-height:1.8; font-size:12px; height:auto; margin-bottom:10px; border-bottom:0;}

.buy_form li{font-size:14px; margin-bottom:10px; width:100%;}
.buy_form input,.buy_form select{padding:12px 15px; border-radius: 3px; font-size:14px;}
.buy_form .submit{ border:none; font-size:16px; width:100%; height:50px; }
.buy_form textarea{padding:12px 15px;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:60px; border-radius: 3px; font-size:14px; font-family:"微软雅黑";}

}

/*右侧浮动*/
.online_q {position: fixed;right:10px;bottom:10%; z-index: 99;width: 50px;border-radius: 25px;background: #fff;box-shadow: 0px 0px 8px 0px rgba(181,181,181,0.5);}
.side-menu-itembox { position: relative}
.side-menu-itembox:not(:last-child) { margin-bottom:5px;}
.side-menu-itembox:hover .side-menu-screen {right: 50px;visibility: visible;opacity: 1}
.side-menu-itembox:hover .side-menu-btn {background: #E2EEFC;}
.side-menu-itembox:hover .side-menu-btn.mine:before {width: 22px;height: 22px; background: url("../images/float_ico.png") -49px -50px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.message:before { width: 22px;height: 23px;background: url("../images/float_ico.png") 0px 0px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.qrcode:before {width: 22px;height: 22px;background: url("../images/float_ico.png") 0px -50px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.yijian:before {width: 22px;height: 22px;background: url("../images/float_ico.png") -98px 0px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.totop:before {width: 22px; height: 22px;background: url("../images/float_ico.png") -24.5px -25.5px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.totop { cursor: pointer}

.side-menu-btn {display: block;width: 50px;height: 50px; box-sizing: border-box;border: 4px solid #fff; background: #fff; border-radius: 50%;position: relative}
.side-menu-btn:before { content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
.side-menu-btn.mine:before { width: 22px;height: 22px; background: url("../images/float_ico.png") -49px 0px/120px no-repeat}
.side-menu-btn.message:before {width: 22px;height: 23px;background: url("../images/float_ico.png") -24.5px 0px/120px no-repeat}
.side-menu-btn.qrcode:before {width: 22px;height: 22px;background: url("../images/float_ico.png") -73.5px 0px/120px no-repeat}
.side-menu-btn.yijian:before {width: 22px; height: 22px;background: url("../images/float_ico.png") -98px -24.5px/120px no-repeat}
.side-menu-btn.totop:before {width: 22px;height: 22px;background: url("../images/float_ico.png") 0px -25.5px/120px no-repeat}

.side-menu-screen {padding-top: 4px;position: absolute;padding-right: 11px; top: 0; right: 65px;transition: all .2s;visibility: hidden;opacity: 0}
.side-screen-box {position: relative; background: #fff;box-shadow: 0px 2px 7px -1px rgba(225,225,225,.5);border-radius: 6px;display: block}
.side-screen-box:before {content: '';position: absolute;top: 14px;right: -7px;border-left: 7px solid #fff; border-top: 7px solid rgba(0,0,0,0);border-bottom: 7px solid rgba(0,0,0,0)}
.side-screen-box.only-text {height: 42px;line-height: 42px;font-size: 15px;font-weight: 400;color: #111; white-space: nowrap; padding: 0 18px;}
.side-screen-box.qrcode {width: 136px;line-height: 20px;text-align: center;font-weight: 400;font-size: 12px;color: #333;padding: 5px 0 5px}
.side-screen-box.qrcode .gzh-qrcode {width: 125px;display: block;margin:auto}
@media screen and (max-width:768px) {
.online_q{ display:none;}	
}

@keyframes o-upfade-top {
    0% {opacity: 0;
        transform: translateY(50px);
    }
    100% {opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-scale {
    0%,85%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.06);
    }
}
@keyframes o-opacity {
    0%,30%,60%,100%{
        opacity: 0;
    }
    15%,45%{
        opacity: 1;
    }
}
@keyframes o-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
} 
@keyframes bg {
    from {
        transform: scale(1.3);
    }
    to {
        transform: none;
    }
}

@keyframes gd01_pic {
    0%{
        opacity: 0; transform: translateY(-100%);
    }
    100%{
        opacity: 1;  transform: translateY(0);
    }
}

.btn_flash{overflow:hidden; position: relative;}
.btn_flash .anim { -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; }
.btn_flash .anim:before { position: relative; content: ''; display: block; margin-top: 100%; }
.btn_flash .anim:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.btn_flash:hover .anim { -moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s; }
.btn_flash:hover .anim:after { -moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s; }
@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
} 
@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

/*更多*/
.lookmore{ text-align:center;}
.lookmore a{display:inline-block;border: #222 1px solid; font-size:15px; border-radius:22px; padding:12px 50px; color: #333; position:relative;overflow:hidden; transition:0.5s all;}
.lookmore a span{ position:relative; z-index:10}
.lookmore a:hover{color:#fff;border:var(--main_color) 1px solid;background: var(--main_color); transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
.btn-11 {
position: relative;
color: #9a7cba;
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: 20px;
height: 20px;
background: var(--main_color);
border-radius: 50%;
}
.btn-11:before {
left: -20px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/*     animation: criss-cross-left 0.8s reverse; */
}
.btn-11:after {
right: -20px;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
/*     animation: criss-cross-right 0.8s reverse; */
}
.btn-11:hover:before, .btn-11:hover:after {
/*       @include size($btn-width); */
}
.btn-11:hover:before {
-webkit-animation: criss-cross-left 0.8s both;
animation: criss-cross-left 0.8s both;
}
.btn-11:hover:after {
-webkit-animation: criss-cross-right 0.8s both;
animation: criss-cross-right 0.8s both;
}


/*向上*/
.cd-top {
  display: inline-block; z-index:9999;
  height: 46px;
  width: 46px;
  position: fixed;
  bottom: 60px;
  right: 5px;border-radius: 50%;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.15) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: var(--main_color);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 46px;
    width: 46px;
    right: 5px;
    bottom: 60px;
  }
}
.cd-top:hover{background-color:var(--main_color);transition: all 0.3s ease 0s;}
