<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#e10f1c;        /*主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#CE3F3C;      /* 副色 */ 
	--hui_color:#BED630;    
}

@font-face{font-family:'dinpro4'; src: url('../font/D-DIN-PRO-400-Regular.otf');}
@font-face{font-family:'dinpro5'; src: url('../font/D-DIN-PRO-500-Medium.otf');}
@font-face{font-family:'dinpro6'; src: url('../font/D-DIN-PRO-600-SemiBold.otf');}
@font-face{font-family:'dinpro7'; src: url('../font/D-DIN-PRO-700-Bold.otf');}
@font-face{font-family:'dinpro8'; src: url('../font/D-DIN-PRO-800-ExtraBold.otf');}
@font-face{font-family:'dinpro9'; src: url('../font/D-DIN-PRO-900-Heavy.otf');}
@font-face{font-family:'monr'; src: url('../font/Montserrat-Regular.otf');}
@font-face{font-family:'monb'; src: url('../font/Montserrat-Bold.otf');}
@font-face{font-family:'monl'; src: url('../font/Montserrat-Light.otf');}
@font-face{font-family:'monm'; src: url('../font/Montserrat-Medium.otf');}

body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family:Microsoft Yahei,PingFang SC,Arial, sans-serif; overflow-x:hidden;background:#fff; scroll-behavior: smooth;}
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; }
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{ color:var(--second_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:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mb_50{ padding-bottom:.5rem;}
section{background:#fff; position:relative;}

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


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

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

@media screen and (max-width:768px) {
	body{font-size:14px; }
	.main{width:100%; padding:0 15px; box-sizing:border-box;}
	.only_pc_show{ display:none;}
	.only_m_show{ display:block;}
}
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.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%; position:fixed; background:#fff; 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.2); transition:1s}
.header.on:before{ width:100%}*/
.header .logo {height:.9rem; transition:0.5s all;}
.header .logo img{display:block; /*filter: grayscale(100%) brightness(6000%);*/}

/*下拉菜单*/
.navBox { box-sizing:border-box; position:relative; transition:0.5s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li { position: relative;}
.navBox .nav li&gt;a {padding: 0 .3rem; position: relative; height:100%; display:flex; justify-content:center;align-items:center; }
.navBox .nav li&gt;a .txt {position: relative;z-index: 2;font-size:15px;color:#333;transition:0.5s all;}
.navBox .nav li.active&gt;a .txt{ color:#fff;}
.navBox .nav&gt;li.curr&gt;a .bg {background: var(--main_color);position: absolute;left: 50%; margin-left:-9px; border-radius:20px; bottom:16px;width:18px;display: block;height:3px;transition: 0.5s;}

.navBox .nav&gt;li&gt;a:after{ content:''; display:block; z-index:-1; width:100%; height:0; position:absolute; left:0; bottom:0; background:var(--main_color); transition:0.5s all;}
.navBox .nav&gt;li:hover&gt;a:after{height:100%; left:0; bottom:0;}

.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:.16rem;padding:.15rem 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;top:7px;bottom:7px;left:-15px;width:3px;background: var(--main_color);-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s cubic-bezier(.162,.85,.45,1);transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.subNavbox a.active,.subNavbox a:hover{color:var(--main_color)}
.subNavbox a.active:before,.subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.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 .top_serch{width:.68rem; transition:0.5s all; position:relative; }
.header .top_serch a{height:100%;}
.header .top_serch a svg{width:18px; fill:#999;  transition:0.5s all;}
.header .top_serch a:hover svg{transform:scale(1.2);}
.header .top_serch:after{ content: ""; width:1px; height:14px; background:rgba(0,0,0,.25); display:block;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);transition: 0.5s all;}

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

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

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

/*======================电话======================*/
.header .tel{ color:var(--main_color); font-size:.25rem; transition:0.5s all; margin-left:.25rem; font-family:MiSans;}
.header .tel svg{width:.25rem; fill:var(--main_color); margin-right:6px; transition:0.5s all;}
.header_scroll .tel,.header_white .tel{ color:var(--main_color);}
.header_scroll .tel svg,.header_white .tel svg{fill:var(--main_color);}


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

/*======================手机搜索图标======================*/
.m_serch{ width:50px; height:62px;}
.m_serch a{height:100%;}
.m_serch a svg{width:18px; fill:#333;}

.top_blank{height:.9rem;}

@media screen and (max-width:768px) {
.header{ height:60px; box-shadow: 0 2px 10px rgba(0,0,0,0.25);}
.header .logo{height:60px;}
.header .logo img{ height:25px; filter: grayscale(0%) brightness(100%);}
.header_scroll.header:before{ background:rgba(0,0,0,0);}

.header_right,.navBox{display:none;}
.m_header_right{display:block;}
.top_blank{height:60px;}


.m_header_scroll{background:#fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
.m_header_scroll .top_serch a svg{fill:#999;}
.m_header_scroll .logo img{filter: grayscale(0%) brightness(100%);}
.m_header_scroll .logo .txt h2{color:#000;}
.m_header_scroll .logo .txt p{color:#888; }

	

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

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

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


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


/*======================轮播图======================*/
#banner {width:100%;height:calc(100vh - 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:0; width:100%; height:100%;/*text-shadow:rgba(0,0,0,0.3) 0px 1px 10px;*/}
#banner .txt h3{font-size:3.8vw; color:#fff; margin-bottom:.35rem; /*transform:translateY(200px);opacity:0;*/transition:all 0.3s; }
#banner .txt p{font-size:2vw; color:#fff; margin-bottom:.5rem; /*transform:translateY(200px);opacity:0;*/transition:all 0.6s;}

#banner .swiper-slide-active .txt h3,
#banner .swiper-slide-active .txt p{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,.1);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(--main_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:230px; position:relative; }
#banner .swiper-slide{display: block;}
#banner .txt {padding:0 15px; box-sizing:border-box;}
#banner .txt h3{ font-size:20px; margin-top:0px; margin-bottom:12px;}
#banner .txt p{font-size:16px; line-height:1.3; text-align:center;}
#banner .draw_h{display:none;}
#banner .swiper-pagination{bottom:15px;}
#banner .swiper-pagination-bullet {width:30px;}
}	

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

@media screen and (max-width:768px) {
.main_tit{padding:30px 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:15px; }
.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;}

}


/*================更多链接=====================*/
.lean_more{display:flex;}
.lean_more a{padding:0 .4rem; height:.5rem; 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 .5rem; height:46px;}
	
}


/*==========首页-公司介绍=============*/
.index_about{background: url(../images/map_bg1.png) no-repeat left 0.5rem top; padding: 1rem 0;}
.index_about .txt{width:43%;}
.index_about .txt h5{font-size:.16rem; letter-spacing:1.8px; color:#666; font-weight:normal; margin-bottom:.11rem; padding-left:5px;}
.index_about .txt h3{font-size:.46rem; margin-bottom:.25rem;color:#000;}
.index_about .txt h2{font-size:.25rem; margin-bottom:.3rem;}
.index_about .txt .con{color:#555;line-height:2; font-size:.16rem; text-align:justify; margin-bottom:.5rem; }

.index_about .pic{width:50%;position:relative;box-sizing:border-box; z-index:2;}
.index_about .pic .img{ border-radius:.15rem; overflow:hidden;}
.index_about .pic .img img{width:100%;display:block;}
.index_about .pic .ico{position:absolute;top:50%;left:50%; transform:translate(-50%,-50%);width: 1rem; height:1rem; cursor: pointer;border-radius: 50%;}
.index_about .pic .ico .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.index_about .pic .ico .mask img{animation: roll 3s infinite linear;}
@-webkit-keyframes roll {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes roll {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media screen and (max-width:768px) {
.index_about{background:url(../images/map_bg1.png) no-repeat left 15px top;padding:30px 0; background-size:100% auto; box-sizing:border-box;position:static;}
.index_about .txt{width:100%;}
.index_about .txt h3{font-size:20px;}
.index_about .txt .line{width:20px;margin:10px 0 15px;}
.index_about .txt h2{font-size:18px; }
.index_about .txt .con{line-height:2;margin:0px 0 25px;font-size:14px;}

.index_about .pic{width:100%;border-radius:5px;overflow:hidden;order:2; margin-top:25px;}
.index_about .pic .video{width:50px; height:50px;}

}

/*数字*/
.index_shuzi{margin-top:.8rem; width:100%;}
.index_shuzi li{ color:var(--main_color); position:relative;  box-sizing:border-box; text-align:center; font-size:.2rem;}
.index_shuzi li i{font-size: .42rem; font-style:normal; margin-right:2px; font-family:"MiSans"; font-weight:bold;}
.index_shuzi li span{ }
.index_shuzi li p{ font-size:14px; margin-top:6px; color:#666;}


@media only screen and (max-width: 768px){
.index_shuzi{margin:35px 0 15px;}
.index_shuzi li{ font-size:14px;}
.index_shuzi li i{font-size:26px;}
.index_shuzi li span{ }
.index_shuzi li p{ font-size:14px; margin-top:6px; color:#666;}

}


/*==========箭头=============*/
.my_arrow .arr{width: 60px;height: 60px;border: 1px solid #fff;border-radius: 50%;transition: all .3s;}
.my_arrow .arr span {width: 18px;height: 2px;background-color: #fff;position: relative;transform: rotate(-45deg);transition: all .3s;}
.my_arrow .arr span::before, .my_arrow .arr span::after {content: "";width: 8px;height: 2px;background-color: #fff;transform-origin: right;position: absolute;right: 0;transition: all .3s;}
.my_arrow .arr span::before {transform: rotate(-45deg);top: 0;}
.my_arrow .arr span::after {transform: rotate(45deg);bottom: 0;}
.my_arrow li:hover .arr { background:var(--main_color);border: 1px solid var(--main_color); }
.my_arrow li:hover .arr span {transform: rotate(0);/*background-color:var(--main_color);*/}
.my_arrow li:hover .arr span::before, .my_arrow li:hover .arr span::after {/*background-color:var(--main_color);*/}

.index_solution .arr{ position:absolute; left:.4rem; bottom:50px;}
@media only screen and (max-width: 768px){
.my_arrow .arr{width:40px;height: 40px;}
.index_solution .arr{ left:.4rem; bottom:15px;}
}

/*==========首页-产品应用=============*/
.index_solution li{width:32%;position:relative;overflow:hidden;margin-bottom:.25rem;border-radius:.15rem;}
.index_solution li .pic{overflow:hidden; max-height:4rem;}
.index_solution li .pic img{transition:all .3s;}
.index_solution li:nth-child(1){width:66%;}
.index_solution li:nth-child(4){background:#fff;}
.index_solution li .txt{position:absolute;top:.4rem;left:.3rem;right:.3rem;}
.index_solution li .txt h3{font-size:.28rem;color:#fff; margin-bottom:.1rem; line-height:1.5;}
.index_solution li .txt p{color:#fff;font-size:16px;line-height:1.6;text-transform:uppercase;}
.index_solution li .wz{position:relative;}
.index_solution li .wz:before{position:absolute;content:'';background:url(../images/fuhao.png) no-repeat left center;top: -54px;left: -61px; width:100px;height:100px;}
.index_solution li .wz:after{position:absolute;content:'';background:url(../images/fuhao2.png) no-repeat right center;bottom: -34px;right: -70px; width:100px;height:100px;}

.index_solution li .wz h2{font-weight:normal;font-size:.3rem;color:#000;line-height:1.8;text-align:center;}
.index_solution li .img{overflow:hidden;margin:.5rem auto 0;width:90%;}
.index_solution li .img img{max-width:60%;display:block;}
.index_solution li:hover .pic img{ transform:scale(1.1,1.1);}


@media screen and (max-width:768px) {
.index_solution li{width:100%;margin-bottom:15px;border-radius:5px;}
.index_solution li .pic{height:220px;}
.index_solution li .pic img{width:100%;height:100%;object-fit:cover;}
.index_solution li:nth-child(1){width:100%;}
.index_solution li:nth-child(4){display:none;}
.index_solution li .txt{top:0;left:0; right:0; width:100%;height:100%;background:rgba(0,0,0,.2);padding:20px 15px 0;box-sizing:border-box;}
.index_solution li .txt h3{font-size:18px;margin-top:5px; font-weight:bold;}
.index_solution li .txt p{font-size:14px; display:none;}

}

/*=====================产品优势==============================*/
.index_ys_bg{background:url(../images/ys_bg.jpg) no-repeat center bottom fixed; background-size: cover; padding:.35rem 0 1rem;}
.index_ys {margin:.1rem 0 .8rem;}
.index_ys li{width:13%; padding:.3rem 0; border-radius:.1rem;border: 1px solid #6981a1; background: rgba(255, 255, 255, .2);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px); transition:0.5s all;}
.index_ys li .ico{ width:.66rem; margin-bottom:.25rem;}
.index_ys li .ico img{ transition:0.5s all; width:100%; filter: grayscale(100%) brightness(6000%);}
.index_ys li:hover img {transform: rotateY(180deg);}
.index_ys li p{ font-size:.2rem; color:#fff;}
.index_ys li:hover{ border: 1px solid var(--main_color); background: var(--main_color);}
@media screen and (max-width:768px) {
.index_ys {margin:.1rem 0 .5rem;}
.index_ys li{width:30%; padding:.3rem 0; border-radius:10px; margin-bottom:15px;}
.index_ys li:nth-child(n+4){width:22.5%; }
.index_ys li p{ font-size:15px;}

}

/*=====================滚动组图==============================*/
.scroll_zutu{position:relative;overflow:hidden;padding:0 0 .8rem;}
.scroll_zutu figure .pic{overflow:hidden;border-radius:.1rem;}
.scroll_zutu figure .pic img{width:100%;display:block; transition:0.5s all;}
.scroll_zutu figure:hover .pic img{ transform:scale(1.1);}
.scroll_zutu figure .txt{ margin-top:.15rem;}
.scroll_zutu figure .txt h2{ font-size:.18rem; font-weight:normal; line-height:1.6;}


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

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

@media screen and (max-width:768px) {
.scroll_zutu{padding:0 0 50px;}
.scroll_zutu figure .txt{ margin-top:.15rem;}
.scroll_zutu figure .txt h2{ font-size:16px;}


/*按钮切换*/
.scroll_zutu .swiper-button-prev,.scroll_zutu .swiper-button-next {width:36px;height: 36px;}
.scroll_zutu .swiper-button-prev i,.scroll_zutu .swiper-button-next i{font-size:14px;}
.scroll_zutu .swiper-button-prev{left:0;}
.scroll_zutu .swiper-button-next{left:40px;}

/*分页器*/
.scroll_zutu .swiper-pagination-progressbar{width:77%!important;height:2px!important;}
.scroll_zutu .swiper-pagination { bottom:15px;right:0;}
}



/*================底部快速链接=====================*/
.f_lianjie{background:#f4f5f7; padding:.35rem 0 .25rem;}
.f_lianjie li{width:23.8%;}
.f_lianjie li a{ border-radius:5px; padding:.25rem .25rem; background:#fff; transition:0.3s all;}
.f_lianjie li .ico{width:54px; background:var(--main_color); border-radius:5px; overflow:hidden; margin-right:.25rem;}
.f_lianjie li .ico img{ width:100%; display:block;}
.f_lianjie li .txt h3{ font-size:16px; margin-bottom:.1rem;}
.f_lianjie li a:hover{background:var(--main_color); color:#fff;}
@media screen and (max-width:768px) {
.f_lianjie li{width:48.5%; margin-bottom:12px;}
.f_lianjie li a{padding:.2rem 0 .2rem .1rem;}
.f_lianjie li .ico{width:40px; margin-right:1px;}
.f_lianjie li .txt h3{ font-size:14px; margin-bottom:.1rem;}
.f_lianjie li .txt p{ font-size:12px;}


}


/*================底部=====================*/
#particles-js{position: absolute;width: 100%; height:100%; z-index:2; left:0; top:0; pointer-events: none; }
#particles-js {opacity: 0.36;}
	
.foot_bg{ background:#171D24;padding:9vh 0 0;}
.foot_logo{width:100%; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom:.3rem;}
.foot_logo img{ margin-right:.25rem;}
.foot_logo p{color:#8f8f8f; font-size:.16rem; letter-spacing:2px; padding-top:12px;}

.foot_bg .box1{ padding-top:.5rem;}


.foot_box1 li{ display:inline-block; padding-right:.3rem; margin-right:.3rem; position:relative;}
.foot_box1 li:after{position:absolute;content:'';display:block;top:0;right:0;width:1px;height:.16rem;background:rgba(255,255,255,0.1);}
.foot_box1 li:last-child{ margin-right:0; padding-right:0;}
.foot_box1 li:last-child:after{width:0;}
.foot_box1 li a{color:#8f8f8f;font-size:.16rem; transition: all .3s;}
.foot_box1 li a:hover{color:#fff;}

.foot_box2{color:#8f8f8f; margin-top:.35rem; line-height:2.2; font-size:.16rem;}

.foot_tel{text-align:right;}
.foot_tel p{color:#8f8f8f;font-size:.16rem;}
.foot_tel h4{margin:.15rem 0 .15rem; line-height:1.5;}
.foot_tel h4 a{font-family:'MiSans';color:rgba(255,255,255,.8);font-size:.33rem;font-weight:normal;}
.foot_tel dl{margin-top:.25rem;}
.foot_tel dl a{color:rgba(255,255,255,.8); font-family:'dinpro4'; font-size:.2rem;}

.copyright{width:100%;padding: 4.81vh 0px;border-top: 1px solid rgba(255,255,255,0.1);margin-top:.5rem;color:#8f8f8f;}
.copyright a{color:#8f8f8f;transition: all .3s;}
.copyright span{display: none;}
.copyright .foot_link li{padding:0 .1rem;position:relative;}
.copyright .foot_link li:after{position:absolute;content:'';right:0;top:50%; transform:translateY(-50%);width:1px;height:12px;background:rgba(255,255,255,.2);}
.copyright .foot_link li:last-child{padding-right:0;}
.copyright .foot_link li:last-child:after{display:none;}
.copyright .foot_link li:hover a{color:#fff;}


@media only screen and (max-width: 768px){
#particles-js{display:none;}
.foot_bg{padding:50px 0 0;}
.foot_logo{width:100%;overflow:hidden;text-align:center;margin-bottom:0px; border-bottom:0;}
.foot_logo .pic{width: 100%;}
.foot_logo img{height:28px; margin-right:0;}
.foot_logo p{width:100%; font-size:12px; margin-top:8px; letter-spacing:5px;}
.foot_bg .box1{ padding-top:20px;}
.foot_box1,.foot_box2,.copyright .foot_link{display:none;}

.foot_tel{width:100%;text-align:center;}
.foot_tel p{font-size:13px;}
.foot_tel h4{font-size:30px;margin:10px 0 10px; line-height:1.2;}
.foot_tel h4 a{ color:rgba(255,255,255,.8);font-size:22px;}

.foot_tel dl{font-size:16px;margin-top:10px;}

.copyright{padding: 15px 0px;margin-top:20px;color:#8f8f8f;}
.copyright span{ display:inline-block;}
.copyright p{font-size:12px;width:100%;text-align:center;line-height:1.6;}
.copyright a{font-size:12px;}


}

.m_f_blank,.m_footer{display:none;}
@media screen and (max-width:768px) {
.m_f_blank{ height:56px; display:block;}
.m_footer{ display:flex; height:56px; background:#fff; border-top:solid 1px #e8e8e8; box-sizing:border-box; position:fixed; left:0; bottom:0; width:100%; z-index:99;}
.m_footer li{ width:25%; text-align:center; font-size:14px;}
.m_footer li .ico{ margin:8px auto 2px; position:relative;}
.m_footer li .ico svg{ height:22px; fill:#666;}
.m_footer li .ico span{position: absolute; right: 12px; top: -5px; font-size:10px; display:block; width:15px; line-height:15px; border-radius:100%; text-align:center;background:var(--second_color); color:#fff;}
.m_footer li a{display:block;}
.m_footer li.active .txt{color:var(--main_color);}
.m_footer li.active .ico svg,.m_footer li:hover .ico svg{fill:var(--main_color);}
}

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


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

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

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

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

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

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

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

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

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

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

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


/*=============内页-公司简介============*/
.page_about{ padding:.8rem 0 1rem;/* background: url(../images/map_bg1.png) no-repeat left 0.5rem top;*/}
.page_about .about_pic{ width:47%;overflow:hidden;/* background:url(../images/wangdian.png) no-repeat right top; box-sizing:border-box; padding:.5rem .5rem 0 0;*/}
.page_about .about_pic img{ border-radius:.1rem; }
.page_about .about_con{width:47%; }
.page_about .about_con h1{font-size:.42rem; color:#000; position:relative;}
.page_about .about_con h1:after{ content:''; display:block; width:.3rem; height:4px; background:var(--main_color); border-radius:5px; margin:.2rem 0 .25rem; }
.page_about .about_con h1 span{ position:relative;}
.page_about .about_con h1 span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.07rem;
    width: 100%;
    height: 0.12rem;
    background: #ffb044;
    z-index: -1;
    border-radius: 0.06rem;
}
/*.page_about .about_con h3:after{ content:''; height:4px; width:.3rem; background:#FF7F27; border-radius:5px; display:block; margin:.2rem 0 .3rem 0;}*/

.aboutbar{width: 100%; height:auto;overflow-y: auto;padding-right:.25rem;}
.aboutbar::-webkit-scrollbar {width: 2px;height: 4px;}
.aboutbar::-webkit-scrollbar-thumb {border-radius: 5px;background:var(--main_color);}
.aboutbar::-webkit-scrollbar-track {border-radius: 0;background: #ededed;}
.aboutbar p{font-size:.16rem; line-height:2;margin-bottom:.15rem;text-align: justify;text-justify: distribute;}
.aboutbar p:last-child{margin-bottom:0;} 


@media screen and (max-width:768px) {
.page_about{ background-size:contain; padding:.6rem 0 1rem;}
.page_about{ padding-bottom:30px;}

.page_about .about_pic{ width:100%;  order:2; padding:0;}
.page_about .about_pic img{ overflow:hidden;}
.page_about .about_con{width:100%; order:1; margin-bottom:20px;}
.page_about .about_con h1{font-size:20px; text-align:center;}
.page_about .about_con h1:after{width:20px; margin:.2rem auto .25rem; }

.aboutbar p{font-size:14px; margin-bottom:12px;}

}


/*===================企业文化================*/
.qywh_bg{background: url(../images/black.jpg) center no-repeat fixed;background-size:cover;}
.qywh_bg .main_tit{padding:1.5rem 0 2rem;}
.qywh_bg .main_tit h2,.qywh_bg .main_tit p{color:#fff;}
.qywh_box{background:#fff;}
.qywh_box li{width:20%;border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background:#fff; box-sizing:border-box;padding:.6rem .1rem .45rem;position:relative; }
.qywh_box li::after {position: absolute;content: '';left: 0;right: 0;top: 0;bottom: 0;height: 0;width: 0;height: 100%;transition: all 0.5s;
background:var(--main_color);}
.qywh_box li:last-child{border-right:0;}
.qywh_box li .ico,.qywh_box li .txt{position: relative;z-index: 99;}
.qywh_box li .ico img{transition: all 0.5s; height:.5rem;}
.qywh_box li .txt h3{font-size:.22rem;margin:.3rem 0 .25rem;color:#000;transition: all 0.5s;}
.qywh_box li .txt p{font-size:.16rem; color:#666;transition: all 0.5s; line-height:1.6; text-align:center;}

.qywh_box li:hover::after{width:100%;}
.qywh_box li:hover h3,.qywh_box li:hover p{color:#fff;}
.qywh_box li:hover .ico img{filter: grayscale(100%) brightness(5000%); transform:scale(1.2);}



@media screen and (max-width:768px) {
.qywh_bg{background: url(../images/black.jpg)  top center no-repeat scroll;background-size:auto 220px;}
.qywh_bg .main_tit{padding:50px 0;}
.qywh_box li{width:100%;padding:15px 15px 15px; border-bottom:solid 1px #e8e8e8; display:flex;justify-content:flex-start; flex-wrap:wrap;}
.qywh_box li .ico{width:60px; margin-right:10px;}
.qywh_box li .ico img{width:33px; height:auto;}
.qywh_box li .txt {align-items:flex-start;}
.qywh_box li .txt h3{font-size:16px;margin:10px 0 6px;}
.qywh_box li .txt p{font-size:14px; line-height:1.4;text-align:center;}
}

/*======================内页快速链接======================*/
.page_about_link{ margin:1rem auto;}
.page_about_link li{ width:48.5%; position:relative; border-radius:.1rem; overflow:hidden;}
.page_about_link li .pic{ height:3.8rem; overflow:hidden;}
.page_about_link li .pic img{ transition:0.3s all;}
.page_about_link li:hover .pic img{ transform:scale(1.1);}
.page_about_link li .txt{ position:absolute; left:0; top:0; width:100%; height:100%; padding:50px 11%; box-sizing:border-box;}
.page_about_link li .txt h3{ font-size:.3rem; color:#fff; }
.page_about_link .arrow {width: 60px;height: 60px;border: 1px solid #fff;border-radius: 50%;transition: all .3s; position:absolute; left:11%; bottom:50px;}
.page_about_link .arrow span {width: 18px;height: 2px;background-color: #fff;position: relative;transform: rotate(-45deg);transition: all .3s;}
.page_about_link .arrow span::before, .page_about_link .arrow span::after {content: "";width: 8px;height: 2px;background-color: #fff;transform-origin: right;position: absolute;right: 0;transition: all .3s;}
.page_about_link .arrow span::before {transform: rotate(-45deg);top: 0;}
.page_about_link .arrow span::after {transform: rotate(45deg);bottom: 0;}
.page_about_link li:hover .arrow { background:var(--main_color);border: 1px solid var(--main_color); }
.page_about_link li:hover .arrow span {transform: rotate(0);/*background-color:var(--main_color);*/}
.page_about_link li:hover .arrow span::before, .page_about_link li:hover .arrow span::after {/*background-color:var(--main_color);*/}
@media screen and (max-width:768px) {
.page_about_link li{ width:100%; border-radius:10px; margin-bottom:15px;}
.page_about_link li .pic{ height:180px;}
.page_about_link li .txt{ padding:30px 6%;}
.page_about_link li .txt h3{ font-size:18px; }
.page_about_link .arrow {width: 46px;height: 46px; left:6%; bottom:30px;}

}


/*======================资质荣誉======================*/
.ryzz_bg{background:#f1f1f1;padding-bottom:.8rem;}
.zzry_list{ overflow:hidden;  box-sizing:border-box; padding:0 10px; margin-bottom:.5rem;}
.zzry_list li,
.zzry_list figure {background: #fff; padding:.2rem 10px; box-sizing:border-box; border-radius:10px; overflow:hidden;}
.zzry_list li .pic,
.zzry_list figure .pic{ height:2.6rem;}
.zzry_list li .pic img,
.zzry_list figure .pic img{max-width:100%;max-height:100%;display: inline-block;opacity:1;}
.zzry_list li .txt,
.zzry_list figure .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,
.zzry_list figure:hover .txt{ opacity:1; transform: scale(1);}
.zzry_list li p,
.zzry_list figure p{ text-align:center; margin-top:.15rem;}

.one{ height:340px; overflow:hidden;position:relative; }
.one ul{height:340px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li,.one ul figure{display:block;float:left;margin:0 8px; width: 250px; height:340px; position:relative;}


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

.one{ height:240px;}
.one ul{height:240px;} /*ul width的宽不能过小*/
.one ul li,.one ul figure{ margin:0 6px; width: 200px; height:240px;}
}







/*======================参观公司======================*/
.cggs_list{ box-sizing:border-box; margin:0 0 0 0;}
.cggs_list .swiper-slide{transform: scale(0.9)!important; transition:0.5s all;}
.cggs_list .swiper-slide.swiper-slide-active {transform: scale(1)!important;}
.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(--main_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,#cggs_btn .swiper-button-next {width: 53px;height: 53px;background:none; opacity:1;top: 50%; z-index:8;transition: all 0.4s ease 0s; border:solid 1px #ddd; border-radius:100%;}
#cggs_btn .swiper-button-prev{left:26.6%;}
#cggs_btn .swiper-button-next {right:26.6%;}
#cggs_btn .swiper-button-prev:hover,#cggs_btn .swiper-button-next:hover{ background:var(--main_color); color:#fff; border:solid 1px var(--main_color);}

/*分页器*/
#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_btn .swiper-button-prev,#cggs_btn .swiper-button-next { display:none;}
}


/*======================服务支持======================*/
.fwzc{position:relative; margin-bottom:.5rem; overflow:hidden; padding-bottom:40px;}
.fwzc li{text-align: center; background: #f5f6f7;border-radius: 10px; overflow: hidden;position: relative; padding:.35rem .15rem .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; font-family:din;}
.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 .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; }

}


/*=======================荣誉资质==============================*/
.ry_box2{ margin-top:.1rem;}
.ry_box2 .left{ width:300px; display:flex; align-self:flex-end;}
.ry_box2 .left img{ width:100%;}
.ry_box2 .right{ width:calc(100% - 300px); margin-bottom:.25rem;}
.circle{height: 88px;width: 88px;position:relative; }
.circle .pic { background:var(--main_color);  border-radius: 50%; width:100%; height:100%; position:relative; z-index:2;}
.circle span {width: 180%;height: 180%;position: absolute;top: -40%;left: -40%;border-radius: 50%;background-color:var(--main_color);transform: scale(0.5);animation: circleScale 3s linear infinite; z-index:1;}
.circle span:nth-of-type(2) {animation-delay: 1s;}
.circle span:nth-of-type(3) {animation-delay: 2s;}
@keyframes circleScale {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/*荣誉滚动*/
.select {}
.select .explain { width:300px;}
.select .explain ul {position:relative; padding:50px 0 0 60px}
.select .explain ul:before{ position:absolute; left:40px; top:0; content:''; width:2px; height:100%; display:block; background:#e8e8e8;}

.select .explain ul li {cursor: pointer;margin-bottom:.1rem; line-height:1.5;transition: all 0.3s; position:relative;}
.select .explain ul li:after{content:"";position:absolute;top:50%;left:-25px; background:#fff; transform:translateY(-50%); border:solid 2px #ccc; width:8px; height:8px; border-radius:50%; transition: all 0.3s;}

.select .explain ul li.current{ color:var(--main_color);}
.select .explain ul li.current:after{ border:solid 2px var(--main_color);}

.select .con {width:calc(100% - 320px); overflow: hidden; padding-top:.3rem;}
.select .select_swiper .select_side {text-align: center;  position: relative; cursor: url(../images/move.png),default!important;}
/*.select .select_swiper .select_side img{width:100%; display:block;}*/
.select .select_swiper .select_side::before {content: '';background-color: #ffffff;width: 100%;height: 100%;left: 0;top: 0;position: absolute;opacity: 0.6;}
.select .select_swiper .select_side.swiper-slide-active::before {opacity: 0;}

.select_side .bg{ position:relative; z-index:2;}
.select_side .bg img{width:100%; display:block; }
.select_side .pic{ position:absolute; width:100%; height:100%; background:#fff; left:0; top:0; z-index:1;}
.select_side .pic img{ max-width:100%; max-height:100%;}

@media screen and (max-width:768px) {
.circle{height:60px;width: 60px; margin-left:5%;}
.circle .pic img{ width:50%;}
.select .explain ul {padding:40px 0 0 50px}
.select .explain ul:before{left:30px;}
.select .explain ul li {margin-bottom:10px; line-height:1.2; font-size:14px;}

.ry_box2 .left{ display:none;}
.ry_box2 .right{ width:100%;}
.select .explain { width:95%; margin-left:5%;}
.select .con {width:100%; margin-bottom:50px; }

}


/*==================图片列表放大=================*/
.page_pic_show{ margin-bottom:.68rem;}
.page_pic_show figure{width:23.5%;margin-right:2%;margin-bottom:.3rem;overflow:hidden;border-radius:6px;}
.page_pic_show figure:nth-child(4n){margin-right:0;}
.page_pic_show figure img{width:100%;display:block; transition:all .5s;}
.page_pic_show figure:hover img{transform:scale(1.1);}

@media screen and (max-width:768px) {
.page_pic_show figure{width:100%;margin-right:0;margin-bottom:15px;border-radius:5px;}
.page_pic_show figure:nth-child(2n){margin-right:0;}
.page_pic_show figure:nth-child(4n){margin-right:auto;}
.page_pic_show figure img{width:100%;display:block; transition:all .5s;}	
}





/*=========================产品单页============================*/
.page_pro_bg{ background:url(../images/bg2.jpg) no-repeat center bottom; background-size:cover;}
.page_pro_info{ padding-bottom:.8rem;}
.page_pro_info .pic{width:50%; order:2; overflow:hidden; border-radius:.1rem;}
.page_pro_info .txt{width:45%; order:1; box-sizing:border-box; text-align:justify;}
.page_pro_info .txt h3{ font-size:.3rem; position:relative; color:#000; margin-bottom:.3rem;}
.page_pro_info .txt h3:after{ content:''; display:block; position:absolute; left:0; bottom:-5px; width:1.25rem; height:10px; background:var(--main_color); border-radius:5px; opacity:0.2;}
.page_pro_info .txt p{ font-size:.16rem; line-height:2; margin-bottom:.15rem;}
@media screen and (max-width:768px) {
.page_pro_bg{ background:#fff;}
.page_pro_info{ background:#fff; border-radius:0;}
.page_pro_info .pic{width:100%; order:1; border-radius:10px; overflow:hidden;}
.page_pro_info .txt{width:100%; order:2; padding:0;}
.page_pro_info .txt h3{ font-size:18px; margin-bottom:10px;}
.page_pro_info .txt p{ font-size:14px; line-height:2; margin-bottom:10px;}

}

.main_tit2{ padding:.68rem 0 .35rem;}
.main_tit2 h2{ font-size:.33rem; color:#000; position:relative; padding-left:20px;}
.main_tit2 h2:after{ content:''; display:block; width:6px; height:.25rem; background:var(--main_color); border-radius:.2rem; position:absolute; left:0; top:50%; transform:translateY(-50%);}
@media screen and (max-width:768px) {
.main_tit2{ padding:.68rem 0 .35rem;}
.main_tit2 h2{ font-size:20px; padding-left:15px;}
.main_tit2 h2:after{width:5px; height:15px;}
}

.youshi_bg{background:url(../images/ys_bg.jpg) no-repeat fixed; background-size:cover; padding-bottom:.5rem;}
.pro_youshi{}
.pro_youshi li{width:32%; margin-right:1.5%; margin-bottom:.25rem; border:solid 0px #e8e8e8; background:#fff; padding:.28rem .2rem .2rem; box-sizing:border-box; border-radius:.1rem; transition:0.5s all; box-shadow: 0px 0px 20px 0px rgb(20 18 18 / 5%);}
.pro_youshi li:nth-child(3n){ margin-right:0;}
.pro_youshi li .ico{width:.6rem;}
.pro_youshi li .ico img{ max-width:100%;}
.pro_youshi li .txt{width:calc(100% - .8rem);}
.pro_youshi li .txt h2{ font-size:.2rem; color:#000;}
.pro_youshi li .txt p{ line-height:1.8; font-size:.16rem; margin-top:.15rem; text-align:justify; color:#666;}
.pro_youshi li:hover{ background:var(--main_color);}
.pro_youshi li:hover .ico img{filter: grayscale(100%) brightness(6000%);}
.pro_youshi li:hover .txt h2{ color:#fff;}
.pro_youshi li:hover .txt p{color:rgba(255,255,255,0.88);}
@media screen and (max-width:768px) {
.youshi_bg{}
.pro_youshi li{width:100%; margin-right:0; margin-bottom:12px; padding:15px 15px 10px; border-radius:10px;}
.pro_youshi li .ico{width:40px;}
.pro_youshi li .txt{width:calc(100% - 60px);}
.pro_youshi li .txt h2{ font-size:16px; color:#000;}
.pro_youshi li .txt p{ line-height:1.6; font-size:14px; margin-top:8px;}
}

.pro_table{}
.pro_table table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:.16rem; line-height:2;}
.pro_table table p{margin-bottom:0;}
.pro_table table tr:nth-child(1){ font-size:.18rem; color:#fff; background:var(--main_color); text-align:center;}
.pro_table table td{padding:10px 10px; border:1px solid #fff;}
.pro_table table tr:nth-child(2n){ background:#f2f2f2;}
.table_scroll{ overflow:auto;}
@media screen and (max-width:768px) {
.pro_table table{font-size:14px; line-height:1.6;}
.pro_table table tr:nth-child(1){ font-size:16px;}
.pro_table table td{padding:5px 10px;}
}

.yyly_list{ margin-bottom:.8rem;}
.yyly_list li{width:23.5%; overflow:hidden; transition:0.5s all; }
.yyly_list li .pic{ overflow:hidden; border-radius:.1rem .1rem 0 0;}
.yyly_list li .pic img{ transition:0.5s all;}
.yyly_list li .txt{ text-align:center; padding:.2rem .15rem; background:var(--main_color); border-radius:0 0 .1rem .1rem;}
.yyly_list li .txt h2{font-size:.18rem;color:#fff;  transition:0.5s all;}
.yyly_list li:hover .pic img{ transform:scale(1.1);}
@media screen and (max-width:768px) {
.yyly_list li{width:48%; margin-bottom:15px;}
.yyly_list li .txt h2{font-size:14px;}

}

/*=========================内页-应用领域============================*/
.page_yyly{ }
.page_yyly .item{ background:#fff; border-radius:.1rem; overflow:hidden; margin-bottom:.6rem; box-shadow: 0px 0px 20px 0px rgb(20 18 18 / 5%);}
.page_yyly .item .pic{width:50%;}
.page_yyly .item .info{width:50%; padding:.4rem .5rem .25rem; box-sizing:border-box;}
.page_yyly .item .info h2{ background:var(--main_color); font-size:.2rem; display:inline-block; color:#fff; padding:0 .3rem; line-height:.46rem; margin-bottom:.35rem; border-radius:.3rem 0 .3rem 0;}
.page_yyly .item ul.aboutbar{height:3.5rem;}

.page_yyly li{ border-bottom:dotted 1px #ddd; box-sizing:border-box; transition:0.5s all; padding-bottom:.1rem; margin-bottom:.15rem;}
.page_yyly li .ico{width:.35rem;}
.page_yyly li .ico img{ max-width:100%;}
.page_yyly li .ico i{ color:var(--main_color); font-size:.28rem;}
.page_yyly li .txt{width:calc(100% - .5rem);}
.page_yyly li .txt h3{ font-size:.18rem; color:#000; margin-bottom:.1rem;}
.page_yyly li .txt p{ line-height:1.8; font-size:.16rem;  text-align:justify; color:#666;}

@media screen and (max-width:768px) {
.page_yyly .item{ border-radius:10px;}
.page_yyly .item .pic{width:100%; border-radius:10px; overflow:hidden; background:#000;}
.page_yyly .item .pic img{ }
.page_yyly .item .info{width:100%; padding:20px 20px 10px;}
.page_yyly .item .info h2{font-size:16px;  padding:10px 25px; line-height:1.5; margin-bottom:25px; border-radius:25px 0 25px 0;}
.page_yyly .item ul.aboutbar{height:auto;}

.page_yyly li{padding-bottom:10px; margin-bottom:15px;}
.page_yyly li .ico{width:.35rem;}
.page_yyly li .ico i{font-size:18px; line-height:1.2;}
.page_yyly li .txt{width:calc(100% - .5rem);}
.page_yyly li .txt h3{ font-size:16px; margin-bottom:10px; line-height:1.2;}
.page_yyly li .txt p{ line-height:1.6; font-size:14px;}

}


/*=========================内页-产品封面============================*/
.pro_cate{ margin-bottom:1rem;}
.pro_cate li{width:100%;margin-bottom:.5rem; background:#f2f2f2; /*box-shadow: 0px 0px 20px 0px rgb(20 18 18 / 5%);*/}
.pro_cate li .pic{overflow:hidden;width:50%;}
.pro_cate li .pic img{width:100%;display:block;transition:all .5s;}
.pro_cate li .pic:hover img{ transform:scale(1.1);}
.pro_cate li .txt{width:50%;padding:.5rem .5rem .1rem .8rem;box-sizing:border-box;  font-size:.17rem; text-align:justify;}
.pro_cate li .txt h2{font-size:.35rem; font-weight:normal; color:#000;position:relative; margin-bottom:.2rem;}
.pro_cate li .txt h2 a{ color:var(--main_color);}
.pro_cate li .txt p{ line-height:2; padding-bottom:20px; border-bottom: 1px solid #cccccc;}
.pro_cate li .txt dt{ font-size:18px; color:#000;  padding:12px 0; border-bottom: 1px solid #cccccc; cursor:pointer;}
.pro_cate li .txt dt i{ transition:0.5s all;}
.pro_cate li .txt dt.active i{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.pro_cate li .txt dd{line-height:1.8; padding:10px 0; display:none;}
@media screen and (max-width:768px) {
.pro_cate li .pic{width:100%;}
.pro_cate li .txt{width:100%;padding:20px 15px; font-size:14px;}
.pro_cate li .txt h2{font-size:18px; font-weight:bold; margin-bottom:10px;}
.pro_cate li .txt p{ line-height:1.8; }
.pro_cate li .txt dt{ font-size:15px; padding:12px 0;}


}


/*=========================内页-产品列表============================*/
.pro_list {margin-bottom:.5rem;}
.pro_list li{background:#fff;width:31%;margin-right:3.5%;overflow:hidden;border-radius:10px;margin-bottom:.46rem; box-shadow: 0px 0px 20px 0px rgb(20 18 18 / 5%);}
.pro_list li:nth-child(3n){margin-right:0;}

.pro_list li .pic{overflow:hidden;}
.pro_list li .pic img{width:100%;display:block;transition:all .5s;}

.pro_list li .txt{padding:.4rem .3rem;box-sizing:border-box;}
.pro_list li .txt h2{display:inline-block;font-size:.24rem;font-weight:normal; position:relative;transition:all .5s;}
.pro_list li .txt p{color:#666;line-height:1.8; text-align:justify;margin:.15rem 0 ;}
.pro_list li:hover .pic img{ transform:scale(1.1,1.1);}


@media screen and (max-width:768px) {
.pro_list li{width:100%;margin-right:0;border-radius:4px;margin-bottom:20px;}
.pro_list li .txt{padding:25px 20px;}
.pro_list li .txt h2{font-size:18px;}
.pro_list li .txt p{font-size:14px;margin:5px 0 0;}
}

/*========================产品内容页======================*/
.show_pro_bg{padding:0 0 .8rem;overflow:hidden;background:#f5f5f5;}
.pro_weizhi{line-height:32px;margin:30px 0 10px;}
.pro_weizhi span{display:inline-block; margin:0 5px;}
.pro_weizhi i svg{width:18px; fill:#000;margin-right:10px;margin-top: 6px;}
.pro_weizhi p a{ margin:0 5px; display:inline-block; color:#333;}

/*产品内容*/
.pro_show1{ margin-top:0;background:#fff;border-radius:10px;padding:.5rem .5rem .5rem;box-sizing:border-box;}
.pro_show1 .left{ width:46%; overflow: hidden; }
.pro_show1 .right{ width:48%;}
.show_pro_tit{ font-size:.26rem;font-weight:bold; padding-bottom:15px; margin-bottom:.3rem; border-bottom: 1px solid #efefef; color:#000;}
.show_pro_tit i{width:.56rem; height:.56rem;background:var(--main_color); border-radius:100%; margin-right:10px;}
.show_pro_tit i svg{fill:#fff; height:35px;}


/* 产品大图 */
#focus {width:100%; position:relative; border:solid 1px #e8e8e8; box-sizing:border-box;}
#focus figure{overflow:hidden; height:4rem; padding:.1rem; position:relative;box-sizing:border-box; }
#focus figure a{ width:100%; height:100%;}
#focus figure a img{max-width:100%;max-height:100%; object-fit: cover;}

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


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

.pro_show1 .right h1{ font-size:.3rem; color:#000;margin-bottom:20px;position:relative;}
.pro_show1 .pro_desc{font-size:16px;line-height:1.8; text-align:justify; border-bottom: 1px solid #e8e8e8; padding-bottom:25px;}

.pro_show1 .chanshu dt{ font-size:17px; color:#000;  padding:12px 0; border-bottom: 1px solid #e8e8e8; cursor:pointer;}
.pro_show1 .chanshu i{ transition:0.5s all;}
.pro_show1 .chanshu dt.active i{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.pro_show1 .chanshu dd{line-height:1.8; font-size:16px; padding:10px 0; display:none;}
@media screen and (max-width:768px) {
.show_pro_bg{padding:0 0 30px;overflow:hidden;background:#fff;}
.show_pro_bg .main_tit{}
.pro_weizhi,.pro_side{ display:none;}
.pro_main{min-height:auto;  margin:0; padding:0; width:100%;} 
.pro_show1 .left{ width:100%; max-width:auto;}
.pro_show1 .right{ width:100%; min-width:auto;}
#focus figure{height:220px;}

.pro_show1{border-radius:5px;padding:15px 15px;}
.pro_show1 .right h1{ font-size:18px;margin:25px 0 12px;}
.pro_show1 .pro_desc{font-size:14px;}
.pro_show1 .right .btn{margin-top:15px; }
.pro_show1 .right .btn a{ line-height:42px; padding:0; width:36%; text-align:center; font-size: 14px; margin-right:15px;}
.pro_show1 .right .btn i{ font-size:14px;}

.pro_show1 .chanshu dt{ font-size:15px;padding:12px 0;}
.pro_show1 .chanshu dd{line-height:1.8; font-size:14px; padding:8px 0; display:none;}


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

}

.pro_show1 .right .btn{margin-top:15px;}
.pro_show1 .right .btn a{ line-height:43px; padding:0 30px; border-radius:3px; display:inline-block; background:var(--main_color);font-size: 15px; font-weight: 400;color: #FFFFFF; margin-right:15px;}
.pro_show1 .right .btn i{ font-size:18px; margin-right:5px;}
.pro_show1 .right .btn a.a2{ /*background:#059b80;*/ background:var(--second_color);}
.pro_show1 .right .btn a.a3{background:#ff8600;}


/*产品介绍2区*/
.pro_show_box{ padding:.8rem 0 .6rem;}
.pro_show_box .tit{ font-size:.36rem; margin:0 0 .4rem; color:#000;}
.pro_show2 .list{ margin-top:.25rem;}
.pro_show2 .list li{width:23.5%; height:2.8rem; margin:0 2% .3rem 0; overflow:hidden;}
.pro_show2 .list li:nth-child(4n){margin-right:0;}
.pro_show2 .list li img{width:100%; height:100%; object-fit:cover; display:block;}
@media screen and (max-width:768px) {
.pro_show_box{ padding:.8rem 0 .6rem; border-top:1px solid #eee;}
.pro_show_box .tit{ font-size:18px; font-weight:bold;}
.pro_show2 .list li{width:48.5%; height:160px; margin:0 3% 12px 0;}
.pro_show2 .list li:nth-child(2n){margin-right:0;}

}


/*产品介绍3区*/
.pro_show3{ background:#f8f8f8;}
.pro_show3 table{ border:1px solid #ddd; border-collapse:collapse;   font-size:15px; line-height:24px; margin-bottom:15px;}
.pro_show3 table p{margin-bottom:0;}
.pro_show3 table th{background:var(--main_color); font-weight:bold; color:#fff; padding:5px 10px; border:1px solid #ddd;}
.pro_show3 table td{padding:15px 10px; border:1px solid #ddd;text-align:center;}
.table_scroll{ overflow:auto;}
@media screen and (max-width:768px) {
.pro_show3 table{font-size:14px; line-height:1.8;}

}












/*========================内页----新闻列表页======================*/
.page_news li{background:#fff;margin-bottom:.35rem; padding:.4rem .5rem;border-radius:8px;overflow:hidden;box-sizing:border-box;}
.page_news .pic{width:30%;overflow:hidden;border-radius:8px;}
.page_news .pic img{width:100%;display:block; transition:all .5s;}

.page_news .txt{width:66.5%;transition:all .5s;}
.page_news .txt .date{font-family:'din';color:#666;position:relative;padding-left:.35rem;box-sizing:border-box;}
.page_news .txt .date:before{position:absolute;content:'';width:25px;height:2px;background:var(--main_color);left:0;top:50%; transform:translateY(-50%);}
.page_news .txt h3{margin:.3rem 0 .25rem;font-family:'hmed';font-size:.24rem;font-weight:normal;}
.page_news .txt p{color:#666;line-height:2;text-align:justify;margin-bottom:.3rem;}
.page_news .txt dd{color:#888;margin-right:.3rem;}
.page_news .txt dd i{margin-right:5px}
.page_news li:hover .pic img{ transform:scale(1.1,1.1);}


@media screen and (max-width:768px) {
.page_news{margin-top:10px;}
.page_news li{margin-bottom:25px;padding:20px 15px 25px;border-radius:4px;}
.page_news .pic{width:100%;border-radius:4px;}

.page_news .txt{width:100%;padding:20px 0 0;}
.page_news .txt .date{padding-left:25px;}
.page_news .txt .date:before{width:20px;}
.page_news .txt h3{margin:15px 0 10px;font-size:15px;}
.page_news .txt p{ font-size:12px;line-height:1.6;margin-bottom:15px;}
.page_news .txt dd{color:#888;margin-right:20px;font-size:12px;}
.page_news .txt dd i{margin-left:5px}
}



/*========================文章文字列表==============================*/
.news_list_art li{ width:49%;  margin-bottom:.25rem; position:relative; background:#fff; border:solid 1px #e8e8e8; border-radius:0px; box-sizing:border-box; transition:0.3s all;}
.news_list_art li a{display:block;padding:.3rem;}
.news_list_art li:before{ content:''; width:0; height:2px; background:var(--main_color); display:block; position:absolute; right:0; bottom:-1px; z-index:2; transition:0.6s all;}
.news_list_art li:hover:before{ width:100%; left:0;}
.news_list_art li .tit{font-size:.2rem; font-weight:bold;  margin-bottom:25px;}
.news_list_art li .desc{ color:#666; line-height:1.8; margin-bottom:25px;}
.news_list_art li .info span{ font-size:13px;  margin-right:15px; color:#999; }
.news_list_art li .arr{ display:none;}

@media screen and (max-width:768px) {
.news_list_art li{ width:100%; margin-bottom:12px;  border:0; border-bottom:solid 1px #e8e8e8; border-radius:0px;}
.news_list_art li a{padding:0 0 15px 0;}
.news_list_art li .tit{font-size:15px; line-height:1.6; font-weight:normal; margin-bottom:10px;}
.news_list_art li .desc{ display:none;}
.news_list_art li .info span{ margin-right:10px; font-size:12px;}
.news_list_art li .arr{color: #aaa;float: right; margin-top: 15px; display:block;}
}


/*=====================服务优势==============================*/
.youshi_pic_list{ margin-top:.3rem;}
.youshi_pic_list li{width:31.5%; margin-bottom:.4rem;}
.youshi_pic_list li .pic{ border-radius:5px; overflow:hidden;}
.youshi_pic_list li .pic img{width:100%; display:block;}
.youshi_pic_list li .txt{ font-size:.2rem; margin-top:.2rem; text-align:center;}

.youshi_box_bg{background:#f8f8f8; padding-bottom:.5rem;}
.youshi_pic_list2{ margin-top:.3rem;}
.youshi_pic_list2 li{width:47.5%; margin-bottom:.4rem;}
.youshi_pic_list2 li .pic{ border-radius:5px; overflow:hidden;}
.youshi_pic_list2 li .pic img{width:100%; display:block;}
.youshi_pic_list2 li .txt{}
.youshi_pic_list2 li .txt h5{ font-size:.22rem; margin-top:.25rem;}
.youshi_pic_list2 li .txt p{ font-size:16px; line-height:2; margin-top:.15rem; text-align:justify;}
@media screen and (max-width:768px) {
.youshi_pic_list,.youshi_pic_list2{ margin:5px 0 20px;}
.youshi_pic_list li{width:48%; margin-bottom:20px;}
.youshi_pic_list li .txt{ font-size:15px; margin-top:10px;}

.youshi_pic_list2 li{width:100%; margin-bottom:20px; background:#fff; border-radius:5px;}
.youshi_pic_list2 li .txt { padding:25px 15px 20px;}
.youshi_pic_list2 li .txt h5{ font-size:17px; margin-top:0px;}
.youshi_pic_list2 li .txt p{ font-size:14px; line-height:1.8; margin-top:10px;}

}


/*=====================人才理念==============================*/
.rcfz_box_bg{background:#fff;padding:.8rem 0 .8rem;}
.rcfz_box{}
.rcfz_box .txt{width:46%;position:relative;}
.rc_tit h2{font-size: .44rem;color: #000;line-height: 1.4;}
.rcfz_box .txt .con{margin-top:.35rem;}
.rcfz_box .txt p{line-height:2; text-align:justify;font-size:.16rem;color:#666;margin-bottom:.2rem;}
.rcfz_box .txt .img{position:absolute;bottom:.35rem;right:.5rem;overflow:hidden;}
.rcfz_box .txt .img img{width:100%;display:block; opacity:.8;}
.rcfz_box .pic{width:46%;overflow:hidden;border-radius:10px;}
.rcfz_box .pic img{width:100%;display:block;}

@media screen and (max-width:768px) {
.rcfz_box_bg{padding:30px 0;}
.rcfz_box .txt{width:100%;}
.rc_tit h2{font-size:20spx;}
.rcfz_box .txt .con{margin-top:15px;}
.rcfz_box .txt p{line-height:1.8; font-size:14px;margin-bottom:10px;}
.rcfz_box .txt .img{bottom:30px;right:0;}
.rcfz_box .pic{width:100%;margin-top:15px;border-radius:4px;}
}



/*=====================招聘岗位=================================*/
.zp_bg{background: #f8f8f8;padding-bottom:.8rem;}

.job_list li{width:32%;background:#fff; padding:.3rem .3rem; border-radius:10px; margin-right:2%; margin-bottom:25px;box-sizing:border-box; transition:all .3s}
.job_list li:nth-child(3n){margin-right:0;}
.job_list li .tit{}
.job_list li .tit .ico{width:45px;overflow:hidden;height:45px;}
.job_list li .tit .ico img{width:100%;display:block;transition:0.3s all;}
.job_list li .tit h3{width:calc(100% - 60px);font-weight:normal;color:#000;font-size:.22rem;transition:0.3s all;}
.job_list li .txt span{color:#666;font-size:15px;margin:.35rem 0 .3rem;transition:0.3s all;}
.job_list li .more i {font-size: 30px;color: #999;transition:0.3s all;}
.job_list li:hover{background:var(--main_color);}
.job_list li:hover .tit .ico img{filter:grayscale(100%) brightness(1000%);}
.job_list li:hover .tit h3{color:#fff;}
.job_list li:hover .txt span{color:#fff;}
.job_list li:hover .more i{color:#fff;} 


/*招聘弹窗*/
.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:25px;}
.tc_join .tit p{ color:#888; font-size:15px;}
.tc_join .tit p span{ display:inline-block; margin-right:15px;}
.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: #999;}

.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) {
.zp_bg{padding-bottom:20px;margin-top:25px;}

.job_list li{width:100%;padding:20px 20px; border-radius:5px; margin-right:0; margin-bottom:15px;}
.job_list li .tit .ico{width:30px;height:35px;}
.job_list li .tit h3{width:calc(100% - 40px);font-size:18px;}
.job_list li .txt span{font-size:12px;margin:15px 0 20px;}
.job_list li .more i {font-size: 22px;}


/*招聘弹窗*/
.tc_join{width:100%; max-width:90%; padding:20px 20px; border-radius:5px; }
.tc_join .close{position:absolute; top:20px; right:10px; cursor:pointer;}
.tc_join .close img{height:20px;}

.tc_join .tit{}
.tc_join .tit h4{ font-size:18px; margin-bottom:10px;}
.tc_join .tit p{font-size:12px;line-height:2;}

.tc_join .con{font-size:14px; }
.tc_join .con h5{font-size:16px; margin:10px 0 0 0; color:#333;}



}



/*==========================案例列表===========================*/
.mask_out{ position:absolute; width:100%; height:100%; left:0; top:0; background:var(--main_color); animation-timing-function: ease;}
.case_bg{ background:#f4f5f7; padding-bottom:.68rem;}
.case_list{padding-bottom:.25rem;}
.case_list li{width:23.5%; margin-right:2%; transition: 0.5s all; background:#fff; margin-bottom:.3rem; position:relative; border-radius:5px; overflow:hidden;/*box-shadow: rgba(203, 209, 218, 0.8) 0px 0px 25px 0px;*/ box-sizing:border-box;}
.case_list li:nth-child(4n){ margin-right:0;}
.case_list li .pic{width:100%; position:relative;  overflow:hidden;}
.case_list li .pic&gt;img{width:100%; display:block;transition: 0.5s all;}
.case_list li:hover .pic&gt;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: 15px 5% 20px; transition:0.3s all;}
.case_list li .txt h2{font-size: .18rem;line-height:24px;font-weight: normal;color: #000; margin-bottom:.1rem;}
.case_list li .txt p{ color:#666; line-height:1.5;}
.case_list li:hover{background:var(--main_color); color:#fff;}
.case_list li:hover .txt h2{color:#fff;  }
.case_list li:hover .txt p{color:#fff;  }

@media screen and (max-width:1440px) { 
.case_list1440 li{width:32%; margin-right:2%;}
.case_list1440 li:nth-child(4n){ margin-right:auto;}
.case_list1440 li:nth-child(3n){ margin-right:0;}
}
@media screen and (max-width:768px) {
.pro_list_bg{ background:#fff;}
.case_list li{width:100%; margin-right:0; border-radius:4px; margin-bottom:20px;}
.case_list li:nth-child(2n){ margin-right:0;}
.case_list li .txt{padding:10px 5% 10px;}
.case_list li .txt h2{font-size:16px;line-height:24px;margin-bottom:2px;}
.case_list li:hover .pic .mask dd{ display:none;}
}



/*===================内页-联系我们================*/
.lxfs_list { margin-bottom:1rem;}
.lxfs_list .txt{width:36%; padding:0 .5rem .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; margin-right:.15rem;}
.lxfs_list .txt dd{}
.lxfs_list .txt dd h6{ font-size:14px; color:#333; font-weight:normal; margin-bottom:8px;}
.lxfs_list .txt dd p{ font-size:.16rem; font-family:MiSans; color:#666;}
@media screen and (max-width:768px) {
.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:15px;}
.lxfs_list .txt dt img{ max-width:80%; }
.lxfs_list .txt dd h6{margin-bottom:5px;}
.lxfs_list .txt dd p{ font-size:15px; color:#333;}
	
}

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




/*======================留言反馈======================*/
.lxfs_bg2{background: url(../images/rel2bg.jpg) no-repeat center; background-size: cover;padding-bottom:1rem;}
.zxly_box{background:#fff;padding:.5rem .5rem;box-sizing:border-box;border-radius:15px;}
.ly_tit{font-weight:normal;font-size:14px;color:#4c5664;margin-bottom:15px;}
.ly_tit i{font-style:normal;color:rgba(255,0,0,1);margin-right:5px;}

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

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

.zxly_right{width:32%;}
.zxly_right .pic{overflow:hidden;border-radius:10px;}
.zxly_right .pic img{width:100%;display:block;}
.zxly_right .txt{margin:.4rem 0 .5rem;}
.zxly_right .txt h2{font-weight:normal;font-size:18px;color:#000;margin-bottom:15px;}
.zxly_right .txt p{color:var(--main_color);font-size:.2rem; letter-spacing:1px;line-height:1.4; font-family:'monl';}
.zxly_right .ewm{overflow:hidden;width: 140px;height: 140px;border: 1px solid #c7d7e6;border-radius:10px;padding:6px 6px;box-sizing:border-box;}
.zxly_right .ewm img{width:100%;display:block;}
.zxly_right dd{width:140px;color:#888;margin-top:15px;text-align:center;}


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

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

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



/*======================新闻列表======================*/
.news_list{ padding-bottom:15px;}
.news_list li{position:relative; width:31.6%; margin-right:2.6%; margin-bottom:.3rem;}
.news_list li:nth-child(3n){ margin-right:0;}
.news_list li a{ display:block;/* box-shadow: 0 1px 20px rgb(0 0 0 / 4%);*/}
.news_list li .pic{overflow:hidden}
.news_list li .pic img{width: 100%;object-fit: cover;transition: all .8s ease; display:block;}
.news_list li:hover .pic img{transform:scale(1.06)}
.news_list li .txt{background: #fff;padding: .25rem .3rem .2rem 0;z-index: 1;position: relative;transition: all .4s ease;}
.news_list li:hover .txt{transform: translateY(-.4rem)}
.news_list li .txt .time{ text-align: center; color:#666;}
.news_list li .txt .time span{width:100px; font-size: .38rem; font-family:din; display: block;line-height: 1; margin-bottom:.1rem; color:var(--main_color);}
.news_list li .txt .info{width: calc(100% - 100px);}
.news_list li .txt .info h2{font-size:18px;color: #333; line-height:1.7; font-weight:normal; }
.news_list li .news_more {position: absolute;z-index: 0;width: 100%;background: var(--main_color);color: #fff;display: flex;align-items: center;justify-content: center; height: .4rem;left: 0;bottom: 0;font-size: .15rem;}
.news_list li .news_more i{display:block;background:url("../images/arr-r.png") no-repeat center/100%;width:6px;height:10px;margin-left:20px}

@media screen and (max-width:1366px) {
.news_list li .txt .info h2{font-size:16px;line-height:1.8; }	

}

@media screen and (max-width:768px) {
.news_list li .txt .time {font-size:13px;}	
.news_list li .txt .time span{width:75px; font-size:20px; margin-bottom:8px;}
.news_list li .txt .info{width: calc(100% - 80px);}
.news_list li .txt .info h2{font-size:15px;}

.news_list li{width:100%; margin-right:0; margin-bottom:12px;}
.news_list li:hover .txt{transform: translateY(-30px)}
.news_list li .news_more {height:30px; font-size:14px;}
}



/*========================新闻列表==============================*/
.page_news_bg{ padding-bottom:.6rem;}
.pic_art_list li{ padding-bottom:.3rem; margin-bottom:.3rem; border-bottom:solid 1px #e8e8e8; transition:0.3s all;}
.pic_art_list li a{transition:0.3s all;}
.pic_art_list li .pic{width:25%; overflow:hidden; border-radius:5px;}
.pic_art_list li .pic img{width:100%; height:100%; objtct-fit:cover; display:block; transition: all 0.5s ease;}
.pic_art_list li:hover .pic img{ transform:scale(1.1); }
.pic_art_list li .txt{ width:70%; }
.pic_art_list li.nopic .txt{ width:100%; }

.pic_art_list li .left{ width:calc(100% - 3rem); }
.pic_art_list li .txt h3{font-size:.25rem;line-height:1.5; font-weight:normal; margin-bottom:.25rem;}
.pic_art_list li .txt .desc{font-size:.16rem;line-height:1.8;color:#777; }

.pic_art_list li .right{ width:3rem; }
.pic_art_list li .txt .time{ color:#666; margin-bottom:.25rem; font-size:.16rem;}
.pic_art_list li .txt .time i{margin-right:6px;}

.pic_art_list li .txt .more{ width:1.4rem; line-height:.42rem; border:solid 1px #ccc; text-align:center; transition:0.3s all; position:relative;}
.pic_art_list li .txt .more:before{ content:''; width:0; height:100%; background:var(--main_color); display:block; transition:0.3s all; position:absolute; right:0; top:0; z-index:1;}
.pic_art_list li .txt .more span{ display:inline-block; position:relative; z-index:2; transition:0.3s all; margin-right:5px;}
.pic_art_list li .txt .more svg{position:relative; z-index:2;transition:0.3s all; }
.pic_art_list li:hover .txt .more{border:solid 1px var(--main_color);}
.pic_art_list li:hover .txt .more span{color:#fff;}
.pic_art_list li:hover .txt .more svg{color:#fff;}
.pic_art_list li:hover .txt .more:before{width:100%;left:0;}

@media screen and (max-width:768px) {
.pic_art_list li .pic{width:36%; min-height:86px; border-radius:5px; overflow:hidden; order:1;}
.pic_art_list li .txt{width:60%;order:0; justify-content:center;flex-direction:column;}
.pic_art_list li .txt{margin-top:0px;}
.pic_art_list li .left{ width:100%; }
.pic_art_list li .right{ width:100%; display:block;}
.pic_art_list li .txt h3{font-size:15px; margin-bottom:0;}
.pic_art_list li .txt .desc,.pic_art_list li .txt .more{ display:none;}
.pic_art_list li .txt .time{margin:15px 0 0 0; font-size:13px; letter-spacing:0; font-family:Arial, Helvetica, sans-serif;}
}


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

.page_main{width:calc(100% - 3.5rem); background:#fff; box-sizing:border-box; padding:.5rem .8rem; }
.page_side{width:3rem; }
.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:.36rem;line-height:1.6;  color:#000; }
.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;  }
.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 strong{ color:#000; font-size:.18rem;}
#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{display:none;}
.page_main{width:100%;  padding:20px 0; margin-top:0;}
.share-main{ display:none;}
.title_txt {font-size:18px;line-height:1.6;}
.art_info{margin-bottom:15px;}
.art_info em{font-size:13px; line-height:40px; margin-right:10px;}
#art_box {font-size:14px; }
#art_box strong{ font-size:16px;}
}

/*相关阅读*/
.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:15px; width:48%; box-sizing:border-box; line-height:2.4;}
.xg_art li:before{ content: ""; display: block; width:6px; height:6px; 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{font-size:14px; width:100%; line-height:2.2;}
.xg_tit { margin-top:25px;}
.xg_tit h5{font-size:16px; margin:25px 0 15px 0; position:relative; padding-left:12px;}
.xg_tit h5:after {width:5px;height:14px; border-radius:5px;top: 0px;}

}

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


/*上一篇下一篇*/
.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{ font-family:'dinpro6';color:#000;font-weight:normal;font-size:16px;}
.show_pre_next li p{width:80%;}
.show_pre_next li p a{color:#000;font-size:16px; transition:all .5s;}
.show_pre_next li span{font-family:'monr';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{font-size:13px;line-height:1.4;}
.show_pre_next li p{width:90%;line-height:1.4;}
.show_pre_next li p a{font-size:14px; transition:all .5s;}
.show_pre_next li span{display:none;}
.show_pre_next li:hover a{color:var(--main_color);}
}

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

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

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



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

}


/*内页分页*/
.search-pagination{text-align:center; padding:10px 0 0 0;}
.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:.6rem 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;}
</pre></body></html>