@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#DB261D;        /* 主色 */
	--main_color_rgb:219,38,29 ;  /*rgba*/
	--main_color_dark:#0d73c4;   /* 主色-深 */    
	--main_color_tint:#afdcf8;   /* 主色-浅 */
    --main_color_other:#181818;  /* 主色-其他 */
    --second_color:#ff6c0c;      /* 副色 */    
    --default_bg_color:#edf1f3;  /* 默认背景色 */    
    --default_bg_color2:#f3f4f8; /* 默认背景色2 */    
    --bg_gray:#9f9fa0;           /* 灰色背景 */
    --module_gap_xl:1rem;  		 /* 模块间隔-超级 */
    --module_gap_x:.75rem;   	 /* 模块间隔-大 */
    --module_gap_m:.5rem;   	 /* 模块间隔-中 */
    --module_gap_s:.25rem;   	 /* 模块间隔-小 */  
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family: "Microsoft YaHei","微软雅黑"; overflow-x:hidden;background:#fff;}
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; font-size:14px;background:#fff;}
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{color:var(--main_color);}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.bottom_blank{height:.6rem;}
.mt20{margin-top:20px;}

/*滚动条美化
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;}*/

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

/*======================主体宽度======================*/
.main{width: 90%; margin: auto; max-width: 1440px;}
@media screen and (max-width:1024px) {
	.main{width:94%;}
}
@media screen and (max-width:768px) {
	.main{width:100%; padding:0 15px; box-sizing:border-box;}
}
.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;}


/*文字省略*/
.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;}

/*顶部*/
.head_top{height: 35px;line-height: 35px;font-size: 12px;background:#333; color:rgba(255,255,255,0.7); }
.head_top .top_right a{margin-left:15px; color:rgba(255,255,255,0.7);}
.head_top .top_right a.ico01 { background: url(../images/top_1.png) left center no-repeat; padding-left:18px; color:var(--main_color); font-size:14px; font-weight:bold;}
.head_top .top_right a.ico02 { background: url(../images/top_2.png) left center no-repeat; padding-left:18px;}
.head_top .top_right a.ico03 { background: url(../images/top_3.png) left center no-repeat; padding-left:18px;  position: relative;}
.head_top .top_right a.ico03 p { width: 118px; height: 118px; position: absolute; left: -20px; top: 26px; border: 1px #efefef solid; display:none; z-index:9999;}
.head_top .top_right a.ico03:hover p { display:block;}
.head_top .top_right a.ico03 p img{ width:118px; height:118px;}

/*头部*/
.header{width: 100%; background:#fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
.header .logo{ }
.header .logo img{ display:block;  transition:0.5s all;}
.m_tc_box,.m_header_right{ display:none;}

/*======================搜索======================*/
.header .top_serch{/* width:60px;*/ margin-left:25px; transition:0.5s all; position:relative;}
.header .top_serch a{height:100%;}
.header .top_serch a svg{width:18px;  transition:0.3s all; fill:rgba(0,0,0,0.66);}
.header .top_serch a:hover svg{fill:var(--main_color);}
.header .top_serch:after{ content: "|";color:rgba(255,255,255,0.45);font-size: 14px;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: 9999999999; 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 .2rem;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 .lag{height:1rem;font-size:.2rem; line-height:1; color:rgba(255,255,255,0.8); display:flex; justify-content:center;align-items:center; transition:0.5s all; position:relative; cursor:pointer;}
.header .lag strong{font-size:14px; font-weight:normal; margin-left:8px; }
.header .lag .bi-chevron-down{ font-size:14px; margin-left:5px; margin-top:4px;}
.header .lag img{width:30px; margin-right:6px;}

/*****一级导航*****/
.navBox {height:100px; position:relative; z-index:999;}
.navBox a{height:100%; display:flex; justify-content:center;align-items:center;  transition:0.5s all;}
.navBox .nav1 {height:100%;}
.navBox .nav1>li{height:100%; position:relative;}
.navBox .nav1>li>a {font-size:16px; padding:0 .25rem; font-weight:520;}
.navBox .nav1>li>a:hover,.navBox .nav1>li.active>a{color:#fff;}
.navBox .nav1>li.curr>a .bg {background: var(--main_color);position: absolute;left: 50%; margin-left:-9px; border-radius:20px; bottom:25px;width:18px;display: block;height:4px;transition: 0.5s;}
.navBox .nav1>li>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 .nav1>li:hover>a:after{height:100%; left:0; bottom:0;}
/*****二级导航*****/
.navBox .nav2 {white-space: nowrap; min-width:150%; border-radius:5px; position:absolute; top:100%;left:50%;background:rgba(255,255,255,.99);transform:translate(-50%,20px); padding:.1rem 0;opacity:0; pointer-events:none; transition:0.3s all; box-shadow:0 5px 20px rgba(0,0,0,.15);}
.navBox .nav2.active{pointer-events:all; transform:translate(-50%); opacity:1; }
.navBox .nav2:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.navBox .nav2>li {height:.56rem; position:relative; font-size:15px; padding:0 25px;}
.navBox .nav2>li i{position:absolute; right:.25rem; top:50%; transform:translate(0,-50%); font-size:14px; color:#999; transition:0.5s all;}
.navBox .nav2>li.active i{ color:var(--main_color);}
.navBox .nav2>li:not(:last-of-type) a{ border-bottom:1px solid #ddd}
.navBox .nav2>li:before{content:"";position:absolute;top:7px;bottom:7px;left:0;width:3px;background:var(--main_color); transform:scaleY(0); transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.navBox .nav2>li.active:before{transform-origin:top; transform:scale(1);}
/****三级导航****/
.navBox .nav3 {display:none; white-space: nowrap; min-width:100%; border-radius:5px; overflow:hidden; position:absolute; left:100%; top:0; background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.15);}
.navBox .nav3>li { height:.56rem; }
.navBox .nav3>li:not(:last-of-type) a{ border-bottom:1px solid #ddd}
.navBox .nav3>li a:hover{background:var(--main_color); color:#fff;}


/*======================手机菜单按钮======================*/
.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:var(--main_color);border-radius:3px;}
.m_nav_btn .line:before,.m_nav_btn .line:after{content: '';width: 100%;height: 3px;left: 0;position: absolute;background:var(--main_color);border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}
.m_nav_btn .line:before{transition-property: bottom,transform;bottom: 8px;}
.m_nav_btn .line:after{transition-property: top,transform;top: 8px;}
.m_nav_btn_active .line {background: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s}
.m_nav_btn_active .line:after,.m_nav_btn_active .line:before {-webkit-transition-delay: 0s,.1s;-moz-transition-delay: 0s,.1s; -ms-transition-delay: 0s,.1s; -o-transition-delay: 0s,.1s; transition-delay: 0s,.1s}
.m_nav_btn_active .line:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.m_nav_btn_active .line:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

@media screen and (max-width:768px) {
.header{ height:60px; position: fixed; z-index: 200;}
.header .logo{height:60px; margin-left:-5px;}
.header .logo img{ height:32px;}
.head_top,.header_right{display:none;}
.m_header_right{display:block; margin-right:-5px;}
.m_top_blank{height:60px;}
	
/*手机中英文*/
.header .m_lag{ margin:22px 20px 0 0;}
.header .m_lag a {font-size: 15px;color: rgba(255,255,255,0.7);}


/*======================手机弹出菜单======================*/
.m_tc_box{position: fixed;top:50px;left: 0;bottom: 0;right: 0;background: #fff;z-index: 102; 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:15px; margin-top:25px;}
.m_search_box .search-btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.m_search_box form {height:46px;}
.m_search_box form input[type="text"] {width: 100%;height: 100%;background:rgba(255,255,255,0.8); box-sizing: border-box;padding: 0 50px 0 15px;border: none; font-size:15px;}
.m_search_box form input[type="submit"]{display: inline-block;width:30px;height:30px; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

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

/*电话*/
.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%; position:relative; z-index:0; background:#000; overflow:hidden;}

	#banner .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; text-align:center; display: flex; flex-direction:column; justify-content:center;}
	#banner .txt h3{font-size:.66rem; color:#fff;  margin-bottom:.2rem;  text-shadow:rgba(0,0,0,0.5) 1px 1px 2px;}
	#banner .txt p{font-size:.2rem; color:#fff; text-shadow:rgba(0,0,0,0.5) 1px 1px 2px; }

	#banner .txt h3 {transform:translateY(200px);opacity:0;transition:all 0.3s;}
	#banner .txt p {transform:translateY(200px);opacity:0;transition:all 0.6s;}
	#banner .txt .viewmore {transform:translateY(200px);opacity:0;transition:all 0.9s; margin-top:50px;}
	#banner .swiper-slide-active .txt h3,
	#banner .swiper-slide-active .txt p,
	#banner .swiper-slide-active .txt .viewmore{transform:translateY(0px);opacity:1; transition-delay:1s;}
	
	#banner .swiper-slide .pic {position:relative; z-index:1; height:6.4rem;}
	#banner .swiper-slide .pic img{width:100%;height:100%; object-fit: cover; transition: all 4s;  transform: scale(1,1); -webkit-transform: scale(1,1); display:block; /*-webkit-filter: blur(30px); filter: blur(30px);*/}
	#banner .swiper-slide-active .pic img{ transform: scale(1.03,1.03);  -webkit-transform: scale(1.03,1.03);  transition-delay:1s;/* -webkit-filter: blur(0px); filter: blur(0px);*/}
	
	.viewmore {position: relative;}
	.viewmore a{pointer-events: all; display: block;width: 1rem;height:.46rem; font-size:.16rem;line-height:.46rem; background:var(--main_color); color:#fff; border-radius:5px; padding:0 .25rem;position: relative;transition:all 0.3s; }
	.viewmore a i{width: 20px;height: 20px;position: absolute;right: 15%;top: 50%;margin-top: -10px; background: url("../images/rb-1.png") center no-repeat;}
	.viewmore a:after { position:absolute; right:0; top:0; content: ""; width:0;background:rgba(255,255,255,.35);height:100%; transition:0.6s all;}
	.viewmore a:hover:after{width:100%; left:0;}

/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next {display: none;width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat; margin-top:-36px;opacity:0.3;}
	#banner .swiper-button-prev {background-position: 0 0;}
	#banner .swiper-button-prev:hover { background-position: 0 -144px;}
	#banner .swiper-button-next { background-position: 0 -72px;}
	#banner .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
	#banner .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.36); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
	#banner .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width: 33px;border-radius: 30px;opacity: 1.0;}
	#banner .swiper-pagination{bottom:20px;}

#particles-js{position: absolute;width: 100%; height:100%; left:0; right:0; top:0; bottom:0; z-index:999; }
#particles-js {opacity: 0.6;}
.particles{pointer-events: none;}
.mouseEvents{ pointer-events: all;} 

@media screen and (max-width:768px) {
	#banner .swiper-slide .pic{height:180px;}
	#banner .txt h3{font-size:18px;}
	#banner .txt p{font-size:14px;}
	#banner .viewmore{display:none;}
	#banner .swiper-pagination-bullet{width: 8px;height:7px;}
	#banner .swiper-pagination-bullet-active{width: 20px;}
	#banner .swiper-pagination{bottom:10px;}
}


/*页面标题*/
.main_tit{text-align:center; padding:.6rem 0 .4rem;width:100%;}
.main_tit h3{ font-size:.36rem; color:#000; font-weight:normal;}
.main_tit .line {display: block;width: 25px;height: 4px;background:var(--main_color);border-radius: 10px;margin: 15px auto auto auto;}
.main_tit p{font-size:16px; color:#666; margin-top:15px;line-height:2;}
@media screen and (max-width:768px) {
.main_tit p{font-size:13px; margin-top:10px;}
.main_tit h3{font-weight:bold;}
.main_tit{padding:20px 0 20px;}
}


.more_1{ text-align:center; margin:.3rem auto auto auto;}
.more_1 a{width: 2rem; line-height: .5rem;text-align: center;border: 1px solid #5a5a5a; border-radius: 5px; overflow:hidden; display:inline-block; font-size:14px; position:relative; transition:0.3s;}
.more_1 a:hover{color:#fff; border: 1px solid var(--main_color);}
.more_1 a:before{content: "";position: absolute;z-index: -1;top: 0;right: 0;right: 0;bottom: 0; width:0; transition:.5s all;background:var(--main_color); }
.more_1 a:hover:before{ width:100%; left:0;}

@media screen and (max-width:768px) {
.more_1 a{width: 50%; line-height:36px;}
}


/*================关于我们=====================*/
.index_about{position:relative;}
.index_about .txt{ width:50%; padding:0 0.4rem 0 0; box-sizing:border-box;  display:flex; justify-content:center;flex-direction:column;}
.index_about .txt h5{font-size:.16rem; letter-spacing:2px; font-weight:normal; margin-bottom:.11rem; padding-left:5px;}
.index_about .txt h3{font-size:.36rem; font-weight:normal; margin-bottom:.2rem;color:#000;}
.index_about .txt .xian{width: 25px;height: 4px;background:var(--main_color);border-radius: 10px; margin-bottom:.4rem;}
.index_about .txt p{font-size:.16rem; line-height:2em; text-align:justify; margin-bottom:10px;}

.p_more{width: 1.6rem; line-height: .42rem;text-align: center;border: 1px solid #5a5a5a; border-radius: 5px; overflow:hidden; display:inline-block; font-size:14px; position:relative; transition:0.3s;margin-top:.5rem;}
.p_more:hover{color:#fff; border: 1px solid var(--main_color);}
.p_more:before{content: "";position: absolute;z-index: -1;top: 0;right: 0;right: 0;bottom: 0; width:0; transition:.5s all;background:var(--main_color); }
.p_more:hover:before{ width:100%; left:0;}

.index_about .pic{width:48%; position:relative; margin:.8rem 0 0.8rem 0;}
.index_about .pic img{width:100%; display:block;}
.index_about .pic .play{width:80px; height:80px; position:absolute; left:50%; top:50%; margin:-40px 0 0 -40px; transition:1s all;}
.index_about .pic .play:hover{transform:rotate(360deg);}
.index_about .map_bg{ position:absolute; top:0; left:1rem;overflow:hidden;}


/*数字*/
.shuzi{ z-index:1; margin-top:.5rem; }
.shuzi li{color:var(--main_color);  position:relative;/* border-left: 1px solid #ddd; padding-left:25px;*/ width:33.3%; box-sizing:border-box;}
/*.shuzi li:before {content: '';position: absolute;left: -1px;top: 0;width: 1px;height: 30%;background: #FF7F27;z-index: 1;}*/
.shuzi li i{font-size:.36rem; font-style:normal; margin-right:5px; font-family:din;}
.shuzi li span{font-size:16px; color:#666; top:-3px; display:inline-block; position:relative;}
.shuzi li p{ color:#555; font-size:14px; padding:3px 0 5px 0;}

@media screen and (max-width:768px) {
.index_about .txt h3{font-weight:bold;}	
.index_about .txt{width:100%;text-align:center;margin-top:.6rem;padding:0;}
.index_about .txt .xian{margin:0 auto;margin-bottom:.3rem;}
.index_about .txt p{font-size:13px;text-align:justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}
.index_about .pic{display:none;}
#productNumber li p{text-align:center;}
.shuzi li span{font-size:12px;}
.p_more{width:175px;height: 40px;line-height: 40px;font-size: 13px;background-image:none;margin:35px auto;}
.index_about .pic .play{width:50px; height:50px; margin:-30px 0 0 -20px;}
.index_about .map_bg{ display:none;}
}




/*==========================业务领域=============================*/
.ywly_bg{background:url(../images/fwtd_bg.jpg) no-repeat center;padding-bottom:.7rem;background-size:cover;}
.ywly li{border: 1px solid rgba(232, 232, 233, .7);padding: .3rem .3rem;width:24%;margin-bottom:.2rem;background:#fff;border-radius:4px;position:relative; transition:all .5s;box-sizing:border-box;}
/*.ywly li::after {width: 0;height: 100%;position: absolute;top: 0;left: 0;content: '';display: block;transition: all .5s;}
.ywly li:hover::after{width:100%;border: 1px solid var(--main_color);border-radius:8px;}*/
.ywly li .ico{overflow:hidden;}
.ywly li .ico img{width:45px;display:block;transition:all .5s;}
.ywly li .txt{margin-top:.25rem;transition:all .5s;}
.ywly li .txt span{font-size:.16rem;}
.ywly li .txt h3{margin:.18rem 0;color:var(--main_color);font-size:.2rem;transition:all .5s;}
.ywly li .txt p{line-height:1.6;color:#888;transition:all .5s;}
.ywly li:hover{ transform:translateY(-10px);border-radius:25px 0 25px 0;background:var(--main_color);} 
.ywly li:hover .ico img{filter: grayscale(100%) brightness(500%);}
.ywly li:hover .txt{color:rgba(255,255,255,.8);}
.ywly li:hover .txt h3{color:#fff;}
.ywly li:hover .txt p{color:rgba(255,255,255,.7);}


@media screen and (max-width:768px) {
.ywly li{width:48.5%;padding: 20px 10px;}
.ywly li .ico img{width:35px;}
.ywly li .txt{margin-top:10px;}
.ywly li .txt span{font-size:12px;line-height:1.6;}
.ywly li .txt h3{margin:10px 0;font-size:16px;}
.ywly li .txt p{line-height:1.6;font-size:12px;}
}

/*======================精选案例======================*/
.case_left{width:49.5%;}
.case_left a{text-align:center;display:block;}
.case_left .pic{overflow:hidden;height:4.8rem; transition:all .3s;}
.case_left .pic img{width:100%;height:100%;object-fit: cover;display:block;}
.case_left .txt{line-height:.4rem;font-size:.16rem;}

.case_right{width:49.5%;}
.case_right li{width:49%;text-align:center;}
.case_right li .pic{overflow:hidden;height:2.2rem;transition:all .3s;}
.case_right .pic img{width:100%;height:100%;object-fit: cover;display:block;}
.case_right .txt{line-height:.4rem;font-size:.16rem;}

@media screen and (max-width:768px) {
.case_left,.case_right{width:100%;}
.case_left .pic,.case_right .pic{border-radius:4px;}
.case_left .txt,.case_right .txt{line-height:35px;font-size:13px;}
}


/*======================新闻资讯======================*/
.news_bg{background:url(../images/news_bg.jpg) no-repeat center;margin-top:.8rem;padding-bottom:.8rem;background-size:cover;}
.index_news{overflow:hidden;}
.index_news li{background:#fff;margin-bottom:.25rem;}
.index_news li .pic{overflow:hidden;}
.index_news li .pic img{width:100%;}
.index_news li .txt{padding:0 .2rem .3rem .2rem;}
.index_news li .txt h3{padding:.3rem 0 .2rem 0;font-size:.18rem;}
.index_news li .txt .desc{font-size:.14rem;color:#888;line-height:1.8;margin-bottom:.3rem;text-align:justify;}
.index_news li .date{color:#888;font-size:.12rem;}
.index_news li .date i{padding-right:.1rem;font-size:.14rem;}

/*分页器*/
.swiper_circle{position:relative;}
.swiper_circle .swiper-pagination{text-align:center; width:100%; display:none; margin-top:5px;}
.swiper_circle .swiper-pagination-bullet{width:6px;height: 6px; display: inline-block;  background:none; border:solid 1px #666;  opacity:1; margin:0 3px; transition:0.3s all; border-radius:8px;}
.swiper_circle .swiper-pagination-bullet-active{  background: var(--main_color); border:solid 1px var(--main_color);}

@media screen and (max-width:768px) {
.index_news li{border-radius:4px;margin-bottom:.3rem;}
.index_news li .pic{overflow:hidden;height:180px;border-radius:4px 4px 0 0;}
.index_news li .txt{padding:0 .2rem .3rem .2rem;}
.index_news li .txt h3{font-size:16px;}
.index_news li .txt .desc{font-size:14px;text-align:justify;}
.index_news li .date{color:#888;font-size:13px;}
.index_news li .date i{padding-right:10px;font-size:13px;}
.swiper_circle .swiper-pagination{ display:block;}
.news_bg  .more_1{display:none;}

}


/*======================底部======================*/
.foot_bg{ width:100%; background:var(--main_color_other); padding:.6rem 0 .5rem 0;}

.footer_nav{ width:calc(100% - 5.2rem);}
.footer_nav .db_dh li{font-size:14px; line-height:36px;}
.footer_nav .db_dh li a{color:rgba(255,255,255,0.66); transition:0.3s all;}
.footer_nav .db_dh  .dh_first{height:40px; margin-bottom:15px; position:relative; border-bottom:solid 1px rgba(255,255,255,0.2);}
.footer_nav .db_dh  .dh_first:after {width: 15px;height: 2px;position: absolute;left: 0;bottom: -1px;content: '';background:var(--main_color);}
.footer_nav .db_dh  .dh_first a{font-size:16px;color:#fff;}
.footer_nav .db_dh li a:hover{color:var(--main_color);}

.b_contact{width:5.2rem;box-sizing:border-box; margin-top:8px; padding-right:1rem;}
.b_contact .foot_tel {font-size:30px;font-family: din;  margin-top:25px; color:rgba(255,255,255,0.66);}
.b_contact .f_info{margin-top:35px;}
.b_contact .f_info .item{margin-bottom:20px;}
.b_contact .f_info .item:not(:first-child){ font-size:16px;}
.b_contact .f_info .ico{width: 34px;padding-right: 8px;display: flex;align-items: center;height: 24px; box-sizing:border-box;}
.b_contact .f_info .ico img{max-width: 100%;}
.b_contact .f_info .txt{width: calc(100% - 34px); color: #fff;opacity: 0.5;line-height: 24px;}
.b_contact .f_info .txt p a{position: relative; color: #fff;}

/* -- */
.f_code{ font-size: 0;margin-top: 35px;}
.f_code a{width: 30px;height: 30px;margin-left:10px;position: relative;border-radius: 5px;display: flex;align-items: center;justify-content: center;background: rgba(255, 255, 255, 0.4);transition: all .5s ease;}
.f_code a i{font-size:18px; color:#333;transition: all .5s ease;}
.f_code a:first-child{margin-left: 0;}
.f_code_img{display: none;width: 136px;height: 136px;padding: 5px;position: absolute;bottom: 42px;left: 50%;margin-left: -68px;background: #fff;border-radius: 5px; box-sizing:border-box;}
.f_code_img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.f_code_img img{width: 100%;height: 100%;object-fit: cover;}
.f_code a:hover .f_code_img{display: block;animation: f_code .6s ease-in-out both;}
.f_code a:hover{background:var(--main_color);}
.f_code a:hover i{ color:#fff;}
@keyframes f_code{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
/* -- */

.copyright{ width:100%; padding:20px 0; background:var(--main_color_other); border-top:solid 1px rgba(255,255,255,0.1); color:rgba(255,255,255,0.46); font-size:12px;}
.copyright a{color:rgba(255,255,255,0.36);}
.copyright span,.copyright a{color:rgba(255,255,255,0.46); margin:0 5px;}
.copyright span{ float:right; color:rgba(255,255,255,0.46); font-size:12px;}

@media screen and (max-width:768px) {
.b_contact .f_logo img{ height:36px;}
.b_contact .f_info{margin-top:25px;}
.b_contact .f_info .item{margin-bottom:10px;}
.b_contact .f_info .ico{width: 25px;}

.copyright{padding:15px 0; line-height:1.6; }
.b_contact{width:100%;  padding-right:0; }
.footer_nav,.f_code{display:none;}
}

@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-scale {
    0%,85%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
}
@keyframes o-opacity {
    0%,30%,60%,100%{
        opacity: 0;
    }
    15%,45%{
        opacity: 1;
    }
}
@keyframes o-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}  

/*二级页面 banner*/
.page_ban{ width:100%; position:relative; overflow:hidden; background:#000; }
.page_ban .pic {animation: o-scale 20s linear infinite; height:400px;}
.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; display: flex; z-index:9; flex-direction:column; align-items:center;}
.page_ban .txt h2 { font-size:.35rem; font-weight:normal; color:#fff; opacity:0.7; text-transform:uppercase;margin-bottom:5px;}
.page_ban .txt h5 { font-size:.4rem; font-weight:normal; color:#fff; letter-spacing:2px;}

@media screen and (max-width:768px) {
.page_ban .pic{height:150px;}
}

/*位置*/
.sub_weizhi{ line-height:60px; height:60px;  }
.weizhi{padding-left:35px; color: #626568; font-size:12px; position: relative;}
.weizhi a{color: #626568;}
.weizhi i.ico { position: absolute;left: 10px;top: -3px;}
.weizhi i.ico svg {height: 20px;width: 20px;vertical-align: middle;fill: rgba(153,153,153,.9);}
@media screen and (max-width:768px) {
.sub_weizhi{ line-height:36px; height:36px; }
.weizhi{padding-left:20px; margin-left:15px;}
.weizhi i.ico {left:0px;top: -2px;}
.weizhi i.ico svg {height: 16px;width: 16px;}
}

/*===================子栏目导航================*/
#n_nav a{position: relative;float: left;display: block; font-size:15px; padding:0 30px; 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{ position: relative; display: block;z-index: 9; height: 60px; line-height:60px;  font-weight:normal; transition:0.6s all; }
#n_nav a span{position: absolute; left: 0%; top: 0px; width:100%; padding:0 20px; box-sizing:border-box; z-index: 1; display: inherit; text-align: center;}
#n_nav a i{ display:inline-block; border-bottom: var(--main_color) 2px solid; 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{ font-weight: bold;color:#333;}

.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 3px 5px #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); }
}

/*===================子栏目导航2================*/
#n_nav2{ height:69px; border-top: 1px solid rgba(255, 255, 255, 0.1);width: 100%; position:relative; margin-top:-70px; z-index:99; text-align:center;}
#n_nav2 li{height: 69px; display:inline-block; position:relative;}
#n_nav2 li:before{ content:''; display:block; background:var(--main_color); height: 100%; width:0; transition:0.6s all; opacity:0; position:absolute; left:50%; top:0;}
#n_nav2 li:hover:before,#n_nav2 li.on:before{width:100%; opacity:1; left:0;}
#n_nav2 a{display:block; font-size:16px; padding:0 .5rem; line-height:69px; height: 69px; text-align: center; color:#fff; z-index:1; position:relative;}
#n_nav2 a img{display: inline-block; vertical-align: middle; margin-right:10px;}


/*===================内页公司介绍================*/
.page_bg{background:url(../images/wenhua_bg.jpg) no-repeat center;background-size:cover;padding-bottom:.8rem;}
.page_about .about_tit{margin:.5rem 0 .3rem 0;overflow:hidden;}
.page_about .about_tit img{width:100%;}
.page_about .con{text-align:justify;line-height:2;}
.page_about .con p{margin-bottom:.2rem;font-size:.15rem;}
.page_about .about_pic{overflow:hidden;margin:.5rem 0 .0 0;}
.page_about .about_pic img{width:100%;}

@media screen and (max-width:768px) {
.page_bg{background:none;}
.page_about .con p{font-size:13px;}
}  

/*===================内页企业文化================*/
.qywh{margin-bottom:.8rem;}
.qywh .top .left{width:65%;}
.qywh .top .left li{text-align:center;margin-bottom:.15rem;}
.qywh .top .left li:nth-child(1){background:url(../images/n_wenhua_fl01_bg01.jpg) no-repeat center;height:2.6rem;}
.qywh .top .left li:nth-child(2){background:url(../images/n_wenhua_fl01_bg02.jpg) no-repeat center;height:3.4rem;}
.qywh .top .left li h3{color:#fff;font-size:.22rem;padding-bottom:.25rem;}
.qywh .top .left li p{color:#fff;font-size:.16rem;}
.qywh .top .right{width:34%;height:6.15rem;background:url(../images/n_wenhua_fl01_bg03.jpg) no-repeat center;background-size:cover;text-align:center;}
.qywh .top .right h3{margin:0 0 .25rem 0;color:#fff;font-size:.22rem;}
.qywh .top .right p{color:#fff;font-size:.16rem;}
.qywh .bottom li{width:49.5%;height:4rem;}
.qywh .bottom li:nth-child(1){background:url(../images/n_wenhua_fl01_bg04.jpg) no-repeat center;background-size:cover;}
.qywh .bottom li:nth-child(2){background:url(../images/n_wenhua_fl01_bg05.jpg) no-repeat center;background-size:cover;}
.qywh .bottom li h3{color:#fff;font-size:.22rem;padding-bottom:.25rem;}
.qywh .bottom li p{color:#fff;font-size:.16rem;padding-bottom:.12rem;}

@media screen and (max-width:768px) {
.qywh .top .left,.qywh .top .right,.qywh .bottom li{width:100%;border-radius:4px;}
.qywh .bottom li,.qywh .top .left li,.qywh .top .right{margin-bottom:10px;}
.qywh .top .left li{border-radius:4px;}
.qywh .top .left li h3,.qywh .top .right h3,.qywh .bottom li h3{font-size:16px;}
.qywh .top .left li p,.qywh .top .right p,.qywh .bottom li p{font-size:12px;margin:0 10px;line-height:1.4}
} 



/*===================内页领导致辞================*/
.ldzc{margin-bottom:.8rem;}
.ldzc .left{width:15%; position:relative;}
.ldzc .right{width:85%;}
.ldzc .right .about_txt{width:60%;}
.ldzc .right .ldzc_pic{width:35%;}
.ldzc .left h2{font-size:.36rem; font-weight:normal; color:#000;}
.ldzc .left span{ width:2px; display:inline-block; position:absolute; left:5px;}
.ldzc .left span.line1{height:.35rem; background:var(--main_color); top:.7rem;}
.ldzc .left span.line2{height:1rem; background:#ccc; top:1.1rem;}
.ldzc .left em{ position:absolute; left:16px; top:2.2rem; font-size:16px;color: rgba(0,0,0,0.3); font-weight:500; font-style:normal;text-transform: uppercase;letter-spacing: .03rem;transform: rotate(90deg);
	transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
}



.ldzc .right .about_txt p{margin-bottom:1.5em; text-align:justify;font-size:.16rem;line-height:2;}
/*@media only screen and (max-width: 1680px){.page_about .right .about_txt{ font-size:15px;}}
@media only screen and (max-width: 1440px){.page_about .right .about_txt{ font-size:14px;}}*/


@media screen and (max-width:768px) {
.ldzc .left{display:none;}
.ldzc .right,.ldzc .right .about_txt,.ldzc .right .ldzc_pic{width:100%; }
.ldzc .right .about_txt p{font-size:13px;line-height:1.6;text-align:justify;}
} 

/*======================内页业务领域======================*/
.page_yewu .pic_txt{overflow:hidden;border-bottom:1px solid rgba(204,204,204,1);padding-bottom:.5rem;}
.page_yewu .pic_txt img{width:100%;margin-bottom:.25rem;}
.page_yewu .pic_txt p{font-size:.16rem;line-height:2;margin-bottom:.15rem;}

.page_yewu .case_tit{margin:.4rem 0 .25rem 0;width:100%;}
.page_yewu .case_tit span{display:block;width:4px;height:20px;background:var(--main_color);}
.page_yewu .case_tit h3{font-size:.18rem;margin-left:.1rem;}

.case_list{margin-bottom:.5rem;width:100%;}
.case_list li{width:23.8%;margin-right:1.5%;text-align:center;background:rgba(204,204,204,.35);margin-bottom:.2rem;}
.case_list li:nth-child(4n){margin-right:0;}
.case_list li .pic{overflow:hidden;transition:all .3s;}
.case_list .pic img{width:100%;display:block;}
.case_list .txt{line-height:.4rem;font-size:.16rem;}

@media screen and (max-width:768px) {
.page_yewu .pic_txt img{margin-bottom:0;}
.page_yewu .pic_txt p{font-size:13px;}
.page_yewu .case_tit span{width:4px;height:17px;}
.page_yewu .case_tit h3{font-size:16px;}
.page_yewu .pic_txt{padding-bottom:10px;}

.case_list li{width:48%;margin-right:10px;margin-bottom:10px;}
.case_list li:nth-child(2n){margin-right:0;}
.case_list .txt{font-size:12px;line-height:35px;}
.case_list .txt{line-height:32px;font-size:13px;}
} 


/*======================内页荣誉资质======================*/
.zzry_list li{ width:23%;  margin-right:2%; margin-bottom:.25rem; position:relative; text-align:center; overflow:hidden;}
.zzry_list li .pic{height:3.6rem; background:#f2f4f8;}
.zzry_list li .pic img{max-width:85%;max-height:90%;display: inline-block;opacity:1;}
.zzry_list li .txt{ background:rgba(0,0,0,0.4); position:absolute; transform: scale(0.3); font-size:16px; line-height:2; top:0; left:0; width:100%; height:100%; color:#fff; text-align:center; opacity:0; transition: 0.6s all;}
.zzry_list li:hover .txt{ opacity:1; transform: scale(1);}

@media screen and (max-width:768px) {
.zzry_list li{ width:48%;border-radius:4px;margin-right:3%;}
.zzry_list li:nth-child(2n){margin-right:0;}
} 

/*======================内页新闻图文列表======================*/
.news_pic_list li{background:#F6F6F6;margin-bottom:.25rem;width:23.5%;margin-right:1.5%;}
.news_pic_list li:nth-child(4n){margin-right:0;}
.news_pic_list li .pic{overflow:hidden;}
.news_pic_list li .pic img{width:100%;}
.news_pic_list li .txt{padding:0 .1rem .3rem .1rem;}
.news_pic_list li .txt h3{padding:.3rem 0 .2rem 0;font-size:.18rem;}
.news_pic_list li .txt .desc{font-size:.14rem;color:#888;line-height:1.8;margin-bottom:.3rem;text-align:justify;}
.news_pic_list li .date{color:#888;font-size:.14rem;}
.news_pic_list li .date i{padding-right:.1rem;font-size:.164rem;}


@media screen and (max-width:768px) {
.news_pic_list li{width:100%;}
.news_pic_list li .txt{padding:5px 10px 30px 10px;}
.news_pic_list li .txt h3{font-size:14px;}
.news_pic_list li .txt .desc{font-size:13px;}
.news_pic_list li .date{font-size:13px;}
.news_pic_list li .date i{font-size:14px;}
} 


/*======================内页新闻列表======================*/
.new_list li{ transition: all 0.5s; background: #f8f8f8;width: 32%; margin-bottom:.25rem;margin-right:1.5%;}
.new_list li:nth-child(3n){margin-right:0;}
.new_list li a{padding: .5rem  .4rem ;display:block;}
.new_list li .title span{display: block; color: #888888; font-size: 17px; font-weight: normal; margin-bottom: 20px; font-family: arial;}
.new_list li .title h2{ font-weight:normal;font-size:.2rem; margin-bottom: .2rem; line-height:1.6;}
.new_list li .info{text-align:justify;color: #666666; font-size: 14px; line-height: 30px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.new_list li .more{display: flex; display: -webkit-flex; justify-content: flex-end; margin-top: 30px;}
.new_list li .more span{position: relative; z-index: 1; transition: all 0.5s ;display: inline-block; width: 95px; height: 45px; line-height: 45px; background: #f3f3f3;}
.new_list li .more span.span2{display: inline-block; background: #333; color: #ffffff; text-align: center; }
.new_list li:nth-child(3n+1){margin-left: 0;}
.new_list::before{background: url(../images/bg2.jpg) no-repeat center top;position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 90%; z-index: -1;}
#s_news::after{background: #efefef; position: absolute; content: ""; top: 0; right: 0; height: 100%; width: 90%; z-index: -2;}
.new_list li:hover{webkit-box-shadow:0 5px 20px 1px #dcdada;  
  -moz-box-shadow:0 5px 20px 1px #dcdada;  
  box-shadow:0 5px 20px 1px #dcdada;}

.new_list li:hover .title h2{color: var(--main_color);}
.new_list li .more span.span2::before{position: absolute; content: ""; left: 0; top: 0; width: 0%; height: 100%; background: var(--main_color); z-index: -1;}
.new_list li:hover .more span.span2::before{width: 100%; transition: all 0.6s;}


@media screen and (max-width:768px) {
.new_list li{width:100%;margin-bottom:15px;border-radius:4px;}	
.new_list li a{padding: 30px 15px;display:block;}
.new_list li .title h2{font-size:16px;}
.new_list li .more{ margin-top: 20px;}
.new_list li .more span{height:35px;line-height: 35px;}
.new_list li .info{font-size:12px;line-height: 24px;}
.new_list li .more span.span2{font-size:12px;}
}


/*======================内页人才战略======================*/
.rczl{padding-bottom:.8rem;}
.rczl li{ width:18.5%;}
.rczl li .box{ background: url(../images/rencai_li.png) center top no-repeat; position: relative; z-index: 1; background-size: 100% !important; display: block; padding:.1rem 0 0; transition: .3s; overflow: hidden; border-radius: 9px; transition:all .5s;}
.rczl li .pic{ width: 100%; overflow: hidden; padding: .1rem .15rem; margin-bottom: .25rem;box-sizing:border-box;}
.rczl li .pic img{ width: 100%; height: 100%;}
.rczl li .txt{ padding:0 0 .6rem .15rem; background: #fff; position: relative; z-index: 1; transition:all .5s;}
.rczl li h5{ font-size: .18rem; color: #303030; font-weight: bold; margin-bottom: .25rem; transition:all .5s;}
.rczl li i{ display: block; width: 25px; height: 1px; background: var(--main_color); margin-bottom: .2rem; transition:all .5s;}
.rczl li p{ font-size: .16rem; color: #585858; line-height: 2; transition:all .5s;}
.rczl li span{ font-size: .8rem; color: #f7f7f7; font-family: Roboto-Light; position: absolute; z-index: -1; right: 0; bottom: -.2rem; transition:all .5s; }
.rczl li:hover .box{ background: url(../images/rencai_li_on.png) center top no-repeat; }
.rczl li:hover .txt{ background: var(--main_color);}
.rczl li:hover h5{ font-size: .18rem; color: #ffffff;}
.rczl li:hover i{ display: block; width: 25px; height: 1px; background: #fff;}
.rczl li:hover p{ font-size: .16rem; color: #fefefe;}
.rczl li:hover span{ color:rgba(255,255,255,.3);}
.rczl li:hover .box{ transform: rotateY(20deg); -webkit-transform: rotateY(20deg); -moz-transform: rotateY(20deg); -ms-transform: rotateY(20deg); -o-transform: rotateY(20deg); }


@media screen and (max-width:768px) {
.rczl li{ width:48%;margin-bottom:15px;}
.rczl li h5{ font-size:14px;}
.rczl li p{ font-size:13px;}
}

/*人才招聘*/
.zhaopin_bg{ background:url(../images/n_container_bg.jpg) no-repeat center bottom; padding-bottom:1rem;}
/*人才招聘*/
.rcln{}
.rcln li{ position:relative;}
.rcln li:first-child{ width:60%; }
.rcln li:last-child{ width:38.5%;}
.rcln li .pic{ width:100%; height:355px; overflow:hidden; border-radius:10px;}
.rcln li .pic img{ width:100%; height:100%; object-fit: cover; }

.rcln li:first-child .txt{ position:absolute; left:0; right:0; top:0; bottom:0; padding:80px 1.6rem 0 90px; color:rgba(255,255,255,0.6); line-height:1.8; text-align:justify;}
.rcln li:first-child .txt h5{font-size:22px; color:#fff; margin-bottom:20px;}
.rcln li:last-child .txt{ position:absolute; left:0; right:0; top:0; bottom:0; padding:1rem 0 0 60px; font-size:18px;  color:rgba(255,255,255,0.6);}
.rcln li:last-child .txt h5{font-size:25px; font-weight:normal; color:rgba(255,255,255,0.9); margin-bottom:20px;}

.job_list{ margin-bottom:1rem;}
.job_list li{width:32%; margin-right:2%; margin-bottom:25px;}
.job_list li:nth-child(3n){margin-right:0;}
.job_list li a{display:block; background:#f2f2f2; padding:42px 32px; border-radius:10px; width:100%; box-sizing:border-box; transition:0.3s all;}
.job_list li a:hover{background:var(--main_color); color:#fff;}
.job_list li a:hover i,.job_list li a:hover span{color:#fff;}
.job_list li .tit{ font-size:20px; margin-bottom:.5rem;}
.job_list li .tit i{ float:right; font-size:30px; color:#999; margin-top:-.1rem;  transition:0.3s all;}
.job_list li .txt span{width:50%; font-size:15px; color:#666;  transition:0.3s all;}

.job_box3{}
.job_box3 .pic{ width:45%;}
.job_box3 .pic img{width:100%;}
.job_box3 .txt{/*display:flex; flex-direction:column; justify-content:center;*/width:50%; line-height:1.5;}
.job_box3 .txt h5{font-size:.3rem; margin-bottom:10px;}
.job_box3 .txt h5:after {content:""; display:block; width:20px; height:3px; background:var(--main_color); border-radius:10px; margin:.15rem 0 .25rem 0;}

.job_box3 .txt h6{font-size:.2rem; font-weight:normal; color:#999;  margin-bottom:.25rem;}
.job_box3 .txt p{font-size:.18rem; line-height:2; margin-bottom:.5rem;}
.job_box3 .txt dl{ font-size:18px;  line-height:2; margin-bottom:.2rem;}
.job_box3 .txt dt{ margin-right:10px;}
.job_box3 .txt dt i{background:#333; color:#fff; width:36px; height:36px; line-height:36px; border-radius:36px; text-align:center; display:inline-block;}
.job_box3 .txt dd img{ width:136px;}

/*招聘弹窗*/
.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:15px;}
.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) {
.job_list{ margin-bottom:0;}
.job_list li{width:100%; }
.job_list li a{padding:30px 15px;}
.job_list li .txt span{width:48%; font-size:13px;}
.job_box3 .txt h5{ font-size:18px;}
.job_box3 .pic,.job_box3 .txt{ width:100%;}
.job_box3 .txt .weixin1{display:none;}
.job_box3 .txt h6{font-size:16px;}
.job_box3 .txt p{font-size:14px;}

.tc_join{padding:60px 20px 30px 20px;}
.tc_join .tit h4{ font-size:16px; margin-bottom:15px;}
.tc_join .tit p span{margin-bottom:15px;}
.tc_join .con h5{margin:20px 0 10px 0;}
}













/*======================文章内容页======================*/
.show_side{width:370px;}
.show_main{width:calc(100% - 400px); background:#fff; padding:.4rem .6rem; box-sizing:border-box;margin-bottom:.8rem;}

.show_side_box{ padding:25px 30px; background:#fff;}
.show_side_tit {font-size:22px; color: #111; font-weight:bold;  margin-bottom: 15px;}

.next_art{}
.next_art li{background: #fff; padding: 30px 30px 25px 30px; margin-bottom:15px;}
.next_art li .tit{font-size: 22px; font-weight:bold; color:#111;}
.next_art li h2{font-size: 16px; line-height:1.8;margin: 10px 0 10px;transition: all .4s ease; font-weight:normal;}
.next_art li .time{    color: #999;font-weight: 700;}

.show_back{ background: #fff;padding: 25px 30px; }
.show_back a{width: 100%;height: 44px;font-size: 16px;color: #fff;background:var(--main_color);transition: all .4s ease;}
.show_back a:hover{box-shadow: 0 5px 10px rgba(var(--main_color_rgb),.6)}

/*内容页*/
.title_txt {font-size:.3rem;line-height:1.8; font-weight:bold; color:#000;}

.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;}
.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: 234px; height: 102px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; 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;  font-size:15px; line-height:2;}
#art_box p {margin-bottom:15px; }
#art_box img{ max-width:100%;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px;text-align:center;}
#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;}
#art_box table td:nth-child(2){text-align:left;}
#art_box a{color:#2343B2;}

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

.qrcode{text-align:center;  margin-top:50px; font-size:14px; color:#999;}
.qrcode img{width: 150px; border:solid 1px #ddd;}

.bot_info{ font-size:15px; border-top:dashed 1px #ddd; margin-top:30px;}
.bot_info p{ border-bottom:dashed 1px #ddd; line-height:30px; padding:10px 0;}
.bot_info p a{margin-right:10px;}

/*相关阅读*/
.xg_art h5{font-size:20px; margin:.5rem 0 .25rem 0; position:relative; padding-left:15px;}
.xg_art h5:after {width:4px;height:18px; 
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    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; background:#ccc; 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) {
.show_side{width:100%;margin-bottom:50px;}
.show_main{width:100%; padding:0;}
.share-main,.xg_art{ display:none;}
.title_txt {font-size:16px;}
.art_info{margin-bottom:10px; border-bottom: dotted 1px #ddd; }
.art_info em{ font-size:12px; line-height:36px; margin-right:10px;}
#art_box { font-size:14px; }

.next_art li{ padding:15px 15px 10px 15px; margin-bottom:12px; background:#f5f5f5; border-radius:5px;}
.next_art li .tit{font-size:15px; font-weight:bold; color:#111;}
.next_art li h2{font-size: 14 px; margin: 5px 0 0px;}
.next_art li .time{ display:none;}

.show_back{padding:0; }
.show_back a{ border-radius:5px;}

.show_side_box{ padding:10px 0 0 0;display:none;}
.show_side_tit {font-size:18px;margin-bottom: 15px;}

}


/*======================联系我们======================*/
.lianxi_box1 { }
.lianxi_box1 li{ width:31.5%; padding: .3rem .25rem; border-radius:5px; text-align: center; box-sizing:border-box; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);}
.lianxi_box1 li .ico {width: 62px;margin: 0 auto .2rem;}
.lianxi_box1 li .desc h5{font-size:.22rem; color: #000; margin-bottom:.15rem;}
.lianxi_box1 li .desc p{font-size: 18px;line-height: 1.6;color: #666; font-family:Arial, Helvetica, sans-serif;}
.lianxi_box1 li:nth-child(2n) .desc p{font-size: 16px;}

@media screen and (max-width:768px) {
.lianxi_box1 li{ width:100%; margin-bottom:15px;}
.lianxi_box1 li .ico img{ height:30px;}
.lianxi_box1 li .desc h5{font-size:18px}
.lianxi_box1 li .desc p{font-size: 16px;}
.lianxi_box1 li:nth-child(2n) .desc p{font-size: 14px;}
}

/*======================留言反馈======================*/
.page_liuyan{ margin-top:.8rem;}
.page_liuyan .pic{width:50%; background: url(../images/consult_bg.jpg) no-repeat center; background-size: cover;}
.page_liuyan .con{ width:50%;background: #636363;color: #fff; padding:.6rem 5% .5rem 5%; box-sizing:border-box;}
.page_liuyan .con h3{font-size:.4rem; font-weight:normal;margin-bottom:.25rem;}
.page_liuyan .con h5{font-size:15px; line-height:1.6; font-weight:normal; margin-bottom:.25rem; color:rgba(255,255,255,0.8);}

/*留言*/
.message_input {margin-bottom:20px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #ccc;font-size:15px;font-family:Microsoft Yahei;}
.message_input li{ width: 45%;} 
.message_input input{border: none;background: none;outline: none;border-bottom: 1px solid rgba(255,255,255,0.2);width: 100%;padding:15px 10px;  box-sizing:border-box; font-size:15px; color:#fff;} 
.message_input textarea{font-size:15px; display: block;border: none;background: none;color:#fff;outline: none;border-bottom: 1px solid rgba(255,255,255,0.2);width: 100%;padding: 15px 10px;box-sizing: border-box;min-height:100px;} 
.message_input .form-group input{width:45%; }
.message_input .submit{ border:none;outline: none; font-size:15px; margin-top:15px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:2rem; line-height:52px;}
.message_input .submit i{margin-left:.25rem;}
@media screen and (max-width:768px) {
.page_liuyan .pic{ display:none;}
.page_liuyan .con{ width:100%;background: #fff;color: #333; padding:25px 15px 0; box-sizing:border-box; border-top:solid 8px #f2f2f2;}
.page_liuyan .con h3{font-size:18px; margin-bottom:10px;}
.page_liuyan .con h5{font-size:13px; color:#666;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #999;}
.message_input {margin-bottom:0;}
.message_input li{ width:100%; margin-bottom:10px;} 
.message_input input{ background:#f4f5f6; border-radius:5px; border: 0px; color:#333;} 
.message_input textarea{background:#f4f5f6; border-radius:5px; border: 0px; color:#333;}
.message_input .submit{width:100%; border-radius:5px; }
}

/*服务特点*/
.fwtd_bg{background: url(../images/fwtd_bg.jpg) no-repeat center; background-size: cover; padding:.5rem 0 1.5rem 0; margin-bottom:-.6rem;}
.fwtd li{width:25%; border-right: solid 1px #d9dbdb;box-sizing: border-box;padding: 25px 3%; text-align:center;}
.fwtd li:last-child{border-right:0;}
.fwtd li .ico {width: 71px;height: 70px;margin: 0 auto;}
.fwtd li .ico img{ transition:2s all;}
.fwtd li:hover .ico img{-webkit-transform: rotatey(360deg); transform: rotatey(360deg);}
.fwtd li .txt{}
.fwtd li .txt h5{ font-size:.2rem;  margin:35px 0 25px 0;}
.fwtd li .txt p{ line-height:2; font-size:.16rem; color:#777;}
@media screen and (max-width:768px) {
.fwtd li{width:50%; border-right:0;}
.fwtd li .ico { height: 45px;margin: 0 auto;}
.fwtd li .ico img{height:45px;}
.fwtd li .txt h5{ font-size:15px;  margin:15px 0 15px 0;}
.fwtd li .txt p{ font-size:12px; line-height:1.6;}
}




/*404*/
.page_msg {padding: 50px; background:#fff;}
.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;}



/*内页分页*/
.search-pagination{text-align:center; margin:50px 0 50px 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;}



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

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

}

/*======================mini搜索======================*/
.serch{height:46px; display:flex; justify-content:center;align-items:center;}
.serch #keyword {width:78%;height:36px; border-radius:5px 0 0 5px; background:url(../images/icon-sq2.png) 15px center no-repeat #f2f2f2;padding: 0 .2rem;padding-left:50px;font-size:15px; box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.serch .btn_submit {width: 22%;height:36px; background: #004d98; border-radius:0 5px 5px 0;  font-size:15px;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}





/*右侧浮动*/
.online_q {position: fixed;right:10px;bottom: 10%;/*transform: translateY(-50%);*/z-index: 99;transition:.5s;-webkit-transition:.5s;}
.online_q .btn2{cursor:pointer;position:relative;margin-bottom: 5px; text-align:center;transition:.3s; z-index: 0; }
.online_q .btn2 span{display:block;width: 54px;height: 54px;line-height: 54px;position:relative;z-index:999;overflow:hidden;transition:.3s;-webkit-transition:.3s;border-radius: 50%;background: #fff;box-shadow: 0 5px 15px rgba(0,0,0,0.15);}
.online_q .btn2 svg{height: 22px;width: 22px;display: inline-block;vertical-align: middle;fill: #666;}
.online_q .btn2:hover span{background: var(--main_color);}
.online_q .btn2:hover span svg{ fill:#fff;}
@media screen and (max-width:768px) {
.online_q {display:none;}
}
#gotop.hide{ height:0; overflow: hidden;}

.online_q .social-share{position:absolute;background:var(--main_color);border-radius:3px;right:100px;top: 0;text-align: center;opacity:0;transition: .6s;-webkit-transition: .6s;visibility:hidden; color: #fff;white-space: nowrap;padding: 0 15px;}
.online_q .social-share1{height:auto;padding: 0 10px;}
.online_q .social-share:before{content:"";display:block;width:0;height:0;border:10px solid transparent;border-left: 10px solid var(--main_color);position:absolute;right:-15px;top:50%;margin-top:-10px;}
.online_q .social-share img{width:80px;height:80px;margin-top:10px;margin-bottom:5px;}
.online_q .btn2:hover .social-share{opacity:1;right: 70px;visibility:visible;}
.online_q .social-share1:before{top: 24px;}
.online_q .social-share .tel{font-size:20px; line-height:56px;}  
.online_q .social-share p{font-size:14px; margin-bottom:10px;}  

/*弹窗*/
.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,.5);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

/*留言弹窗*/
.buy_form{width:9rem; height:6.3rem; 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:2; 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{padding:.2rem;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:125px; 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:95%; height:auto; padding:25px 25px; position:relative;}
.buy_form .close{top:25px; right:25px;}
.buy_form .info{ line-height:1.8; font-size:13px; border-bottom:0; height:auto;}
.buy_form li{ margin-bottom:10px; width:100%;}
.buy_form input{padding:12px 10px;border-radius: 5px; font-size:14px;}
.buy_form textarea{height:90px; border-radius: 5px; font-size:14px;}
.buy_form .submit{font-size:16px; height:40px; line-height:40px;}
}

/*======================按钮放大======================*/
.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;margin-top:40px;}
.lookmore a{display:inline-block;border: #ccc 1px solid; border-radius:.22rem;width:1.55rem; line-height:.42rem; color: #565656; 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) .01rem solid;background: var(--main_color); transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height:3.75rem;
}
}
@keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
.btn-11 {
position: relative;
color: #9a7cba;
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: .2rem;
height: .2rem;
background: var(--main_color);
border-radius: 50%;
}
.btn-11:before {
left: -.2rem;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/*     animation: criss-cross-left 0.8s reverse; */
}
.btn-11:after {
right: -.2rem;
-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;
}

/*================图文列表=====================*/
.pic_art_list{}
.pic_art_list li{ margin-bottom:25px; }
.pic_art_list li:last-child{ margin-bottom:5px; }
.pic_art_list li .pic{width:37%; overflow:hidden; border-radius:3px;}
.pic_art_list li .pic img{width:100%;height:100%; object-fit: cover;  display:block;}
.pic_art_list li .txt {width:58%; position:relative;}
.pic_art_list li .txt .time {color:#999; font-size:13px; position:absolute; left:0; bottom:0;}
.pic_art_list li .txt h3{ font-size:15px; line-height:1.6; font-weight:normal; }
@media screen and (max-width:768px) {
.pic_art_list{display:none;}
}
