@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#BC7B29;        /* 主色 */
	--main_color_rgb:34,83,142 ;  /*rgba*/
    --second_color:#252D40;      /* 副色 */    

}
@font-face{font-family:'din'; src: url('../font/din.OTF');}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}
body{ color: #333;  font-size:15px; font-family:"Microsoft YaHei","微软雅黑",Arial, Helvetica, sans-serif; overflow-x:hidden;background:#fff;}
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */}
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;}
.mt30{margin-top:.3rem!important;}
.mt40{margin-top:.4rem!important;}
.mt50{margin-top:.5rem!important;}

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

/*======================主体宽度======================*/
.pc_hide{display:none;}
/*======================主体宽度======================*/
.main{width: 92%; margin: auto; max-width: 1500px;}
@media screen and (max-width:1024px) {
	.main{width:92%;}
}
@media screen and (max-width:768px) {
	.main{width:100%; padding:0 15px; box-sizing:border-box;}
}

.page_box{width: 1200px; margin:auto;}

@media screen and (max-width:768px) {
.page_box{width:100%;margin:auto;overflow:hidden;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;}

/*头部*/
.header{width: 100%; background:#fff;position: relative;z-index: 1;height:90px;box-sizing:border-box;box-shadow: 0 1px 5px rgb(0 0 0 / 10%);}
.header .logo a{}
.header .logo img{ height:.5rem;display:block;  transition:0.5s all;}
.header .logo strong{font-weight:bold;margin-left:.1rem;font-style:italic;}
.m_tc_box,.m_header_right{ display:none;}

/*语言*/
.yuyan{line-height:90px;margin-left:.3rem;}
.yuyan .ico{width:25px;margin-top:3px;margin-right:5px;}
.yuyan .ico img{width:100%;}
.yuyan p{font-size:14px;margin:0 3px;color:#888;}
.m_yuyan{display:none;}

/*按钮登录*/
.anniu{width:1rem;background:#409EFF;height:.32rem;margin-top:.29rem;border-radius:25px;margin-left:.1rem; }
.anniu i{padding-right:8px;}
.anniu a{color:#fff;font-size:14px;}

/*****一级导航*****/
.navBox {height:90px; 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:17px; padding:0 .15rem; 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);z-index:999;}
.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(--second_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(--second_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(--second_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:13px; 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;}
.header .logo img{height:35px;}
.header .logo strong{display:none;}
.head_top,.header_right,.anniu{display:none;}
.m_header_right{display:block; margin-right:-5px;margin-top:3px;}
.m_top_blank{height:60px;}
	

/*======================手机弹出菜单======================*/
.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_yuyan{display:block;line-height:60px;}
.m_yuyan a{font-size:15px;padding:0 10px;color:#888;}
.m_yuyan  span{color:#888;font-size:14px;}

/*电话*/
.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; overflow:hidden;}

	#banner .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; display: flex; flex-direction:column; justify-content:center;}
	#banner .txt h3{font-size:.6rem; color:#fff;  margin-bottom:.25rem;  text-shadow:rgba(0,0,0,0.3) 1px 1px 2px; letter-spacing:3px;}
	#banner .txt h2{font-size:.6rem; color:#fff; text-shadow:rgba(0,0,0,0.5) 1px 1px 2px; line-height:1.4;}
	#banner .txt h2 span{color:#F3961C;}

	#banner .txt h3 {transform:translateY(200px);opacity:0;transition:all 0.3s;}
	#banner .txt h2{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 h2,
	#banner .swiper-slide-active .txt .viewmore{transform:translateY(0px);opacity:1; transition-delay:1s;}
	
	#banner .swiper-slide .pic {position:relative; z-index:1;}
	#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;}

/*#banner .swiper-slide:after {content: "";background:rgba(0,0,0,0.1); background:url(../images/banenr_line.png) repeat-x; position: absolute;left: 0px;top: 0px;right: 0px;bottom: 0px;opacity:0.2;z-index: 3;}*/
 
#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:22px;}
	#banner .txt h2{font-size:22px;}
	#banner .txt p{font-size:12px;}
	#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 .3rem;width:100%; }
.main_tit h2{ font-size:.36rem; color:#000; }
.main_tit .line{margin:.15rem auto; width:24px;height: 4px;background:var(--main_color);}
.main_tit .line dd{display:inline-block;width:25px;height: 2px;background:#999;}
.main_tit .line dl{display:inline-block;width:85px;height: 2px;background:var(--main_color);}
.main_tit p{font-size:16px; color:#666; margin-bottom:15px;}

.main_tit2{ padding:.5rem 0 .3rem;width:100%; }
.main_tit2 h2{ font-size:.32rem; color:#000;}
.main_tit2 .line dd{display:inline-block;width:24px;height: 2px;background:#888;}
.main_tit2 p{font-size:16px; color:#999; margin-top:10px;}

@media screen and (max-width:768px) {
.main_tit h2{ font-size:20px; }
.main_tit p{font-size:14px; margin-bottom:10px;}
.main_tit .line{margin-top:5px;}
.main_tit .line dd{}
.main_tit .line dl{width:55px}
.main_tit2 h2{ font-size:20px; }
.main_tit2 p{font-size:14px; margin-bottom:10px;}

}



/*==================我们是干什么的====================*/

/*公司介绍*/
.index_about{width:48%;background:url(../images/map_bg1.png) center no-repeat;}
.index_about .main_tit{text-align:left;}
.index_about .main_tit p i{display:inline-block;width:8px;height:8px;background:var(--main_color);position:relative;top:-2px;margin-right:5px;}
.index_about .main_tit h2 span{color:var(--main_color);}

.index_about .intro{line-height:2.2;text-align:justify;color:#666;margin:.1rem 0 .7rem;}
.index_about .about_link{width:170px;line-height:45px;border:1px solid var(--second_color);transition:all .3s;}
.index_about .about_link p{font-size:15px;margin-left:30px;}
.index_about .about_link span{display:inline-block;width:45px;height:45px;background:var(--second_color);color:#fff;text-align:center;font-size:26px; transition:all .3s;}
.index_about .about_link:hover{border:1px solid var(--main_color);}
.index_about .about_link:hover span{background: var(--main_color);}


/*业务*/
.index_yewu{width:46%;margin-top:.6rem;position:relative;}
.index_yewu .pic{border-radius:60px 0 0 0;overflow:hidden;}
.index_yewu .pic img{width:100%;display:block;}
.index_yewu .ico{position:absolute;top:50%;left:50%; transform:translate(-50%,-50%);}
.index_yewu .ico svg{width:60px;fill:#fff;}

@media screen and (max-width:768px) {
.index_about{ background:none;}
.index_about,.index_yewu{width:100%;}
.index_about .intro{font-size:13px;line-height:1.8;margin:0 0 20px;}
.index_about .about_link{width:140px;line-height:40px;}
.index_about .about_link p{font-size:13px;margin-left:20px;}
.index_about .about_link span{width:40px;height:40px; font-size:22px; }

.index_yewu .pic{border-radius:0;overflow:hidden;}

}

/*直播*/
#live_btn{max-width:85%; margin:.5rem auto 0;}
.live_list{ overflow:hidden;  box-sizing:border-box; margin-bottom:.8rem; position:relative;}
.live_list .swiper-wrapper{}
.live_list .swiper-slide{ border-radius:10px; overflow:hidden;}
.live_list .swiper-slide .pic{ max-height:4.5rem; position:relative;}
.live_list .swiper-slide .pic>img{ width:100%; display:block; opacity:1; transition:0.5s all; }
.live_list .swiper-slide .pic:hover img{opacity:1;}

.live_list .play_btn{width:60px; position:absolute; left:50%; top:50%; margin:-30px; transform: scale(.7); opacity:0; transition:0.5s all; z-index:2;}
.live_list .play_btn img{width:100%; display:block;}
.live_list .play_btn img{width:100%; display:block;}
.live_list .pic:hover .play_btn{opacity:1; transform: scale(1)}
@media screen and (max-width:768px) {
.live_list .play_btn{opacity:1; z-index:2;}    
}
/*按钮切换*/	
#live_btn .swiper-button-prev { left:-70px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
#live_btn .swiper-button-next {right:-70px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
#live_btn .swiper-button-prev,#live_btn .swiper-button-next { width:64px;height: 64px; outline:none;  opacity:1; transition:0.3s all;}
#live_btn .swiper-button-prev:hover,#live_btn .swiper-button-next:hover{ opacity:1; transform:scale(1.1);}


/*====================合作客户===========================*/
.hzkh_bg{background:url(../images/hezuo_bg2.jpg) center no-repeat;padding:.8rem 0;background-size:cover;margin-top:.7rem;}
.hzkh_bg .txt{width:45%;}
.hzkh_bg .txt .wenzi h3{font-weight:normal;font-size:.26rem;margin-top:.2rem;}
.hzkh_bg .txt .wenzi h3 span{color:var(--main_color);}
.hzkh_bg .txt .wenzi p{color:#888;line-height:1.8;font-size:14px;margin:.4rem 0;text-align:justify;}

.tabs2{}
.tabs2 a{display:inline-block;padding:0 20px;border-radius:25px;background:#fff;line-height:.35rem;margin-right:.15rem;font-size:14px;}
.tabs2 a.active{background:var(--main_color);color:#fff;}

.kehu_case{width:45%;}
.kehu_case li{width:32%;margin-right:2%;margin-bottom:10px; height:80px;background:#fff; transition:all .3s;overflow:hidden; border-radius:3px;}
.kehu_case li:nth-child(3n){margin-right:0;}
.kehu_case li img{display:block;width:80%;}
/*.kehu_case li:hover{border-radius:10px;}*/

@media screen and (max-width:768px) {
.hzkh_bg{background:url(../images/hezuo_bg2.jpg) left center no-repeat;padding:30px 0;}
.hzkh_bg .txt,.kehu_case{width:100%;}
.hzkh_bg .txt .wenzi h3{font-size:18px;}
.hzkh_bg .txt .wenzi p{line-height:1.6;}
.kehu_case li {height:40px;}
.tabs2{margin-top:0;}
.tabs2 a{line-height:35px;margin-right:10px;}

.kehu_case{margin-top:20px;}

}





/*========================首页优势=============================*/
.youshi_bg{background: #f5f5f5; margin-top:.5rem; padding:.1rem 0 .8rem;}
.youshi ul{width:24.3%; }
.youshi .pic{overflow:hidden;}
.youshi .pic img{width:100%;display:block;}
.youshi .txt{font-size:.24rem;color:#fff;}
.youshi2 li{margin-bottom:15px;}
.youshi2 li:last-child{margin-bottom:0;}
.youshi .txt_box,.youshi2 li{position:relative;}
.youshi .txt_box .txt,.youshi2 li .txt{width:100%;height:100%;background:rgba(0,0,0,.35);position:absolute;top:0;left:0;}

.youshi .txt_box .pic img,.youshi2 .pic img{ transition:all .3s;}
.youshi .txt_box .txt,.youshi2 .txt{transition:all .3s;}
.youshi .txt_box:hover .pic img,.youshi2 li:hover .pic img{ transform:scale(1.1); }
.youshi .txt_box:hover .txt,.youshi2 li:hover .txt{background:rgba(0,0,0,.6);}

@media screen and (max-width:768px) {
.youshi ul{width:49%;margin-bottom:8px;}
.youshi2 li{margin-bottom:8px;}
.youshi .txt{font-size:16px;font-weight:bold;}
}



/*========================首页快速查询=============================*/
.wlcx_bg{background:url(../images/chaxun.jpg) center no-repeat;padding:.8rem 0;background-size:cover; }

.wlcx_bg .txt{width:60%;}
.wlcx_bg .txt h3{font-size:.26rem;font-weight:normal;color:#fff;margin:.2rem 0 .4rem;}
.wlcx_bg .txt h3 span{color:var(--main_color);}
.wlcx_bg .txt p{font-size:15px;line-height:2;color:rgba(255,255,255,.7);text-align:justify;}
.wlcx_bg .txt .tel{margin-top:.3rem;}
.wlcx_bg .txt .tel i{display:inline-block;width:35px;height:35px;background:var(--main_color);border-radius:100%;line-height:35px;text-align:center;font-size:16px;margin-right:10px;}
.wlcx_bg .txt .tel p{color:#fff;}
.wlcx_bg .txt .tel p span{font-weight:bold;font-size:22px;}


/*查询*/
.chaxun{width:28%;overflow:hidden;}
.chaxun img{width:100%;display:block;}


@media screen and (max-width:768px) {
.wlcx_bg .txt,.chaxun{width:100%;}
.wlcx_bg{padding:30px 0;margin-top:0;}
.wlcx_bg .txt h3{font-size:18px;}
.wlcx_bg .txt p{font-size:14px;line-height:1.6;}
.chaxun{margin-top:30px;}
}



/*=============首页解决方案================*/
.index_jjfa li{width:32%; margin-right:2%; margin-bottom:25px;}
.index_jjfa li:nth-child(3n){margin-right:0;}
.index_jjfa li .pic{overflow:hidden; transition:all .5s;}
.index_jjfa li .pic img{width:100%; display:block;}
.index_jjfa li .txt{padding:.2rem 0;font-size:.18rem;position:relative;}
.index_jjfa li .txt:after{ content:''; width:100%; height:1px; background:#e8e8e8; display:block; position:absolute; left:0; bottom:0; z-index:1;}
.index_jjfa li .txt:before{ content:''; width:0; height:.02rem; background:var(--main_color); display:block; position:absolute; right:0; bottom:0; z-index:2; transition:0.6s all;}
.index_jjfa li:hover .txt:before{ width:100%; left:0;}

@media screen and (max-width:768px) {
.index_jjfa li{width:49%;margin-bottom:0px;margin-right:2%;background:#f2f2f2;overflow:hidden;margin-bottom:10px;}
.index_jjfa li:nth-child(2n){margin-right:0;}
.index_jjfa li:nth-child(3n){margin-right:auto!important;}
.index_jjfa li .pic{ }
.index_jjfa li .txt{padding:10px 0;font-size:14px;text-align:center;}
.index_jjfa li .txt:after,.index_jjfa li .txt:before{ display:none;}
}



/* 底部 */
.footer{ background: url(../images/foot_bg.jpg) center ; background-size:cover; padding:.7rem 0 0px; box-sizing:border-box;  width:100%; margin-top:.8rem;}
.footer .left{position:relative;width:58%;}
.footer .left ul{margin-bottom:.4rem}
.footer .left ul li{font-size:16px;color:#fff;margin-right:.4rem;display: inline-block;}
.footer .left ul li a{color:#fff; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.footer .left ul li a:hover{ color:var(--main_color);}
.footer .left .f_lianxi{font-size:15px;line-height:2.6;color:#acacac;}
.footer .left .ewm{position:absolute;right:0px;bottom:-.2rem; text-align:center; font-weight:normal;}
.footer .left .ewm li{ margin-left:15px;}
.footer .left .ewm img{ width:1.15rem;height:1.15rem;/* border: #fff 5px solid; */ border-radius:5px;}
.footer .left .ewm p{ margin-top:5px; font-size:14px; line-height:1.2; color:#acacac; }

.footer .right{ width:36%;}
.footer .right h4{font-size:.3rem;color:var(--main_color);margin-bottom:.25rem; font-weight:normal;}
.footer .right h4 small{color: #fff;font-size:.16rem;vertical-align:middle;margin-left:.05rem;}
.footer .right p { line-height:2; color:#acacac; height:.88rem;}
.footer .right .con .tel{font-size:.3rem;color:var(--main_color);padding-left:.4rem;line-height:.4rem;background:url(../images/tel01.png) left center no-repeat;font-weight:  bold; margin-right:.25rem;}
.footer .right .con a{ display:inline-block; width:1.3rem; height:.4rem; background:; border:solid 1px rgba(255,255,255,0.1); border-radius:.02rem; line-height:.4rem; text-align:center; font-size:.14rem; color:#fff; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.footer .right .con a:hover{ background:var(--main_color); border:solid .01rem var(--main_color);}


.copyright{ padding:.2rem 0; border-top:solid 1px rgba(255,255,255,0.2); margin-top:.6rem; color:rgba(255,255,255,0.5); text-transform:uppercase; font-size:13px;}
.copyright a{color:rgba(255,255,255,0.5);}
.m_foot_bg{display:none;}

@media only screen and (max-width: 768px){
.pc_footer{display:none;}
.m_foot_bg{ display:block; padding:0 15px;}
.m_foot_bg h5{font-size:14px; text-align:center; font-weight:normal; color:rgba(255,255,255,0.68);}
.m_foot_bg h3{font-size:20px; text-align:center; margin:10px 0 15px 0;}
.m_foot_bg h3 a{color:#fff;}
.m_foot_bg p{font-size:14px; text-align:center; color:rgba(255,255,255,0.68); line-height:1.6; margin-bottom:5px;}
.copyright p{width:100%; line-height:1.6; text-align:center; font-size:12px; padding: 0 15px;}
.copyright p:last-child{ display:none;}
}

.m_f_blank,#footer{display:none;}
@media screen and (max-width:768px) {
.footer{margin-top:20px; padding:50px 0 10px;}
.m_f_blank{ height:56px; display:block;}
#footer{ display:flex; height:56px;background:#f3f4f7; border-top:solid 1px #e0e1e4; box-sizing:border-box; position:fixed; left:0; bottom:0; width:100%; z-index:9;}
#footer li{ width:25%; text-align:center; font-size:14px;}
#footer li .ico{ margin:8px auto 3px; position:relative;}
#footer li .ico svg{ height:22px; fill:#333;}
#footer li a{display:block; color:#333;}
#footer li.active .txt{color:var(--main_color);}
#footer li.active .ico svg{fill:var(--main_color);}
}





/*二级页面 banner*/
.page_ban{ width:100%; position:relative;  }
.page_ban .pic {overflow:hidden;}
.page_ban .pic img{width:100%;display:block;}
.page_ban .txt{display:block;position:absolute;top:50%;left:50%; transform:translate(-50%,-50%);width:100%;text-align:center;}
.page_ban .txt h3{font-size:.36rem;color:#fff;text-shadow: rgb(0 0 0 / 30%) 1px 1px 2px;letter-spacing: 3px;}



@media screen and (max-width:768px) {
.page_ban .pic { height:110px;}
.page_ban .pic img{width:100%;height:100%;objec-fit:cover;display:block;}
.page_ban .txt h3{font-size:20px;}
}


/*===================内页业务领域======================*/
.ywly_list li{width:32.3%;margin-right:1.5%;margin-bottom:20px;background:#f2f2f2;}
.ywly_list li:nth-child(3n){margin-right:0}
.ywly_list li .pic{overflow:hidden;}
.ywly_list li .pic img{width:100%;display:block; transition:all .3s;}
.ywly_list li .txt{padding:.3rem .2rem;box-sizing:border-box;}
.ywly_list li .txt h3{font-size:.18rem;}
.ywly_list li .txt p{line-height:1.6;color:#888;margin-top:.15rem;font-size:14px;}
.ywly_list li:hover .pic img{ transform:scale(1.1); }

@media screen and (max-width:768px) {
.ywly_list li{width:100%;margin-right:0;}
.ywly_list li .txt{padding:15px 15px;}
.ywly_list li .txt h3{font-size:16px;}
.ywly_list li .txt p{margin-top:10px; font-size:12px;}

}


/*================客户案例=====================*/
.anli_list li{width:20%; height: 10vw;max-height: 270px;position: relative; background:#fcfcfc;}
.anli_list li:nth-of-type(odd) {background: #f5f5f5;}
.anli_list li img{ width:100%;display:block;}
.anli_list li .txt { position: absolute;top: 0;left: 0;right: 0;bottom: 0; color:#fff; font-size:.18rem;background-color: rgba(188, 123, 41, 0.8);opacity: 0; transition:0.5s all;}
.anli_list li:hover .txt {opacity: 1;}

@media screen and (max-width:768px) {
.anli_list li{ height:15vw; box-sizing:border-box; margin:-1px 0 0 -1px;}
.anli_list li img{ max-width:96%; max-height:96%; display:block;}

}


/*===================内页服务支持======================*/

/*对接渠道*/
.djqd_bg{background:#fff;border-radius: 4px;padding:.3rem .5rem .1rem;box-sizing:border-box;box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);}
.main_tit strong{font-weight:normal;display:block;margin-top:15px;font-size:16px;}
.djqd_box {margin-bottom:50px;}
.djqd_box .title{width:8%;font-size:16px;font-weight:bold;}
.djqd_box .pic{width:92%;}
.djqd_box .pic li{overflow:hidden;width:11.5%;margin-right:1%;}
.djqd_box .pic li:nth-child(8n){margin-right:0;}
.djqd_box .pic li img{width:80%;display:block;}

@media screen and (max-width:768px) {
.djqd_bg{padding:20px 15px 10px;}
.main_tit strong{font-size:13px;margin-top:10px;}
.djqd_box {margin-bottom:10px;}
.djqd_box .title{width:100%;font-size:16px;text-align:center;margin-bottom:10px;}
.djqd_box .pic{width:100%;}
.djqd_box .pic li{width:19.2%;margin-bottom:15px;}
.djqd_box .pic li:nth-child(4n){margin-right:0;}
.djqd_box .pic li img{width:100%;}

}



/*服务内容*/
.fwbz_box .pic,.fwbz_box .txt{width:50%;}
.fwbz_box .pic{overflow:hidden;}
.fwbz_box .pic img{width:100%;display:block;transition:all .3s;}

.fwbz_box .txt{padding-left:.5rem;box-sizing:border-box;}
.fwbz_box .txt h3{font-size:.26rem;}
.fwbz_box .txt .desc{font-size:16px;line-height:2.4;color:#666;margin:.3rem 0 ;}
.fwbz_box .txt .youdian p{display:inline-block;padding:0 .2rem;background:var(--main_color);text-align:center;line-height:.32rem;color:#fff;border-radius:25px;margin-right:10px;font-size:14px}
.fwbz_box .txt .youdian p:last-child{margin-right:0;}
.fwbz_box .pic:hover img{ transform:scale(1.1); }


@media screen and (max-width:768px) {
.fwbz_box .pic,.fwbz_box .txt{width:100%;}
.fwbz_box .pic{order:1;}
.fwbz_box .txt{order:2;}

.fwbz_box .txt{padding:0 15px;margin:15px 0 ; }
.fwbz_box .txt h3{font-size:14px;}
.fwbz_box .txt .desc{font-size:13px;line-height:2;margin:10px 0 15px;}
.fwbz_box .txt .youdian p{padding:0 15px;line-height:30px;margin-right:5px;font-size:12px;margin-bottom:10px;}
.fwbz_box .pic:hover img{ transform:scale(1.1); }
}



/*优势*/
.fwlc_bg{background:#f4f6f9;margin-top:.6rem;padding-bottom:.6rem;}
.fwlc_box li{width:18.5%;background:#fff;padding:.4rem .2rem;box-sizing:border-box;transition:all .3s;}
.fwlc_box li .ico{width:85px;height:85px;border:1px solid var(--main_color);border-radius:50%;margin:0 auto; transition:all .3s;}
.fwlc_box li .ico img{height:35px;display:block;transition:all .3s;}
.fwlc_box li .txt{margin-top:.2rem;}
.fwlc_box li .txt h3{margin:15px 0 10px;font-size:16px;transition:all .3s;}
.fwlc_box li .txt p{color:#888;line-height:1.8;text-align:center;font-size:14px;}
.fwlc_box li:hover{transform:translateY(-5px);box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);}
.fwlc_box li:hover .ico{background:var(--main_color);}
.fwlc_box li:hover .ico img{filter: grayscale(100%) brightness(300%);}
.fwlc_box li:hover .txt h3{color:var(--main_color);}


@media screen and (max-width:768px) {
.fwlc_bg{margin-top:15px;padding-bottom:20px;}
.fwlc_box li{width:48%;margin-bottom:15px;background:#fff;padding:15px 10px;box-sizing:border-box;}
.fwlc_box li:first-child{width:100%;}
.fwlc_box li .ico{width:66px;height:66px;}
.fwlc_box li .ico img{height:35px;}
.fwlc_box li .txt{margin-top:0px;}
.fwlc_box li .txt h3{font-size:14px;}
.fwlc_box li .txt p{line-height:1.6;font-size:12px;}
.fwlc_box li:hover .ico{background:var(--main_color);}
.fwlc_box li:hover .ico img{filter: grayscale(100%) brightness(300%);}
.fwlc_box li:hover .txt h3{color:var(--main_color);}
}


/*解决方案*/
.jjfa_box li{width:32%;position:relative;}
.jjfa_box li .pic{overflow:hidden;}
.jjfa_box li .pic img{width:100%;display:block;transition:all .3s;}
.jjfa_box li .txt{position:absolute;background:rgba(0,0,0,.3);top:0;left:0;width:100%;height:100%;}
.jjfa_box li .txt h3{font-weight:normal;font-size:.2rem;position:absolute;color:#fff;bottom:40px;left:50%; transform:translateX(-50%);}
.jjfa_box li:hover .pic img{ transform:scale(1.1); }
.fazx_box{width:60%;background:var(--main_color);color:#fff;line-height:.52rem;text-align:center;border-radius:8px;font-size:.18rem;margin:.4rem auto;}
.fazx_box i{font-size:.24rem;margin-right:15px;}

@media screen and (max-width:768px) {
.jjfa_box li{width:100%;margin-bottom:15px;}
.jjfa_box li .txt h3{font-size:18px;bottom:30px;}
.fazx_box{width:100%;line-height:36px;;font-size:12px;margin:0 auto 25px;border-radius:4px;}
.fazx_box i{display:none;}
    
}


/*亮点*/
.fwld_box li{width:49%;box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);padding:.3rem .3rem;box-sizing:border-box;margin-bottom:25px;}
.fwld_box li .pic{width:30%;overflow:hidden;}
.fwld_box li .pic img{width:100%;display:block;}
.fwld_box li .txt{width:70%;padding-left:30px;box-sizing:border-box;}
.fwld_box li .txt h3{font-size:20px;margin-bottom:15px;}
.fwld_box li .txt p{font-size:13px;line-height:1.8;color:#888;}

@media screen and (max-width:768px) {
.fwld_box li{width:100%;padding:20px 15px;margin-bottom:10px;border-radius:5px;}
.fwld_box li .pic{width:100%;}
.fwld_box li .txt{width:100%;padding-left:0;margin-top:15px;}
.fwld_box li .txt h3{font-size:14px;margin-bottom:5px;line-height:1.6;}
.fwld_box li .txt p{font-size:12px;line-height:1.6;}
}

/*增值服务*/
.zzfw_box li{width:32%;background:#fff;margin-bottom:20px;text-align:center;padding:.25rem 0;transition:all .3s;}
.zzfw_box li i{font-size:.28rem;color:var(--main_color);transition:all .3s;}
.zzfw_box li p{font-size:.17rem;margin-top:.15rem;transition:all .3s;}
.zzfw_box li:hover{background:var(--main_color);}
.zzfw_box li:hover i{color:#fff;}
.zzfw_box li:hover p{color:#fff;}

@media screen and (max-width:768px) {
.zzfw_box{margin-bottom:20px;}
.zzfw_box li{width:31.5%;margin-bottom:10px;padding:15px 5px;box-sizing:border-box;}
.zzfw_box li i{font-size:20px;}
.zzfw_box li p{font-size:14px;margin-top:10px;}

}



/*===================内页公司介绍======================*/
.about_intro{width:48%;}
.about_intro h3{font-size:.36rem;}
.about_intro .jianjie{line-height:2;margin-top:.3rem;}
.about_intro .jianjie p{margin-bottom:20px;text-align:justify;}



/*图片切换*/
.pic_qiehuan{width:46%;margin-top:.8rem;}
#pic_qiehuan li{overflow:hidden;}
#pic_qiehuan li .pic{}
#pic_qiehuan li .pic img{width:100%;display:block;}

/*分页器*/
#pic_qiehuan .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,.8); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
#pic_qiehuan .swiper-pagination-bullet-active{background:var(--main_color);color: #fff;width: 30px;border-radius: 30px;opacity: 1.0;}
#pic_qiehuan .swiper-pagination{bottom:20px;}


@media screen and (max-width:768px) {
.about_intro{ margin-top:.5rem;}
.about_intro,.pic_qiehuan{width:100%;}
.about_intro h3{font-size:18px;}
.about_intro .jianjie{line-height:1.8;margin-top:15px;}
.about_intro .jianjie p{font-size:14px;margin-bottom:10px;}
.pic_qiehuan{margin-top:10px;}
}



/*通栏广告*/
.tlgg_bg{background: url(../images/page_about_bg.jpg) center ; background-attachment: fixed;text-align: center;margin:.8rem 0 0;padding:1rem 0 .8rem;}
.tlgg_bg h3{color:#fff;font-size:.4rem;}
.tlgg_bg p{color:#fff;font-size:.2rem;margin:.4rem 0;}
.tlgg_bg .tel{margin-top:.3rem;}
.tlgg_bg .tel i{display:inline-block;width:35px;height:35px;background:var(--main_color);border-radius:100%;line-height:35px;text-align:center;font-size:16px;margin-right:10px;}
.tlgg_bg .tel span{font-size:.26rem;font-weight:bold;}

@media screen and (max-width:768px) {
.tlgg_bg h3{font-size:20px;}
.tlgg_bg p{font-size:14px;margin:.4rem 0;}
.tlgg_bg .tel span{font-size:22px;}
}


/*公司活动*/
.gshd_line{border-bottom:0px solid #e8e8e8; background:#f4f5f7; padding-bottom:.6rem;margin-bottom:.3rem;}
.mask_out{ position:absolute; width:100%; height:100%; left:0; top:0; background:#fff; animation-timing-function: ease;}
.pic_list li{width:23.5%; margin-right:2%; transition: 0.3s all; background:#fff; overflow:hidden; margin-bottom:.3rem; position:relative;}
.pic_list li:nth-child(4n){ margin-right:0;}
.pic_list li .pic{width:100%; position:relative; overflow:hidden;}
.pic_list li .pic>img{width:100%; display:block;transition: 0.5s all;}
.pic_list li:hover>img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.pic_list li .pic .mask{ position:absolute; left:0; top:0; bottom:0; right:0; background:rgba(0,0,0,0.5); opacity:0; transition: all 0.5s ease;}
.pic_list li .pic .mask dt{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 5;}
.pic_list li .pic .mask dd{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 5;}
.pic_list li:hover .pic .mask{ opacity:1;}
.pic_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);}
}

.pic_list li .txt{ padding: 10px 5% 10px;}
.pic_list li .txt h5{ font-size:.16rem; line-height:30px; font-weight:normal; color:#222;}
.pic_list li .txt p{ line-height:2; font-size:12px; color:#666;}

@media screen and (max-width:1440px) {
.pic_list li{width:32%; margin-right:2%;}
.pic_list li:nth-child(4n){ margin-right:auto;}
.pic_list li:nth-child(3n){ margin-right:0;}
}
@media screen and (max-width:768px) {
.pic_list li{width:48.5%; margin-right:3%;}
.pic_list li:nth-child(2n){ margin-right:0;}
.pic_list li:nth-child(3n){ margin-right:auto;}
.pic_list li .txt{ padding: 6px 1px 8px 8px;}
.pic_list li .txt h5{ line-height:1.6; font-size:15px;}
.pic_list li .txt p{ font-size:12px; line-height:1.6; }
.pic_list li:hover .pic .mask dd{ display:none;}
}




/*企业文化*/
#n_wenhua{padding:.6rem 0 1rem 0;}
#n_wenhua .box{ position:relative;}
#n_wenhua .center{ position: relative; width: 576px; height: 576px; margin:auto;border-radius: 50%;}
#n_wenhua .tt{ position:absolute; left:0; top:0; right:0; bottom:0;}
#n_wenhua .tt h3{ font-size:.25rem;color: #fff; margin-bottom:.2rem;}
#n_wenhua .tt p{ font-size: .18rem; color: #fff; margin:5px 0;}

#n_wenhua ul{}
#n_wenhua ul li{ position: absolute;}
#n_wenhua ul li font{ position: absolute; display: block; width:75px; height:75px; line-height:75px; text-align: center; right:-100px; top:0px; background: #626262; border-radius: 50%;}
#n_wenhua ul li:hover font{ background: #ff8e3d;}
#n_wenhua ul li font img{vertical-align: middle; display:inline-block;}
#n_wenhua ul li .txt h5{ font-size:.22rem; color: #343434; margin-bottom:5px;}
#n_wenhua ul li .txt p{ font-size:.16rem; color: #555; line-height:2;}

#n_wenhua ul li.li_1{ text-align:right; right: 70%; top:90px;}
#n_wenhua ul li.li_2{ text-align:left; left: 70%; top:90px;}
#n_wenhua ul li.li_3{ text-align:right; right: 70%; bottom: 89px; }
#n_wenhua ul li.li_4{ text-align:left; left: 70%; bottom: 90px;}
#n_wenhua ul li.li_2 font{ left:-100px;}
#n_wenhua ul li.li_4 font{ left:-100px;}

.circle {width: 100%;height: 100%; position: absolute;top: 0;left: 0;border-radius: 50%;}
.circle span {width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 50%;background-color: #ff8e3d;
-webkit-transform: scale(.6);
-moz-transform: scale(.6);
-ms-transform: scale(.6);
transform: scale(.6);
}
.circle span:nth-of-type(2) {
-webkit-transform: scale(.7);
-moz-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7);
-webkit-animation: circleScale 3s linear infinite;
-moz-animation: circleScale 3s linear infinite;
-ms-animation: circleScale 3s linear infinite;
animation: circleScale 3s linear infinite;
}
.circle span:nth-of-type(3) {
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
border: 1px solid #dadada; background: none;
animation-delay: 2s;
-webkit-animation: circleScale1 3s linear infinite;
-moz-animation: circleScale1 3s linear infinite;
-ms-animation: circleScale1 3s linear infinite;
animation: circleScale1 3s linear infinite;
}

@keyframes circleScale {
  0% {
    opacity: .35;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes circleScale1 {
  0% {
    opacity: .35;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  60% {
    opacity: .35;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@media screen and (max-width:768px) {
#n_wenhua{ padding:0 0 20px 0; width:100%; box-sizing:border-box; overflow:hidden;}
#n_wenhua .box{ position:relative;}
#n_wenhua .center{ position: relative; width: 300px; height:300px; margin:auto;border-radius: 50%;}
#n_wenhua .tt{ position:absolute; left:0; top:0; right:0; bottom:0;}
#n_wenhua .tt h3{ font-size:16px;color: #fff; margin-bottom:10px;}
#n_wenhua .tt p{ font-size: 14px; color: #fff; margin:5px 0;}

#n_wenhua ul{}
#n_wenhua ul li{width:100%;position:inherit;}
#n_wenhua ul li font{position:inherit;display:inline-block; width:55px; height:55px; line-height:55px; text-align: center; right:0; top:0px;left:0;bottom:0; background: #626262; border-radius: 50%;}
#n_wenhua ul li:hover font{ background: #ff8e3d;}
#n_wenhua ul li font img{vertical-align: middle; display:inline-block;}
#n_wenhua ul li .txt{margin-left:15px;position:relative;top:-45px;left:50px;box-sizing:border-box;height:35px;}
#n_wenhua ul li .txt h5{ font-size:16px; color: #343434; margin-bottom:5px;}
#n_wenhua ul li .txt p{ font-size:14px; color: #555; line-height:1.6;}

#n_wenhua ul li.li_1{ text-align:left; right: 0; top:0;}
#n_wenhua ul li.li_2{ text-align:left; left: 0; top:0;}
#n_wenhua ul li.li_3{ text-align:left; right: 0; bottom: 0; }
#n_wenhua ul li.li_4{ text-align:left; left: 0; bottom: 0;}
#n_wenhua ul li.li_2 font{ left:0;}
#n_wenhua ul li.li_4 font{ left:0;}

.circle {width: 100%;height: 100%; position: absolute;top: 0;left: 0;border-radius: 50%;}
.circle span {width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 50%;background-color: #ff8e3d;
-webkit-transform: scale(.6);
-moz-transform: scale(.6);
-ms-transform: scale(.6);
transform: scale(.6);
}
.circle span:nth-of-type(2) {
-webkit-transform: scale(.7);
-moz-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7);
-webkit-animation: circleScale 3s linear infinite;
-moz-animation: circleScale 3s linear infinite;
-ms-animation: circleScale 3s linear infinite;
animation: circleScale 3s linear infinite;
}
.circle span:nth-of-type(3) {
-webkit-transform: scale(.6);
-moz-transform: scale(.6);
-ms-transform: scale(.6);
transform: scale(.6);
border: 1px solid #dadada; background: none;
animation-delay: 2s;
-webkit-animation: circleScale1 3s linear infinite;
-moz-animation: circleScale1 3s linear infinite;
-ms-animation: circleScale1 3s linear infinite;
animation: circleScale1 3s linear infinite;
}

@keyframes circleScale {
  0% {
    opacity: .35;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes circleScale1 {
  0% {
    opacity: .35;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  60% {
    opacity: .35;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}


}







/*====================内页栏目导航通用========================*/
.page_nav_bg{border-bottom: 1px solid #ddd;background: #f9f9f9;line-height: 56px;height: 56px;border-top: 1px solid #e8e8e8;}

.page_title{ height:90px;background:var(--main_color);line-height:90px;color:#fff;font-size:22px;margin-top:-33px;z-index:9;padding:0 .8rem 0 .25rem;font-weight:bold;box-sizing:border-box;position:relative;}
.page_title:before {position:absolute;content:'';width:25px;height: 2px;background: #fff;top:50%;right:10%; transform:translateY(-50%);}

#n_nav li{position: relative;margin-left:50px; height:55px; text-align: center; }
#n_nav li.active{border-bottom:2px solid var(--main_color);}
#n_nav li:after {position:absolute;bottom:-8px;left:50%; transform:translateX(-50%);display: block;width: 0;height: 0;content: '';border: 6px solid transparent;border-bottom: 0;}
#n_nav li.active:after {border-top-color:var(--main_color);}
#n_nav li.active a{color:var(--main_color); font-weight:bold;}

.m_sub_nav,.weizhi{display:none;}


@media screen and (max-width:768px) {
.page_nav_bg{height:36px;border:none; background:#666; line-height:46px;}
.page_nav_bg .main{padding:0;}
.page_title,.page_nav,#n_nav li:after{display:none;}

#n_nav{display:none; width:100%; background: #fff;box-shadow: 0 2px 10px #ccc;z-index: 9; box-sizing:border-box;}
#n_nav li{width:100%; margin:0;padding:0 15px; height:46px;  text-align:left; box-sizing:border-box;}
#n_nav li a{ display:block; border-bottom:solid 1px #e8e8e8;}
#n_nav li.active{ border:none;}


.m_sub_nav{display:flex; height:36px; margin-right:15px;}
.m_sub_nav svg{width:20px; height:20px;  fill:#fff; transition:0.3s all;}
.m_sub_nav.active svg{ -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

.page_nav_bg .weizhi{display:block;margin-left:15px;color:#fff;line-height:36px; height:36px; width:calc(100% - 60px);}
.page_nav_bg .weizhi .ico {left:0px;top:3px;position:relative;}
.page_nav_bg .weizhi .ico svg {height: 16px;width: 16px;fill:#fff;}
.page_nav_bg .weizhi a{color:#fff;font-size:12px;}
}

/*==================关于君得单页面=========================*/

/*公司介绍*/
.aboutbar{width: 100%; height:2.7rem;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{ color: #666;line-height:1.8;margin-bottom:15px;text-align: justify;text-justify: distribute;}

/*数字*/
.about_shuzi{margin:.3rem 0 .4rem;}
.about_shuzi li{color:#FF5F2A;width:33.3%;text-align:center;}
.about_shuzi li i{font-size:.4rem; font-style:normal; margin-right:2px; font-family:din;font-weight:bold;}
.about_shuzi li span{font-size:25px; top:3px; display:inline-block; position:relative;}
.about_shuzi li p{ color:#666; font-size:14px;margin-top:15px;}

.about_pic{overflow:hidden;}
.about_pic img{width:100%;display:block;}
























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

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

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

}


/*===================资质荣誉================*/
.zzry_list{}
.zzry_list li{ width:23%;  margin-right:2%; margin-bottom:25px; position:relative; text-align:center; overflow:hidden; cursor:pointer;}
.zscq_list li:nth-child(4n){margin-right:0;}
.zzry_list li .pic{height:360px; background:#f2f4f8;padding:.3rem 0;box-sizing:border-box;}
.zzry_list li .pic img{max-width:85%;max-height:90%;display: inline-block;opacity:1;}
.zzry_list li .pic p{margin-top:.3rem;font-size:.16rem;}
.zzry_list li .txt{ background:rgba(0,0,0,0.4); position:absolute; transform: scale(0.3); top:0; left:0; width:100%; height:100%; color:#fff; text-align:center; opacity:0; transition: 0.6s all;font-size:.16rem;}
.zzry_list li .txt p{margin-top:.3rem;}
.zzry_list li:hover .txt{ opacity:1; transform: scale(1);}


@media screen and (max-width:768px) {
.zzry_list li{width:47.5%; margin-right:15px;border-radius:5px;}
.zzry_list li:nth-child(2n){margin-right:0;}
.zzry_list li .pic{height:200px; }
.zzry_list li .pic p{font-size:14px;}
}


/*===================项目案例========================*/
.xmal_list li{width:31.6%;margin-right:2.5%;margin-bottom:.25rem;}
.xmal_list li:nth-child(3n){margin-right:0;}
.xmal_list li .pic{overflow:hidden;}
.xmal_list li .pic img{width:100%;display:block;}
.xmal_list li .txt{padding:.15rem 0;background:#f2f2f2;text-align:center; transition:all .5s;}
.xmal_list li:hover .txt{background:var(--main_color);color:#fff;}

@media screen and (max-width:768px) {
.xmal_list li{width:100%;margin-right:0;margin-bottom:20px;}
.xmal_list li .txt{padding:15px 0;}
}







/*===================产品页面左边通用========================*/
.left_side_pro{width:300px;margin:.3rem 0;}
.pro_nav_list{background:#fff;}
.pro_nav_list h2{padding:25px 15px 15px;box-sizing:border-box;border-bottom:1px solid rgba(204,204,204,.3);font-size:18px;}
.pro_nav_list h2:first-child{border-top:none;}
.pro_nav_list h3 i{font-size:12px;color:#666;cursor: pointer; transition:all .3s;margin-top:3px;}
.pro_nav_list .cate_nav.active h3 i{color:var(--main_color);transform: rotate(180deg);}
.pro_nav_list .cate_nav.active h3 a{}
.pro_nav_list h3 a{transition:all .3s;}
.pro_nav_list h3 {font-size:16px;font-weight:normal;padding:20px 15px 10px;box-sizing:border-box;}
.fenlei_nav{display:none;}
.fenlei_nav li{line-height:32px;padding:0 15px 0 40px;box-sizing:border-box;}
.fenlei_nav li a{color:#666;font-size:14px;}
.fenlei_nav li.curr a{color:var(--main_color);}

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



}

.right_con{width:calc(100% - 330px);background:#fff;margin:.3rem 0;padding:.3rem .5rem;box-sizing:border-box;}
.right_con .bt{margin-bottom:.3rem;}
.right_con .bt h3{font-size:.2rem;position:relative;line-height:2;}
.right_con .bt h3:before {content: '';display: block;width: 100%;height: 2px;background:rgba(204,204,204,.5);position: absolute;left: 0;bottom: 0;z-index: 7;border-radius:25px;}
.right_con .bt h3:after {border-radius:25px;content: '';display: block;width: 80px;height: 3px;background: var(--main_color);margin-top: 10px;position: relative;z-index: 8;}
@media screen and (max-width:768px) {
.left_side{display:none;}
.left_side,.right_con{width:100%;}
.left_side{order:2;margin:0;}
.left_side .left_tit{line-height:40px;font-size:16px;}
.left_side .side_nav_list li{padding:0 .2rem;line-height:36px;padding:0 .2rem;box-sizing:border-box;}

.right_con{order:1;padding:0;margin:15px 0;}
.right_con .bt{margin-bottom:15px;}
.right_con .bt h3{font-size:16px;}

}


/*===================产品列表========================*/
.page_pro_list li{margin-right:2%;width:31.7%;margin-bottom:.2rem;border:1px solid rgba(204,204,204,.5);overflow:hidden;padding:.3rem .2rem .2rem;box-sizing:border-box;}
.page_pro_list li:nth-child(3n){margin-right:0;}
.page_pro_list li .pic{overflow:hidden;}
.page_pro_list li .pic img{width:100%;display:block;} 
.page_pro_list li .txt h3{font-size:16px;font-weight:normal;margin-top:.2rem;line-height:1.8;}

@media screen and (max-width:768px) {
.page_pro_list li{width:100%;margin-right:0;border-radius:4px;padding:20px 15px ;}
.page_pro_list li .txt h3{font-size:14px;margin-top:15px;line-height:1.6;}
}



/*========================内页文章列表==============================*/
.news_pic_list li{ padding-bottom:20px; margin-bottom:20px; border-bottom:solid 1px #e8e8e8;}
.news_pic_list li .pic{width:27%; overflow:hidden;}
.news_pic_list li .pic img{width:100%; display:block; }
.news_pic_list li .txt{ width:70%; }
.news_pic_list li .txt h3{font-size:.2rem;}
.news_pic_list li .txt .desc{font-size:14px;line-height:1.8;margin:.2rem 0;color:#888;}
.news_pic_list li .txt .date p i{font-size:14px;color:#999;margin-right:8px;}
.news_pic_list li .txt .date p{margin-right:20px;font-size:14px;color:#999;}

@media screen and (max-width:768px) {
.news_pic_list li .pic,.news_pic_list li .txt{width:100%;}
.news_pic_list li .txt{margin-top:15px;}
.news_pic_list li .txt h3{font-size:16px;}
.news_pic_list li .txt .desc{font-size:13px;margin:10px 0 10px;}
.news_pic_list li .txt .date{margin-top:13px;}
.news_pic_list li .txt .date p i{font-size:12px;color:#999;margin-right:8px;}
.news_pic_list li .txt .date p{margin-right:20px;font-size:13px;color:#999;}
}





/*内容页*/
.art_tit{ margin:.5rem 0 .3rem 0; border-bottom:solid 1px #e8e8e8;text-align:center;}
.art_tit h1{font-size:28px;line-height:1.5; color:#000; margin-bottom:.15rem;}
.art_tit .info{margin-bottom:25px; color:#888; }
.art_tit .info li{  margin-right:25px; font-size:14px;  }
.art_tit .info li i{ margin-right:.1rem;}


/*正文*/
#art_box {line-height:1.8; color:#555; margin-bottom:.5rem;}
#art_box p {margin-bottom:.15rem; text-align:justify;}
#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%;}

.pre_next{ padding:20px 25px; background:#f8f8f8; margin:.5rem 0 .3rem 0; line-height:2;}

/*======================返回按钮======================*/
.n_bottom{ text-align:center;}
.n_bottom li{display:inline-block;margin: 0 25px;cursor: pointer;}
.n_bottom li .img{display:inline-block;width:66px;height:66px; border: #ccc 1px solid; border-radius:50%; 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{ color:#888; margin-top:6px; font-weight:normal;}
.n_bottom li a{ display:block;}
.n_bottom li a:hover .img h6{transform: translateY(-64px);}
.n_bottom li a:hover .img{ border:var(--main_color) 1px solid; background:var(--main_color);}

@media screen and (max-width:768px) {
.art_tit h1{font-size:18px;line-height:1.3; margin-bottom:15px;}
.art_tit .info{margin-bottom:15px; }
.art_tit .info li{  margin-right:15px; font-size:12px;  }

#art_box {font-size:15px; padding-bottom:0;margin-bottom:0; }
#art_box p { margin-bottom:15px;}
#art_box p strong{font-size:17px; color:#333;}
#art_box p span{font-size:17px; color:#333;line-height:0;margin-bottom:0;}
.n_bottom li{ margin: 0 10px;}

.pre_next{ padding:10px 10px; background:#f8f8f8; margin:.5rem 0 .3rem 0; line-height:2;}

}

/*======================相关文章======================*/
.related_art h2{ font-size:30px; line-height:50px; margin-bottom:10px;}
.related_art ul{}
.related_art li{ width:31%; margin-right:3.5%;}
.related_art li:last-child{ margin-right:0;}
.related_art li .pic{width:100%; overflow:hidden;}
.related_art li .pic img{ width:100%; display:block; transition:0.3s all;}
.related_art li .txt{ font-size:16px; line-height:1.5;  margin-top:10px;}
.related_art li:hover .pic img{transform:scale(1.1);}
@media screen and (max-width:768px) {
.related_art h2{ font-size:20px; line-height:36px; margin-bottom:10px;}
.related_art li{ width:100%; margin-right:0%; margin-bottom:15px;}

}

/*======================联系我们======================*/

.page_lianxi .txt,.page_lianxi .pic{width:48.5%;}
.page_lianxi .txt h3{font-size:.25rem;margin-bottom:10px;}
.page_lianxi .txt h5{color:var(--main_color);font-size:18px;font-weight:bold;display:block;margin-bottom:20px;}
.page_lianxi .txt p{color:#656565;font-size:16px;margin-bottom:15px;line-height:1.6;}


.page_lianxi .pic img{width:100%;}

/*地图*/
.map{border:solid 0px #e8e8e8; margin-top:.8rem; position:relative; margin-bottom:-.8rem;}
#map1{width:100%; height:480px;}
.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: 17px;}

@media screen and (max-width:768px) {
.page_lianxi .txt,.page_lianxi .pic{width:100%;}
.page_lianxi .txt h3,.page_lianxi .txt span{display:none;}
.page_lianxi .txt p{margin-bottom:10px;font-size:14px;}
.page_lianxi .pic{margin-bottom: 15px;}
#map1{width:100%; height:360px;}
}


/*==================团队风采=================*/
.qzng_bg{padding-bottom:1rem;}
.qzng figure{width:23.85%;margin-right:1.5%;margin-bottom:.25rem;overflow:hidden;border-radius:6px;}
.qzng figure:nth-child(4n){margin-right:0;}
.qzng figure img{width:100%;display:block; transition:all .5s;}
.qzng figure:hover img{transform:scale(1.1);}

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

/*======================留言反馈======================*/
.page_liuyan_bg{ padding:.8rem 0 .5rem 0;background: url(../images/liuyan_bg.jpg) no-repeat center bottom; background-attachment:fixed;margin-top:.6rem;background-size:cover;}
.page_liuyan con{margin:.8rem 0; }
.page_liuyan .con h3{font-size:.4rem; font-weight:normal;margin-bottom:.25rem;color:#fff;}
.page_liuyan .con h5{font-size:15px; line-height:1.6; font-weight:normal; margin-bottom:.25rem; color:#666;color:#fff;}

/*留言*/
.page_liuyan{width:65%;}
.message_input {margin-bottom:25px;}
.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: 48%;background:rgba(255,255,255,.8);border-radius:8px;} 
.message_input input{border: none;background: none;outline: none;border-bottom: 1px solid  rgba(153,153,153,.2);width: 100%;padding:15px 10px;  box-sizing:border-box; font-size:15px; color:#333;} 
.message_input input::-webkit-input-placeholder {color:#888;} 
.message_input textarea{font-size:15px; display: block;border: none;background:rgba(255,255,255,.8);color:#333;outline: none;border-bottom: 1px solid rgba(255,255,255,0.2);width: 100%;padding: 15px 10px;box-sizing: border-box;min-height:120px;border-radius:8px;} 
.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 textarea::-webkit-input-placeholder{color: #888;}
.message_input .submit i{margin-left:.25rem;}
@media screen and (max-width:768px) {
.page_liuyan .pic,{ display:none;}
.page_liuyan_bg{background:none;padding:10px 0 60px 0;}
.page_liuyan{width:100%;}
.page_liuyan .con{ width:100%;background: #fff;color: #333; padding:0 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; }
}





















/*下载列表*/
.down_list{ text-align:center; margin-bottom:1rem;}
.down_list li{ border:solid 1px #ddd; width:3.6rem; text-align:center; display:inline-block;}
.down_list li .pic{ text-align:center;}
.down_list li .pic img{max-width:100%;}
.down_list li .tit{display:flex; justify-content:center;align-items:center; margin-bottom:.25rem;}
.down_list li .tit img{ margin-right:.15rem;}
.down_list li .tit h5{ font-size:18px;}


/*帮助中心*/
.help_box{background:#fff; margin-top:-1rem; position:relative; z-index:1; box-shadow:0 1px 25px rgba(0,0,0,.1); margin-bottom:1rem; padding: 0.35rem 1.5rem 0.8rem 1.5rem; box-sizing:border-box;}

/*======================表单页面======================*/
.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);}





/*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 20px 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;}






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

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



.serch_n{ padding: 0px 300px; position:relative; margin-bottom:.2rem;}
.serch_n input{width:100%; padding:15px 25px; font-size:17px; outline:none; background:#f8f8f8; box-sizing:border-box; height:.6rem; line-height:.6rem; border:solid 1px #ddd;}
.serch_n .btn{ position:absolute; right:290px; top:0px;}
.serch_n .btn button{ width:125px; height:.6rem; border:0; cursor:pointer; outline:none; padding-left:40px; font-size:.18rem; color:#fff; background: url('../images/serch.png') no-repeat 30px center var(--main_color); background-size:20px auto;}


/*======================搜索======================*/
.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;}

.serch_list{}
.serch_list li{font-size:16px; padding-left:15px; line-height:2.6em;  background:url(../images/dian.png) no-repeat left 19px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.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;}





/*右侧浮动*/
.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;line-height: 54px; 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: #FF7F27;}
.online_q .btn2:hover span svg{ fill:#fff;}

#gotop.hide{ height:0; overflow: hidden;}

.online_q .social-share{position:absolute;background: #004d98;border-radius:3px;right:95px;top: 0;text-align: center;opacity:0;transition: .6s;-webkit-transition: .6s;visibility:hidden;font-size: 18px;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 #004d98;position:absolute;right:-15px;top:50%;margin-top:-10px;}
.online_q .social-share img{width:80px;height:80px;margin-top:10px;margin-bottom:10px;}
.online_q .btn2:hover .social-share{opacity:1;right: 60px;visibility:visible;}
.online_q .social-share1:before{top: 24px;}
  

/*用户注册、登录、找回密码*/
.user_bg{width: 100%;min-height: 100vh;height: 100%;overflow: hidden;position: relative;background: url(../images/n_user_bg1.jpg) center no-repeat;background-size: cover;}
.user_form_box{width:500px; background:#fff; border-radius:5px; overflow:hidden; padding-bottom:40px; position: relative; box-shadow:0 5px 20px rgba(0,0,0,.15); box-sizing:border-box;}
.user_form_box .head{height: 56px;background: #f6f6f6;padding: 16px 20px; margin-bottom:40px; text-align:center; box-sizing:border-box; font-size:20px; text-shadow: 0 1px 10px rgba(0,0,0,.25);}

.form_box .p1{margin-top:25px;}
.form_box .p1 a{ color:#ff2442;}

.u_footer{color:rgba(255,255,255,0.6); margin-top:15px; font-size:13px;}


/*表单*/
.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,.5);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{}




/*右侧浮动*/
.online_q {position: fixed;right:10px;bottom:8%; 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: #fdefe7}
.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: 150px;line-height: 20px;text-align: center;font-weight: 400;font-size: 14px;color: #333;padding: 10px 0 10px}
.side-screen-box.qrcode .gzh-qrcode {width: 130px;display: block;margin:auto}
@media screen and (max-width:768px) {
.online_q{ display:none;}	
}






/*更多*/
.lookmore{ text-align:center;margin-top:.3rem;}
.lookmore a{display:inline-block;border: #ccc 1px solid; border-radius:.22rem;width:1.55rem; line-height:.42rem; font-size:.14rem; 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;
}