@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#0095DA;        /*主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#F58221;      /* 副色 */ 
	--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; 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: 1460px;}

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


/*头部*/
.header{z-index:900;width: 100%;  box-sizing:border-box; position:fixed; background:#fff;/*background: url(../images/header_bg.png) repeat-x center bottom;*/transition:all .3s; box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
/*.header:before{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:rgba(255,255,255,0.1); transition:1s}
.header.on:before{ width:100%}*/
.header .logo {height:1rem; transition:0.5s all;}
.header .logo img{display:block; height:.5rem; /*filter: grayscale(100%) brightness(6000%); */}


/*下拉菜单*/
.navBox { box-sizing:border-box; position:relative; transition:0.5s all; margin-right:.5rem;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li { position: relative;}
.navBox .nav li>a {padding: 0 .22rem; position: relative; height:100%; display:flex; justify-content:center;align-items:center; }
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:.16rem;color:#333;transition:0.5s all;}
/*.navBox .nav li.active>a .txt{ color:#fff;}*/
.navBox .nav li>a:hover .txt{ color:var(--main_color);}
.navBox .nav>li>a .bg {background: var(--main_color);position: absolute;left:50%; transform:translateX(-50%); bottom:.22rem;width:0;display: block;height:.04rem;transition:1s cubic-bezier(0.175, 0.885, 0.32, 1.275); border-radius:.05rem;opacity:0;}
.navBox .nav>li.curr>a .bg,.navBox .nav>li:hover>a .bg {width:.22rem;opacity:1;}

.subNavbox{white-space: nowrap; min-width:125%; position:absolute; top:100%;left:50%;background:#fff; -webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,20px);transform:translate(-50%,20px); border-radius:10px;padding:.1rem 15px;opacity:0; pointer-events:none; transition:all .5s;box-shadow:0 1px 20px rgba(0,0,0,.15);}
.subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.subNavbox p:not(:last-of-type){border-bottom:1px solid #e8e8e8}
.subNavbox a{display:block;position:relative;font-size:15px;padding:.18rem 0; -webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);-ms-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1); text-align: center; }
.subNavbox a:before{content:"";position:absolute;left:50%;bottom:-1px; width:0; height:2px; background: var(--main_color); transition:0.5s all;}
.subNavbox a.active,.subNavbox a:hover{color:var(--main_color)}
.subNavbox a.active:before,.subNavbox a:hover:before{width:100%; left:0;}
.subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }


/*======================语言&电话======================*/
.header .lag{display:flex; justify-content:center; align-items:center; position:relative;}
.header .lag a{ color:#555;}
.header .lag svg{width:20px; height:20px; margin-right:8px; fill:#555;}
.header .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:1rem; transform:translate(-50%,20px); opacity:0;  pointer-events:none; transition:all .3s;}
.header .lag .box a{ display:block; font-size:15px; padding:.18rem 0; color:#666; text-align:center; font-weight:normal;position:relative;}
.header .lag .box a:before{content:"";position:absolute;left:50%;bottom:-1px; width:0; height:2px; background: var(--main_color); transition:0.5s all;}
.header .lag .box a:hover:before{width:100%; left:0;}
.header .lag .box a:hover{ color:var(--main_color); }
.header .lag .box p:not(:last-of-type){border-bottom:1px solid #ddd}
.header .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 .lag:hover .box{transform:translate(-50%,0); opacity:1; pointer-events: all;}


.header_right .line{ color:#ccc; margin:0 .1rem;}

.header_right .tel{ color:var(--second_color); font-size:.2rem; transition:0.5s all; font-family:'din';}
.header_right .tel svg{width:.22rem; fill:var(--second_color); margin-right:8px;  transition:0.5s all;}

.top_blank{height:1rem;}

@media screen and (max-width:768px) {
.header{ height:60px;}
.header .logo{height:60px;}
.header .logo img{ height:32px;}

.header_right,.navBox{display:none;}
.m_header_right{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.top_blank{height:60px;}
}


/*======================手机菜单按钮======================*/
.m_nav_btn{width: 30px;height: 30px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none; margin-top:30px; display:block;}
.m_nav_btn .line{position: relative;display: block;width: 25px;height: 3px;margin: 0px auto 0;background:#000;border-radius:3px;}
.m_nav_btn .line:before,.m_nav_btn .line:after{content: '';width: 100%;height: 3px;left: 0;position: absolute;background:#000;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;}
.mm-opened .m_nav_btn .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}
.mm-opened .m_nav_btn .line:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.mm-opened .m_nav_btn .line:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
#menu li{font-size:16px;}
#menu li i{display:none;}
/*.mm-menu.mm-theme-dark em.mm-counter{ display:none;}*/
.mm-listview{ line-height:28px!important;}

.m_header_right .lang{ margin-right:20px;}
.m_header_right .lang a{ color:#333; padding-top:3px;}
.m_header_right .lang svg{width:20px; height:20px; margin-right:5px; fill:#333;}



/*======================轮播图======================*/
#banner {width:100%;height:calc(100vh - 1rem); 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;}
#banner .txt h3{font-size:.56rem; color:#fff; margin-bottom:.4rem; transform:translateY(200px);opacity:0; transition:all 0.3s; }
#banner .txt p{font-size:.25rem; color:#fff; transform:translateY(200px);opacity:0; transition:all 0.6s; margin-bottom:.6rem;}

#banner .txt a{transform:translateY(200px);opacity:0; transition:all 0.7s;}

#banner .swiper-slide-active .txt h3,
#banner .swiper-slide-active .txt p,#banner .swiper-slide-active .txt a{transform:translateY(0px);opacity:1; transition-delay:1s;}


#banner .swiper-slide:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.05);background-image:-webkit-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,0) 20%);background-image:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,0) 20%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);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:.25rem;}
#banner .swiper-pagination-bullet {width: 40px;height: 5px;border-radius:5px;background: rgba(255, 255, 255, .8);opacity: 1;position: relative;margin: 0 5px !important;}
#banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background:var(--second_color);width: 0;height: 5px;z-index: 1;transition: 0s; border-radius:5px;}
#banner .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease; border-radius:3px;}

@media screen and (max-width:768px) {
#banner {height:240px; position:relative; }
#banner .swiper-slide{display: block;}
#banner .txt h3{ font-size:22px;margin-bottom:12px;}
#banner .txt p{font-size:16px; line-height:1.3; margin-bottom:15px;}
#banner .draw_h{display:none;}
#banner .swiper-pagination{bottom:12px;}
#banner .swiper-pagination-bullet {width:30px;}
}	


.my_btn_more a{ background:var(--main_color); width:1.6rem; height:.52rem; border-radius:6px; box-sizing:border-box; font-size:.16rem; color:#fff; position:relative; overflow:hidden;}
.my_btn_more a span{ margin-right:.15rem;}
.my_btn_more a span,.my_btn_more a svg{ position:relative; z-index:1;}
.my_btn_more a:before{content: "";width: 1.8rem;height: 1.8rem;border-radius: 50%;z-index: 0;opacity: 0;transform: translate3d(-50%, -50%, 0) scale(0);
    background:var(--second_color);position: absolute;top: 50%;left: 50%;transition: all 0.4s ease-out;}
.my_btn_more a:hover:before{transform: translate3d(-50%, -50%, 0) scale(1);opacity: 1;}
@media screen and (max-width:768px) {
.my_btn_more a{width:108px; height:36px; font-size:13px;}
.my_btn_more a span{ margin-right:10px;}
.my_btn_more a:before{content: "";width:125px;height:125px;}
}


/*==========页面标题=============*/
.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:.2rem auto 0;font-size:.16rem; color:#666;  line-height:1.8;}

@media screen and (max-width:768px) {
.main_tit{padding:35px 0 15px;}
.main_tit h2{ font-size:20px; font-weight:bold;}	
.main_tit .line{margin:10px auto; width:20px;}
.main_tit p{width:100%;font-size:14px; margin-top:5px; line-height:1.6;}
.main_tit p br{display:none;}
/*.main_tit .more{width:88px; line-height:32px;}
.main_tit .more a{font-size:14px;}*/
}

/*==========页面标题2=============*/
.main_tit1{padding:.75rem 0 .4rem;width:100%;}
.main_tit1 h2{ font-size:.52rem; color:#000; font-weight:normal; line-height:1.4;}
@media screen and (max-width:768px) {
.main_tit1{padding:30px 0 15px;}
.main_tit1 h2{ font-size:20px; font-weight:bold;}

}

/*标题通用2*/
.main_tit2{padding:.68rem 0 .5rem;}
.main_tit2 h2{font-size: .42rem;color: #000;line-height: 1.4;}

@media screen and (max-width:768px) {
.main_tit2{padding:30px 0 15px;}
.main_tit2 h2{font-size:20px;}
}


/*================更多链接=====================*/
.lean_more{display:flex;}
.lean_more a{padding:0 .3rem; height:.5rem; border-radius:5px; border:solid 2px #bfbfbf; box-sizing:border-box; transition:.3s all;}
.lean_more a span{ margin-right:12px;}
.lean_more a:hover{ border:solid 2px var(--main_color); background:var(--main_color); color:#fff;}

.lean_more a.is_color{border:solid 2px var(--main_color); background:var(--main_color); color:#fff;}
.lean_more a.is_color:hover{ opacity:0.68;}

.lean_more a.is_dark{border:solid 2px #fff; color:#fff;}
@media only screen and (max-width: 768px){
.lean_more a{padding:0 .3rem; height:42px;}
	
}



/*首页公司介绍*/
.about_bg{background: url(../images/map_bg1.png) no-repeat left .5rem top; padding:1rem 0 1rem;}
.index_about{}
.index_about .pic,.index_about .txt{width:47%;}
.index_about .pic{position:relative;overflow:hidden;border-radius:10px;}
.index_about .pic>img{transition:all .5s;}
.index_about .pic .ico{}
.index_about .pic .ico{position:absolute;top:50%;left:50%; transform:translate(-50%,-50%) scale(0.7);width: 100px; height:100px; cursor: pointer;background: #fff;border-radius: 50%; box-shadow: 0 0 rgba(255, 255, 255, 0.15), 0 0 0 15px rgba(255, 255, 255, 0.15), 0 0 0 30px rgba(255, 255, 255, 0.15);animation: ripple-wave1 1s linear infinite;animation-play-state: running;opacity: 1;visibility: visible;
-webkit-animation: ripple-wave1 1s linear infinite;}

@keyframes ripple-wave1{
to {
	box-shadow: 0 0 0 15px rgba(218, 37, 28, 0.1),0 0 0 30px rgba(218, 37, 28, 0.1),0 0 0 50px rgba(218, 37, 28, 0.02);
	}
}

.index_about .pic:hover{}
.index_about .txt h3{font-size:.4rem;color:#000; margin-bottom:.3rem;}
.index_about .txt h2{font-size:.25rem; margin-bottom:.25rem;}
.index_about .txt .desc{font-size:16px; line-height:2;margin:0 0 .5rem 0 ;text-align:justify; }

/*数字*/
.index_shuzi{ margin-top:.6rem; width:90%;}
.index_shuzi li{width:33.3%;  position:relative;  box-sizing:border-box; font-size:.16rem; color:var(--main_color);}
/*.index_shuzi li:nth-child(1){width:25%;}
.index_shuzi li:nth-child(2){width:25%;}*/
.index_shuzi li i{font-size: .42rem; font-style:normal; margin-right:2px; font-family:'din';}
.index_shuzi li span{ }
.index_shuzi li p{ font-size:14px; margin-top:.1rem; color:#555;}


@media only screen and (max-width: 1440px){
.index_about .txt .desc{font-size:14px;}
}


@media only screen and (max-width: 768px){
.about_bg{background:none;  padding:35px 0 40px;}
.index_shuzi{width:100%;}
.index_shuzi li{ font-size:13px; text-align:center;}
.index_shuzi li i{font-size:28px;}
.index_shuzi li p{ font-size:14px; margin-top:6px;}

.index_about .pic,.index_about .txt{width:100%;}
.index_about .pic{order:2;border-radius:5px;}

.index_about .pic .ico{transform:translate(-50%,-50%) scale(0.5);}

.index_about .txt{order:1;margin-bottom:30px;}
.index_about .txt h3{font-size:20px; text-align:center;}
.index_about .txt h3:after{ content:''; display:block; width:20px; height:4px; border-radius:5px; background:var(--main_color); margin:10px auto 0px;}
.index_about .txt h2{ text-align:center; margin-bottom:0; font-size:16px;}
.index_about .txt .desc{line-height:1.8;margin:0 0 25px;}
}



/*==========首页-主营业务=============*/
.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; text-align:justify;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;}
}

/*=============首页-应用领域================*/
.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;}

}


/*============首页--核心技术============*/
.index_hxjs{background:url(../images/index_hxjs.jpg) no-repeat center;padding:.8rem 0;margin-top:.8rem;background-size:cover;}
.index_hxjs .main_tit{padding-top:0;padding-bottom:.4rem;}
.index_hxjs .main_tit .line:before{background:#fff;}

@media screen and (max-width:768px) {
.index_hxjs{padding:40px 0;margin-top:20px;background:url(../images/index_hxjs_sj.jpg) no-repeat center;}
.index_hxjs .main_tit{padding-top:0;padding-bottom:20px;}	
}


/*=============首页服务支持==================*/
.fwzc_box{display: grid;gap: 0.5rem;grid-template-columns: repeat(3, 1fr);}
.fwzc_box li{ overflow:hidden;box-shadow: 2px 2px 13px 3px rgb(0 0 0 / 0%);border: 1px solid #e8e8e8;padding:.4rem .4rem;box-sizing:border-box; transition: all .5s; position:relative; border-radius:6px;}
.fwzc_box li:after{ content:''; position:absolute; left:0; bottom:0; width:0; height:5px; transition:0.5s all; background:var(--main_color);}
.fwzc_box li .ico img{ display:block;}
.fwzc_box li .txt{margin:.2rem 0 .25rem 0;}
.fwzc_box li .txt h3{font-weight:normal;font-size:.25rem; color:#222; }
.fwzc_box li .txt span{display:block;width:.4rem;height:.4rem;border:1px solid rgba(225, 225, 225, 1);border-radius:50%;line-height:.4rem;text-align:center;transition: all .5s;}
.fwzc_box li .txt span i{color:#666;transition: all .5s;}
.fwzc_box li p{color:#888;line-height:1.8;text-align:justify; font-size:.16rem;}

.fwzc_box li:hover{box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 10%); transform:translateY(-10px);}
.fwzc_box li:hover:after{width:100%;}



@media only screen and (max-width: 768px){
.fwzc_box{display: grid;gap:15px;grid-template-columns: repeat(1, 1fr);}
.fwzc_box li{width:100%; padding:15px 25px;}
.fwzc_box li .ico img{height:50px;display:block;}
.fwzc_box li .txt{margin:10px 0;}
.fwzc_box li .txt h3{font-size:18px;}
.fwzc_box li .txt span{width:35px;height:35px;line-height:35px;}
.fwzc_box li .txt span i{color:#666;transition: all .5s;}
.fwzc_box li p{color:#888;line-height:1.8;text-align:justify; font-size:13px;}
.fwzc_box li .txt img{ height:40px;}

}



/*=============首页-新闻资讯================*/
.in_news{display: grid;gap: 0.3rem;grid-template-columns: repeat(3, 1fr);}
.in_news .list {}
.in_news .list .pic{ overflow:hidden;}
.in_news .list .pic img{transition:.4s;}
.in_news .list a:hover .pic img{ transform:scale(1.1);}
.in_news .list .txt{ padding:.35rem .4rem 0.4rem;}
.in_news .list .txt .con1{ font-size:.16rem; color:#888;}
.in_news .list .txt .con2{ font-size:.2rem; color:#000; line-height: 1.5; height: 3em; margin:.15rem 0 .4rem;}
.in_news .list .txt .con3 i{ margin-left:5px; transition:.4s; display: inline-block;}
.in_news .list a:hover .txt .con3 i{transform: translateX(0.1rem);}
.in_news .list a{position: relative; background: #f5f5f5; display:block; height:100%;}
.in_news .list a::after {content: "";position: absolute;bottom: 0;left: 0;height: 3px;background:var(--main_color);width: 0%;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}	
.in_news .list a:hover::after {width: 100%;}

.in_news .list1{display: grid;grid-template-rows: repeat(2, 1fr);gap: 0.2rem;}
.in_news .list1 .item a {position: relative;background: #f5f5f5;padding: 0.4rem .4rem .3rem; display:block;}
.in_news .list1 .item a::after {content: "";position: absolute;bottom: 0;left: 0;height: 3px;background:var(--main_color);width: 0%;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}	
.in_news .list1 .item a:hover::after {width: 100%;}

.in_news .list1 .item .con1{ font-size:.16rem; color:#888;}
.in_news .list1 .item .con2{ font-size:.2rem; color:#000; line-height: 1.5; height: 3em; margin:.15rem 0 .35rem;}
.in_news .list1 .item .con3{color:#666; line-height: 1.8; height: 3.6em; }
@media only screen and (max-width: 768px){
.in_news{display:block;}
.in_news .list a{background: #fff;}
.in_news .list a::after{ display:none;}
.in_news .list .pic{ max-height:200px;}
.in_news .list .txt{ padding:20px 0;}
.in_news .list .txt .con1{ font-size:14px;}
.in_news .list .txt .con2{ font-size:17px;margin:10px 0 0; height:auto;}
.in_news .list .txt .con3 { display:none;}

.in_news .list1{display:block; border-top:solid 1px #ddd;}
.in_news .list1 .item {border-bottom:solid 1px #ddd;}
.in_news .list1 .item a {padding:25px 0 0; background:#fff;}
.in_news .list1 .item a::after{ display:none;}
.in_news .list1 .item .con1{ font-size:14px;}
.in_news .list1 .item .con2{ font-size:17px;margin:10px 0 15px; height:auto;}
}

/*底部图片放大*/
.foot_img {position: relative; margin-top:.6rem;}
.foot_img::after {content: "";position: absolute;left: 0;bottom: 0;height: 50%;background: #003366;width: 100%;z-index: -1; border-top: solid 4px var(--second_color);}
.foot_img::before {content: "";position: absolute;left: 0;top: 0;height: 50%;background:none;width: 100%;z-index: -1;}
.foot_img .pic img {width: 100%;}
.foot_img .txt {position: absolute;left: 50%;top: 50%;width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.foot_img .txt .box .left {color: #fff;}
.foot_img .txt .box .left .con1 {font-size:.36rem;}
.foot_img .txt .box .left .con2 {margin-top: 0.25rem; font-size:.18rem;}
.foot_img .txt .box .right a{ font-size:.16rem; line-height:.5rem; padding:0 .3rem; box-sizing:border-box; background:#fff; border-radius:5px; color:var(--main_color);}
.foot_img .txt .box .right a i{ margin-left:.1rem; }
@media only screen and (max-width: 768px){
.foot_img .pic img {min-height:125px; object-fit:cover;}
.foot_img .txt .box .left {width:100%;}
.foot_img .txt .box .left .con1 {font-size:16px; text-align:center; line-height:1.5;}
.foot_img .txt .box .left .con2 {margin-top:12px; font-size:14px; line-height:1.5; text-align:center; display:none;}
.foot_img .txt .box .right {text-align:center; width:100%; margin-top:15px;}
.foot_img .txt .box .right a{ font-size:15px; line-height:36px;}
.foot_img .txt .box .right a i{ margin-left:5px; }

}


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

/*底部导航*/
.footer_nav{width:50%; max-width:calc(100% - 232px - 4.5rem); margin-bottom:.25rem; padding-right:.5rem; box-sizing:border-box;}
.footer_nav dt {position:relative; /*border-bottom:solid 1px rgba(255,255,255,0.1);*/ height:.4rem; margin-bottom:0;}
/*.footer_nav dt:before{ content:''; width:16px; height:2px; background:var(--main_color); display:block; position:absolute; left:0; bottom:-1px; transition:0.5s all;}*/
.footer_nav dl:hover dt:before{width:100%;}
.footer_nav dt a{font-size:max(.18rem, 16px); color:#fff;margin-bottom:.1rem; }
.footer_nav dd{line-height:2.5;}
.footer_nav dd a{display:block;color:rgba(255,255,255,0.6); font-size:max(.16rem, 14px); transition:0.3s all;}
.footer_nav a:hover{ text-decoration:underline; color:var(--second_color);}

/*底部二维码*/
.foot_bg .tit{ color:#fff; font-size:max(.18rem, 16px); padding-left:30px; }
.foot_wem{width:112px; padding:0 60px; border-right: rgba(255, 255, 255, 0.05) 0px solid;border-left: rgba(255, 255, 255, 0.05) 0px solid;}
.foot_wem .tit{background: url(../images/icon_ewm.png) left center no-repeat; margin-bottom:.35rem;}
.foot_wem img{width:100%; margin-bottom:10px;}
.foot_wem p{color:rgba(255,255,255,.46); line-height:1.6; text-align:center;}

/*底部联系方式*/
.foot_cotact{max-width:4.2rem;  box-sizing:border-box;}
.foot_cotact .tit{ margin-bottom:.25rem; background: url(../images/icon_ren.png) left center no-repeat;}
.foot_cotact li{line-height:1.8; color:rgba(255,255,255,.6); margin-bottom:.15rem; font-size:max(.16rem, 14px);}
.foot_cotact li a{ color:rgba(255,255,255,.6); }
@media only screen and (max-width: 768px){
.foot_cotact{ max-width:none; width:100%; text-align:center;}
.foot_cotact .tit{ background:none; padding-left:0; display:none;}
.m_logo{ text-align:center; margin-bottom:20px;}
.m_logo img{ height:40px;}
.foot_cotact li{ font-size:14px; margin-bottom:5px;}
}

/*底部版权*/
.copyright{padding:.25rem 0;  margin-top:.4rem; color:rgba(255,255,255,.36); font-size:13px; border-top: 1px rgba(255, 255, 255, 0.1) solid;}
.copyright a{color:rgba(255,255,255,.36); transition:all .5s;}
.copyright a:hover { text-decoration:underline;}
.copyright br,.copyright span{display:none;}

.foot_ico { display:none;}
@media only screen and (max-width: 768px){
.foot_bg{padding:.68rem 0 0 0;}
.footer_nav{display:none;}
.copyright{padding:12px 0 60px;  margin-top:15px; text-align:center;}
.copyright .left{width:100%; line-height:1.6; font-size:13px; text-align:center;}
.copyright br{display:block;}
.copyright span{display:inline-block; margin-left:6px;}

/*电话图标*/
.foot_ico { display:flex; position: fixed;width: 100%;left: 0;bottom: 0;z-index: 9; padding: 0 10px 10px; overflow:hidden; overflow: hidden; box-sizing:border-box;}
.foot_ico li {width: 50%;text-align: center;background:var(--main_color); padding:10px 0;}
.foot_ico li:last-child{ background:var(--second_color);border-radius:0 30px 30px 0; }
.foot_ico li:first-child{border-radius:30px 0 0 30px; }
.foot_ico li img{width: 20px; margin-right: 10px; vertical-align: middle;}
.foot_ico li a{color: #fff;}
}
/*--------------------*/



/*二级页面 banner*/
.page_ban{ width:100%; position:relative;}
.page_ban .pic {width:100%;  height: 52vh;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;  overflow:hidden;/*background:rgba(0,0,0,.1);*/}
.page_ban_active h4{ font-size:.32rem; color:#fff; font-weight:normal; margin-bottom:.25rem;}
.page_ban_active h2{ font-size:.46rem; color:#fff; font-weight:normal;}


.page_ban .letter span{display: inline-block;opacity: 0;filter: blur(10px);-webkit-filter: blur(10px);transform: translateY(-16px);}
.page_active .letter span{ opacity: 1; filter: blur(0px); -webkit-filter: blur(0px); transform: translateY(0px);}



@media screen and (max-width:768px) {
.page_ban .txt{}
.page_ban .pic{height:160px;}
.page_ban_active h4{ font-size:15px;margin-bottom:10px; }
.page_ban_active h2{ font-size:18px; }
}

/*===============内页-位置导航通用========================*/
.sub_weizhi{height:.68rem; line-height:.68rem;border-bottom:solid 1px #e5e5e5;}
.sub_weizhi .weizhi{ color:#333; position: relative;  display:flex; align-items:center;}
.sub_weizhi .weizhi a{color:#999;font-size:.15rem;}
.sub_weizhi .weizhi a:last-child{}
.sub_weizhi .weizhi i.ico {position: relative;top: 4px; margin-right:10px;}
.sub_weizhi .weizhi i.ico svg {height: 20px;width: 20px; fill:#999;}
.sub_weizhi .weizhi span{margin:0 5px;color:#999;}
.page_weizhi{line-height:.66rem; font-size:.16rem; border-bottom:solid 1px rgba(0,0,0,0.1); margin-bottom:.5rem;}


/*内页-子栏目导航*/
.sub_nav a{position: relative;margin-right:.7rem;font-size:.16rem; text-align: center;position:relative;transition: all 0.3s ease;}
.sub_nav a:after {content: '';display: block;width:0;height:2px;background:var(--main_color);position: absolute;left: 50%;bottom: -1px; transform:translateX(-50%);transition: all 0.3s ease;}
.sub_nav a.on,.sub_nav a:hover{color:var(--main_color);}
.sub_nav a.on:after,.sub_nav a:hover:after{width:100%;}

@media screen and (max-width:768px) {
.sub_weizhi{height:42px;line-height:43px;}
.sub_weizhi .weizhi{display:none;}	

.sub_nav{width:100%;overflow-x: auto; flex-wrap:nowrap;}
.sub_nav a{margin-right:25px;font-size:14px; white-space: nowrap;}
.sub_nav a:after {bottom: 0; }
}


/*===========内容页位置导航===============*/
.show_weizhi_bg{background:#f1f1f1;line-height:.6rem;margin-bottom:.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) {
.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:1.15rem;background: #fff url(../images/page_about_bg.png) no-repeat center bottom; background-size: 100%;}

.page_about{padding:.8rem 0 0 0;}
.page_about .tit{width:25%;}
.page_about .tit h2{ font-size:.42rem; color:#000; line-height:1.4; position:relative;}
/*.page_about .tit h2:nth-child(2):after{content: ""; display:block;background:var(--second_color);width: .6rem;height: 4px; margin-top:20px;}*/
.page_about .right{width:66%;}
.page_about .con{text-align:justify; font-size:.16rem; line-height:2;}
.page_about .con p{ margin-bottom:25px;}
.page_about .right .title{font-size:.25rem; font-weight:bold; margin:.5rem 0 .3rem;}
.page_about .right .list{display: grid;grid-template-columns: repeat(3, 1fr);gap:.2rem;}
.page_about .right .list li{position:relative; }
.page_about .right .list li:after{ content:''; position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.5);}
.page_about .right .list li .pic{overflow:hidden;}
.page_about .right .list li .pic img{width:100%; display:block; transition:all .5s;}
.page_about .right .list li .txt{position:absolute; left:0; top:0; right:0; bottom:0; color:#fff; z-index:2;}
.page_about .right .list .ico img{height:.55rem;margin-bottom:.2rem;}
.page_about .right .list li h3{ font-size:.18rem; font-weight:normal; opacity:1; transition:0.5s all;}
.page_about .right .list li:hover .pic img{ transform:scale(1.1,1.1);}



@media screen and (max-width:768px) {
.page_about{padding:25px 15px 0;}
.page_about .tit{width:100%;}
.page_about .tit h2{ font-size:22px;}
.page_about .tit h2:nth-child(2):after{ width: .6rem;height: 4px; margin-top:8px;}
.page_about .right{width:100%; margin-top:25px;}
.page_about .con{ font-size:14px; line-height:1.68;}
.page_about .con p{ margin-bottom:15px;}
.page_about .right .title{font-size:20px; text-align:center;}
.page_about .right .list{display: grid;grid-template-columns: repeat(2, 1fr);gap:10px;}
.page_about .right .list li{ overflow:hidden; border-radius:5px;}
.page_about .right .list .ico img{}
.page_about .right .list li h3{ font-size:16px; text-align:center; line-height:1.3;  padding:0 20px;}
}

/* 数字变换css */
.page-number-info { margin-top:.5rem; overflow:hidden;}
.page-number-info ul {}
.page-number-info li { padding:.3rem 0; box-sizing:border-box; border-bottom:solid 1px #ddd; position:relative; margin-bottom:.2rem;}
.page-number-info li:after {content: '';width: 25px;height: 1px;background-color:var(--second_color);position: absolute;left: -25px;bottom: -1px;z-index: 2;animation: moveline 4s linear infinite;}
.page-number-info li b {display: inline-block;position: relative; font-weight:normal;  color:var(--second_color);}
.page-number-info li p {font-size:.18rem; color:#888;}
.page-number-info li b i { font-style:normal; font-size:.42rem; }
.page-number-info li b sup { font-size: .16rem; }
.page-number-info li b span { font-weight:normal; font-size: .2rem;}

.page-number-info li:nth-child(2):after{animation-delay: 1s;}
.page-number-info li:nth-child(3):after{animation-delay: 2s;}
.page-number-info li:nth-child(4):after{animation-delay: 3s;}
@keyframes moveline {
  0% {
    left: -25px;
  }
  100% {
    left: 100%;
  }
}

@media screen and (max-width:768px) {
.page-number-info {border-top:0; margin-top:15px;}
.page-number-info li{padding:18px 0; }
.page-number-info li b{ }
.page-number-info li b i {font-size:28px;}
.page-number-info li b sup {font-size:12px; }
.page-number-info li b span {font-size: 14px;}
.page-number-info li p {font-size:16px;}

}







/*关于我们视频*/
.about_vedio { background: url(../images/ve.jpg) center no-repeat fixed; padding:.25rem 0 1.25rem; background-size:cover; text-align:center; position:relative;}
.about_vedio:after{ content:''; display:block;background:rgba(0,0,0,0.5); position:absolute; top:0; left:0; width:100%; height:100%; z-index:1;}
.about_vedio .table{position:relative; z-index:2; max-width:12rem; margin:auto;}
.about_vedio h3 {font-size: .33rem;color: #fff; font-weight:normal; line-height:1.6;}
.about_vedio h5 {font-size:.25rem;color: rgba(255,255,255,0.8);  font-weight:normal; text-transform: uppercase;margin: .25rem 0 .4rem;}
.about_vedio h2 img { transition: 1s;}
.about_vedio h2 img:hover {transform: rotate(360deg);}
@media screen and (max-width:768px) {
.about_vedio { background-attachment:scroll; }
.about_vedio .table{width:90%;}
.about_vedio h3 {font-size:18px; font-weight:normal;}
.about_vedio h5 {display:none;font-size:15px; margin: .25rem 0 .4rem;}
.about_vedio h2 img { width:45px;}
}



/*======================参观公司======================*/

.cggs_list{ box-sizing:border-box;}
.cggs_list li { overflow:hidden; border-radius:10px; position:relative;}
.cggs_list li .pic img{width:100%;height:100%; object-fit:cover; display:block; transition:.4s all;}
.cggs_list li .txt{background:rgba(0,0,0,0.4); position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; transition: 0.4s all;}
.cggs_list li .txt i {display: block;width: 60px;height: 60px;background:var(--second_color);border-radius: 100%; opacity:0; transition: 0.6s all;}
.cggs_list li .txt i::after {content: '';width: 20px;height: 2px;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.cggs_list li .txt i::before {content: '';width: 2px;height: 20px;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.cggs_list li:hover .txt,.cggs_list li:hover .txt i{ opacity:1;}
	
/*按钮切换*/
#cggs_btn{position:relative;}	
#cggs_btn .swiper-button-prev { left:0px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
#cggs_btn .swiper-button-next {right:0px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
#cggs_btn .swiper-button-prev,#cggs_btn .swiper-button-next { width:.68rem;height:.68rem; outline:none;  opacity:1; transition:0.3s all;}


/*分页器*/
#cggs_btn .swiper-pagination-bullet{width: 12px;height: 12px; display: inline-block; border-radius: 50%; background:#ddd; transition: all .5s ease;opacity: 1.0;}
#cggs_btn .swiper-pagination-bullet-active{background:#FF5F2A; opacity: 1.0;}
#cggs_btn .swiper-pagination{ text-align:center; width:100%; bottom:-40px;}
#cggs_btn .swiper-pagination span{margin:0 3px;}
@media screen and (max-width:768px) {
.cggs_list{ margin:0;}
.cggs_list li { border-radius:5px; }
.cggs_list li .txt i {width: 35px;height: 35px;}
.cggs_list li .txt i::after {content: '';width: 15px;height: 2px;}
.cggs_list li .txt i::before {content: '';width: 2px;height: 15px;}
}


/*======================应用领域======================*/
.page_yyly_bg{}
.yyly_list{display: grid;grid-template-columns: repeat(4, 1fr);gap:.35rem;}
.yyly_list .pic{overflow:hidden;}
.yyly_list .pic img{transition:.4s;}
.yyly_list li{ border-radius:10px; overflow:hidden;}
.yyly_list li a:hover .pic img{ transform:scale(1.1);}
.yyly_list .txt{padding:.3rem .25rem 0.3rem;}
.yyly_list .txt h2{font-size:.2rem; color:#000; }
.yyly_list .txt p{ margin:.15rem 0 .3rem; line-height: 1.5; color:#666;}
.yyly_list .txt .more i{ margin-left:5px; transition:.4s; display: inline-block;}
.yyly_list li a:hover .txt .more i{transform: translateX(0.1rem);}
.yyly_list li a{position: relative; background: #f8f8f8; display:block; height:100%;}
.yyly_list li a::after {content: "";position: absolute;bottom: 0;left: 0;height: 3px;background:var(--main_color);width: 0%;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}	
.yyly_list li a:hover::after {width: 100%;}

@media only screen and (max-width: 768px){
.yyly_list{ grid-template-columns: repeat(1, 1fr);gap:15px;}
.yyly_list li a{}
.yyly_list li a::after{ display:none;}
.yyly_list li .pic{ max-height:200px;}
.yyly_list li .txt{ padding:25px 20px 20px;}
.yyly_list li .txt h2{ font-size:17px;margin-bottom:15px;}

}




/*======================服务支持======================*/
.fwzc{position:relative;  overflow:hidden; }
.fwzc li{text-align: center; background: #f5f6f7;border-radius: 10px; overflow: hidden;position: relative; padding:.35rem .3rem .2rem;  transition:0.3s all;}
.fwzc li .pic img{ transition:0.3s all;}
.fwzc li .txt h3{ font-size:.18rem; margin-top:15px;}
.fwzc li .txt h3:after {content: '';display: block;width: 25px;height: 2px;background:var(--main_color);margin:.15rem auto; transition:0.3s all;}
.fwzc li .txt p{ line-height:1.6; height:100px; color:#666;transition:0.3s all;}
.fwzc li .num{ font-size:.25rem; color:#ccc; }
.fwzc li:hover{ background:var(--main_color); color:#fff;}
.fwzc li:hover .pic img{filter: grayscale(100%) brightness(1000%);}
.fwzc li:hover .txt p{color:rgba(255,255,255,0.8);}
.fwzc li:hover .num{color:#fff; }
.fwzc li:hover .txt h3:after { background:#fff;}

/*分页器*/
#fwzc_btn .swiper-pagination-bullet{width: 8px;height: 8px; display: inline-block; border-radius: 50%; background:#fff; border:solid 2px #999; transition: all .5s ease;opacity:1;}
#fwzc_btn .swiper-pagination-bullet-active{background:var(--main_color); border:solid 2px var(--main_color); }
#fwzc_btn .swiper-pagination{ text-align:center; width:100%; bottom:0px; overflow:hidden;  display:none;}
#fwzc_btn .swiper-pagination span{margin:0 3px;}

@media screen and (max-width:768px) {
.fwzc li .txt h3{ font-size:15px; margin-top:10px;}
.fwzc li .txt h3:after { width: 20px;height: 2px; margin:15px auto; }
.fwzc li .pic img{ height:36px;}
.fwzc li .txt p{ line-height:1.6; font-size:13px; height:80px;}
.fwzc li .num{ font-size:20px; }

#fwzc_btn .swiper-pagination{ display:block; }

}

.into-city {width: 100%;height: 209px;left: 0;bottom: 0;background: url(../images/intojt1img.png) repeat center center/auto 100%;animation: citymove 60s linear infinite;}
@keyframes citymove{0%{background-position:0px 0px;}100%{background-position:1920px 0;}}
@media screen and (max-width:768px) {
.into-city { height:125px;}
}

/*===================企业文化================*/
.qywh_bg{}
.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;}

}




/*================企业文化=====================*/
.qywh{padding-bottom:.5rem;}
.qywh li{margin-bottom:.6rem;}
.qywh li .txt{width:30%;}
.qywh li:nth-child(2n) .txt{order:2;}
.qywh li:nth-child(2n) .pic{order:1;}
.qywh li .txt h3 {font-size: .36rem;color: #000000;font-weight:normal;}
.qywh li .txt i {display: block;width: 30px;height: 3px;background: var(--main_color);margin: .3rem 0;}
.qywh li .txt span {font-size: .42rem; text-transform: uppercase;color: #b7b7b7;display: block;margin-bottom: .4rem;font-weight:bold;line-height:1.1; transition:all .6s;}
.qywh li .txt p {font-size: .16rem;color: #404044;line-height: 1.8;}
.qywh li:hover .txt span{color:var(--main_color);}
.qywh li .pic{width:65%; height:4.5rem;position: relative;}
.qywh li .pic img{width: 123%; height:100%; max-width: inherit;position: absolute;left: 0;top: 0;}
.qywh li:nth-child(even) .pic img {left: auto;right: 0;}
.qywh li .pic:before {content: "";display: block;width: 23%;height: 100%;position: absolute;z-index: 2;background: #fff;left: 100%; transition: .9s;}
.qywh li:nth-child(odd).aos-animate .pic:before {left: 123%;}
.qywh li:nth-child(even).aos-animate .pic:before {right: 123%;}
.qywh li:nth-child(even) .pic:before {left: auto;right: 100%;}

@media only screen and (max-width: 768px){
.qywh li:nth-child(odd) .txt{order:2;}
.qywh li:nth-child(odd) .pic{order:1;}

.qywh li .txt{width:100%; }
.qywh li .txt h3 {font-size:18px;}
.qywh li .txt i {width: 20px;margin: 10px 0;}
.qywh li .txt span {display:none;}
.qywh li .txt p {font-size: 13px;line-height: 1.6;}
.qywh li .pic{height:auto;width:100%; margin-bottom:15px; overflow:hidden;}
.qywh li .pic img{width:100%; height:100%; object-fit:cover; position:static;}

}

/*======================常见问题======================*/
.faq_bg .main{background:url('../images/faq-bg.png') no-repeat left bottom; min-height:6rem; background-size:5.6rem auto;}
.faq_bg .left{ }
.faq_bg .left .main_tit h2{text-align:left; line-height:1.3;}
.faq_bg .right{ width:60%; padding-top:.8rem;}
.wenda_list{}
.wenda_list li{border-bottom: 1px solid #EBECF0;padding:5px .35rem; transition: 0.3s; line-height:28px;}
.wenda_list li.active{box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08); border-radius: 0 0 20px 20px;}
.wenda_list li .tit{ padding:.2rem 0 .15rem 0; font-size:16px; cursor:pointer;}
.wenda_list li .tit strong{ flex:1;}
.wenda_list li .tit span{width: 26px;height: 26px;border: 1px solid #C0C2C8;border-radius: 50%;transition: 0.3s; position:relative; display:block;}
.wenda_list li .tit span:before {position: absolute;content: "";width: 2px;height: 12px;left: 50%;top: 50%;transform: translate(-50%, -50%);background: #525258;border-radius: 2px;transition: 0.4s;}
.wenda_list li.active .tit span:before {transform: translate(-50%, -50%) rotate(90deg);}
.wenda_list li .tit span:after {position: absolute;content: "";width: 12px;height: 2px;left: 50%;top: 50%;transform: translate(-50%, -50%);background: #525258;border-radius: 2px;}
.wenda_list li .con{ display:none; font-size:15px; line-height:1.8; color:#666; padding-bottom:.25rem; text-align:justify;}
.wenda_list li:first-child .con{ display:block;}
@media screen and (max-width:768px) {
.faq_bg .main{background:none;}
.faq_bg .left{width:100%}
.faq_bg .left .main_tit h2{text-align:center; line-height:1.5;}
.faq_bg .right{ width:100%; padding-top:0;}
.wenda_list li{ padding: 6px 20px 6px 3px;}
.wenda_list li.active{box-shadow: 0px 5px 20px rgba(3, 4, 28, 0.08); padding-left:20px;}
.wenda_list li .con{ font-size:14px;}

}


/*======================发展历程======================*/
.fzlc_bg{ background:url(../images/fzlc_bg1.jpg) center; min-height:620px; background-size:cover; padding-bottom:.5rem; box-sizing:border-box;}

.thumbs, .gallery{width: 100%;position: relative;padding: 0 80px;user-select: none; box-sizing:border-box;overflow:hidden;}
.thumbs::after{content: "";position: absolute;width: calc(100% - 160px);height: 2px;background:#ddd;bottom: 17px;left: 0;right: 0;margin: 0 auto; z-index:0;}
.thumbs-year{width: 100%;position: relative;display: flex;transition: all .4s ease;line-height: 1;align-items: flex-end;justify-content: center;height:70px;padding-bottom:50px;font-size: 20px;color: #666; }
.thumbs-year::before, .thumbs-year::after{content: "";position: absolute;right: 0;left: 0;margin: 0 auto;border-radius: 50%;}
.thumbs-year::before{width: 30px;height: 30px;background: #ddd;opacity:1; bottom:4px;transition: all .4s ease;}
.thumbs-year::after{width:10px;height:10px;background: #ccc;bottom: 14px;transition: all .4s ease;}
.thumbs-year:hover{color:var(--main_color);}
.thumbs-year.active{color:var(--main_color);font-size:.3rem;}
.thumbs-year.active::before{background:var(--main_color); transform: scale(1.1); }
.thumbs-year.active::after{background:#fff;transform: scale(1.2);}

.gallery{margin-top: 50px;}
.gallery li .num{width:4rem;font-size:.8rem;color:var(--main_color); }
.gallery li .num, .gallery li .cont .pic{ height:1rem; overflow:hidden;}
.gallery li .txt{width:calc(100% - 4rem); font-size:16px; line-height:2; }
.gallery li .txt img{width: 100%;object-fit: cover;}
.gallery li .txt p{ margin-bottom:.1rem; position:relative; padding-left:18px;}
.gallery li .txt p:before{content: '';width: 5px;height:5px; border:solid 2px var(--main_color);border-radius: 50%; position: absolute;left: 0;top: 13px;}
.thumbs-prev, .thumbs-next{position: absolute;width: 35px;height: 35px;bottom: 1px;background: url('../images/mtarr.png') no-repeat center;transition: all .4s ease;cursor: pointer; outline:none;}
.thumbs-prev{left:25px;}
.thumbs-next{right: 25px;transform: rotate(180deg);}
.thumbs-prev:hover, .thumbs-next:hover{background-image: url('../images/mtarrh.png');}

.gallery .swiper-pagination{ display:none;}

@media screen and (max-width:768px) {
.fzlc_bg{min-height:auto; padding-bottom:0; background:#fff;}
.thumbs, .gallery{padding: 0 25px;}
.thumbs::after{width: calc(100% - 50px); bottom: 17px;}
.thumbs-year{height:50px;padding-bottom:40px;font-size:16px;}
.thumbs-year::before{width: 25px;height: 25px;background: #ddd;opacity: 0.8; bottom:5px;transition: all .4s ease;}
.thumbs-year::after{width:8px;height:8px; bottom: 14px; }
.thumbs-prev, .thumbs-next{width:25px;height: 25px; background-size:cover; bottom:6px;}
.thumbs-prev{left:0px;}
.thumbs-next{right: 0px;transform: rotate(180deg);}

.gallery{margin-top: 20px;}
.gallery li .num{width:100%;font-size:25px; align-items:start;}
.gallery li .txt{width:100%; font-size:14px; line-height:1.6; }
.gallery li .txt p{ margin-bottom:10px; position:relative; padding-left:15px;}
.gallery li .txt p:before{ width: 5px;height:5px;top:6px;}



.gallery .swiper-container{position:relative; padding-bottom:40px;}
.gallery .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:#999; transition: all .5s ease;opacity: 1.0;}
.gallery .swiper-pagination-bullet-active{background:var(--main_color); opacity: 1.0;}
.gallery .swiper-pagination{ text-align:center; width:100%; display:block;}
.gallery .swiper-pagination span{margin:0 3px;}
.zuo_you{width:150px;height:42px;margin:-40px auto 30px auto; position:relative;background:url(../images/you.png) no-repeat right top;background-size: 36px auto; }
.zuo_you:before{content:"";position:absolute;top:0;left:0;width:36px; height:42px;background:url(../images/zuo.png) no-repeat top;background-size:100% auto;}
}


/*===================旗下公司================*/
.xsgs_bg{padding:0 0 1rem;}
.zgs_side .sticky{position: sticky;top: 100px;}
.zgs_side{width:380px;}
.zgs_side li{padding:.15rem .2rem;box-sizing:border-box;font-size:.18rem;position:relative;}
.zgs_side li:before{position:absolute; content:'';width:8px;height:8px;border-radius:50%;background:var(--main_color);left:0;top:.2rem; transition:all .5s; transform:scale(0.1); opacity:0;}
.zgs_side li a{transition:all .5s;}
.zgs_side li.current a{color:var(--main_color);}
.zgs_side li.current:before{ transform:scale(1); opacity:1;}
.zgs_con{width:calc(100% - 480px);}

.zgs_con li{padding-top:1.2rem;position:relative;padding-left:.5rem;box-sizing:border-box;}
.zgs_con li:before{position:absolute; content:''; height:100%; border-left:1px dashed #ddd;left:0;top:0;}
.zgs_con li:nth-child(1):before{top:1.5rem;}
.zgs_con .pic{overflow:hidden;margin-bottom:.3rem;}
.zgs_con .pic img{width:100%;display:block;}
.zgs_con .txt h3{font-size:.25rem;color:#000;}
.zgs_con .txt .desc{margin:.3rem 0 0;}
.zgs_con .txt .desc p{font-size:.16rem;color:#666;line-height:1.8; text-align:justify;margin-bottom:.2rem;}
.zgs_con .txt .desc p a{color:var(--main_color);  text-decoration:underline;font-size:.18rem;}
.zgs_con .txt span{display:block;width:.46rem ;line-height:.46rem;background:var(--main_color);color:#fff;font-size:.2rem;font-weight:bold;border-radius:50%;text-align:center; position:absolute;left:-23.5px;top:1.4rem;}


@media screen and (max-width:768px) {
.xsgs_bg{padding:0 0 30px;}
.zgs_side{}
.zgs_side li{display:none;}
.zgs_side .rc_tit{margin-bottom:0;}
.zgs_con{width:100%;padding:0 15px;box-sizing:border-box;}
.zgs_con li{padding-top:15px;padding-left:25px; padding-bottom:10px;}
.zgs_con li:nth-child(1):before{top:20px;}
.zgs_con .pic{margin-bottom:20px;}
.zgs_con .txt h3{font-size:16px;}
.zgs_con .txt .desc{margin:15px 0 0;}
.zgs_con .txt .desc p{font-size:13px;margin-bottom:10px;}
.zgs_con .txt .desc p a{font-size:14px;}
.zgs_con .txt span{display:block;width:30px ;line-height:30px;font-size:15px; left:-14.5px;top:8px;}

}


.xsgs_box .rc_tit{margin-bottom:.5rem}

.xsgs_box li{width:49%;margin-bottom:.3rem;}
.xsgs_box li .pic{width:50%;overflow:hidden; height:2.6rem;}
.xsgs_box li .pic img{width:100%;height:100%;object-fit:cover;display:block; transition:all .5s;} 

.xsgs_box li .txt{width:50%;background:#fff;padding:0 .3rem;box-sizing:border-box;position:relative;}
.xsgs_box li .txt h3{font-weight:normal;font-size:.2rem;color:#000;margin-bottom:.3rem;}
.xsgs_box li .txt .lx dl{margin-bottom:.15rem;}
.xsgs_box li .txt .lx dl .ico{width:25px;height:25px;border-radius:50%;background:var(--main_color);}
.xsgs_box li .txt .lx dl .ico i{color:#fff;font-size:10px;}
.xsgs_box li .txt .lx dl p{width:calc(100% - 35px); font-size:14px;color:#333;line-height:1.4;}
.xsgs_box li .txt span{position:absolute;width:35px;height:35px;background:var(--main_color);right:0;bottom:0; transition:all .5s;}
.xsgs_box li .txt span i{color:#fff;font-size:16px;}
.xsgs_box li:hover .pic img{ transform:scale(1.1,1.1);}
.xsgs_box li:hover .txt span{background:var(--second_color);}


@media screen and (max-width:768px) {
.xsgs_box .rc_tit{margin-bottom:20px;}

.xsgs_box li{width:100%;margin-bottom:20px;border-radius:4px;overflow:hidden;}
.xsgs_box li .pic{width:100%;height:180px;}

.xsgs_box li .txt{width:100%;padding:20px 20px;}
.xsgs_box li .txt h3{font-size:18px;margin-bottom:20px;}
.xsgs_box li .txt .lx dl{margin-bottom:10px;}
.xsgs_box li .txt .lx dl p{font-size:14px;}
.xsgs_box li .txt .lx dl:last-child p{font-size:13px;}
.xsgs_box li .txt span{width:30px;height:30px;}
}


/*===================公司业务-频道页================*/
.cate_service_bg{padding-bottom:.8rem;}
.cate_service{display: grid;grid-template-columns: repeat(2, 1fr);gap:.3rem;}
.cate_service li{position:relative;overflow:hidden;border-radius:8px;}
.cate_service li .pic{overflow:hidden;}
.cate_service li .pic img{width:100%;display:block; transition:all .5s;}
.cate_service li .txt{width:3.8rem;height:100%;background:rgba(0,0,0,.3);padding:0 .4rem;box-sizing:border-box;position:absolute;right:0;top:50%; transform:translateY(-50%);transition:all .5s;}
.cate_service li .txt h3{font-size:.26rem;color:#fff;}
.cate_service li .txt .desc{color:rgba(255,255,255,.9);line-height:2; text-align:justify;font-size:.16rem;margin:.3rem 0 .5rem;}
.cate_service li .txt span{display:block;width:1.2rem;line-height:.36rem;background:var(--second_color);text-align:center;color:#fff;border-radius:.36rem;transition:all .5s;}
.cate_service li:hover .pic img{ transform:scale(1.1,1.1);}
.cate_service li:hover .txt{background:var(--second_color);}
.cate_service li:hover .txt span{background:#fff;color:var(--second_color);}

@media screen and (max-width:768px) {
.cate_service_bg{padding-bottom:10px;}
.cate_service{display: grid;grid-template-columns: repeat(1, 1fr);gap:0;}
.cate_service li{margin-bottom:20px;}
.cate_service li .pic{height:200px;}
.cate_service li .pic img{width:100%;height:100%;object-fit:cover;}
.cate_service li .txt{padding:0 20px; width:100%;}
.cate_service li .txt h3{font-size:17px;}
.cate_service li .txt .desc{line-height:1.4; font-size:14px;margin:15px 0 20px;}
.cate_service li .txt span{width:100px;line-height:30px;border-radius:308px;transition:all .5s;}
}

/*行业应用*/
.cate_service_bg1{padding-bottom:.8rem; background:#f6f6f6;}
.hangye_list{}
.hangye_list li{width:23.8%; background:#fff; border-radius:.1rem; overflow:hidden; box-sizing:border-box; box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);}
.hangye_list li h2{ background:var(--second_color); color:#fff; font-size:.2rem; text-align:center; line-height:.52rem;}
.hangye_list li p{ line-height:1.6;  padding:.2rem .2rem; color:#444;}
@media screen and (max-width:768px) {
.hangye_list li{width:100%; border-radius:8px; margin-bottom:15px;}
.hangye_list li h2{font-size:18px; line-height:46px;}
.hangye_list li p{ padding:20px;}

}


/*========================公司业务-列表页======================*/

/*概述通用*/
.yewu_box{margin:.6rem 0 .8rem;border-radius:8px;overflow:hidden;}
.yewu_box .pic{width:50%;overflow:hidden; min-height:4.8rem;}
.yewu_box .pic img{display:block;width:100%; height:100%; object-fit:cover;}
.yewu_box .txt{width:50%;background:#f8f8f8;padding:0 .6rem;box-sizing:border-box;}
.yewu_box .txt h3{position:relative;font-weight:bold;width:100%;border-bottom:1px solid rgba(204,204,204,.5);padding-bottom:.2rem;font-size:.34rem;}
.yewu_box .txt h3::after {width: 10%;height: 3px;bottom: -2px;display: block;content: '';background:var(--main_color);position: absolute;
left: 0;}
.yewu_box .txt p{margin:.3rem 0 .5rem;color:#666;font-size:.16rem;text-align:justify;line-height:1.8; }
.yewu_box .txt a{display:inline-block;width:1.6rem;line-height:.42rem;border:1px solid rgba(204,204,204,1);border-radius:25px;margin-right:.3rem;text-align:center;font-size:15px; transition:all .3s;}
.yewu_box .txt a i{font-size:18px;margin-right:10px;}
.yewu_box .txt .tel{margin-right:0;background:var(--main_color);width:2.2rem;color:#fff;font-size:18px;border:1px solid var(--main_color);}
.yewu_box .txt a:hover{ transform:translateY(-10px);}

@media screen and (max-width:768px) {
.yewu_box .pic{width:100%;order:1; min-height:auto; height:150px; border-radius:6px;}
.yewu_box .txt{width:100%;padding:25px 0 0;order:2; background:#fff;}
.yewu_box .txt h3{padding-bottom:15px;font-size:17px;}
.yewu_box .txt h3::after {width: 15%;}
.yewu_box .txt p{margin:15px 0 20px;font-size:14px;line-height:1.8;}
.yewu_box .txt a{width:108px;line-height:36px;margin-right:15px;font-size:14px;}
.yewu_box .txt a i{font-size:15px;margin-right:10px;}
.yewu_box .txt .tel{width:180px; font-size:15px;}
}

/*AAA信用等级*/
.list_yewu_bg{background:#f8f8f8;padding-bottom:.8rem;}
/*.ywly_box{display: grid;grid-template-columns: repeat(3, 1fr);gap:.2rem;grid-row-gap: .25rem;}*/
.ywly_box{}
.ywly_box li{width:32.3%; margin-bottom:.25rem; background:rgba(255,255,255,1);padding:.4rem .3rem;box-sizing:border-box;border-radius:8px;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);overflow:hidden;position:relative;}
.ywly_box li:nth-child(n+4){width:23.8%;}
.ywly_box li:before{content:'';position:absolute;width:0;height:100%;left:0;top:0;background:var(--second_color); z-index:1; transition:all .5s;}
.ywly_box li h3{font-size:.22rem;font-weight:normal;color:#000;position:relative; z-index:2;transition:all .5s;}
.ywly_box li p{line-height:1.6; text-align:justify;margin-top:.2rem;color:#999;position:relative; z-index:2;transition:all .5s;}
.ywly_box li:hover:before{width:100%;right:0;}
.ywly_box li:hover h3{color:#fff;}
.ywly_box li:hover p{color:rgba(255,255,255,.8);}
@media screen and (max-width:768px) {
.ywly_box{display: grid;grid-template-columns: repeat(1, 1fr);gap:0;grid-row-gap: 0;}
.ywly_box li,.ywly_box li:nth-child(n+4){width:100%;padding:25px 20px;margin-bottom:20px;}
.ywly_box li:last-child{margin-bottom:0;}
.ywly_box li h3{font-size:17px;}
.ywly_box li p{margin-top:10px;}
}


/*AAA信用认证作用*/
.ywys_box{display: grid;grid-template-columns: repeat(2, 1fr);gap:.25rem;padding-bottom:1rem;}
.ywys_box li{border-radius:8px;overflow:hidden;}
.ywys_box li .pic{width:50%;overflow:hidden;}
.ywys_box li .pic img{width:100%;display:block;}
.ywys_box li .txt{width:50%;background:#f8f8f8;padding:0 .3rem;box-sizing:border-box;}
.ywys_box li .txt h3{font-size:.25rem;font-weight:normal;margin-bottom:.2rem;}
.ywys_box li .txt p{color:#888;line-height:2;font-size:.16rem;}

@media screen and (max-width:768px) {
.ywys_box{display: grid;grid-template-columns: repeat(1, 1fr);gap:0;padding-bottom:10px;}
.ywys_box li{border-radius:8px;overflow:hidden;margin-bottom:20px;}
.ywys_box li .pic{width:100%;height:140px;}
.ywys_box li .pic img{width:100%;height:100%;object-fit:cover;}
.ywys_box li .txt{width:100%;padding:20px 25px;}
.ywys_box li .txt h3{font-size:18px;margin-bottom:15px;}
.ywys_box li .txt p{font-size:14px;}
}


/*ISO体系*/
.iso_box{display: grid;grid-template-columns: repeat(2, 1fr);gap:.3rem;}
.iso_box li{background:#fff;padding:.3rem .3rem;box-sizing:border-box;border-radius:8px;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);overflow:hidden;}
.iso_box li .pic img{width:1rem;}
.iso_box li .txt{width:calc(100% - 1.2rem);}
.iso_box li h3{font-size:.22rem;font-weight:normal;color:#000;transition:all .5s;}
.iso_box li p{line-height:1.6; text-align:justify;margin-top:.15rem;color:#999;transition:all .5s;}

.iso_box2{display: grid;grid-template-columns: repeat(5, 1fr);gap:0;padding-bottom:.8rem;}
.iso_box2 li{overflow:hidden;background:#f8f8f8;height:2.2rem;}
.iso_box2 li img{width:100%;height:100%;object-fit:cover;display:block;}
.iso_box2 li:nth-child(even){padding:0 .2rem;box-sizing:border-box;}
.iso_box2 li p{line-height:2.2;font-size:.15rem;}

@media screen and (max-width:768px) {
.iso_box{grid-template-columns: repeat(1, 1fr);gap:0;}
.iso_box li{padding:25px 15px;margin-bottom:20px;}
.iso_box li:last-child{margin-bottom:0;}
.iso_box li .pic{width:100%;}
.iso_box li .pic img{width:100px;}
.iso_box li .txt{width:100%;margin-top:20px;text-align:center;}
.iso_box li h3{font-size:17px;}
.iso_box li p{line-height:1.6; margin-top:15px;}

.iso_box2{display: grid;grid-template-columns: repeat(1, 1fr);gap:0;}
.iso_box2 li{height:140px;}
.iso_box2 li img{border-radius:8px;}
.iso_box2 li:nth-child(even){padding:0 20px;height:120px;}
.iso_box2 li p{font-size:16px;}
}


/*商品售后服务体系*/
.shfw_box{display: grid;grid-template-columns: repeat(3, 1fr);gap:.3rem;}
.shfw_box li{background:#fff;border-radius:8px;overflow:hidden;padding:.1rem 0 .3rem;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);}
.shfw_box .pic{overflow:hidden;}
.shfw_box .pic img{width:100%;display:block;}
.shfw_box .txt{line-height:.32rem;font-size:.2rem;text-align:center;}

.shfw_box2{display: grid;grid-template-columns: repeat(4, 1fr);gap:.3rem;padding-bottom:.8rem;}
.shfw_box2 li{background:#f8f8f8;border-radius:8px;overflow:hidden;box-sizing:border-box;}
.shfw_box2 li .pic{overflow:hidden;}
.shfw_box2 li .pic img{width:100%;display:block;}
.shfw_box2 li .txt{padding:.25rem 0;font-size:.18rem;text-align:center;}

@media screen and (max-width:768px) {
.shfw_box{display: grid;grid-template-columns: repeat(1, 1fr);gap:0;}
.shfw_box li{padding:10px 0 20px;margin-bottom:20px;}
.shfw_box li:last-child{margin-bottom:0;}
.shfw_box .txt{line-height:28px;font-size:16px;}

.shfw_box2{display: grid;grid-template-columns: repeat(1, 1fr);gap:0;padding-bottom:10px;}
.shfw_box2 li{margin-bottom:20px;}
.shfw_box2 li .pic{height:160px;}
.shfw_box2 li .pic img{width:100%;height:100%;object-fit:cover;}
.shfw_box2 li .txt{padding:20px 0;font-size:16px;text-align:center;}
}

/*证书样本*/
.list_zs_bg{ padding-bottom:.8rem; overflow:hidden;}
.ry_box1 {background: url(../images/ry_bg1.jpg) center;background-size: cover; padding:0 0 1rem;}
.zzry_list{ overflow:hidden;  box-sizing:border-box; padding:0 10px; margin-bottom:.5rem;}
.zzry_list li {background: #f8f8f8; padding:25px 10px; box-sizing:border-box; border-radius:10px; overflow:hidden;}
.zzry_list li .pic{ height:2.6rem;}
.zzry_list li .pic img{max-width:90%;max-height:100%;display: inline-block;opacity:1;}
.zzry_list li .txt{ background:rgba(0,0,0,0.4); position:absolute;border-radius:5px; transform: scale(0.3); top:0; left:0; width:100%; height:100%; color:#fff; text-align:center; opacity:0; transition: 0.6s all;}
.zzry_list li:hover .txt{ opacity:1; transform: scale(1);}
.zzry_list li p{ text-align:center; margin-top:.15rem;}

/*按钮切换*/
#zzry_btn{position:relative;}	
#zzry_btn .swiper-button-prev { left:-35px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
#zzry_btn .swiper-button-next {right:-35px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
#zzry_btn .swiper-button-prev,#zzry_btn .swiper-button-next { width:80px;height: 80px; margin-top:-40px; outline:none;  opacity:1; transition:0.3s all;}
#zzry_btn .swiper-button-prev:hover,#zzry_btn .swiper-button-next:hover{ opacity:1; transform:scale(1.1);}
/*分页器*/
#zzry_btn .swiper-pagination-bullet{width: 12px;height: 12px; display: inline-block; border-radius: 50%; background:#ddd; transition: all .5s ease;opacity: 1.0;}
#zzry_btn .swiper-pagination-bullet-active{background:#FF5F2A; opacity: 1.0;}
#zzry_btn .swiper-pagination{ text-align:center; width:100%; bottom:-40px;}
#zzry_btn .swiper-pagination span{margin:0 3px;}

@media screen and (max-width:768px) {
.zzry_list li .pic{ height:160px;}
.zzry_list li .pic img{max-width:85%;max-height:100%; }

#zzry_btn .swiper-button-prev,#zzry_btn .swiper-button-next { width:60px;height: 60px; margin-top:-30px;}
#zzry_btn .swiper-button-prev { left:-15px; }
#zzry_btn .swiper-button-next {right:-15px; }

}


/*荣誉资质*/
.rongyu_box li{margin-bottom:.5rem; background:#fff; border-radius:8px; overflow:hidden;}
.rongyu_box li:nth-child(even) .pic{order:2;}
.rongyu_box li:nth-child(even) .txt{order:1;}
.rongyu_box li .pic{width:50%;overflow:hidden;border-radius:8px;}
.rongyu_box li .pic video{width: 100%;}
.rongyu_box li .pic img{width:100%;display:block;}
.rongyu_box li .txt{width:50%;background:#fff;padding:.5rem .4rem;box-sizing:border-box;border-radius:8px;}
.rongyu_box li .txt h3{font-weight:normal;font-size:.26rem;color:#000;position:relative;padding-left:.15rem;margin-bottom:.25rem;}
.rongyu_box li .txt h3:before{position:absolute;content:'';width:4px;height:22px;background:var(--main_color);top:56%; transform:translateY(-50%);left:0;}
.rongyu_box li .txt p{color:#666;line-height:1.6;text-align:justify;margin:0 0 .1rem;}
.rongyu_box li:last-child{margin-bottom:0;}

.rongyu_bar{width: 100%; height:3.2rem;overflow-y: auto;padding-right:.15rem;}
.rongyu_bar::-webkit-scrollbar {width: 3px;height: 4px;}
.rongyu_bar::-webkit-scrollbar-thumb {border-radius: 5px;background:var(--main_color);}
.rongyu_bar::-webkit-scrollbar-track {border-radius: 0;background: #ededed;}

.rongyu_box2 li .txt{padding:.2rem 0;}

@media screen and (max-width:768px) {
.page_jlb_bg{padding-bottom:0;}
.rongyu_box li{margin-bottom:15px;border-radius:8px;overflow:hidden;}
.rongyu_box li:nth-child(even) .pic{order:1;}
.rongyu_box li:nth-child(even) .txt{order:2;}
.rongyu_box li .pic{width:100%;height:170px;border-radius:0;}
.rongyu_box li .pic img{width:100%;height:100%;object-fit:cover;}
.rongyu_box li .txt{width:100%;padding:20px;border-radius:0;}
.rongyu_box li .txt h3{font-size:18px;padding-left:10px;margin-bottom:20px;}
.rongyu_box li .txt h3:before{height:18px;top:49%; }
.rongyu_box li .txt p{margin:0 0 10px;}
.rongyu_bar{ height:260px;}
}


/*===================单页面-合作伙伴================*/
.page_hzhb_bg .desc{text-align:center;font-size:.16rem;color:#888;width:80%;line-height:2;margin:0 auto .5rem;}
.hzhb_list{display: grid;grid-template-columns: repeat(5, 1fr);gap:0;padding-bottom:.8rem;}
.hzhb_list li{overflow:hidden;height: 10vw;max-height: 270px;/*box-sizing:border-box;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);border-radius:8px;*/}
.hzhb_list li:nth-of-type(odd){background: #f5f5f5;}
.hzhb_list li img{width:60%;display:block;}

@media screen and (max-width:768px) {
.page_hzhb_bg .desc{font-size:14px;width:100%;line-height:1.6;margin:0 auto 25px; text-align:justify;}
.hzhb_list{grid-template-columns: repeat(3, 1fr);}
.hzhb_list li{height:80px;max-height:none;}
.hzhb_list li img{width:85%;display:block;}	
}



/*================人才理念=======================*/
.rcln_box_bg{ padding:.8rem 0 1rem;}
.rcln_box .txt .main_tit2{padding:0!important;}
.rcln_box .txt{width:46%;position:relative;}
.rcln_box .txt .con{margin-top:.35rem;}
.rcln_box .txt p{line-height:2; text-align:justify;font-size:.16rem;color:#666;margin-bottom:.2rem;}
.rcln_box .txt .img{position:absolute;bottom:.35rem;right:.5rem;overflow:hidden;}
.rcln_box .txt .img img{width:100%;display:block; opacity:.8;}
.rcln_box .pic{width:46%;overflow:hidden;border-radius:10px;}
.rcln_box .pic img{width:100%;display:block;}
@media screen and (max-width:768px) {
.rcln_box_bg{padding:30px 0 40px;}
.rcln_box .txt{width:100%;}
.rcln_box .txt .con{margin-top:15px;}
.rcln_box .txt p{line-height:1.8; font-size:14px;margin-bottom:10px;}
.rcln_box .txt .img{bottom:30px;right:0;}
.rcln_box .pic{width:100%;margin-top:15px;border-radius:4px;}
}

/*================员工福利=======================*/
.ygfl_bg{background:#f8f8f8;padding-bottom:1rem;}
.ygfl_box{display: grid;grid-template-columns: repeat(4, 1fr);gap: .3rem;margin-top:.5rem;}
.ygfl_box li{position:relative;padding:.4rem .4rem;box-sizing:border-box;background:#fff;border-radius:10px;}
.ygfl_box li h3{font-size:.22rem;margin-bottom:.2rem;}
.ygfl_box li p{font-size:.16rem;color:#999;line-height:2;}
.ygfl_box li .ico{width:1rem;height:1rem;border-radius:100%;background:#fff;box-shadow: 0px 7px 33.48px 2.52px rgba(25, 17, 64, 0.09);position: absolute;top: -.5rem;right: .4rem; transition:all .5s;}
.ygfl_box li .ico img{width:.45rem;transition:all .5s;}
.ygfl_box li:hover .ico{background:var(--main_color);}
.ygfl_box li:hover .ico img{filter: grayscale(100%) brightness(6000%);}


.page_join_bg3{padding-bottom:.1rem;}
.join_gshd{display: grid;grid-template-columns: repeat(4, 1fr);gap: .25rem;}
.join_gshd li{overflow:hidden;border-radius:8px;}
.join_gshd li img{width:100%;display:block;}
.join_link{margin-top:1rem;}
.join_link h4{text-transform:uppercase;font-size:.3rem;font-weight:normal;}
.join_link h3{font-size:.4rem;margin:.25rem 0;}
.join_link a{width:3rem; background:var(--main_color); color:#fff; text-align:center;line-height:.6rem;margin-top:.2rem;font-size:.18rem; border-radius:4px; transition:all .5s;}
.join_link a:hover{background:var(--main_color); color:#fff;}


@media screen and (max-width:768px) {
.ygfl_bg{padding-bottom:0;}
.ygfl_box{grid-template-columns: repeat(1, 1fr);gap: 0;margin-top:20px;}
.ygfl_box li{padding:25px 20px;border-radius:6px;margin-bottom:40px;}
.ygfl_box li h3{font-size:18px;margin-bottom:10px;}
.ygfl_box li p{font-size:14px;line-height:1.8;}
.ygfl_box li .ico{width:70px;height:70px;top: -30px;right: 20px;}
.ygfl_box li .ico img{width:30px;}

.page_join_bg3{ }
.join_gshd{grid-template-columns: repeat(2, 1fr);gap:10px;}
.join_gshd li{border-radius:4px;}
.join_link{margin-top:40px;}
.join_link h4{font-size:16px;}
.join_link h3{font-size:20px;margin:15px 0;}
.join_link a{width:240px;line-height:46px;margin-top:10px;font-size:16px;;}
.join_link a:hover{border-radius:46px;}
}

/*=======================招聘信息=======================*/
.job_tit{ text-align:center; margin-top:.68rem; margin-bottom:.5rem;}
.job_tit .tt{ font-size:.42rem; color:#000; line-height:1.4; font-weight:bold;}
.job_tit p{ font-size:.18rem; margin-top:.25rem; color:#888;}
@media screen and (max-width:768px) {
.job_tit{ margin-top:35px; margin-bottom:35px;}
.job_tit .tt{ font-size:20px; line-height:1.5;}
.job_tit p{ font-size:13px; margin-top:15px; color:#666;}
}
/*======================招聘岗位======================*/
.job_list{ margin-bottom:.8rem; display: grid;grid-template-columns: repeat(3, 1fr);gap: .25rem;}
.job_list li{}
.job_list li a{display:block; background:#f8f8f8; padding:42px 32px; border-radius:5px; width:100%; box-sizing:border-box; transition:0.3s all;}
.job_list li a:hover{background:var(--main_color); color:#fff;}
.job_list li a:hover i,.job_list li a:hover span{color:#fff;}
.job_list li .tit{ font-size:20px; font-weight:bold; margin-bottom:.5rem;}
.job_list li .tit i{ float:right; font-size:30px; color:var(--main_color); opacity:0.6; margin-top:-.1rem;  transition:0.3s all;}
.job_list li .txt span{font-size:16px; color:#666; display: flex;align-items: center;transition:0.3s all;}
.job_list li .txt span i {display: block;width: 20px;height: 20px;margin-right: 8px;background-repeat: no-repeat;background-size: cover;}
.job_list li .txt .line {margin-left: 24px;margin-right: 24px; margin-top: 2px;width: 2px;height: 15px; background-color: rgba(0, 0, 0, 0.10);}
.job_list li .txt .job_edu i {background-image: url(../images/job_1.svg);}
.job_list li:hover .txt .job_edu i {background-image: url(../images/job_1_h.svg);}
.job_list li .txt .job_year i {background-image: url(../images/job_2.svg);}
.job_list li:hover .txt .job_year i {background-image: url(../images/job_2_h.svg);}
.job_list li:hover .txt .line { background-color: rgba(255, 255, 255, 0.5);}
@media screen and (max-width:768px) {
.job_list{ margin-bottom:.8rem; display: grid;grid-template-columns: repeat(1, 1fr);gap: 15px;}
.job_list li a{ padding:25px 20px;}
.job_list li .tit{ font-size:17px; margin-bottom:.5rem;}
.job_list li .tit i{ font-size:28px; opacity:0.6; margin-top:-10px; }
.job_list li .txt span{font-size:15px;}
}


/*招聘弹窗*/
.tc_join{width:925px; max-width:90%; background:#fff; /*min-height:480px;*/ padding:60px; box-sizing:border-box; border-radius:10px; position: relative;z-index: 1;}
.tc_join .close{position:absolute; top:25px; right:20px; cursor:pointer;}
.tc_join .close img{height:30px;}

.tc_join .tit{}
.tc_join .tit h4{ font-size:25px; margin-bottom:.25rem;}
.tc_join .tit p{ color:#888; font-size:15px;}
.tc_join .tit p span{ display:inline-block; margin-right:20px;}
.tc_join .tit p i{ margin-right:5px;}

.tc_join .scrollbox{max-height:360px; overflow: auto; padding-right:.5rem;}
.scrollbox::-webkit-scrollbar {width: 3px;height: 8px;background-color: #f8f8f8;}
.scrollbox::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.scrollbox::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow:none;background-color:var(--main_color);}

.tc_join .con{ line-height:2; font-size:15px; color:#666;}
.tc_join .con h5{font-size:18px; margin:30px 0 10px 0; color:#333;}
@media screen and (max-width:768px) {
.tc_join{width:95%; max-width:95%;  padding:25px 20px; border-radius:10px; }
.tc_join .close{ top:15px; right:5px; }
.tc_join .close img{height:30px;}

.tc_join .tit{}
.tc_join .tit h4{ font-size:18px; margin-bottom:15px;}
.tc_join .tit p{  font-size:14px;}
.tc_join .tit p span{ display: block; margin-right:0; margin-bottom:10px;}
.tc_join .tit p i{ margin-right:5px;}
.tc_join .con{ line-height:1.8; font-size:14px; }
.tc_join .con h5{font-size:16px; margin:10px 0 5px 0; }

}

.job_bottom{padding-top: 48px;padding-bottom: .1rem;border-top: 1px solid rgba(0, 0, 0, 0.10);}
.job_bottom .tit{ font-size:.3rem; font-weight:bold; color:#000; line-height:1.5;}
.job_bottom .desc{ font-size:16px; margin-top:.2rem; color:#888;}
.job_bottom ul{ margin-top:.8rem;}
.job_bottom li{}
.job_bottom li img{ margin-right:16px;}
.job_bottom li h3{ font-size:20px; margin-bottom:.1rem;}
.job_bottom li p{ font-size:16px; color:#666;}
.job_bottom .line{margin-left: 20px;margin-right: 20px;width: 1px;height: 56px;background-color: rgba(0, 0, 0, 0.10);}
@media screen and (max-width:768px) {
.job_bottom{padding-top:35px;padding-bottom: 40px; }
.job_bottom .tit{ font-size:17px;}
.job_bottom .desc{ font-size:14px; margin-top:15px; }
.job_bottom ul{ margin-top:.6rem;}
.job_bottom li{width:100%; margin-bottom:20px; border-bottom:solid 1px #e8e8e8; padding-bottom:20px;}
.job_bottom li img{width:45px; margin-right:12px;}
.job_bottom li h3{ font-size:16px; margin-bottom:10px;}
.job_bottom li p{ font-size:14px; color:#666;}
.job_bottom .line{ display:none;}
}

/*========================新闻通用样式==============================*/

/*推荐新闻轮播*/
.page_tjxt_bg{padding:.6rem 0 .7rem;}
#tjxw{position:relative;padding-bottom:.5rem;}
#tjxw li{background:#f8f8f8;overflow:hidden;border-radius:10px;}
#tjxw .pic{width:50%;overflow:hidden;height:4.2rem;}
#tjxw .pic img{width:100%;height:100%;object-fit:cover;display:block;}
#tjxw .txt{width:50%;padding:0 .5rem;box-sizing:border-box;}
#tjxw .txt h3{font-size:.24rem;line-height:1.4;text-align:justify;margin:.3rem 0;}
#tjxw .txt span{width:.8rem;background:rgba(0,149,218,.08);line-height:.3rem;text-align:center;border-radius:4px;color:var(--main_color);}
#tjxw .txt .desc{font-size:.16rem;line-height:2;text-align:justify;color:#666;}

#tjxw .swiper-pagination{bottom:0;}
#tjxw .swiper-pagination-bullet {width:12px;height:12px;border-radius:100%;background:rgba(204,204,204,.8);opacity: 1;margin: 0 5px !important; box-sizing:border-box;}
#tjxw .swiper-pagination-bullet-active{background:var(--main_color); }


/*新闻列表*/
.page_news_bg{background:#f8f8f8;padding:.8rem 0 .3rem;}
.news_list_box{display: grid;grid-template-columns: repeat(3, 1fr);gap: .4rem;}
.news_list_box li{background:#fff;border-radius:.15rem;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);padding:.6rem .4rem;box-sizing:border-box; transition:all .5s;}
.news_list_box li .date{display:inline-block;background:rgba(0,149,218,.08);padding:.08rem .1rem;border-radius:4px;color:var(--main_color);}
.news_list_box li h3{font-size:.24rem;height:3em;font-weight:normal;color:#000;line-height:1.5;margin:.2rem 0 .35rem;}
.news_list_box li .desc{color:#868686;line-height:1.8;}
.news_list_box .more{margin-top:.5rem;}
.news_list_box .more span{display:block;width:110px;box-sizing:border-box; position: relative; font-size: 12px; line-height: 32px; color: #575757; text-align:center;}
.news_list_box .more span i{position:relative;top:3px; display:inline-block;font-size:22px; margin-left: 5px; transform:rotate(-35deg)!important; z-index:2;transition: all .8s ease;}
.news_list_box .more span::after { content: ''; position: absolute; right: 0px; top: 0px; width: 100%; height: 100%; border-radius: 35px; border: 1px solid #7f7f7f; -webkit-transition: all .8s ease; transition: all .8s ease; }
.news_list_box li:hover{/*background: url(../images/news_list_bg.png)  no-repeat center #fff;*/-webkit-box-shadow: 0px 60px 30px -45px rgba(64, 50, 25, 0.3); box-shadow: 0px 60px 30px -45px rgba(64, 50, 25, 0.3); background-size: cover;}
.news_list_box li:hover .more span:after{ width: 35px; border-color: var(--main_color); background:var(--main_color); }
.news_list_box li:hover .more span i{ transform:translateX(10px)!important;color: #fff; }


@media only screen and (max-width: 768px){

/*推荐新闻轮播*/
#tjxw{padding-bottom:30px;}
#tjxw li{overflow:hidden;border-radius:8px;}
#tjxw .pic{width:100%;height:180px;}
#tjxw .txt{width:100%;padding:20px 20px;}
#tjxw .txt h3{font-size:17px;height:auto;margin:15px 0 15px;}
#tjxw .txt span{width:80px;line-height:28px;}
#tjxw .txt .desc{font-size:14px;line-height:1.6;}

#tjxw .swiper-pagination{bottom:0;}
#tjxw .swiper-pagination-bullet {width:10px;height:10px;margin: 0 3px !important;}


/*新闻列表*/
.page_news_bg{padding:30px 0;}
.news_list_box{display: grid;grid-template-columns: repeat(1, 1fr);gap: 0;margin-bottom:0;}
.news_list_box li{border-radius:8px;padding:30px 20px;margin-bottom:20px;}
.news_list_box li .date{padding:6px 10px;}
.news_list_box li h3{font-size:17px;margin:15px 0 15px;height:auto;}
.news_list_box li .desc{}
.news_list_box .more{margin-top:20px;}

}


/*===================产品列表================*/
.product_list{display: grid;gap:.4rem;grid-template-columns: repeat(2, 1fr);}
.product_list li{ background:#f8f8f8; border-radius:.1rem; overflow:hidden; transition:0.3s all;}
.product_list li:hover {background:var(--main_color);}
.product_list li .pic{width:46%; overflow:hidden;}
.product_list li .pic img{transition:0.3s all;}
.product_list li:hover .pic img{ transform:scale(1.1);}
.product_list li .txt{width:54%; padding:.3rem; box-sizing:border-box;}
.product_list li .txt h2{ font-size:.22rem; margin-bottom:.2rem;}
.product_list li .txt p{ line-height:1.5; color:#555; font-family:MiSans;}
.product_list li:hover .txt h2{ color:#fff;}
.product_list li:hover .txt p{ color:rgba(255,255,255,0.8);}
@media screen and (max-width:768px) {
.product_list{display: grid;gap:15px;grid-template-columns: repeat(1, 1fr);}
.product_list li .pic{width:100%; max-height:180px;}
.product_list li .txt{width:100%; padding:20px;}
.product_list li .txt h2{ font-size:18px; margin-bottom:12px; color:#000;}


}


/*===================产品内容页================*/
.pro_show1{ margin-top:.6rem;}
.pro_show1 .left{ width:43%;  overflow: hidden; border:solid 1px #e2e8f0; border-radius:.2rem;}
.pro_show1 .left img{ max-width:100%; }

.pro_show1 .right{ width:53%;}

.pro_show1 .right h1{ font-size:.33rem; color:#000; line-height:1.3; margin-bottom:.2rem;}
.pro_show1 .right .pro_subtitle{margin:.25rem 0 .15rem 0;padding-left: 15px;border-left: 4px solid var(--main_color); color:#000; font-weight:bold; font-size:17px;}
.pro_show1 .right .desc{line-height:1.8; font-size:.16rem; text-align:justify; background:#f8f8f8; padding:.2rem .25rem; border-radius:5px;}
.pro_show1 .right .info{line-height:1.8; font-size:.16rem; text-align:justify;}
.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);}


.pro_show2{margin-top:.5rem; margin-bottom:.1rem; }
.pro_show2 .tit{ font-size:25px; padding-bottom:15px; margin-bottom:.25rem; border-bottom: 1px solid #e8e8e8; color:#000; font-weight:bold;}
.pro_show2 .tit i{width:.56rem; height:.56rem;background:var(--main_color); border-radius:100%; margin-right:10px;}
.pro_show2 .tit i svg{fill:#fff; height:35px;}

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

.pro_yycj{display: grid;gap:.3rem;grid-template-columns: repeat(4, 1fr);}
.pro_yycj .pic{ border-radius:.1rem; overflow:hidden;}
.pro_yycj .txt{ text-align:center; font-size:16px; margin-top:15px;}

@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 .pro_subtitle{padding-left: 12px;font-size:16px;}
.pro_show1 .right .desc{padding:20px 0 0; font-size:15px; background:#fff; color:#333;}
.pro_show1 .right .info{font-size:14px;}
.pro_show1 .right .btn{margin-top:10px; justify-content:space-between;}
.pro_show1 .right .btn a{ line-height:42px; padding:0; width:48%; text-align:center; font-size: 14px; margin-right:0;}
.pro_show1 .right .btn i{ font-size:16px;}

.pro_show2{margin-top:25px; margin-bottom:30px; }
.pro_show2 .tit{ font-size:18px; padding-bottom:10px; margin-bottom:15px;}
.pro_show2 .tit i{width:38px; height:38px;}
.pro_show2 .tit i svg{ height:25px;}

.pro_yycj{gap:15px;grid-template-columns: repeat(2, 1fr);}
}



/*===================联系我们================*/
.lx_bg{ background:url(../images/contact_bg.png) no-repeat left bottom #fff; position:relative;}
.lx_bg .main_tit h2{line-height:1.3; text-align:left;}
.lx_bg .right{width:60%; padding-top:.68rem;}
.lx_bg .right li{ border-bottom:solid 1px #e8e8e8; padding-bottom:.4rem; margin-bottom:.4rem; }
.lx_bg .right li:last-child{ border-bottom:0;}
.lx_bg .right li .pic{ width:3.6rem; border-radius:.1rem; overflow:hidden; margin-right:.3rem;}
.lx_bg .right li .txt{ }
.lx_bg .right li .txt h3{ font-size:.2rem; margin-bottom:.15rem;}
.lx_bg .right li .txt p{ line-height:2; color:#555; font-family:MiSans;}
.lx_bg .right li .txt p a{color:#555;}
@media screen and (max-width:768px) {
.lx_bg .left{width:100%; }
.lx_bg .main_tit h2{line-height:1.3; text-align:center;}
.lx_bg .right{width:100%; padding-top:0;}
.lx_bg .right li{ border-bottom:0;margin-bottom:0; }
.lx_bg .right li .pic{width:100%;}
.lx_bg .right li .txt{width:100%; margin-top:20px;}
.lx_bg .right li .txt h3{ font-size:18px; margin-bottom:10px; font-weight:bold;}
.lx_bg .right li .txt p{ line-height:1.8; }
}


/*===================留言================*/
.hezuo_bg{ position:relative; max-height:4rem; overflow:hidden;}
.hezuo_bg .txt{ position:absolute; left:0; top:.75rem; right:0; text-align:center; color:#fff;}
.hezuo_bg .txt h3{ font-size:.42rem; margin-bottom:.2rem;}
.hezuo_bg .txt p{ font-size:.2rem;}
@media screen and (max-width:768px) {
.hezuo_bg{max-height:4.6rem; height:180px;}
.hezuo_bg .txt{ position:absolute; left:0; top:1rem; right:0; text-align:center; color:#fff;}
.hezuo_bg .txt h3{ font-size:20px; margin-bottom:.2rem;}
.hezuo_bg .txt p{ font-size:14px;}

}



/*合作表单*/
.cooperate_form{border-radius:.2rem;box-shadow: 0px 0px 20px 0px rgb(20 18 18 / 5%);background: #fff;padding:0rem 10% .3rem;max-width: 1200px;box-sizing: border-box;margin: -1.8rem auto .1rem;position: relative;}
.cooperate_form .desc{font-size:.16rem;text-align:center;margin-bottom:.5rem;}

.cooperate_form .form{}
.cooperate_form .ly_tit{font-weight:normal;font-size:16px;color:#333;margin-bottom:15px;}
.cooperate_form .ly_tit i{font-style:normal;color:rgba(255,0,0,1);margin-right:5px;}
.cooperate_form .message_input {margin-bottom:25px;}
.cooperate_form .message_input input::-webkit-input-placeholder,
.cooperate_form .message_input textarea::-webkit-input-placeholder{font-size:16px;font-family:Microsoft Yahei;color:#999;}
.cooperate_form .message_input li{ width: 49%;} 
.cooperate_form .message_input input{border: 1px solid #d1d8de;outline: none; width: 100%;padding:22px 20px; border-radius:5px;  box-sizing:border-box;} 
.cooperate_form .message_input select{background:#fff;border: 1px solid #d1d8de;outline: none; width: 100%;padding:18px 20px; border-radius:5px;  box-sizing:border-box;font-size:16px;font-family:Microsoft Yahei;color:#999;} 
.cooperate_form .message_input input::-webkit-input-placeholder {} 
.cooperate_form .message_input textarea{font-size:16px; display: block;border: 1px solid #d1d8de;outline: none; width: 100%;padding: 20px 20px;box-sizing: border-box;min-height:150px; border-radius:5px;} 
.cooperate_form .form-group {width:70%;position:relative;}
.cooperate_form .form-group img{position:absolute;right:0;top:50%; transform:translateY(-50%);background:rgba(204,204,204,.2);height:100%; padding:0 10px;border-radius:0 5px 5px 0;}
/*.cooperate_form .form-group input{ margin-right:1%;  margin-bottom:.2rem;}*/
.cooperate_form .message_input .submit{ border:none;outline: none; font-size:.2rem; margin:15px auto 0; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:2.8rem; line-height:60px; border-radius:.1rem;}
.cooperate_form .message_input textarea::-webkit-input-placeholder{}
.cooperate_form .message_input .submit i{margin-left:.25rem;}
.cooperate_form .message_input input:focus,.message_input textarea:focus{border:solid 1px var(--main_color);}

@media screen and (max-width:768px) {
.cooperate_form{margin:-50px 15px 50px;padding:1px 25px 40px;box-sizing:border-box; }
.cooperate_form .page_tit{margin-bottom:10px;}
.cooperate_form .desc{font-size:14px;margin-bottom:15px;line-height:1.6;}

.cooperate_form .form{width:100%;margin:0 auto;}	
.cooperate_form .ly_tit{display:none;font-size:14px;margin-bottom:5px;line-height:1.6;}

.cooperate_form .message_input input::-webkit-input-placeholder,
.cooperate_form .message_input textarea::-webkit-input-placeholder{color: #999; font-size:14px;}
.cooperate_form .message_input {margin-bottom:0;}
.cooperate_form .message_input1{margin-bottom:15px;}
.cooperate_form .message_input li{ width:100%; margin-bottom:10px;} 
.cooperate_form .message_input input{padding:14px 15px;} 
.cooperate_form .message_input select{padding:10px 15px;font-size:14px;}
.cooperate_form .message_input textarea{min-height:100px;padding: 15px 15px;}
.cooperate_form .message_input .submit{width:100%; line-height:42px;margin-top:20px;font-size:16px;border-radius:42px;}

.cooperate_form .form-group {width:100%;}
.cooperate_form .form-group img{width:100px;padding:0 10px;}
	
}







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

.page_main{width:68%; background:#fff; box-sizing:border-box; }
.page_main1{ padding-top:.5rem;}
.page_side{width:25%; }
.page_side .sticky{position: sticky;top: 100px;}


.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 { text-align:justify;  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;text-align:justify;}
.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;}

}


/*===================侧面新闻列表================*/
.page_side_tit {font-size:.3rem; color: #000; margin:0 0 .3rem;}
.side_news_list li{ background:#f8f8f8;padding:.3rem .25rem;box-sizing:border-box;border-radius:8px;margin-bottom:.2rem;}
.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{color:#999; margin:0 0 .2rem;}
.side_news_list .tit{ font-size:.17rem; line-height:1.6; text-align:justify; }
.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{}
.side_news_list li{ padding:20px 20px;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;}
.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; }
}


/*================内页公司介绍=====================*/
.page_about_bg{ width: 100%; padding:.2rem 0 1rem;background: url(../images/licheng_bg.jpg) no-repeat center bottom;background-size:cover;}
.about_con{text-align:center;font-size:.18rem; line-height:2;}

@media only screen and (max-width: 768px){
.page_about_bg{padding:0 0 20px;}
.about_con{font-size:14px;line-height:1.8;text-align:justify;}
.about_con br{display:none;}
}

/*数字*/
.page_about_shuzi{ margin:.6rem auto 0;}
.page_about_shuzi li{width:23%; padding:.3rem 0 .25rem;border: 1px solid #e2e2e2; border-radius: 20px; color:#000;  position:relative;  box-sizing:border-box; text-align:center; font-size:.16rem;}
.page_about_shuzi li .ico{height:.35rem; margin-bottom:.2rem;}
.page_about_shuzi li .ico img{max-height:100%;}
.page_about_shuzi li i{font-size: .36rem; font-style:normal; margin-right:2px; font-family:"din";color:#000;}
.page_about_shuzi li p{ font-size:.16rem; margin-top:10px; color:#888;}


@media only screen and (max-width: 768px){
.page_about_shuzi{ margin:20px auto 10px;}
.page_about_shuzi li{width:48%; padding:20px 0 20px; font-size:14px; margin-bottom:15px;}
.page_about_shuzi li .ico{height:28px; margin-bottom:10px;}
.page_about_shuzi li i{font-size:22px; margin-right:2px; }
.page_about_shuzi li p{font-size:14px;}
}


/*================产品频道页=====================*/
.cate_pro .item:not(:last-child){ margin-bottom:.4rem;}
.cate_pro .item .title{border-bottom:1px solid #e8e8e8; margin-bottom:.3rem;height:45px;}
.cate_pro .item .title h3{background:var(--main_color); height:46px; line-height:46px;padding:0 .3rem;color:#fff;font-size:.18rem;font-weight:normal;border-radius:6px 6px 0 0;}
.cate_pro .item .title h3 i{margin-right:.1rem;font-size:.2rem;}
.cate_pro .item .title a{display:inline-block;line-height:.4rem; font-size:16px;}

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


/*==========================图片列表===========================*/
.mask_out{ position:absolute; width:100%; height:100%; left:0; top:0; background:var(--main_color); animation-timing-function: ease;}
.case_list{display: grid;gap: 0.4rem;grid-template-columns: repeat(4, 1fr);}
.case_list li{transition: 0.5s all; background:#fff; border-radius:10px; position:relative; overflow:hidden;box-shadow: rgba(203, 209, 218, 0.8) 0px 10px 20px 0px;}
.case_list li .pic{width:100%; position:relative;  overflow:hidden;}
.case_list li .pic>img{width:100%; display:block;transition: 0.5s all;}
.case_list li:hover .pic>img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.case_list li .pic .mask{ position:absolute; left:0; top:0; bottom:0; right:0; background:rgba(0,0,0,0.25); opacity:0; transition: all 0.5s ease;}
.case_list li .pic .mask dt{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 5;}
.case_list li .pic .mask dd{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 5;}
.case_list li:hover .pic .mask{ opacity:1;}
.case_list li:hover .pic .mask dd img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}
@-webkit-keyframes rotation{
	from{-webkit-transform:rotate(0deg);}
	to{-webkit-transform:rotate(360deg);}
}

.case_list li .txt{ padding: .1rem 5% .1rem; background:#f8f8f8; transition:all .5s;}
.case_list li .txt h5{ font-size:16px; line-height:36px; font-weight:normal; color:#333; text-align:center;transition:all .5s;}
.case_list li:hover .txt h5{color:#fff;}
.case_list li:hover .txt{background:var(--main_color);}
.case_list li .txt p{ line-height:3; font-size:12px; color:#666;}

@media screen and (max-width:768px) {
.case_list{display: grid;gap:15px;grid-template-columns: repeat(2, 1fr);}
.case_list li{border-radius:5px; margin-bottom:20px;}
.case_list li .txt{ padding: 6px 1px 8px 8px;}
.case_list li .txt h5{ line-height:1.6; font-size:15px;}
.case_list li .txt p{ font-size:13px; line-height:1.6; }
.case_list li:hover .pic .mask dd{ display:none;}
}





/*==================核心优势=======================*/
.hxys_box{padding:.2rem 0 .3rem;}
.hxys_box .tabs2{width:20%;}
.hxys_box .tabs2 a{display:block;padding:.25rem .25rem;border-bottom:1px solid #e8e8e8;font-size:.16rem;position:relative;transition:all .5s;}
.hxys_box .tabs2 a:before{position:absolute;content:'';width:13px;height:13px;border:1px solid rgba(204,204,204,1);border-radius:100%;left:0;top:50%; transform:translateY(-50%); transition:all .5s;}
.hxys_box .tabs2 a:after{position:absolute;content:'';width:7px;height:7px;background:rgba(204,204,204,1);border-radius:100%;left:4px;top:50%; transform:translateY(-50%); transition:all .5s;}
.hxys_box .tabs2 a.active,.hxys_box .tabs2 a:hover{color:var(--main_color);font-weight:bold;}
.hxys_box .tabs2 a.active:before,.hxys_box .tabs2 a:hover:before{border:1px solid var(--main_color);}
.hxys_box .tabs2 a.active:after,.hxys_box .tabs2 a:hover:after{background:var(--main_color);}

#tabs-container2{width:70%;}
.hxys_box li{overflow:hidden;background:#f8f8f8;border-radius:10px;}
.hxys_box li .pic{width:50%;overflow:hidden;order:2;}
.hxys_box li .pic img{width:100%;display:block;}
.hxys_box li .txt{width:50%;order:1;padding:0 .5rem;box-sizing:border-box;}
.hxys_box li .txt h3{font-size:.26rem;font-weight:normal;margin-bottom:.3rem;}
.hxys_box li .txt .desc{line-height:2;text-align:justify;color:#888;font-size:.16rem;}


@media screen and (max-width:768px) {
.hxys_box{padding:0 0 20px;}
.hxys_box .tabs2{width:100%;display:flex;justify-content:space-between; flex-wrap:wrap;margin-bottom:20px;}
.hxys_box .tabs2 a{width:49%;display:inline-block;padding:15px 0;box-sizing:border-box;font-size:14px;background:#f5f5f5;border-bottom:none;border-radius:4px;margin-bottom:10px;text-align:center;}
.hxys_box .tabs2 a:nth-child(2n){margin-right:0;}
.hxys_box .tabs2 a:before{display:none;}
.hxys_box .tabs2 a:after{display:none;}
.hxys_box .tabs2 a.active,.hxys_box .tabs2 a:hover{background:var(--main_color);color:#fff;}

#tabs-container2{width:100%;}
.hxys_box li{border-radius:8px;}
.hxys_box li .pic{width:100%;order:1;height:200px;}
.hxys_box li .pic img{width:100%;height:100%;object-fit:cover;}
.hxys_box li .txt{width:100%;order:2;padding:20px 20px;}
.hxys_box li .txt h3{font-size:18px;margin-bottom:15px}
.hxys_box li .txt .desc{line-height:1.6;font-size:14px;}
}





/*======================返回按钮======================*/
.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;
    }
}
.main_tit{position:relative;}

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

.search_tit{ height:50px; line-height:50px; border-bottom: 1px solid #eee; display: flex;justify-content: space-between; margin:20px 0;}
.search_tit h5{font-size:18px; position:relative; float:left; padding:0 5px;}
.search_tit h5:after{content: "";position: absolute;width:100%; height: 2px;left: 0;bottom: -1px;background:var(--main_color);}

.serch_list{}
.serch_list li{font-size:16px; padding-left:15px; line-height:2.6; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; position:relative;}
.serch_list li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; background:#ccc; position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.serch_list li:nth-child(5n){border-bottom:dotted 1px #ccc; margin-bottom:.25rem; padding-bottom:.25rem;} 
.serch_list li span{color:#888; float:right; font-size:14px;}

@media screen and (max-width:768px) {
.search_box{ padding:15px 15px; }
.serch_list li{font-size:14px; }
.serch_list li span{font-size:12px;}
.serch_n {width:100%;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:10px; box-sizing:border-box;}
.serch_n input[type="text"] {width: 100%;height:44px;background:rgba(255,255,255,0.8);box-sizing: border-box;padding: 0 50px 0 15px;border: none;}
.serch_n .btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.serch_n .btn i{display:none;}
.serch_n .btn button{width:100%;height:100%; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

}



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



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


/*===================内页-联系我们================*/
.lxfs_list { padding-bottom:.8rem;}
.lxfs_list .txt{width:36%; padding:0 .4rem .15rem; box-sizing:border-box; background:#f8f8f8; border-radius:.1rem;}
.lxfs_list .txt dl{width:100%; border-bottom:solid 1px #ddd; padding:.15rem 0; margin-bottom:.1rem;}
.lxfs_list .txt dt{ width:.5rem; }
.lxfs_list .txt dd{width:calc(100% - .55rem);}
.lxfs_list .txt dd h6{ font-size:14px; color:#333; font-weight:normal; margin-bottom:5px;}
.lxfs_list .txt dd p{ font-size:.15rem; font-family:MiSans; color:#666;line-height:1.4;}
@media screen and (max-width:768px) {
.lxfs_list { padding-bottom:25px;}
.lxfs_list .txt{width:100%; padding:0; border-radius:0; background:#fff; margin-top:15px;}
.lxfs_list .txt dl{padding:10px 0; margin-bottom:10px;}
.lxfs_list .txt dt{ width:25px; margin-right:}
.lxfs_list .txt dd{width:calc(100% - 35px);}
.lxfs_list .txt dt img{ max-width:20px; }
.lxfs_list .txt dd h6{margin-bottom:5px;}
.lxfs_list .txt dd p{ font-size:15px; }
	
}

/*地图*/
.map{position:relative; overflow:hidden; width:63%;}
#map1{height:4.6rem; overflow:hidden; border-radius:.1rem;}
.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 img{ display:none;}
.amap-icon:after {content: '';width: 50px;height: 50px;border-radius: 100%;transform: translate(-50%,-50%);
    background:url(../images/mark_map.png) center no-repeat ;
    position: absolute;left: 50%;top: 25%;z-index: 21;text-align: center;color: #fff;font-size: 16px;line-height: 50px;}
.amap-icon:before {content: '';width: 74px;height: 74px;z-index: 11;position: absolute;left: 50%;top: 60%;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; border-radius:0;}
.map .info{display:none;}
}


