@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#005ac7;        /* 主色 */
	--main_color_rgb:55,147,219 ;  /*rgba*/
    --second_color:#34A1DC;      /* 副色 */    

}

@font-face{font-family:'din'; src: url('../font/din.OTF');}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family: Microsoft Yahei,Arial, sans-serif; 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; }
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{color:var(--main_color);}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.bottom_blank{height:.6rem;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

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

/*======================主体宽度======================*/
.pc_hide{display:none;}
.main{width: 88%; margin: auto; max-width: 1500px;}
@media screen and (max-width:1366px) {
	.main{width:92%;}
}
@media screen and (max-width:768px) {
	body{font-size:14px; }
	.main{width:100%; padding:0 15px; box-sizing:border-box;}
	.m_show{ display:block;}
	.m_hide{display:none;}
}
.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;}


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

/*头部*/
.header{z-index: 100;width: 100%; position:fixed; transition:0.5s all;background:rgba(0,0,0,0.5);}
.header:before{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:rgba(255,255,255,0.2); transition:2s}
/*.header.on:before{ width:100%}*/
.header .logo {height:80px; margin-left:2%; transition:0.5s all;}
.header .logo img{height:46px; display:block;transition:0.5s all; /*filter: grayscale(100%) brightness(1000%);*/}
.header .logo .txt{ margin-left:10px; }
.header .logo .txt h2{ font-size:28px; color:#fff; margin-bottom:10px;letter-spacing:0.8px;}
.header .logo .txt p{color:rgba(255,255,255,0.8); letter-spacing: 0.2px;
    font-size: 15px;}

.header_right{ margin-right:2%;}
@media screen and (max-width:1440px) {
.header .logo {height:80px; margin-left:1%;}
.header .logo .txt h2{ font-size:24px;letter-spacing:1px;}
.header .logo .txt p{ font-size:13px;}
.header_right{ margin-right:2%;}
}

/*主导航*/
.navBox {  height:80px; transition:0.5s all; margin-right:.2rem;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 .2rem;}
.navBox .nav li>a {display: block;position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .txt {position: relative;z-index: 2; font-size:.19rem;  transition:0.5s all; color:#fff; }
.navBox .nav li>a:hover .txt{color:var(--main_color);}
/*.navBox .nav li.curr a .txt{color:var(--main_color);}*/
.navBox .nav li>a i{margin-left:5px; color:rgba(255,255,255,0.6); font-size:.12rem;}
.header_scroll .navBox .nav li>a .txt{ color:#333;}
.header_scroll .navBox .nav li>a i{color:#333;}
.header_scroll .navBox .nav li.curr a .txt{color:var(--main_color);}
.header_scroll .navBox .nav li.curr a i{color:var(--main_color);}
@media screen and (max-width:1440px) {
.navBox { margin-right:0;}
.navBox .nav li {padding: 0 .12rem;}
}

/*下拉菜单*/
.subNavbox {position: absolute; left: 0px; top: 80px; width: 100%;padding: 50px 0px;  background:#fff; box-shadow: 1px 3px 5px 0 rgba(88, 88, 88, 0.2); display: none;}
.subNavbox .left{width:30%;overflow: hidden;}
.subNavbox .left img{width:100%; display:block;}

.subNavbox .right{width:30%; border-left: solid 1px #e8e8e8;padding-left: 50px; box-sizing:border-box;}
.subNavbox .right h3 {font-size:.25rem;margin: 5px 0 15px 0; color:#000;}
.subNavbox .right p {color: #666666;text-align: justify;line-height:2; }

.subNavbox .mid {width:40%; padding:0 .8rem; box-sizing:border-box;}
.subNavbox .mid dd{}
.subNavbox .mid dd a{display: block; border-bottom:1px solid rgba(0,0,0,.1); position:relative; line-height:50px; 
	background: url(../images/icon_sj.png) no-repeat right 5px center; transition:0.3s all; font-size:15px;}
.subNavbox .mid dd a:hover{ background: url(../images/icon_sj.png) no-repeat right center; }
.subNavbox .mid dd a:after {content:"";background:var(--main_color);position: absolute;left: 0px;bottom:-1px;width:0;display: block;height: 1px;transition: 0.6s;z-index:0;}
.subNavbox .mid dd a:hover:after{ width:100%;}



/*======================搜索======================*/
.header .top_serch{width:.6rem; transition:0.5s all; position:relative;}
.header .top_serch a{height:100%;}
.header .top_serch a svg{width:18px; fill:#fff;  transition:0.5s all;}
.header .top_serch a:hover svg{fill:var(--main_color);}
.header .top_serch:after{ content: ""; width:1px; height:14px; background:#ccc; display:block;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);transition: 0.5s all;}

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

.header .tc-box {width: 700px;max-width: 90%;margin: 0 auto;box-sizing: border-box;  /* background:#fff; */display: block;position: relative;z-index: 1;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: hidden;
}
.header .tc.act .tc-box {-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform: scale(1);}
/*搜索弹窗内容样式*/
.header .tc-box form {position: relative;}
.header .tc-box .tc_fdj {position: absolute;left: 20px;display: block;height:.75rem;width: 25px;background: url(../images/icon-sq2.png) center no-repeat;}
.header .tc-box #keyword {width: 80%;height:.75rem;padding: 0 15px;padding-left:55px;font-size:.18rem;color: #999;box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.header .tc-box .btn_submit {width: 20%; height:.75rem; line-height:.75rem;background:var(--main_color);font-size:.2rem;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}


/*导航下拉*/
.header_scroll,.m_header_scroll {background:#fff; box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.header_scroll .top_serch a svg,.m_header_scroll .top_serch a svg{fill:#333;}
.header_scroll .logo img,.m_header_scroll .logo img{filter: grayscale(0%) brightness(100%);}

/*电话*/
.header_right .tel{display:flex; justify-content:center; align-items:center; font-size:16px; font-weight:bold; color:#fff; margin-left:20px; line-height:1.2;}
.header_right .tel svg{width:23px; fill:#fff; margin-right:6px;}



/*语言*/
.lag{display:flex; justify-content:center; align-items:center; margin-left:.2rem; position:relative; color:#fff;}
.lag img{width:1vw; margin-right:6px; filter: grayscale(100%) brightness(1000%);}
.lag .box{ position:absolute; left:50%; top:100%; background:#fff; padding:.1rem .25rem; box-shadow:0 5px 20px rgba(0,0,0,.15); border-radius:5px; min-width:1rem; transform:translate(-50%,20px); opacity:0;  pointer-events:none; transition:all .3s;}
.lag .box a{ display:block; line-height:2.2; font-size:.15rem;}
.lag .box p:not(:last-of-type){border-bottom:1px solid #ddd}
.lag .box:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}

.lag:hover .box{transform:translate(-50%,0); opacity:1; pointer-events: all;}
.header_scroll .lag,.m_header_scroll .lag{color:#333;}
.header_scroll .lag img,.m_header_scroll .lag img{filter: grayscale(100%) brightness(100%);}
@media screen and (max-width:768px) {
.lag{ font-size:12px; margin-right:15px; margin-top: 15px;} 
.lag img{width:16px;}
  
.lag .box{ padding:10px 25px;  top:45px;}
.lag .box a{  font-size:14px;}
}


/*======================手机菜单按钮======================*/
.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);}

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



@media screen and (max-width:768px) {
.header{ height:60px;}
.header .logo{height:60px; margin-left:10px;}
.header .logo img{ height:32px; /*filter: grayscale(0%) brightness(100%);*/}

.header .logo .txt{ margin-left:6px; }
.header .logo .txt h2{ font-size:20px; color:#fff; margin-bottom:5px; letter-spacing:0.5px;}
.header .logo .txt p{color:rgba(255,255,255,0.8); letter-spacing:0px; font-size:11px; }

.header_right{display:none;}
.m_header_right{display:block; margin-right:15px;}
.m_top_blank{height:60px;}

.m_header_scroll .logo .txt h2{color:#000;}
.m_header_scroll .logo .txt p{color:#888; }

	

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

/*搜索表单*/
.m_search_box {width:100%;  position: relative;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:6px; margin-top:10px;}
.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:15px;}
.m_menu .item i{float:right; color:#ccc; transition:0.3s all;}
.m_menu .item.active> i{ -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}


/*电话*/
.m_tel{text-align:center; margin-top:25px; 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=====================*/
	#banner {position:relative; z-index:0; height:100%; overflow:hidden;}
	#banner .txt{position:absolute;z-index:9;left:5%;top:40%; bottom:0; width:50%; box-sizing:border-box;}
	#banner .txt h3{font-size:3.2vw; color:#fff;margin-bottom:.3rem; transform:translateY(200px);opacity:0;transition:all 0.3s; line-height:1.4;}
	#banner .txt p{font-size:2vw; color:#fff;  transform:translateY(200px);opacity:0;transition:all 0.3s; line-height:1.4;}
	#banner .swiper-slide-active .txt h3,
	#banner .swiper-slide-active .txt p{transform:translateY(0px);opacity:1; transition-delay:1s;}
	
	
	#banner .swiper-slide .pic {position:relative; z-index:1; height:100%; overflow:hidden;}
	#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;}
	#banner .swiper-slide-active .pic img{ transform: scale(1.05,1.05);  -webkit-transform: scale(1.05,1.05);  transition-delay:1s;}
	
	
/*按钮切换*/	
	.swiper-ctrl {position: absolute;left: 5%;bottom: 8%;width: 200px;z-index: 11;}
	.swiper-ctrl .relative{position: relative;}

	#banner .swiper-pagination {position: absolute;left:50%; top:10px;bottom: auto;margin-left: -25px;color: #fff; font-size:.16rem;}
	#banner .swiper-pagination span { opacity: .5; font-family:din;}
	#banner .swiper-pagination .swiper-pagination-current  {color: #fff;opacity: 1;}
	#banner .swiper-button-next,#banner .swiper-button-prev {position: absolute;left: auto;right:auto;width: 45px;text-transform: uppercase;color: #fff;font-size: 13px; height: 36px;line-height: 35px;opacity: .5; cursor:pointer;}
	#banner .swiper-button-next:hover,#banner .swiper-button-prev:hover {opacity: 1;}
	#banner .swiper-button-next {background: url('../images/ban_next.png') right center no-repeat;right: 0;}
	#banner .swiper-button-prev {background: url('../images/ban_prev.png') left center no-repeat;left: 0;text-align: right;}
	
	
/*鼠标*/	
	#banner .mouse{position:absolute; width:25px; right:5%;margin-left:-12.5px; bottom:5%; z-index:10;background:url(../images/shubiao.png) top center no-repeat; height:60px; text-align:center; color:#fff; padding-top:45px; line-height:1.3;}
	#banner .mouse span{-webkit-animation: arrowMove 2s infinite; animation: arrowMove 2s infinite; display:inline-block;width: 8px;height:20px; position: absolute; margin-left:-4.5px;left:50%; top:12px;} 

@-webkit-keyframes arrowMove {
  to {
	-webkit-transform: translateY(.1rem);
	transform: translateY(.1rem);
	opacity: 0;
	}
}
@keyframes arrowMove {
  to {
	-webkit-transform: translateY(.1rem);
	transform: translateY(.1rem);
	opacity: 0;
	}
}
	
#banner .swiper-slide:after {width:100%; height: 720px;
    content: "";
    background: url(../images/pb.png) repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity:0.25;
    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 .txt{left:15px; width:90%;}
	#banner .txt h3{font-size:36px;}
	#banner .txt p{font-size:18px;}
	#banner .swiper-pagination-bullet{width: 7px;height:7px;}
	#banner .mouse{display:none;}
	.swiper-ctrl {left: 5%;bottom:8%;width:150px;}
	#banner .swiper-pagination {font-size:14px; top:9px; margin-left: -20px;}
}



/*页面标题*/
.main_tit{padding:.6rem 0 .35rem;width:100%;  text-align:center;}
.main_tit h2{ font-size:.42rem;color:#fff;}
.main_tit .line {display: block;width: 20px;height: 4px;background:var(--main_color);border-radius: 10px;margin: 15px auto auto auto;}
.main_tit p{font-size:16px; color:#ddd; margin-top:15px; line-height:1.6;}

.main_tit .more{width:145px; line-height:46px; text-align:center;  border:solid 1px var(--main_color); border-radius:5px; position:relative;}
.main_tit .more a{display:block; color:var(--main_color); font-size:.16rem;position: relative;  transition:0.5s all;}
.main_tit .more a:hover{color:#fff;}
.main_tit .more:before { position:absolute;  right:0; top:0; content: ""; width:0;background:var(--main_color);height:100%; transition:0.5s all;}
.main_tit .more:hover:before{width:100%; left:0;}

.zx_btn{width:1.25rem; line-height:.4rem; text-align:center; color:#fff;  border:solid 1px rgba(255,255,255,0.46); display:inline-block; transition:0.3s all;}
.zx_btn:hover{ background:rgba(255,255,255,0.8); color:var(--main_color);}
@media screen and (max-width:768px) {
.main_tit h2{ font-size:20px;}	
.main_tit p{font-size:13px; margin-top:10px;}

.main_tit .more{width:88px; line-height:32px;}
.main_tit .more a{font-size:14px;}

.zx_btn{width:108px; line-height:38px; font-size:16px;}
}


/*页面标题2*/
.main_tit2{padding:.5rem 0 .4rem;}
.main_tit2 h2{font-size:.42rem; color:#000;}

.main_tit2 .more{ text-align:center;position:relative; z-index:1; display: flex;align-items: center;justify-content: space-between;}
.main_tit2 .more a{padding: 0 30px 0 52px; line-height:.46rem;text-align: center;border: 1px solid #888; overflow:hidden; display:inline-block; position:relative; transition:0.3s; background: url(../images/icon-more.png) no-repeat left 20px center; margin-left:20px;}
.main_tit2 .more a:firs-child{margin-left:0px;}
.main_tit2 .more a:hover,.main_tit2 .more a.on{color:#fff; border: 1px solid var(--main_color); background: url(../images/icon-more-h.png) no-repeat left 20px center;}
.main_tit2 .more 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); }
.main_tit2 .more a:hover:before,.main_tit2 .more a.on:before{ width:100%; left:0;}

@media screen and (max-width:768px) {
.main_tit2 h2{font-size:18px;}
.main_tit2 .more a{padding: 0 10px 0 25px; line-height:30px; font-size:12px;  background: url(../images/icon-more.png) no-repeat left 10px center; background-size:10px auto; margin-left:10px;}
.main_tit2 .more a:hover,.main_tit2 .more a.on{background: url(../images/icon-more-h.png) no-repeat left 10px center; background-size:10px auto;}

}


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

}

/*================公司介绍=====================*/

#particles-js{position: absolute;width: 100%; z-index:2; }
#particles-js {opacity: 0.6;}
.particles{pointer-events: none;}
	
.index_02{ background:url(../images/about_bg.jpg) no-repeat; background-size:cover; position:relative;}
/*.index_02:after {content: ""; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .1);}*/
.index_about{ margin-left:5%;}
.index_about .txt{ color:#fff; width:42%; padding-top:60px;}
.index_about .txt h2{ font-size:.46rem; margin-bottom:50px;}
.index_about .txt .info{ font-size:.25rem; margin-bottom:25px; font-weight:200; display: flex; align-items: center; }
.index_about .txt .info i{display: inline-block;width: 4px;height: 4px;border-radius: 5px;background: rgba(255, 255, 255, 0.6); margin: 0 18px;}
.index_about .txt .desc{ font-size:.16rem; line-height:2.2; text-align:justify; margin-bottom:45px;}


.index_about .ys{ color:#fff; width:35%; margin-right:5%;}
.index_about .ys .con i{ font-size:.5rem; font-family:din; font-style:normal;}
.index_about .ys .con sup{ font-size:16px; margin-left:5px;}
.index_about .ys .con p{ font-size:16px; margin-top:10px;}

.index_about .ys .ico img{width:54px; filter: grayscale(100%) brightness(500%);}
.index_about .ys li{border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding:.5rem 0;}
.index_about .ys li:last-child{border-bottom: 0px solid rgba(255, 255, 255, 0.2);}
@media only screen and (max-width: 768px){
.index_about .txt{width:95%; margin-top:50px;  padding-top:0px;}
.index_about .ys{width:95%; margin-top:4vh;}
.index_about .txt h2{ font-size:22px; margin-bottom:20px;}
.index_about .txt .info{ font-size:17px; margin-bottom:15px; font-weight:normal; }
.index_about .txt .info i{margin: 0 10px;}
.index_about .txt .desc{ font-size:13px; line-height:2; margin-bottom:20px;  color: rgba(255, 255, 255, 0.8);}

.index_about .ys .con sup{ font-size:13px; margin-left:3px;}
.index_about .ys .con p{ font-size:13px; margin-top:10px;}
.index_about .ys .ico img{width:33px;}
.index_about .ys li{padding:16px 0;}
}


/*================更多=====================*/
.mymore{width: 166px;height: 40px; color:#fff; display: flex;align-items: center;transition:0.3s all;}
.mymore .img{transform: translateX(20px);animation: arrmove 3s infinite linear alternate;}
.mymore .img img{filter: grayscale(100%) brightness(1000%); transition:0.3s all;}
.mymore span {width: 35px;height: 35px;border: 1px solid #fff;border-radius: 50px;transition:0.3s all;}
.mymore:hover{ text-decoration:underline; color:#fff;}
.mymore:hover .img img{}
.mymore:hover span { }
@keyframes arrmove {
    0%{transform: translateX(20px);}
    20%{transform: translateX(30px);}
    40%{transform: translateX(20px);}
    100%{transform: translateX(20px);}
}



/*======================主营业务======================*/
.index_03{ background:url(../images/s3.jpg) no-repeat; background-size:cover;}
.index_yw{}
.index_yw li{ text-align:center; width:33.3%; height:28vh; border:solid 1px rgba(255,255,255,0.2); box-sizing:border-box; margin:-1px 0 0 -1px;}
.index_yw li a{ width:100%;}
.index_yw li .pic{ margin-bottom:.2rem;}
.index_yw li .txt{ font-size:.18rem; color:#fff;}
.index_yw li .btn{ width:1rem; line-height:32px; border-radius:32px; color:var(--main_color); margin:0 auto 0; background:rgba(255,255,255,0.9); opacity:0; transition:0.6s all;}
.index_yw li:hover .btn{ margin:.3rem auto 0;opacity:1;}
@media only screen and (max-width: 768px){
.index_yw li{ text-align:center; width:50%; height:20vh;}
.index_yw li .txt{ font-size:14px; height:32px; padding:0 10px; line-height:1.3;}
.index_yw li .pic img{ height:40px;}
.index_yw li .btn{ display:none;}
}


/*======================合作客户======================*/
.index_06{}
/*======================数说======================*/
.indexc3Box { font-size:.42rem; font-weight:bold;  color: #FFF; display: inline-block; position: absolute; z-index: 5; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.index3_ani{ height: 401px; width: 432px; position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); z-index:4; opacity:0.5}
.index3_ani i{ display: block; width: 357px; height: 357px; background: url(../images/aniLine.png); position: absolute; top: 50%; left: 50%; opacity: 0; margin-top: -178px; margin-left: -178px; z-index:5;}
.index3_ani i:nth-of-type(1){animation: ani_1 2s linear infinite;}
.index3_ani i:nth-of-type(2){animation: ani_2 2s linear infinite;}
.index3_ani i:nth-of-type(3){animation: ani_3 2s linear infinite;}
.index3_ani i:nth-of-type(4){animation: ani_4 2s linear infinite;}
.index3_ani i:nth-of-type(5){animation: ani_5 2s linear infinite;}
.index3_ani i:nth-of-type(6){animation: ani_6 2s linear infinite;}
.index3_ani i:nth-of-type(7){animation: ani_7 2s linear infinite;}
.index3_ani i:nth-of-type(8){animation: ani_8 2s linear infinite;}
.index3_ani i:nth-of-type(9){animation: ani_9 2s linear infinite;}
.index3_ani i:nth-of-type(10){animation: ani_10 2s linear infinite;}
@keyframes ani_1{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	40%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_2{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	43%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_3{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	46%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_4{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	49%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_5{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	52%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_6{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	55%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_7{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	58%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_8{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	61%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_9{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	64%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_10{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	67%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}

.index_c3imgAni2 {position:relative;}
.index_c3aniImgs{ width:100%; height:100%; position:absolute; left:0; top:0;}
.index_c3aniImgs img{ width:100%; height:auto; position:absolute; left:0; top:50px; opacity:0; animation: ani2_img 12s linear infinite 0s;}
.index_c3aniImgs img:nth-child(1){animation-delay: 0s;}
.index_c3aniImgs img:nth-child(2){animation-delay: 4s;}
.index_c3aniImgs img:nth-child(3){animation-delay: 8s;}
@keyframes ani2_img{
	0%{transform:scale(0.5); opacity: 0;}
	33%{transform:scale(0.8); opacity: 1;}
	50%{transform:scale(1); opacity: 0;}
	100%{transform:scale(1.15); opacity: 0;}
}


/*@media (max-width:1799px){
.about_section2 { height: 320px;}
.index3_ani{ height: 300px; width: 332px;}
.index3_ani i{width: 280px; height: 280px; background: url(../images/aniLine.png); background-size:280px auto; position: absolute; margin-top: -140px; margin-left: -140px; z-index:5;}
}
@media (max-width:767px){
.about_section2{overflow:hidden; height:200px;}
.indexc3Box { font-size:22px; line-height: 58px; padding-top: 18px; }
.index3_ani{width:160px; height:160px;}
.index3_ani i{height:160px; width:160px; margin-top:-80px; margin-left:-80px; background-size:cover;}
.index_c3imgAni{width:800px; position:relative;}
.index_c3imgAni2{width:800px; position:relative;}
}*/
@media screen and (max-width:768px) {
.index3_ani i{ display: block; width: 200px; height: 200px; background: url(../images/aniLine.png); background-size:cover; position: absolute; top: 50%; left: 50%; opacity: 0; margin-top: -100px; margin-left: -100px; z-index:5;}

}
/*首页新闻*/
.index_news{ padding:0 0 0 1.2rem; height:100%;}
@media only screen and (max-width: 1440px){
	.index_news{padding-left:5%;}
}
.index_news .tit{width:18%; margin-top:calc(1rem + 6vh);}
.index_news .tit h3{ font-size:.42rem; font-weight:normal; color:#000; margin-bottom:.25rem;}
.index_news .tit h5{ font-size:.18rem; color:#666;font-weight:normal;  }

.index_news .tit ul{margin:1rem 0 2rem 0;}
.index_news .tit li{line-height:.5rem; font-size:.18rem;}
.index_news .tit li.active a{color:var(--main_color);}

.index_news .con{width:82%; height:100%; display:none;}
.index_news .con.active{display:block;}
.index_news .con {opacity: 0;animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;}

.index_news .con ul{ height:100%;  }
.index_news .con li{width:33.3%; padding:.8rem .5rem 0 .4rem; height:100%; box-sizing:border-box; border-left:solid 1px #e8e8e8;}
.index_news .con li h3{ font-size:.2rem;-webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;}
.index_news .con li a{ transition:0.5s all; height:50%;}
.index_news .con li h6{ font-size:.14rem; margin:0.16rem 0 0.25rem 0; font-weight:normal; color:#999;}
.index_news .con li p{font-size:.16rem; line-height:2;  color:#666;}
.index_news .con li .btn{ margin-top:.5rem; width:125px; line-height:38px; text-align:center; background:#f3f4f6; display:block; transition:.5s all;}
.index_news .con li:hover .btn{ color:#fff; background:var(--main_color); }
.index_news .con li .pic{ margin-top:.8rem; overflow:hidden;border:1px solid #e8e8e8}
.index_news .con li .pic img{width:100%; display:block;  transition:0.5s all;height: 280px;}
.index_news .con li:hover .pic img{ transform:scale(1.1);}
.index_hz{padding-top: calc(1rem + 10vh);}
.index_hz .tit{text-align:center}
.index_hz .tit h3 {
    font-size: .42rem;
    font-weight: normal;
    color: #000;
    margin-bottom: .25rem;
}
.index_hz .tit h5 {
    font-size: .18rem;
    color: #666;
    font-weight: normal;
}
.index-hz-li{width:88%;margin:100px auto 0}
.index-hz-li ul li{float:left;width:16.666%;margin:15px 0;}
.index-hz-li ul li .pic{width:90%;margin:auto}
.index-hz-li ul li .pic img{width:100%}
@media only screen and (max-width: 768px){
.index_news{padding:0 15px;}
.index_news .tit{width:100%; }
.index_news .tit h3{ font-size:18px;  margin-bottom:10px; text-align:center;}
.index_news .tit h5{ font-size:12px; text-align:center;}

.index_news .tit ul{margin:20px 0 20px 0; display:flex; justify-content:center;}
.index_news .tit li{font-size:14px; border:solid 1px #ddd; padding:3px 15px; margin:0 5px; border-radius:30px;}
.index_news .tit li.active{ background:var(--main_color); border:solid 1px var(--main_color);}
.index_news .tit li.active a{color:#fff;}
.index_news a.p_more{display:none;}

.index_news .con{width:100%; height:auto;}
.index_news .con li{width:48%; padding:0; height:auto; box-sizing:border-box; border-left:0; margin:0.5% 1%;}
.index_news .con li h3{ font-size:15px; height:auto; font-weight:normal;  order:2; margin-top:10px;}
.index_news .con li a{ transition:0.5s all; height:auto;}
.index_news .con li h6{ font-size:12px; margin:5px 0 10px 0;  order:3;}
.index_news .con li p,.index_news .con li .btn{ display:none;}
.index_news .con li .pic{ height:25vh; margin-top:0; border-radius:5px; overflow:hidden; order:1;}
.index_news .con li .pic img{ width:100; height:100%; object-fit:cover;}
.index_hz {padding-top:0}
.index-hz-li{margin:0 auto}
}

.m_menu .item span{float: right;
       color: #999;
   
    font-size: 20px;}
.m_menu .item span.bi{display:none}
.m_menu .active span.bi{display:block}
.m_menu .active span.bi-chevron-down{display:none}


/*======================解决方案======================*/
.index_04{ overflow:hidden; background:url(../images/video-bg.jpg) no-repeat center; background-size:cover;}
.index_04 .pic_box{ position:relative; width:100%; height:100%;}
.index_04 .pic_box li{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-position: center;background-repeat: no-repeat;background-size: cover;opacity: 0;transition: all .6s ease;animation: o-scale 20s linear infinite;z-index: 1;}
.index_04 .pic_box li.active{opacity:1;}
/*.index_04 .pic_box li:after {width: 45%;height: 100%;content: "";position: absolute;left: 0px;top: 0px;z-index:1; background: -webkit-linear-gradient(left, var(--main_color) 10%, rgba(0, 72, 132, 0));}*/
@keyframes o-scale {
  0%,85%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.service{ position:absolute;  top: 0;left: 0;right: 0;bottom: 0; box-sizing:border-box; z-index:2;}
.service .tit{position: absolute;top:80px; left: 0;right: 0;bottom: 0; }
.service .tit li{ width:33.3%; height:100%; box-sizing:border-box; cursor:pointer; transition:0.5s all; border-right:solid 1px rgba(255,255,255,0.2); color:#fff; background:rgba(0,0,0,0.05);}
.service .tit li.active{background:rgba(0,0,0,0.1);}
.service .tit li:last-child{ border-right:0;}
.service .tit li .ico{ margin-bottom:30px;} 
.service .tit li h2{ font-size:.28rem; font-weight:normal; line-height:1.6;}
.service .tit li .line{width:.36rem; height:3px; background-color: #e79d37; margin:.25rem auto;}
.service .tit li p{ line-height:1.8;}
.service .tit li a{height:100%; color:#fff;}
.service .tit li .more{width:150px;height: 42px;line-height: 42px;border: solid 1px #fff;border-radius: 50px;overflow: hidden; position:relative; text-align:center; margin-top:1rem;}
.service .tit li .more:after{content: '';width: 0%;height: 100%;position: absolute;left:50%;top: 0; background:rgba(255,255,255,0.8); transition:0.3s all;}
.service .tit li:hover .more:after{width:100%; left:0;}
.service .tit li .more b{ font-weight:normal; position:relative; z-index:1;}
.service .tit li:hover .more b{ color:var(--main_color);}

.shouji{display:none}
@media screen and (max-width:768px) {
#jjfa {height:100%; position:relative; z-index:1;}
#jjfa li{ width:100%; height:100%; background-position: center;background-repeat: no-repeat;background-size: cover; color:#fff;}
#jjfa li .ico { margin-bottom:25px;}
#jjfa li .ico img{ width:68px;}
#jjfa li h2{ font-size:20px; font-weight:normal; line-height:1.6;}
#jjfa li .line{width:25px; height:3px; background-color: #e79d37; margin:20px auto;}
#jjfa li p{ line-height:1.8;}
#jjfa li .more{width:125px;height:32px;line-height: 32px;border: solid 1px #fff;border-radius: 50px;overflow: hidden; position:relative; text-align:center; margin-top:50px; color:#fff;}
/*分页器*/
#jjfa .swiper-pagination{bottom:15px; position:absolute; z-index:10; width:100%; text-align:center;}
#jjfa .swiper-pagination span{margin:0 4px;}
#jjfa .swiper-pagination-bullet{width: 9px;height: 9px; display: inline-block; border-radius:50%;  background:#fff; transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity:0.8;}
#jjfa .swiper-pagination-bullet-active{background:var(--main_color); width:22px; border-radius:5px; opacity: 1.0;}
.pc{display:none}
.shouji{display:block}
}

.yylyindex ul li{width: 48%;
    float: left;
    margin: 1% 1%;
    position: relative;}
.yylyindex ul li div{width:100%;border:1px solid #e8e8e8}
.yylyindex ul li div img{width:100%}
.yylyindex ul li p{width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    bottom: 0;}

/*================首页新闻=====================*/
.index_05{ background:url(../images/fwtd_bg.jpg) no-repeat; background-size:cover;}
.index_05 .main_tit{margin-top:10vh;}

.index_nav{ text-align:center; margin-top:-25px; position:relative; z-index:10;}
.index_nav a{width:125px; line-height:.4rem; display:inline-block; border:solid 1px #e8e8e8; border-radius:.4rem; margin:0 10px; transition:0.5s all;}
.index_nav a:hover{ background:var(--main_color); border:solid 1px var(--main_color); color:#fff;}

@media screen and (max-width:768px) {
.index_05 .main_tit{margin-top:60px;}
.index_nav{margin-top:-10px;}	
.index_nav a{width:80px; line-height:30px;   border-radius:32px; margin:0 5px;}

}


/*==================首页新闻样式========================*/
.scroll_pic {position: relative;}
.scroll_pic .block { position: relative;z-index: 1;}
.scroll_pic .block:before {content: '';width: 20%;height:105%;display: block;margin: 0 auto;background-image: linear-gradient(180deg, #00000000, #0000002e, #ffffff, #e5eff8a8);position: absolute;left: 0;right: 0;top: 0;
  border-radius: 0 0 12px 12px;z-index: 1;}
.scroll_pic .items {padding: 3.125vw 0;position: relative;z-index: 2;}
.scroll_pic .item {width: 20%;}
.scroll_pic .item .pic {border-radius: 12px;overflow: hidden;}
.scroll_pic .item .pic img {display: block;width: 100%;transition: transform .3s ease;}
.scroll_pic .item .txt {display: none;}


.scroll_pic .info-box {position: relative;width: 20%;height: calc(18.5vw + 144px);margin: -23vw auto 0;opacity: 0;transition: opacity .3s ease;z-index: 2;}
.scroll_pic .info-box a {display: block;padding-top: 18.5vw;}
.scroll_pic .info-box .box {padding:30px 15px 20px;}
.scroll_pic .info-box .tit { font-size:16px;text-align: center;}
.scroll_pic .info-box p {font-size:18px; line-height:1.8;color: #42474e; text-align: center;margin-top:10px;}
.scroll_pic .info-box i {display: block;width: 24px;height: 24px;margin:25px auto 0; background:#fff; border-radius:100%; text-align:center; font-style:normal;}
.scroll_pic .info-box.active {opacity: 1;}

.scroll_pic .button {width: 48px;height: 48px;position: absolute;bottom:0;background-position: center;background-repeat: no-repeat;background-size: contain;z-index: 2;cursor: pointer;}
.scroll_pic .button-prev {left: 18vw; background-image: url(../images/left-1.svg);}
.scroll_pic .button-next {right: 18vw;background-image: url(../images/right-1.svg);}
.scroll_pic .pagination {font-size: 0;text-align: center;display: none;}
.scroll_pic .pagination span {display: inline-block;vertical-align: top;width: 6px;height: 6px;border-radius: 50%;border: 1px solid #00639d;margin: 0 2px;cursor: pointer;transition: all .3s ease;}
.scroll_pic .pagination span.active { background-color: #00639d;border-color: #00639d;}
@media only screen and (max-width: 768px){
.scroll_pic { padding:0 15px;}
.scroll_pic .item .pic {border-radius:5px; transform: scale(0.9); transition:0.3s all;}
.scroll_pic .swiper-slide-active .pic{transform: scale(1);}
.scroll_pic .block:before { display:none;}
.scroll_pic .info-box {width: 100%; height:170px;}
.scroll_pic .btns{display:none;}
.scroll_pic .pagination { display:block;}
}




/*================底部=====================*/
.foot_bg{ width:100%; background:url(../images/footerBg.jpg) no-repeat center top #185ab2; padding:.6rem 0 0rem 0;}

.footer_nav{width:calc(100% - 5rem); }
.footer_nav .db_dh dt{height:35px; margin-bottom:15px; position:relative; border-bottom:solid 1px rgba(255,255,255,0.2);}
.footer_nav .db_dh dt:after {width: 20px;height: 2px;position: absolute;left: 0;bottom: -1px;content: '';background:var(--main_color);}
.footer_nav .db_dh dt i{display:none;}
.footer_nav .db_dh dt a{font-size:17px;color:#fff;}
.footer_nav .db_dh dd{font-size:15px;}
.footer_nav .db_dh dd a{color:rgba(255,255,255,.68); transition:0.5s all; display:block;  line-height:2.8;}
.footer_nav .db_dh a:hover{ color:#fff;}

.b_contact{box-sizing:border-box; padding-left:1rem;}
.b_contact .f_info .item{margin-bottom:15px; font-size:15px;}
.b_contact .f_info .item:first-child .txt{ font-size:17px; color:#fff; font-weight:bold;}
.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:rgba(255,255,255,.68);line-height: 24px;}
.b_contact .f_info .tel{ }
.b_contact .f_info .txt p a{position: relative;color:rgba(255,255,255,.68);}
.b_contact .f_info .txt p a::after{content: "";position: absolute;width: 100%;height: 1px;background:rgba(255,255,255,0.46);left: 0;bottom: -2px;}

/* -- */
.foot_ewm{ margin-top:.36rem;}
.foot_ewm li{width:125px; text-align:center;  color:rgba(255,255,255,.68); margin-right:25px;}
.foot_ewm li:last-child{ margin-right:0;}
.foot_ewm li .pic{background: url(../images/ewmbg.png) no-repeat center center;background-size: 100% 100%;margin-bottom: 15px; padding:12px;}
.foot_ewm li .pic img{max-width:100%;}
/* -- */


.foot_info{ border-top:solid 1px rgba(255,255,255,0.05); padding:20px 0; margin-top:60px; }
.foot_info .left{color:rgba(255,255,255,0.3); line-height:2; font-size:12px;}

.foot_info a {display: inline-block;color:rgba(255,255,255,0.3);margin-left:15px; }
.foot_info .right a.btn {width: 112px;text-align: center;line-height: 38px;height: 38px; margin-top:5px; background:var(--main_color);color: #fff;border-radius: 4px;}
.foot_info .right a i{margin-right:5px;}

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

@media only screen and (max-width: 768px){
.foot_bg{ padding:.6rem 0 0rem 0;}
.b_contact{display:none;}
.footer_nav,.footer_nav dl{width:100%; }
.footer_nav dl{border-bottom:solid 1px rgba(255,255,255,0.1); margin-bottom:10px;}
.footer_nav .db_dh dt{height:25px; padding:5px 0; margin-bottom:0; position:relative; border-bottom:0;}
.footer_nav .db_dh dt:after {display:none;}

.footer_nav .db_dh dt i{display:block; color:rgba(255,255,255,0.5); transition:0.3s all;}
.footer_nav .db_dh dt.active i{transform: rotate(90deg);}
.footer_nav .db_dh dt a{font-size:15px; color:rgba(255,255,255,0.8);}
.footer_nav .db_dh dd a{ font-size:14px; line-height:30px;}
.footer_nav dd{display:none; padding-bottom:5px;}

.m_foot_bg{ display:block; padding:0 15px;}
.m_foot_bg h5{font-size:14px; font-weight:normal; margin:10px 0 10px; color:rgba(255,255,255,0.4);}
.m_foot_bg h3{font-size:14px; font-family:din; margin:10px 0 10px 0; color:rgba(255,255,255,0.68);}
.m_foot_bg h3 a{color:#fff; font-size:20px; font-weight: normal;}
.m_foot_bg p{font-size:14px;   color:rgba(255,255,255,0.68); line-height:1.6; margin-bottom:5px;}
.copyright {margin-top:15px;}
.copyright p{width:100%; line-height:1.6; text-align:center; font-size:12px;}
.copyright p:last-child,.f_logo1{ display:none;}
}

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

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






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

.page_ban .txt{position:absolute; left:0; top:80px; bottom:0; right:0; display: flex; z-index:9; flex-direction:column; align-items:center;}
.page_ban .txt h2 { font-size:40px;  color:#fff; }
.page_ban .txt .line{ width:50px; height:5px; background:#fff; margin:35px 0;}
.page_ban .txt h5 { font-size:36px; font-weight:normal; color:#fff; text-transform:uppercase;}

.page_ban:after {content: "";background: url(../images/pb.png) repeat-x;position: absolute;left: 0px; top: 0px; right: 0px; bottom: 0px;opacity:1;z-index: 3;}

@media screen and (max-width:768px) {
.page_ban .pic{height:150px;}
.page_ban .txt{top:0px;}
.page_ban .txt h2 { font-size:18px;}
.page_ban .txt .line{ width:25px; height:2px; background:#fff; margin:15px 0;}
.page_ban .txt h5 { font-size:16px;}

}


/*栏目导航*/
.lm_nav {width: 100%;border-bottom: solid 1px #e5e5e5;padding-top:50px; margin-bottom:.5rem;}
.lm_nav ul {width: 100%;text-align: center;font-size: 0;height: 80px;}
.lm_nav li {display: inline-block;width: 200px;position: relative;height: 80px;line-height: 80px;}
.lm_nav li:after {content: '';width: 1px;height: 30px;background-color: #e9e9e9;position: absolute;right: 0px;top: 50%;margin-top: -15px;}
.lm_nav a {display: inline-block;color: #888;font-weight: bold;position: relative; font-size: 22px; transition:0.5s all;}
.lm_nav a b {position: relative;z-index: 1;}
.lm_nav a:hover, .lm_nav a.on {color: #000000;font-size: 30px;}
.lm_nav a.on:after {width: 100%;height: 5px;background-color: #005ac7;left: 0;bottom: -3px;content: '';position: absolute;}
.lm_nav a:before {content: '01';font-size: 70px;line-height: 70px; position: absolute;width: 100%;text-align: center;top: -30px;
 background-image: -webkit-linear-gradient(top, #d0daf1, #ffffff); transition:0.5s all;
 -webkit-background-clip: text;-webkit-text-fill-color: transparent;filter: alpha(opacity=0);-moz-opacity: 0;opacity: 0;}
.lm_nav a:hover:before, .lm_nav a.on:before {filter: alpha(opacity=100);-moz-opacity: 1;opacity: 1;top: -20px;}
.lm_nav li:nth-of-type(2) a:before {content: '02';}
.lm_nav li:nth-of-type(3) a:before {content: '03';}
.lm_nav li:nth-of-type(4) a:before {content: '04';}
.lm_nav li:nth-of-type(5) a:before {content: '05';}
.lm_nav li:nth-of-type(6) a:before {content: '06';}
.lm_nav li:nth-of-type(7) a:before {content: '07';}
@media screen and (max-width:768px) {
.lm_nav {padding-top:25px; margin-bottom:25px;}
.lm_nav ul {height:40px;}
.lm_nav li {width:100px; height:40px;line-height: 40px;}
.lm_nav a { font-size:14px; }
.lm_nav a:hover, .lm_nav a.on { font-size:15px;}
.lm_nav a:before { font-size:30px;line-height:50px; top: 0px;}
.lm_nav a.on:after { height:3px;bottom: -2px; }

}




	

	
/*位置*/
.sub_weizhi{height:60px; background:var(--hui_color); border-bottom:solid 0px #eee; position:relative; z-index:9;display:none;}
.sub_weizhi .weizhi{ color:#333; position: relative;  display:flex; align-items:center;}
.sub_weizhi .weizhi a{color:#333;}
.sub_weizhi .weizhi i.ico { margin-right:10px;}
.sub_weizhi .weizhi i.ico svg {height:.2rem; fill:#333;}
.sub_weizhi .weizhi span{margin:0 5px;}

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

@media screen and (max-width:768px) {
.sub_weizhi{height:36px;line-height: 36px;}
.sub_weizhi .weizhi{margin-left:10px; font-size:13px;width:calc(100% - 10px - 50px); overflow:hidden;}
.sub_weizhi .weizhi a{white-space:nowrap;}
.sub_weizhi .weizhi i.ico {margin-right:3px;}
.sub_weizhi .weizhi i.ico svg {height: 16px;}
.sub_weizhi .weizhi span{margin:0 2px; color:#888;}
}


/*===================子栏目导航================*/
#n_nav a{position: relative;float: left;display: block; font-size:15px; padding:0 25px; 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; color: #333; font-weight:normal; transition:0.6s all; }
#n_nav a span{position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; display: inherit; text-align: center;}
#n_nav a i{ display:inline-block; background:var(--main_color); height: 60px; width: 0px; transition:0.6s all; opacity:0;}
#n_nav a.on i,#n_nav a:hover i{width:100%; opacity:1;}
#n_nav a.on strong,#n_nav a:hover strong{ color: #fff; }

.m_sub_nav{display:none;}
@media screen and (max-width:768px) {
.sub_weizhi { display:block;}	
.sub_weizhi .main{padding:0;}	
#n_nav{display:none; width:100%; background: #fff;box-shadow: 0 2px 10px #ccc;z-index: 9; box-sizing:border-box;}
.m_sub_nav{display:flex; height:36px; margin-right:15px;}
.m_sub_nav svg{width:23px; 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 25px;  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); background:rgba(0, 0, 0, 0); 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:#185ab2; height: calc(100% + 1px); width:0; transition:0.6s all; opacity:0; position:absolute; left:50%; top:-1px;}
#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;}
@media screen and (max-width:768px) {
#n_nav2{ display:none;}
}



.t_bottom_center{display:flex;align-items:flex-end;}

/*===================关于我们================*/
/*内页公司介绍*/
.gsgk_box{padding:.8rem 0 0;}
.gsgk_box h3{text-align:center;font-size:.45rem;margin-bottom:.4rem;line-height:1.6; color:#000;}
.gsgk_box .intro{margin-bottom:.5rem;}
.gsgk_box .intro p{font-size:15px;line-height:1.8;margin-bottom:15px;text-align:justify; }
.tubiao li{width:16%;text-align:center;margin-bottom:.4rem;}
.tubiao li .txt{margin-top:.3rem;font-weight:bold;font-size:16px;line-height:1.4;}

@media only screen and (max-width: 768px){
.gsgk_box{padding:20px 15px 0;}
.gsgk_box h3{text-align:center;font-size:15px;margin-bottom:15px;}
.gsgk_box .intro{margin-bottom:0;}
.gsgk_box .intro p{font-size:13px;margin-bottom:10px;}
.tubiao li{width:30%;margin-bottom:20px;}
.tubiao li .ico img{width:40px;}
.tubiao li .txt{margin-top:15px;font-size:12px;}
}



/*业务领域*/
.page_ywly_bg{background:url(../images/s_news_bg.jpg) no-repeat center bottom #f4f5f7; background-size:cover; padding:.2rem 0 .8rem; margin-top:.5rem;}
.page_ywly { overflow:hidden; position:relative;}
.page_ywly li{overflow:hidden;}
.page_ywly li .pic{overflow:hidden;}
.page_ywly li .pic img{width:100%;display:block; transition:all .3s;}
.page_ywly li .txt{padding:.2rem 0;}
.page_ywly li .txt p{font-size:.22rem;color:var(--main_color);font-weight:bold;}
.page_ywly li .txt h3{font-size:.2rem; text-align:center;}
.page_ywly li:hover .pic img{ transform:scale(1.1,1.1);}

@media only screen and (max-width: 768px){
.page_ywly li{}
.page_ywly li .txt{padding:15px 0 20px;}
.page_ywly li .txt p{font-size:18px;color:var(--main_color);font-weight:bold;}
.page_ywly li .txt h3{font-size:15px;}

/*分页器*/
.page_ywly_bg{padding-bottom:15px;}
.page_ywly { padding-bottom:25px;}
#ywly .swiper-pagination{bottom:15px; position:absolute; z-index:10; width:100%; text-align:center;}
#ywly .swiper-pagination span{margin:0 4px;}
#ywly .swiper-pagination-bullet{width: 8px;height: 8px; display: inline-block; border-radius:50%;  background:#999; transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity:0.8;}
#ywly .swiper-pagination-bullet-active{background:var(--main_color); width:20px; border-radius:5px; opacity: 1.0;}

}



/*全国布局*/
.qgbj_box{margin:0 0 .8rem;}
.qgbj_box li{width:32%;margin-right:2%;background:#f7f7f7;padding:.3rem .3rem;box-sizing:border-box; margin-bottom:.2rem; cursor:pointer;transition:all .3s;}
.qgbj_box li:nth-child(3n){margin-right:0;}
.qgbj_box li h3{font-size:.2rem;margin-bottom:.25rem;transition:all .3s;}
.qgbj_box li p{color:#666;margin-bottom:.1rem;line-height:1.4;transition:all .3s;}
.qgbj_box li:hover{background:var(--main_color); transform:translateY(-10px);}
.qgbj_box li:hover h3,.qgbj_box li:hover p{color:#fff;}

@media only screen and (max-width: 768px){
.qgbj_box li{width:100%;border-radius:4px;margin-right:0;padding:20px 15px;margin-bottom:15px; }
.qgbj_box li:nth-child(3n){margin-right:0;}
.qgbj_box li h3{font-size:16px;margin-bottom:10px;}
.qgbj_box li p{margin-bottom:0;line-height:1.8;font-size:13px;}
}


/*================企业文化=====================*/
.qywh li{margin-bottom:.6rem;}
.qywh li .txt{width:100%;}
.qywh li:nth-child(2n) .txt{order:2;}
.qywh li:nth-child(2n) .pic{order:1;}
.qywh li .txt h3 {font-size: .36rem;color: #000000;font-weight:normal;}
.qywh li .txt i {display: block;width: 30px;height: 3px;background: var(--main_color);margin: .3rem 0;}
.qywh li .txt span {font-size: .42rem; text-transform: uppercase;color: #b7b7b7;display: block;font-weight:bold;line-height:1.1; transition:all .6s;float:right}
.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;}

}


/*资质荣誉*/
.tabs1 li{width:50%;padding:.5rem 2rem;box-sizing:border-box;position:relative; cursor:pointer;}
.tabs1 li:nth-child(1).active:before{position: absolute;content: "";background: url(../images/qm16.png) no-repeat center/cover;width: 148px;height: 164px;z-index: 1;right: 142px;top: 32px;}
.tabs1 li:nth-child(2).active:before{position: absolute;content: "";background: url(../images/qm17.png) no-repeat center/cover;width: 152px;height: 143px;z-index: 1;right: 142px;top: 32px;}
.tabs1 li.active{background:var(--main_color);}
.tabs1 li .ico{margin-right:.5rem;}
.tabs1 li.active .ico img{filter: grayscale(100%) brightness(800%);}
.tabs1 li h3{font-size:.24rem;}
.tabs1 li h3 span{font-size:.18rem;margin-top:.1rem;text-transform: uppercase;}
.tabs1 li.active h3,.tabs1 li.active h3 span{color:#fff;}

@media only screen and (max-width: 768px){
.tabs1 li{ padding:15px 10px;}
.tabs1 li{width:50%;padding:12px 20px;}
.tabs1 li:nth-child(1).active:before{display:none;}
.tabs1 li:nth-child(2).active:before{display:none;}
.tabs1 li .ico{margin-right:10px;}
.tabs1 li .ico img{width:25px;}
.tabs1 li h3{font-size:16px;}
.tabs1 li h3 span{font-size:12px;margin-top:5px;}
}


.zzry_bg{background: url(../images/qmbg4.jpg) no-repeat center;padding:.8rem 0;background-size:cover;}
#tabs-container1{overflow:hidden;padding-bottom:.5rem;}
.page_zzry .txt{width:43%;overflow:hidden;}
.page_zzry .item{width:50%;overflow:hidden;}
.page_zzry .txt li{font-size:.22rem;line-height:2.6;}
.page_zzry .txt li i{font-size:.2rem;margin-right:10px;color:var(--main_color);}
.page_zzry .txt li strong{color:var(--main_color);margin-left:10px;}
.page_zzry .item{margin-bottom:.3rem;}
.page_zzry .item .title{font-size:.58rem;font-weight:bold;text-align:right;position:relative;}
.page_zzry .item .title:before{position: absolute;content: "";width:75px;height:6px;background:#d8d8d8;right:0;bottom:-35px;}
.page_zzry .item .title1{font-size:.58rem;font-weight:bold; position:relative;}
.page_zzry .item .title1:before{position: absolute;content: "";width:75px;height:6px;background:#d8d8d8;left:0;bottom:-35px;}

#rongyu1{margin:1rem 0 0;position:relative;}
#rongyu1 li{overflow:hidden;height:2.2rem;}
#rongyu1 li img{max-width:100%;max-height:100%;display:block;margin:0 auto;object-fit:cover;}

#rongyu2 li{overflow:hidden;height:2.2rem;}
#rongyu2 li img{max-width:100%;max-height:100%;display:block;margin:0 auto;}

#rongyu3{margin:1rem 0 0;position:relative;}
#rongyu3 li{overflow:hidden;height:2.2rem;}
#rongyu3 li img{max-width:100%;max-height:100%;display:block;margin:0 auto;object-fit:cover;}

#rongyu4 li{overflow:hidden;height:2.2rem;}
#rongyu4 li img{max-width:100%;max-height:100%;display:block;margin:0 auto;}

@media only screen and (max-width: 768px){
.zzry_bg{padding:30px 0 0;overflow:hidden;}
#tabs-container1{padding-bottom:30px;}
.page_zzry .txt{width:100%;}
.page_zzry .txt li{font-size:15px;line-height:2;}
.page_zzry .txt li i{font-size:14px;margin-right:8px;}

.page_zzry .item{width:100%;margin-bottom:20px;}
.page_zzry .item .title{display:none;}
.page_zzry .item .title1{display:none;}

.tp_bg{height:15px;background-size:cover;}

#rongyu1{margin:20px 0 0;}
#rongyu1 li{height:140px;}
#rongyu2 li{height:140px;}
#rongyu3{margin:20px 0 0;}
#rongyu3 li{height:140px;}
#rongyu4 li{height:140px;}

}


/*==========================工厂环境===========================*/
.mask_out{ position:absolute; width:100%; height:100%; left:0; top:0; background:#fff; animation-timing-function: ease;}
.case_list li{width:23.5%; margin-right:2%; transition: 0.3s all; background:#fff;   margin-bottom:.3rem; position:relative;}
.case_list li.cplb{width:31.3%; margin-right:2%; transition: 0.3s all; background:#fff; margin-bottom:.3rem; position:relative;}
.case_list li:nth-child(4n){ margin-right:0;}

.case_list li .pic{width:100%; position:relative; overflow:hidden;border:1px solid #e8e8e8}
.case_list li .pic>img{width:100%; display:block;transition: 0.5s all;}
.case_list li:hover>img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.case_list li .pic .mask{ position:absolute; left:0; top:0; bottom:0; right:0; background:rgba(0,0,0,0.5); opacity:0; transition: all 0.5s ease;}
.case_list li .pic .mask dt{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 5;}
.case_list li .pic .mask dd{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 5;}
.case_list li:hover .pic .mask{ opacity:1;}
.case_list li:hover .pic .mask dd img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}

@-webkit-keyframes rotation{
	from{-webkit-transform:rotate(0deg);}
	to{-webkit-transform:rotate(360deg);}
}

.case_list li .txt{ padding: 12px 5% 12px;}
.case_list li .txt h5{ font-size: 24px; line-height:30px; font-weight:normal; color:#222;text-align:center;font-weight: 600;
    color: #185ab2;}
.case_list li .txt p{ margin-top: 10px;
    padding-left: 12px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 3;
}
.case_list li:hover{background:#005ac7}
.case_list li:hover h5{color:#fff}
.case_list li:hover p{color:#fff}
@media screen and (max-width:1440px) {
.case_list li{width:32%; margin-right:2%;}
.case_list li:nth-child(4n){ margin-right:auto;}
.case_list li:nth-child(3n){ margin-right:0;}
}
@media screen and (max-width:768px) {
.case_list li{width:48.5% ; margin-right:3%;}
.case_list li:nth-child(2n){ margin-right:0;}
.case_list li:nth-child(3n){ margin-right:auto;}
.case_list li .txt{ padding: 6px 1px 8px 8px;}
.case_list li .txt h5{ line-height:1.6; font-size:14px;}
.case_list li .txt p{ font-size:12px; line-height:1.6; }
.case_list li:hover .pic .mask dd{ display:none;}
.case_list li.cplb{width:48.5% ; margin-right:3%;}
.case_list li.cplb:nth-child(2n){ margin-right:0;}
.case_list li.cplb:nth-child(3n){ margin-right:auto;}
.case_list li.cplb p{display:none}
}


/*======================主营业务======================*/
.zyyw {margin-bottom:1rem;}
.zyyw li{width: 100%;margin-top: 80px;padding-right:1rem; box-sizing:border-box;}
.zyyw li:nth-child(2n){padding-right: 0;padding-left:1rem;}
@media only screen and (max-width: 1440px){
	.zyyw li{ padding-right:.6rem;}
	.zyyw li:nth-child(2n){padding-left:.6rem;}
}
.zyyw li:first-child{margin-top:30px;}
.zyyw li .con{width: 100%;overflow: hidden;padding-left:1rem;flex-direction: row-reverse;box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);transition: all .4s ease; box-sizing:border-box;}
@media only screen and (max-width: 1440px){
	.zyyw li .con{padding-left:.6rem;}
}
.zyyw li:nth-child(2n) .con{flex-direction: row;padding-left:0;padding-right:0);}
.zyyw li .con:hover{box-shadow: 0 0 38px 0 rgba(0, 0, 0, .16);}
.zyyw li .pic{width: 48%;overflow: hidden;  min-height:4.6rem;}
.zyyw li .pic img{width: 100%; height:100%; object-fit: cover;transition: all .6s ease; display:block;}
.zyyw li .txt{width: 50%;position: relative;padding-right: 1rem;display: flex;flex-direction: column;justify-content: center; box-sizing:border-box; text-align:justify;}
.zyyw li:nth-child(2n) .txt{padding-left: .5rem;padding-right:1rem; box-sizing:border-box;}
.zyyw li .txt .btn a{background: var(--main_color) url(../images/arr2.png) no-repeat 170px center;padding: 0px 0px 0px 54px;line-height:.6rem;width:2.4rem; box-sizing:border-box; font-size:.16rem; color:#fff; margin-top:.3rem;transition:0.5s all;  display:block;}

@media only screen and (max-width: 1440px){
	.zyyw li:nth-child(2n) .txt{padding-right:.6rem;}
}
.zyyw li .txt .num{position: absolute;font-size: 150px; z-index:1;color: #fff;line-height: 1;top: .2rem;right: .5rem;font-family: "MB";text-shadow: -1px 1px 0 #e7e7e7, 1px 1px 0 #e7e7e7, 1px -1px 0 #e7e7e7,-1px -1px 0 #e7e7e7;}
.zyyw li .txt .title{ line-height: 1;border-left: 6px solid var(--main_color); padding-left: 15px;position: relative; font-size:.25rem; font-weight:bold;}
.zyyw li .txt .desc{color: #666; font-size:.15rem; line-height:2; margin-top:.25rem; z-index:4;}
.zyyw li .txt .desc p{margin-bottom:10px;}
.zyyw li .txt .desc dl{margin:.2rem 0;}
.zyyw li .txt .desc dt{width:10%;}
.zyyw li .txt .desc dt img{max-width:60%;}
.zyyw li .txt .desc dd{width:90%; display:flex; flex-direction:column; justify-content:center;}

@media only screen and (max-width: 768px){
.zyyw {margin-bottom:50px;}
.zyyw li{width: 100%;margin-bottom:20px;margin-top:0;padding:0 15px; box-sizing:border-box;}
.zyyw li:nth-child(2n){padding:0 15px;}
.zyyw li .con{padding-left:0;}
.zyyw li .pic{width:100%;}
.zyyw li .txt,.zyyw li:nth-child(2n) .txt{width: 100%; padding:20px 15px;}
.zyyw li:first-child{margin-top:0;}
.zyyw li .txt .title{border-left: 5px solid var(--main_color); padding-left: 10px;font-size:16px;}
.zyyw li .txt .desc{font-size:13px; line-height:1.6; margin-top:15px; z-index:4;}
.zyyw li .txt .num{font-size:100px;top:auto; bottom:10px;right:5px; font-weight:bold;}

.zyyw li .txt .btn a{background: var(--main_color);padding: 0px 0px 0px 0;line-height:38px;width:125px;margin-top:5px; font-size:14px; text-align:center;}

}


/*========================业务详情页======================*/
.yewu_box{margin:.6rem 0;}
.yewu_box .pic{width:40%;overflow:hidden; min-height:4.6rem;}
.yewu_box .pic img{display:block;width:100%; height:100%; object-fit:cover;}
.yewu_box .txt{width:60%;background:#f7f7f7;padding:0 .4rem;box-sizing:border-box;}
.yewu_box .txt h3{position:relative;font-weight:normal;width:100%;border-bottom:1px solid rgba(204,204,204,.5);font-size: .32rem;
    color: var(--main_color);
    line-height: 0.6rem;}
.yewu_box .txt h3::after {width: 10%;height: 3px;bottom: -2px;display: block;content: '';background:var(--main_color);position: absolute;
left: 0;}
.yewu_box .txt p{margin: .4rem 0 .6rem;
    color: #666;
    font-size: .18rem;
    text-align: justify;
    line-height: 3;
    text-indent: 2em;}
.yewu_box .txt a{display: inline-block;
    width: 3rem;
    line-height: 0.6rem;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 25px;
    margin-right: .3rem;
    text-align: center;
    font-size: 26px;
    background: #005ac7;
    color: #fff;
    transition: all .3s;}
.yewu_box .txt a i{font-size:18px;margin-right:10px;}
.yewu_box .txt .tel{margin-right:0;background:var(--main_color);width:2.2rem;color:#fff;font-size:18px;border:1px solid var(--main_color);}
.yewu_box .txt a:hover{ transform:translateY(-10px);}
.yewu_box .txt h3 a{display: block;
    float: right;
    background: #c4920b;
    color: #fff;
    width: auto;
    padding: 0 0.5rem;
    border-radius: inherit;font-size:20px;}
@media screen and (max-width:768px) {
.yewu_box .pic{width:100%;order:2;}
.yewu_box .txt{width:100%;padding:20px 15px;order:1;}
.yewu_box .txt h3{padding-bottom:15px;font-size:17px;}
.yewu_box .txt h3::after {width: 15%;}
.yewu_box .txt p{margin:15px 0 20px;font-size:13px;line-height:1.8;}
.yewu_box .txt a{width:145px;line-height:32px;margin-right:10px;font-size:13px;}
.yewu_box .txt a i{font-size:14px;margin-right:10px;}
.yewu_box .txt .tel{width:160px; font-size:14px;}
.yewu_box .txt a.fanhui {
  
    font-size: 16px;
}
}


/*概述*/
.gaishu_box{padding-bottom:.6rem;}
.gaishu_box .title{margin-bottom:.4rem;}
.gaishu_box .title h3{position:relative;font-weight:normal;width:100%;border-bottom:1px solid rgba(204,204,204,.5);padding-bottom:25px;font-size:.28rem;color:var(--main_color);}
.gaishu_box .title h3::after {width: 6%;height: 3px;bottom: -2px;display: block;content: '';background:var(--main_color);position: absolute;
left: 0;}
.gaishu_box .title h3 i{font-size:.22rem;margin-right:10px;}

@media screen and (max-width:768px) {
.gaishu_box .title{margin-bottom:15px;}
.gaishu_box .title h3{padding-bottom:15px;font-size:18px;}
.gaishu_box .title h3::after {width: 16%;}
.gaishu_box .title h3 i{font-size:15px;}

}


/*广告*/
.yewu_bg{background:url(../images/yewu_bg.jpg) no-repeat center; padding:.6rem 0;}
.yewu_bg .txt h3{font-size:.44rem;color:#fff;}
.yewu_bg .txt p{font-size:.22rem;color:#fff;margin:.3rem 0 .5rem;}
.yewu_bg .txt a{display:block;width:2.4rem;line-height:.45rem;background:#fff;border-radius:25px;text-align:center;font-size:18px; transition:all .3s;color:var(--main_color);font-weight:bold;}
.yewu_bg .txt a i{font-size:18px;margin-right:10px;}

@media screen and (max-width:768px) {
.yewu_bg .txt h3{font-size:16px;}
.yewu_bg .txt p{font-size:13px;margin:15px 0 20px;}
.yewu_bg .txt a{width:160px;line-height:35px;font-size:14px;}
.yewu_bg .txt a i{font-size:14px;}
}


/*相关产品*/
.xgcp_box{margin-bottom:.8rem;}
.xgcp_box li{width:23.5%;margin-right:2%;overflow:hidden;margin-bottom:20px;}
.xgcp_box li:nth-child(4n){margin-right:0;}
.xgcp_box li .pic{overflow:hidden}
.xgcp_box li .pic img{width:100%;display:block;transition:all .3s;}
.xgcp_box li .txt{background:rgba(204,204,204,.3);padding:.15rem 0;text-align:center;font-size:16px;transition:all .3s;}
.xgcp_box li:hover .pic img{ transform:scale(1.1,1.1);}
.xgcp_box li:hover .txt{background:var(--main_color);color:#fff;}

@media screen and (max-width:768px) {
.xgcp_box li{width:48.4%;margin-right:10px;margin-bottom:10px;}
.xgcp_box li:nth-child(2n){margin-right:0;}
.xgcp_box li .txt{padding:8px 0;font-size:13px;}
} 


/*========================产品内容页======================*/
.pro_title h3{position:relative;width:100%;border-bottom:2px solid rgba(204,204,204,.3);padding-bottom:25px;font-size:.28rem;}
.pro_title h3::after {width: 11%;height: 3px;bottom: -2px;display: block;content: '';background:var(--main_color);position: absolute;
left: 0;}

.pro_show_box{margin:.4rem 0;}
.pro_show_box .pic{width:50%;overflow:hidden;}
.pro_show_box .pic img{display:block;width:100%;}
.pro_show_box .txt{width:50%;padding:0 .4rem;box-sizing:border-box;}
.pro_show_box .txt h3{font-size:.24rem;margin-bottom:.2rem;}
.pro_show_box .txt p{color:#666;font-size:14px;text-align:justify;padding:.15rem 0;border-bottom:1px dashed rgba(204,204,204,.7);}
.pro_show_box .txt a{display:inline-block;width:1.6rem;line-height:.42rem;border:1px solid rgba(204,204,204,1);border-radius:25px;margin-right:.3rem;text-align:center;font-size:15px; transition:all .3s;margin-top:.3rem;background:#f2f2f2;}
.pro_show_box .txt a i{font-size:18px;margin-right:10px;}
.pro_show_box .txt a:hover{background:var(--main_color);color:#fff;}

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


.pro_gaishu .title{width:100%;background:#efefef;line-height:52px;margin-bottom:.3rem;}
.pro_gaishu .title h3{width:150px;background:var(--main_color);text-align:center;color:#fff;font-size:18px;}

@media screen and (max-width:768px) {
.pro_show_box{margin:0;}
.pro_title{ display:none;}
.pro_title h3{padding-bottom:15px;font-size:16px;}
.pro_show_box .pic{width:100%; order:0;}
.pro_show_box .txt{width:100%;padding:15px 0; order:1;}
.pro_show_box .txt h3{font-size:15px;margin-bottom:10px;}
.pro_show_box .txt a{ width:125px; line-height:32px; margin:15px auto auto;}

.pro_gaishu .title{ line-height:42px;margin-bottom:.3rem;}
.pro_gaishu .title h3{width:118px; font-size:14px;}

}



/*==========================解决方案内容页=================================*/
.tabs2{margin:.2rem auto .6rem;text-align:center;}
.tabs2 li{ display:inline-block;padding:.1rem .2rem;background:rgba(204,204,204,.3);line-height:.52rem;margin-right:.15rem;overflow:hidden;font-size:16px; cursor:pointer;}
.tabs2 li:last-child{margin-right:0;}
.tabs2 li .ico img{width:35px;margin-right:10px;}
.tabs2 li.active .ico img {filter: grayscale(100%) brightness(800%);}
.tabs2 li.active{background:var(--main_color);color:#fff;}

.fangan_box{margin-bottom:.8rem;overflow:hidden;}

@media screen and (max-width:768px) {
.tabs2{margin:0 auto 10px;text-align:left;}
.tabs2 li{padding:5px 10px;line-height:32px;margin-right:3px;font-size:12px; margin-bottom:8px;border-radius:5px;}
.tabs2 li:last-child{margin-right:0;}
.tabs2 li .ico img{display:none;}
}




/*======================员工风采======================*/
.ygfc_box,#ygfc_box{overflow:hidden;}
.ygfc_box .pic{overflow:hidden; border-radius:3px;}
.ygfc_box .pic img{width:100%;display:block;}
.ygfc_box .txt{font-size:17px;text-align:center;padding:15px 0;}

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







/*======================售后服务======================*/
.shfw_box1{}
.shfw_box1 .desc{ width:400px; padding-right:60px; box-sizing:border-box; position:relative; font-size:16px;line-height:2;position: relative; text-align:justify;}
.shfw_box1 .desc:before { content: "";position: absolute;left: 0;z-index: 1;bottom:90px; width: 78px;height: 8px;background:var(--main_color);}
.shfw_box1 .list{width: calc(100% - 400px);}
.shfw_box1 .list li{width: calc((100% - 152px)/3);background-image: linear-gradient(to bottom,#e4f0fd,#fff); box-sizing: border-box;padding: 40px 40px 0;height: 395px; position: relative;z-index: 2;border-radius: 15px;}
.shfw_box1 .list li h3{font-size: 30px;color: #141414;}
.shfw_box1 .list li .ico{position: absolute;right: -60px; bottom: 60px;}

@media screen and (max-width:768px) {
.shfw_box1 .desc{ width:100%; padding-right:0; font-size:14px;line-height:1.8;text-align:justify;}
.shfw_box1 .desc:before{display:none;}
.shfw_box1 .list{width: 100%;margin-top:20px;}
.shfw_box1 .list li{width: calc((100% - 30px)/3);padding: 25px 10px 0;height:150px; margin-bottom:10px; border-radius: 10px;}
.shfw_box1 .list li h3{font-size:15px;}
.shfw_box1 .list li .ico{right:-20px; bottom:30px;}
.shfw_box1 .list li .ico img{width:76px;}
}



/*======================原厂备件======================*/
.shfw_box2{ background:url(../images/ry_bg1.jpg) repeat-x center; background-size:cover;  padding:.8rem 0 1rem 0;}
.shfw_box2 .box{ position:relative; }
.shfw_box2 .center{ position: relative; width: 576px; height: 576px; margin:auto;border-radius: 50%;}
.shfw_box2 .tt{ position:absolute; left:0; top:0; right:0; bottom:0;}
.shfw_box2 .tt h3{ font-size:.42rem;color: #fff; margin-bottom:.25rem;}
.shfw_box2 .tt p{ font-size:15px; color: #fff; margin:5px 0; text-align:center; width:300px; line-height:1.8;}

.shfw_box2 ul{}
.shfw_box2 ul li{ position: absolute;}
.shfw_box2 ul li font{ position: absolute; display: block; width:111px; text-align: center; right:-100px; top:-50px;}
.shfw_box2 ul li font img{vertical-align: middle; display:inline-block;}
.shfw_box2 ul li .txt h5{ font-size:.25rem; color: #111; margin-bottom:10px;}
.shfw_box2 ul li .txt p{ font-size:.16rem; color: #555; line-height:2;}

.shfw_box2 ul li.li_1{ text-align:right; right: 70%; top:90px;}
.shfw_box2 ul li.li_2{ text-align:left; left: 70%; top:90px;}
.shfw_box2 ul li.li_3{ text-align:right; right: 70%; bottom: 90px; }
.shfw_box2 ul li.li_4{ text-align:left; left: 70%; bottom: 90px;}
.shfw_box2 ul li.li_2 font{ left:-150px;}
.shfw_box2 ul li.li_4 font{ left:-150px;}

@media screen and (max-width:768px) {
.shfw_box2 { overflow:hidden;}
.shfw_box2 .center{width:220px; height: 220px; margin:auto;border-radius: 50%;}
.shfw_box2 .tt{ position:absolute; left:0; top:0; right:0; bottom:0;}
.shfw_box2 .tt h3{ font-size:18px;color: #fff; margin-bottom:10px;}
.shfw_box2 .tt p{display:none;}
.shfw_box2 ul li font img{width:80px;}
.shfw_box2 ul li .txt p img{ height:15px;}

.shfw_box2 ul li font{width:125px; text-align: center; right:-95px; top:-20px;}

.shfw_box2 ul li.li_1{ text-align:right; right: 75%; top:10px;}
.shfw_box2 ul li.li_2{ text-align:left; left: 75%; top:10px;}
.shfw_box2 ul li.li_3{ text-align:right; right: 75%; bottom: 6px; }
.shfw_box2 ul li.li_4{ text-align:left; left: 75%; bottom: 6px;}
.shfw_box2 ul li.li_2 font{ left:-95px;}
.shfw_box2 ul li.li_4 font{ left:-95px;}

}



.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:var(--main_color);
-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);
  }
}

/*======================售后服务3======================*/
.shfw_box3{ margin-bottom:1rem;}
.shfw_box3 li{width:23%; padding: 36px 30px; box-sizing:border-box; background:#f4f5f7; border-radius:10px;}
.shfw_box3 li h5{font-size:25px;line-height: 1.7;color: #121212; font-weight:normal;}
.shfw_box3 li img{max-width: 100%;}

@media screen and (max-width:768px) {
.shfw_box3{ margin-bottom:30px;}
.shfw_box3 li{width:48%;margin-bottom:15px; padding:15px 15px;}
.shfw_box3 li h5{font-size:16px;}
.shfw_box3 li img{width:30px;}
}

/*================解决方案=====================*/
.page_jjfa {display: flex;height:4.6rem;  margin:0 0 .8rem 0;}
.page_jjfa li {flex: 1;overflow: hidden;transition: .5s;margin: 0 0.4%; position:relative; background:#000; border-radius:5px;}
/*.page_jjfa li:before{content:"";position:absolute; z-index:6;left:auto;right:0;bottom:0;width:0;height:100%;background:rgba(0,0,0,0.618);-webkit-transition:.5s;-moz-transition:.5s;transition:.5s }
.page_jjfa li:hover:before{left:0;right:auto;width:100%;transition-delay:0s;}
*/
.page_jjfa li a>img { flex:1;width: 100%; height:100%; object-fit: cover;transition: .5s; opacity:0.99;}
.page_jjfa li:hover {flex: 1 1 22%;}
.page_jjfa li:hover img{ opacity:0.6;}
.page_jjfa li  .txt{font-size:.2rem; font-weight:bold; color:#fff; position:absolute; width:100%;  padding:0 20px; box-sizing:border-box;  bottom:15%;  transition:0.5s all; z-index:9;}
.page_jjfa li  .txt:after{content:"";position:absolute;left:20px; top:40px;width:15px;height:1px;background:rgba(255,255,255,0.9);}

.page_jjfa li  p{color:#fff; line-height:2; padding:0 20px; font-size:.16rem; height:.6rem; box-sizing:border-box; position:absolute; width:100%; bottom:-200px; transition:0.5s all; text-align:justify; z-index:9;}
.page_jjfa li:hover .txt{ bottom:25%;}
.page_jjfa li:hover p{bottom:5%; transition-delay:0.3s;}
.page_jjfa li:hover > img{ opacity:0.4;}
@media screen and (max-width:768px) {
.page_jjfa {display:block;height:auto;  margin:0 15px 30px 15px;}
.page_jjfa li {flex: 1;  margin:0 0 10px 0;  height:180px;}
.page_jjfa li a>img {opacity:0.8;}
.page_jjfa li  .txt{font-size:18px; font-weight:normal;  padding:0 15px; bottom:15px;}

}

.jjfa_nav{ text-align:center; text-align:center; position:relative; z-index:10; margin-top:-.6rem;}
.jjfa_nav a{ display:inline-block; width:2.5rem; height:.6rem; line-height:.6rem; background: rgba(0, 0, 0, .5); color:#fff; transition:0.4s all; font-size:15px;}
.jjfa_nav a.on,.jjfa_nav a:hover{ background:var(--main_color);}


/*================技术支持=====================*/
.shfw{width: 100%;height: 600px;background: url(../images/fuwu_bg.jpg) center no-repeat;background-size: cover;}
.shfw .box{}
.shfw .box li{width:40%;}
.shfw .box li .pic{margin-top:7px; width:70px;}
.shfw .box li .pic img{ max-width:100%; display:block;}
.shfw .box li .txt{width:calc(100% - 70px); padding-left:45px; box-sizing:border-box;}
.shfw .box li .txt h5{ font-size:25px; margin-bottom:25px;}
.shfw .box li .txt p{ font-size:16px; line-height:1.6; text-align:justify;}
@media screen and (max-width:768px) {
.shfw{height:auto; padding:50px 0 25px 0;}
.shfw .box li{width:100%; margin-bottom:35px;}
.shfw .box li .pic{margin-top:0px; width:50px;}
.shfw .box li .txt{width:calc(100% - 50px); padding-left:25px;}
.shfw .box li .txt h5{ font-size:16px; margin-bottom:15px;}
.shfw .box li .txt p{ font-size:13px; line-height:1.8;}

}

/*======================人才理念======================*/
.rcln_box0{ margin-bottom:.8rem;}
.rcln_box0 li{ width:31%; transition: all .5s ease;}
.rcln_box0 li:hover{box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .16);}
.rcln_box0 li .pic{overflow:hidden}
.rcln_box0 li .pic img{width: 100%;object-fit: cover; display:block; transition: all .8s ease;}
.rcln_box0 li:hover .pic img{transform:scale(1.06)}
.rcln_box0 li .txt{ height:80px; background:#f8f8f8;}
.rcln_box0 li .txt h5{ font-size:18px;}

@media screen and (max-width:768px) {
.rcln_box0 li{ width:100%; margin-bottom:10px;}
.rcln_box0 li .txt{ height:40px;}
.rcln_box0 li .txt h5{ font-size:15px;}
}


.rcln_box1{ background:url("../images/rcln_box1.jpg") no-repeat center; height:499px;  display:flex; flex-direction:column; justify-content:center;}
.rcln_box1 .left{width:5.8rem;}
.rcln_box1 .left h5{font-size:.3rem;color: #1b1b1b;}
.rcln_box1 .left .desc{ font-size:15px;  margin-top:20px; text-align:justify; line-height:2;}
.rcln_box1 .left a{width:1.8rem; height:46px; line-height:46px; border-radius:46px; font-size:15px; background:var(--main_color); text-align:center; color:#fff; display:inline-block; overflow:hidden; margin-top:.5rem;}

@media screen and (max-width:768px) {
.rcln_box1{ height:280px; }
.rcln_box1 .left h5{font-size:15px; }
.rcln_box1 .left .desc{ font-size:12px;  margin-top:10px; line-height:1.5;}
.rcln_box1 .left a{width:100px; height:36px; line-height:36px; font-size:13px; }

}

/*----福利保障----*/
#flbz_btn{background:url(../images/n_join_fl04_bg.jpg) no-repeat center;margin-top:.8rem;padding:.3rem 0 .8rem 0;}
.flbz{ overflow:hidden;  box-sizing:border-box; padding-bottom:.8rem; position:relative;}
.flbz li{ overflow:hidden; position:relative; text-align:center;background:rgba(255,255,255,.6);padding:.7rem 0;box-sizing:border-box;transition: .5s;}
.flbz li:before {content: "";position: absolute;bottom: 0;left: 0;right: 0;height: 0;transition: .5s;}
.flbz li .ico{overflow:hidden;width:110px;height:110px;border-radius:50%;margin:0 auto;background:#fff;position:relative;transition: .5s;}
.flbz li .pic img{width:100%;transition: .5s;}
.flbz li .txt{color:#38393b;font-size:.18rem;margin-top:.3rem; position:relative;transition: .5s;}

.flbz li:hover{transform:translate(0,-10px);}
.flbz li:hover:before{height: 100%;top: 0;background: #fff;}
.flbz li:hover .ico{background:var(--main_color);}
.flbz li:hover .ico img{filter: grayscale(200%) brightness(500%);}

/*按钮切换*/	
#flbz_btn .swiper-button-prev { left:calc(50% - 60px);top:90%; background: url(../images/left03.png) no-repeat; background-size: cover;transition:0.3s all;}
#flbz_btn .swiper-button-next {right:calc(50% - 60px);top:90%;background: url(../images/right03.png) no-repeat; background-size: cover;transition:0.3s all;}
#flbz_btn .swiper-button-prev,#flbz_btn .swiper-button-next { width:50px;height: 50px; outline:none; position: absolute; cursor:pointer; opacity:1; transition:0.3s all;margin-top:-60px;}

@media screen and (max-width:768px) {
.flbz li{border-radius:4px;}
.flbz li .ico{width:90px;height:90px;}
.flbz li .txt{font-size:14px;}
#flbz_btn .swiper-button-prev{left:calc(50% - 45px);}
#flbz_btn .swiper-button-next{right:calc(50% - 45px);}
#flbz_btn .swiper-button-prev,#flbz_btn .swiper-button-next{width:35px;height: 35px;margin-top:-25px;}
}


/*======================加入我们======================*/
.join_box1 {}
.join_box1 .desc{ font-size:.16rem; color:#888; line-height:2; font-weight:lighter; text-align:center; margin-bottom:.3rem;}
.join_box1 ul{margin:auto;}
.join_box1 li img{ width:100%; height:100%; object-fit:cover; transition:0.3s all;}
.join_box1 li:hover img{ transform:scale(1.1);}
.join_box1 li {width:32%; margin-bottom:2%; overflow:hidden;}
.join_box1 li:nth-child(1){width:40%;}
.join_box1 li:nth-child(2){width:58%;}

@media screen and (max-width:768px) {
.join_box1 .desc{ font-size:13px; color:#888; line-height:1.8; font-weight:normal; text-align:left;}
.join_box1 .desc p{ margin-bottom:10px; text-align:justify;}
.join_box1 ul{width:auto; margin:auto;}
.join_box1 li {width:48.5%; margin-bottom:2.5%; height:125px;}
.join_box1 li:nth-child(1){width:49%;}
.join_box1 li:nth-child(2){width:49%;}
.join_box1 li:nth-child(3){width:100%;}	
}

.join_box2 { background:#eff0f4; padding-bottom:.6rem; margin-top:.5rem;}

/* 人才招聘 */
#job_bd dl{ background:#fff; border: #e8eaef 1px solid; position: relative; margin-bottom:.2rem;  padding:30px .5rem 0; border-radius:4px;}
#job_bd dl.active{box-shadow: 0 1px 20px rgb(0 0 0 / 4%);border: #fff 1px solid;}
#job_bd dt{ box-sizing:border-box;  cursor:pointer; background:#fff; padding-bottom:30px;}
#job_bd dt .tit{width:80%;}
#job_bd dt .tit h2{ font-size:18px; margin-bottom:.2rem;}
#job_bd dt .tit span{flex:1; color:#888;}

#job_bd dt .btn{width:100px; display: flex;flex-direction: column;justify-content:center; align-items:flex-end; }
#job_bd dt .btn span:nth-child(2){ display:none;}
#job_bd dt.on .btn span:nth-child(1){display:none;}
#job_bd dt.on .btn span:nth-child(2){ display:flex;}

#job_bd dd{ display:none; line-height:2; border-top: #e8e8e8 1px solid; position:relative; padding-bottom:50px;}
#job_bd dd strong{margin:.2rem 0 .1rem 0; display:block; font-size:18px;}
#job_bd dd a{cursor:pointer; font-size:15px; padding-left:35px; display: block; width:166px; line-height:42px; text-align: center; background:url(../images/joinsz3.png) no-repeat 35px center var(--main_color); color:#fff; transition:0.5s all; border-radius:50px; margin:25px auto auto auto; box-sizing:border-box;}
#job_bd dd a i{ margin-left:.1rem;}
#job_bd dd a:hover{transform: translateY(-5px); opacity:0.8;}
@media screen and (max-width:768px) {
#job_bd dl{margin-bottom:12px;  padding:25px 20px 0; }
#job_bd dt{ padding-bottom:15px;}
#job_bd dt .tit span{flex:auto; font-size:12px; width:100%; line-height:1.8;}
#job_bd dt .tit{width:calc(100% - 80px);}
#job_bd dt .tit h2{ font-size:16px; margin-bottom:10px;}
#job_bd dt .btn{width:80px; }

#job_bd dd{ line-height:1.8; font-size:13px; padding-bottom:25px;}
#job_bd dd strong{margin:.2rem 0 .1rem 0;  font-size:15px;}
#job_bd dd a{ font-size:14px; width:50%; line-height:40px; border-radius:50px; margin:15px auto auto auto;background:url(../images/joinsz3.png) no-repeat 30px center var(--main_color); background-size:16px auto;}

}



/*======================上传简历表单======================*/
.jianli_form{width:530px; height:580px; padding:50px 60px; background:#fff; border-radius:5px; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.jianli_form .close{position:absolute; top:25px; right:25px; cursor:pointer;}

.jianli_form .tit{font-size:18px; color:#000; margin-bottom:25px; font-weight:bold;}
.jianli_form .tit span{ color:var(--main_color);}

.jianli_form ul{}
.jianli_form li{margin-bottom:.15rem;}

.jianli_form input,.jianli_form select{padding:.15rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:15px;
}
.jianli_form .form-group {width:100%;}
.jianli_form .form-group input{margin-bottom:.2rem;}

.jianli_form .submit{ border:none; font-size:16px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:46px; line-height:46px;}
.jianli_form .submit:hover{ opacity:0.8;}
@media screen and (max-width:768px) {
.jianli_form{width:95%; height:520px; padding:30px 20px;}
.jianli_form .close{position:absolute; top:10px; right:5px; cursor:pointer;}
.jianli_form .tit{font-size:16px; line-height:1.5; margin-bottom:20px;}

.jianli_form input,.jianli_form select{padding:12px 10px;font-size:14px;}
.jianli_form .submit{font-size:16px;width:100%; height:45px; line-height:45px;}

}

/*上传按钮*/
.fileupload-buttonbar .btn {vertical-align: middle;
    display: inline-block;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #40aae2;
    border-color: #40aae2;
}
.btn.red:not(.btn-outline) {
    color: #fff;
    background-color: #e7505a;
    border-color: #e7505a;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.progress {
    border: 0;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress {
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.progress {
    overflow: hidden;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-size: 40px 40px;
}
.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-bar-success {
    background-color: #36c6d3;
}
.progress-bar {text-align: center;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #40aae2;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.finecms-file-ts{ line-height:1.6em; color:#666;}
.files_row_preview { box-sizing:border-box;margin-right: 10px;border: 1px solid #d3cfcf;padding: 10px; width: 80px;height: 70px;overflow: hidden;border-radius: 4px; text-align: center;}
.files_row_preview img {max-width: 60px; max-height: 50px;}
.files_row .mpreview {position: relative;width: 78px;top: -18px;text-align: right;}
/*----------------------*/




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

/*================技术支持=====================*/
.sh_box1{ margin-bottom:.2rem;}
.sh_box1 .txt{width: 50%;
    background: #185ab2;}
.sh_box1 .txt li{padding: 46px 46px;box-sizing:border-box;}
.sh_box1 .txt li .ico{width: 63px;}
.sh_box1 .txt li .ico img{display: block;max-width: 100%;transition: all .6s;}
.sh_box1 .txt li:hover .ico img {transform: rotateY(180deg);}
.sh_box1 .txt li .desc {width:calc(100% - 63px); padding-left:.5rem; box-sizing:border-box;}
.sh_box1 .txt li .desc h5{font-size: 22px;font-weight: 400;color: #FFFFFF;line-height: 1; margin-bottom:25px;}
.sh_box1 .txt li .desc p{font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 36px;}

.sh_box1 .txt li:nth-child(2) {background-color:var(--main_color);}

.sh_box1 .pic{width: 50%; height:422px; overflow:hidden;}
.sh_box1 .pic img{width:100%; height:100%; object-fit:cover; display:block; transition: all 0.6s;}
.sh_box1 .pic:hover img {transform: scale(1.1);}
@media screen and (max-width:768px) {
.sh_box1{ margin-bottom:25px;}
.sh_box1 .txt li{padding:25px 10px 25px 15px; height:auto;}
.sh_box1 .txt li .ico{width:40px;}
.sh_box1 .txt li .desc { padding-left:15px; }
.sh_box1 .txt li .desc h5{font-size:18px; margin-bottom:15px;}
.sh_box1 .txt li .desc p{font-size: 14px; line-height:1.6; margin-bottom:5px;}
.sh_box1 .txt{width: 100%;}   
.sh_box1 .pic{width:100%; height:180px;}   
}
.daohang{ display:none;}

/*地图*/
.map{ margin:.3rem auto auto auto; position:relative;}
#map1{width:100%; height:5.8rem;}
.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) {
.lianxi .pic{width:100%; border-radius:5px; margin-bottom:10px;}
.lianxi .con{width:100%; padding-left:0; }
.lianxi .con li{ margin:10px 0;}
.lianxi .con li .txt span{ font-size:15px; margin-bottom:6px;}
.lianxi .con li .txt p{font-size:15px;}
.map{ margin:15px; position:relative; display:none; border-radius:10px; overflow:hidden;}
#map1{width:100%; height:200px;}
.amap-marker-label{display:none;}

.daohang{ text-align:center; margin:10px auto 0px auto; display:block;}
.daohang a{ text-transform:uppercase; display:inline-block; line-height:42px; font-size:16px; width:100%; background:var(--main_color); border-radius:5px; color:#fff;}

}

/*地址*/
.dizhi_box{position:absolute;background:#fff;width:4rem;height:4.6rem;padding:.7rem .5rem;box-sizing:border-box;top:50%;right:10%; transform:translateY(-50%);}
.dizhi_box h3{font-size:.3rem;font-weight:normal;}
.dizhi_box p{font-size:16px;color:#636363;margin:.3rem 0 .4rem;line-height:1.8;}
.dizhi_box span{display:inline-block;width:32px;height:3px;background:rgba(204,204,204,1);}
.dizhi_box .yanse{background:var(--main_color);}
.dizhi_box a{display:block;margin:.3rem 0;}
.dizhi_box a i{color:var(--main_color);margin-right:8px;}
.dizhi_box dl{color:#888;line-height:1.8;}

@media screen and (max-width:768px) {
.dizhi_box{display:none;}

}



/*======================留言反馈======================*/
.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{padding-bottom:.8rem;}
.message_input {margin-bottom:25px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #333;font-size:16px;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  #494949;width: 100%;padding:15px 10px;  box-sizing:border-box; font-size:15px; color:#333;} 
.message_input input::-webkit-input-placeholder {color:#333;} 
.message_input textarea{font-size:15px; display: block;border: none;background:rgba(255,255,255,.8);color:#333;outline: none;border-bottom: 1px solid #494949;width: 100%;padding: 15px 10px;box-sizing: border-box;min-height:120px; } 
.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:2.5rem; line-height:52px;}
.message_input textarea::-webkit-input-placeholder{color: #333;}
.message_input .submit i{margin-left:.25rem;}


@media screen and (max-width:768px) {
.page_liuyan .other{ 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 0px 0; box-sizing:border-box; }
.page_liuyan .con h3{font-size:18px; text-align:center; margin-bottom:10px;}
.page_liuyan .con h5{font-size:13px; color:#666; text-align:center;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #999; font-size:14px;}
.message_input {margin-bottom:0;}
.message_input li{ width:100%; margin-bottom:10px;} 
.message_input input{ background:#f4f5f6; border-radius:3px; border: 0px; color:#333;} 
.message_input textarea{background:#f4f5f6; border-radius:3px; border: 0px; color:#333;}
.message_input .submit{width:100%; border-radius:5px; line-height:42px;}
}





/*========================图文列表==============================*/
.pic_art_list li{ padding-bottom:.3rem; margin-bottom:.3rem; border-bottom:solid 1px #e8e8e8; transition:0.3s all;}
.pic_art_list li a{transition:0.3s all;}
.pic_art_list li .pic{width:28%; overflow:hidden;}
.pic_art_list li .pic img{width:100%; display:block; transition:0.3s all;}
.pic_art_list li:hover .pic img{ transform:scale(1.1); }
.pic_art_list li .txt{ width:69%; }
.pic_art_list li.nopic .txt{ width:100%; }
.pic_art_list li .txt h3{font-size:.25rem; line-height:1.5;}
.pic_art_list li .txt .time{ color:#999; font-size:14px; margin:.15rem 0;}
.pic_art_list li .txt .time i{margin-right:.1rem;}
.pic_art_list li .txt .desc{font-size:.16rem;line-height:1.8;color:#777; margin-bottom:.25rem;}
.pic_art_list li .txt .more{ width:1.6rem; line-height:.46rem; border:solid 1px #ccc; text-align:center; font-size:15px; color:#666; transition:0.3s all; position:relative;}
.pic_art_list li .txt .more:before{ content:''; width:0; height:100%; background:var(--main_color); display:block; transition:0.3s all; position:absolute; right:0; top:0; z-index:1;}
.pic_art_list li .txt .more span{ display:inline-block; position:relative; z-index:2; transition:0.3s all; }
.pic_art_list li:hover .txt .more{border:solid 1px var(--main_color);}
.pic_art_list li:hover .txt .more span{color:#fff;}
.pic_art_list li:hover .txt .more:before{width:100%;left:0;}

@media screen and (max-width:768px) {
.pic_art_list li .pic{width:36%; border-radius:3px; overflow:hidden; order:1;}
.pic_art_list li .txt{width:60%;order:0;}
.pic_art_list li .txt{margin-top:0px;}
.pic_art_list li .txt h3{font-size:15px;}
.pic_art_list li .txt .desc,.pic_art_list li .txt .more{ display:none;}
.pic_art_list li .txt .time{margin:10px 0 0 0; font-size:12px;}
}

/*===================内容页================*/
.page_side{width:360px;}
.page_main{width:calc(100% - 385px); background:#fff; padding:.5rem .66rem; box-sizing:border-box; overflow:hidden;}

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

.next_art a{ display:block;}
.next_art li{background: #fff; padding: 32px 30px 25px 30px; margin-bottom:15px; transition:0.3s all;}
.next_art li:hover{box-shadow: 0 1px 20px rgb(0 0 0 / 4%);}
.next_art li .tit{font-size: 22px; font-weight:bold; color:#111; border-bottom: 1px solid #dbdbdb; display:inline-block; padding-bottom: 8px;}
.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{ font-size:15px; color: #999; font-family:din; }

.show_back{ background: #fff;padding: 26px 30px; }
.show_back a{display: flex;align-items: center;justify-content: center;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.6;  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; z-index:10;}
.share-main b{ position:absolute; left:-80px; top:10px; font-weight:normal;}
.share-bar a{margin-left: 10px; margin-top:5px; float: left; display: block; width: 24px; height: 24px; background-image:url(../images/icon-share.png); }
.share-bar .share-tsina{background-position: 0 0;}
.share-bar .share-weixin{background-position: -24px 0;}
.share-bar .share-qzone{background-position: -48px 0;}
.weixin-share-open{position: absolute; bottom: 34px; left:0; display: none; background: #fff;}
.weixin-wrap{ padding: 10px; width: 234px; height: 80px; 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:16px; line-height:1.8; color:#555; overflow:hidden; width:100%;}
#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%;}

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


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

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

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

}

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

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

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



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

}


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


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

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



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

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

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

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

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

}




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

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

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

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

/*弹窗*/
.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc-bg {height: 100%;background: rgba(0,0,0,.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{}
@media screen and (max-width:768px) {
.buy_form{width:100%; height:6rem;  padding:.5rem .5rem; }  
}

/*右侧浮动*/
.online_q {position: fixed;right:10px;bottom:10%; z-index: 99;width: 50px;border-radius: 25px;background: #fff;box-shadow: 0px 0px 8px 0px rgba(181,181,181,0.5);}
.side-menu-itembox { position: relative}
.side-menu-itembox:not(:last-child) { margin-bottom:5px;}
.side-menu-itembox:hover .side-menu-screen {right: 50px;visibility: visible;opacity: 1}
.side-menu-itembox:hover .side-menu-btn {background: #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;}	
}
