@charset "utf-8";
/*@import url("my.css");*/

/* CSS Document */
:root{    
	--main_color:#1443A3;        /* #023A91主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#00A1E9;      /* 副色 */ 
	--hui_color:#eff0f4;    

}

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


body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family: Microsoft Yahei,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:.8rem;}
.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;}
@media screen and (max-width:768px) {
body::-webkit-scrollbar {width:0px !important;}
::-webkit-scrollbar {width:0px;}
}


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

img.pic_cover{width:100%; height:100%;object-fit:cover; display:block;}
/*======================主体宽度======================*/
.pc_hide{display:none;}
.m_show{ 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;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}


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

/*头部*/
.header{z-index: 100;width: 100%; position:fixed; transition:0.5s all;}
.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:.9rem; margin-left:2%; transition:0.5s all;  position:relative; }
.header .logo img{/*filter: grayscale(100%) brightness(5000%);*/}
.header .logo li:last-child{ margin-left:.2rem; padding-left:.2rem; position:relative;}
.header .logo li:last-child:before{ content:''; display:block; width:1px; height:.4rem; background:rgba(255,255,255,0.5); position:absolute; left:0; top:50%; transform:translateY(-50%);}


.header_scroll.header:before{ background:rgba(0,0,0,0.1);}
.header_scroll .logo{ height:.9rem;}
.header_scroll .logo img{/*height:50px;*/ filter: grayscale(0) brightness(100%);}
.header_scroll .logo li:last-child:before{background:#ddd;}

.header_right{ margin-right:2%;}


/*主导航*/
.navBox {  height:.9rem; transition:0.5s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 .15rem;}
.navBox .nav li>a {position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .txt {position: relative;z-index: 2; font-size:18px;  transition:0.5s all; color:#333;     font-weight: 600;}
.navBox .nav li>a:hover .txt{color:var(--main_color);}
.navBox .nav li>a:after{ content:''; position:absolute;  left: 50%;transform: translateX(-50%); bottom:0; width:0; display:block;height:3px; background:var(--main_color); transition:0.3s all;}
/*.navBox .nav li.curr>a:after,*/
.navBox .nav li>a:hover:after{width:100%; }

.header_scroll .navBox{height:.9rem;}
.header_scroll .navBox .nav li>a .txt{ color:#333;}
.header_scroll .navBox .nav li.curr a .txt{color:var(--main_color);}



/*下拉菜单*/
.subNavbox {position: absolute; left: 0px; top: .9rem; width: 100%; background:#fff;  border-top:solid 1px #eee; box-shadow: 1px 3px 5px 0 rgba(88, 88, 88, 0.2); display: none;}
.subNavbox .left{width: 36vw;padding: 3vw 5vw 3vw;background-color:var(--hui_color); box-sizing:border-box;}
.subNavbox .left h3 {font-size:.25rem; color:#000; }
.subNavbox .left p {line-height: 2;color: #808080;margin-top: 20px;text-align: justify;}

.subNavbox .mid {width: 36vw;padding: 3vw 6.8vw 3vw; box-sizing:border-box;}
.subNavbox .mid a{display: block;position: relative; border-bottom: solid 1px #e8e8e8;}
.subNavbox .mid a span{display: block;font-size:16px;line-height: .48rem;padding: 0 40px;position: relative;z-index: 2;transition: color .3s ease;}
.subNavbox .mid a:hover span {color: #fff;}
.subNavbox .mid a:before{content: '';position: absolute;top: 0; left: 0; right: 0; bottom: 0;background:var(--main_color);z-index: 1;transform-origin: left center;transform: scaleX(0);transition: transform .3s ease;}
.subNavbox .mid a:hover:before {transform: scaleX(1);transition: transform .6s ease;}
.subNavbox .mid a:after{content: '';width: 13px;height: 13px;background-image: url('../images/icon-4.png');position: absolute;right: 40px;top: 50%;margin-top: -7px; transition: all 0.8s ease-in-out;z-index: 3; transform: translateX(-45px); opacity:0;}
.subNavbox .mid a:hover:after{transform:translateX(0); opacity:1;}
						
.subNavbox .right{width:25vw; padding: 3vw 3vw 3vw 0; box-sizing:border-box;}
.subNavbox .right img{display: block;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:#333;  transition:0.5s all;}
.header .top_serch a:hover svg{fill:var(--main_color);}
.header .top_serch:after{ content: ""; width:1px; height:14px; background:#333; 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!important; 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:#999;}
.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:#333; margin-left:20px; transition:0.5s all;}
.header_right .tel svg{width:20px; fill:#333; margin-right:8px;  transition:0.5s all;}
.header_scroll .header_right .tel{color:var(--main_color);}
.header_scroll .header_right .tel svg{fill:var(--main_color);}
@media screen and (max-width:1580px) {
.header_right .tel,.header .top_serch:after{ display:none;}
}
@media screen and (max-width:1440px) {
.header_right .tel,.header .top_serch:after{ display:none;}
}


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

/*======================鼠标经过导航======================*/
.header_hover{}
.header_hover .logo{ height:.9rem;}
.header_hover .logo img{ filter: grayscale(0) brightness(100%);}
.header_hover .logo li:last-child:before{background:#ddd;}
.header_hover .navBox{height:.9rem;}
.header_hover .navBox .nav li>a .txt{ color:#333;}
.header_hover .navBox .nav li.curr a .txt{color:var(--main_color);}
.header_hover{background:#fff!important; box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.header_hover .top_serch a svg{fill:#999;}
.header_hover .header_right .tel{color:var(--main_color);}
.header_hover .header_right .tel svg{fill:var(--main_color);}
@media screen and (max-width:768px) {
.header_hover .logo{ height:60px;}
.header_hover .logo img{height:38px;}
}


@media screen and (max-width:768px) {
.header{ height:60px;}
.header .logo{height:60px;}
.header_scroll.header:before{ background:rgba(0,0,0,0);}

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

.m_header_scroll .logo li:first-child img{height:30px; opacity:1;}
.m_header_scroll .logo li:last-child img{height:30px; opacity:1;}
.m_header_scroll .logo li:last-child{ margin-left:15px; padding-left:15px;}
.m_header_scroll .logo li:last-child:before{background:#ddd; height:28px; }

	

/*======================手机弹出菜单======================*/
.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(180deg); transform: rotate(180deg); }
.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}


/*电话*/
.m_tel{text-align:center; margin-top: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 {width:100%; height:100vh;  z-index:0; overflow:hidden; }

#banner li .pic{width:100%; height:100%; z-index:8;}  
#banner li .pic img{width:100%; height:100%; object-fit:cover; display:block;}
#banner li.swiper-slide-active .pic{ animation:bgscale 5s linear forwards; -webkit-animation:bgscale 5s linear forwards; } 
@-webkit-keyframes bgscale {
	from { -webkit-transform: scale(1.1); transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
	to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
@keyframes bgscale {
	from { -webkit-transform: scale(1.1); transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
	to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}

#banner .txt{position:absolute;z-index: 9;left:0;top:0; right:0; bottom:0;/* text-shadow:rgba(0,0,0,0.2) 1px 1px 2px; */opacity: 1;/*transform:translateY(-100px); transition: .8s;*/width:100%;height:100%;background:rgba(0,0,0,.0); padding: 0 1rem 0 1.5rem; box-sizing:border-box;}
#banner li.swiper-slide-active .txt{ opacity: 1; animation:enter 1.3s ease forwards; -webkit-animation:enter 1.3s ease forwards; }
@-webkit-keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
@keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
	
#banner .txt h3{font-size:3.2vw; color:#fff;  margin-bottom:.4rem; letter-spacing:1px;}
#banner .txt h5{font-size:1.4vw; color:#fff; font-weight:normal; letter-spacing:6px;}
	
/*按钮切换*/	
	.swiper-ctrl {position: absolute;right: 5%;bottom: 5%;width: 200px;z-index: 11;}
	.swiper-ctrl .relative{position: relative;}

	#banner .swiper-pagination {position: absolute;left:auto; top:50%;bottom: auto;margin-top: -10px;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; left:50%;margin-left:-12.5px; bottom:25px; cursor:pointer;z-index: 10000;background:url(../images/shubiao.png) top center no-repeat; height:60px; text-align:center}
	#banner .mouse span{-webkit-animation: arrowMove 2s infinite; animation: arrowMove 2s infinite; display:inline-block;width: 8px;height:20px; position: absolute; margin-left:-4px;left:50%; bottom:0;} 
	@-webkit-keyframes arrowMove {
	  to {
		-webkit-transform: translateY(.15rem);
		transform: translateY(.15rem);
		opacity: 0;
		}
	}
	@keyframes arrowMove {
	  to {
		-webkit-transform: translateY(.15rem);
		transform: translateY(.15rem);
		opacity: 0;
		}
	}

#banner .swiper-slide:after {content: "";background: url(../images/banenr_line.png) repeat-x;position: absolute;left: 0px;top: 0px;right: 0px;bottom: 0px;opacity: .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) {
	.container01 { height:auto;}
	#banner .mouse{display:none;}
	#banner {height:200px; position:relative; }
	#banner .txt{padding: 0 15px 0 15px;}
	#banner .txt h3{font-size:18px; margin-bottom:15px; letter-spacing:0;}
	#banner .txt h5{font-size:15px; font-weight:normal; letter-spacing:0; line-height:1.3;}

/*分页器*/
#banner .swiper-pagination{text-align:center; bottom:10px; top:auto;}
#banner .swiper-pagination-bullet{width:6px;height: 6px; display: inline-block;  background: rgba(255,255,255,0.6);  opacity:1; margin:0 3px; transition:0.3s all; border-radius:8px;}
#banner .swiper-pagination-bullet-active{  background: rgba(255,255,255,1); width:20px; }
#banner .swiper-pagination span { opacity: 1;}
}

.section{position:relative; z-index:1; background:#fff;}


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

.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 .line {width:20px; margin: 12px auto auto auto;}
.main_tit p{font-size:13px; margin-top:10px;line-height:1.6;}
.main_tit p br{display:none;}
.main_tit .more{width:88px; line-height:32px;}
.main_tit .more a{font-size:14px;}

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


/*====================关于我们========================*/
.index_about{padding-top:1rem; box-sizing:border-box; box-sizing:border-box; background:url(../images/about_bg2.jpg) no-repeat center; background-size:cover; }
.index_about .desc{text-align:center; font-size:.16rem; line-height:2; color:#fff;}
.index_about .company,.index_about .index_shuzi{width:50%; box-sizing:border-box;}
.index_about .box{background: rgba(0,0,0,.4); margin-top:.68rem;}
.index_about .company{transition: all .4s ease; padding:0 5%; color:#fff;}
.index_about .company:hover{ background:rgba(0,0,0,0.25);}
.index_about .company h2{ font-size:20px; border-bottom:solid 1px rgba(255,255,255,0.2); padding-bottom:25px; margin-bottom:20px;}
.index_about .company p{line-height:2; text-align:justify; margin-bottom:.5rem;}
.index_about .company a{display:block; width:1.68rem; line-height:.46rem; border:solid 2px rgba(255,255,255,0.6);color:#fff; font-size:16px; text-align:center; font-family:Arial; font-weight:600; transition: all .4s ease;}
.index_about .company a:hover{border:solid 2px var(--main_color); background:var(--main_color);}

@media only screen and (max-width: 768px){
.index_about .desc{text-align:justify; font-size:14px; line-height:1.8; padding:0 15px;}
.index_about .desc br{ display:none;}
.index_about .company{display:none;}
.index_about .index_shuzi{width:100%;}

}

/*数字*/
.index_shuzi{}
.index_shuzi li{width:33.33%; box-sizing:border-box; padding:.8rem .5rem; color:#fff;border-left:solid 1px rgba(255,255,255,0.2);border-bottom:solid 1px rgba(255,255,255,0.2);transition: all .4s ease;}
.index_about li:hover{ background:rgba(0,0,0,0.25);}
.index_shuzi li i{font-size: .48rem; font-style:normal; margin-right:2px; font-family:"Rousseau";}
.index_shuzi li sup{ font-size:.16rem; }
.index_shuzi li p{ font-size:14px; color:#fff; margin-top:5px;}


@media only screen and (max-width: 768px){
.index_about{padding:10px 0 0 0;}
.index_about .main{padding:0;}
.index_shuzi li{ padding:35px 0 35px 20px;}
.index_shuzi li p{ font-size:12px;}
}

.index_pic{margin-top:-.6rem;overflow:hidden;position:relative;}
.index_pic .pic img{width:100%;display:block;}
.index_pic .play{position:absolute;top:50%;left:50%; transform:translate(-50%,-50%); cursor:pointer; }

@media only screen and (max-width: 768px){
.index_pic{margin-top:-35px;}
.index_pic .pic img{width:100%;height:100%;object-fit:cover;display:block;}
.index_pic .play img{height:30px;}
}



/*====================产品中心========================*/
.index_03{ background:url(../images/index_03bg.jpg) no-repeat center; background-size:cover; padding-top:1rem;}
.index_03 .desc{text-align:center; font-size:.16rem; line-height:2; color:#666;margin-bottom:.5rem;}
.index_pro li{width:23.4%;margin-right:2%;background:#fff;margin-bottom:.35rem;border-radius:10px;position:relative;border: solid 0px #e8e8e8;box-shadow: 0px 0px 20px 0px rgb(20 18 18 / 5%);cursor:pointer;}
.index_pro li:before{position:absolute;content:'';width:0;height:100%;left:0;top:0;background:var(--main_color);border-radius:10px; z-index:1;transition:all .5s; }
.index_pro li a{display:block;padding:.5rem .2rem;box-sizing:border-box;}
.index_pro li:nth-child(4n){margin-right:0;}
.index_pro li .ico img{height:.6rem;position:relative; z-index:2;transition:all .5s;}
.index_pro li .txt{font-size:.18rem;color:#000;margin-top:.4rem;position:relative; z-index:2; transition:all .5s;}
.index_pro li:hover:before{width:100%;}
.index_pro li:hover .ico img{filter: grayscale(100%) brightness(5000%);}
.index_pro li:hover .txt{color:#fff;}
.pro_more a{display:inline-block;width:1.6rem;line-height:.42rem;border:1px solid #666;text-align:center;border-radius:.42rem;margin:.3rem auto 0;transition:all .5s;}
.pro_more a:hover{color:#fff;background:var(--main_color);border:1px solid var(--main_color);}

@media only screen and (max-width: 768px){
.index_03{ padding:10px 0 20px;}
.index_03 .desc{ftext-align:justify; font-size:14px; line-height:1.8; margin-bottom:15px;}
.index_pro li{width:48%;margin-right:10px;margin-bottom:15px;border-radius:5px;}
.index_pro li:before{border-radius:5px;}
.index_pro li a{display:block;padding:20px 10px;}
.index_pro li:nth-child(5n){margin-right:auto!important;}
.index_pro li:nth-child(2n){margin-right:0;}
.index_pro li .ico img{height:35px;}
.index_pro li .txt{font-size:13px;margin-top:15px;text-align:center;line-height:1.6;}
}

/*=====================解决方案=====================*/
.index_jjfa{height:100vh; position:relative;}
.index_jjfa .bg-box {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 1;background: #000;overflow: hidden;}
/*.index_jjfa:before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.35); z-index:1;}*/
.index_jjfa .bg-box .item {position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;transition: all .6s ease;animation: o-scale 20s linear infinite;z-index: 1;}
.index_jjfa .bg-box .item.active {opacity: 1;}

.index_jjfa .cont-box {height: 100%; position: relative;z-index: 2;}

/*标题*/
.index_jjfa .tab-tit {position: absolute;left: 0;right: 0;bottom: 5vh;}
.index_jjfa .tab-tit .item {width:23%;background: rgba(255, 255, 255, 0.8);padding:.35rem .3rem;box-sizing:border-box;border-radius:10px;transition: all .3s ease;position:relative; margin-bottom: 10px;}
.index_jjfa .tab-tit .item .icon img{height:.5rem; transition: all .3s ease;}
.index_jjfa .tab-tit .item h3 {font-size:.2rem; font-weight:normal; color:#000;margin:.1rem 0 .15rem;transition: all .3s ease;line-height: 1.4;}
.index_jjfa .tab-tit .item p {font-size:.16rem; color:#666; margin-top:.1rem; }
.index_jjfa .tab-tit .item i{display:inline-block;font-size:.3rem;color:var(--main_color);transition: all .3s ease;}
.index_jjfa .tab-tit .item.active{background:var(--main_color);}
.index_jjfa .tab-tit .item.active .icon img{filter: grayscale(100%) brightness(5000%);}
.index_jjfa .tab-tit .item.active h3{color:#fff;}
.index_jjfa .tab-tit .item.active i{color:#fff; transform:rotate(45deg);}

@media only screen and (max-width: 768px){
.index_jjfa{height:100vh; position:relative;}
.index_jjfa .tab-tit {position: absolute;left: 0;right: 0;bottom: 2vh;}
.index_jjfa .tab-tit .main{ padding:0 10px;}
.index_jjfa .tab-tit .item {width:49%;padding:15px 15px;border-radius:5px;margin-bottom:10px;}
.index_jjfa .tab-tit .item .ico img{height:25px; }
.index_jjfa .tab-tit .item h3 {font-size:13px; margin:10px 0 0;line-height:1.4}
.index_jjfa .tab-tit .item i{display:none;}
.index_jjfa .tab-tit .item.active .ico img{filter: grayscale(100%) brightness(5000%);}
}

/*介绍*/
.index_jjfa .tab-cont .item {display: none;}
.index_jjfa .tab-cont .item.active {display: block;}
.index_jjfa .tab-cont .item .index-tit, .index_jjfa .tab-cont .item .btn {opacity: 0;animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;}
.index_jjfa .tab-cont .item .index-tit {animation-delay: .1s; color:#fff; padding-top:calc(1rem + 10vh); /*width:66%;*/}
.index_jjfa .tab-cont .item .index-tit h3{font-size:.42rem; font-weight:normal; margin-bottom:.3rem;}
.index_jjfa .tab-cont .item .index-tit p {/*width: 80%;max-width: 800px;*/ font-size:.17rem; line-height:2; text-align:justify;}
.index_jjfa .tab-cont .item .index-tit p i{color:#D4AA4B;}
.index_jjfa .tab-cont .item .btn {animation-delay: .2s;}
.index_jjfa .tab-cont .item .btn a{color:#fff;}
.index_jjfa .tab-cont .item .btn a.p_more {font-size: .2rem;display: block; text-transform: uppercase;color: #fff;width: 1.2rem;position: relative;letter-spacing: .01rem; transition:0.5s all; margin-top:.3rem;}
.index_jjfa .tab-cont .item .btn a.p_more:before {content: "";display: block;position: absolute;top: 0;right: 0;bottom: 0;width: .36rem;background: url("../images/img36.png") right center no-repeat;background-size: auto .12rem; transition:0.5s all;}
.index_jjfa .tab-cont .item .btn a.p_more:hover {color:var(--main_color); }
.index_jjfa .tab-cont .item .btn a.p_more:hover:before {background-image: url("../images/img36_h.png");width: .56rem;right: -.2rem; }
.index_jjfa .tab-cont .item .btn a.p_more:before {background: url("../images/img25.png") right center no-repeat;}
.index_jjfa .tab-cont .item .btn a.p_more:hover:before {background-image: url("../images/img25.png");width: .56rem;right: -.2rem; }

.index_jjfa .tab-tit,
.index_jjfa .tab-cont {opacity: 0;transform: translateY(2vw);transition: all .6s ease;}
.index_jjfa.active .tab-tit,
.index_jjfa.active .tab-cont {opacity: 1;transform: translateY(0);}
.index_jjfa.active .tab-tit {transition-delay: .7s;}
.index_jjfa.active .tab-cont {transition-delay: .5s;}



@media only screen and (max-width: 768px){
.index_jjfa .tab-cont .item .index-tit { padding-top:35px; width:90%;}
.index_jjfa .tab-cont .item .index-tit h3{font-size:18px; margin-bottom:10px; font-weight:bold;}
.index_jjfa .tab-cont .item .index-tit p { font-size:13px; line-height:1.8; color:rgba(255,255,255,0.8);}
.index_jjfa .tab-cont .item .btn a.p_more {font-size: 16px;width: 70px;}

}

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

/*首页新闻*/
.index_05{padding-top:1rem;}
.news_box .index_news_art,.news_box .index_news_list{width:48%;}

.index_news_art .pic{overflow:hidden;margin:0 0 .3rem;background:#000;}
.index_news_art .pic img{width:100%;height:100%;display:block;opacity:.95;transition:0.3s all;}
/*.index_news_art li:hover .pic img{transform:scale(1.05);}*/
.index_news_art .txt .wz{width:88%;border-right:1px solid #e8e8e8;box-sizing:border-box;padding-right:.3rem;}
.index_news_art .txt .wz h2{ font-size:.2rem;}
.index_news_art .txt .wz p{color:#898989;line-height:1.8;margin-top:.15rem;text-align:justify;}
.index_news_art .txt .date{width:12%; font-family:'din';color:var(--main_color);font-size:.26rem;text-align:right;}

.index_news_list li{padding-bottom:.35rem;overflow:hidden;}
.index_news_list li .pic{width:35%;overflow:hidden;background:#000;}
.index_news_list li .pic img{width:100%;display:block; opacity:.95;transition:0.3s all;}
/*.index_news_list li:hover .pic img{transform:scale(1.05);}*/
.index_news_list li .txt{width:62%;}
.index_news_list li .txt h3{font-weight:normal;font-size:.2rem;}
.index_news_list li .txt p{color:#888;margin:.25rem 0 .15rem;text-align:justify; line-height:1.6;}
.index_news_list li .txt .date{border-top:1px solid #e8e8e8;padding-top:.2rem;}
.index_news_list li .txt .date dd{font-size:13px; color:#888;}
.index_news_list li .txt .date dd i{margin-right:5px;}
.index_news_list li .txt .date span{font-size:12px;color:var(--main_color);}



@media only screen and (max-width: 768px){
.index_05{padding-top:0;}
.news_box{padding-bottom:30px;}
.news_box .index_news_art,.news_box .index_news_list{width:100%;margin-top:10px;}

.index_news_art .pic{margin:0 0 20px;border-radius:5px;}
.index_news_art .txt .wz{width:85%;padding-right:10px;padding-bottom:10px;}
.index_news_art .txt .wz h2{ font-size:15px;}
.index_news_art .txt .wz p{font-size:12px;margin-top:8px;line-height:1.6;}
.index_news_art .txt .date{width:15%;font-size:16px;}

.index_news_list{}
.index_news_list li{padding:10px 0;border-radius:5px;}
.index_news_list li .pic img{}
.index_news_list li .txt h3{font-size:15px;margin-bottom:15px;}
.index_news_list li .txt p{display:none;}
.index_news_list li .txt .date{padding-top:15px;}
.index_news_list li .txt .date dd{font-size:12px;}

}


/*================底部=====================*/
.foot_bg{ width:100%; background:url(../images/footer_bg.png) no-repeat right bottom #091C34; padding:.8rem 0 0rem 0;overflow:hidden;}

.footer_nav{width:9.5rem; }
.footer_nav dl{width:1.5rem;}
.footer_nav dl:first-child{width:8rem;}
.footer_nav dt{height: .42rem;font-size: .2rem; font-weight:bold; margin-bottom:.25rem; border-bottom:solid 1px rgba(255,255,255,0.2); color:#fff; position:relative;}
.footer_nav dt:after{ content:''; display:block; width:.25rem; height:2px; background:var(--second_color); position:absolute; left:0; bottom:-1px;}
.footer_nav dd{font-size:.16rem;}
.footer_nav dd p{width:45%;}
.footer_nav dd a{color:rgba(255,255,255,.6); transition:0.5s all; display:block;  line-height:2.5;}
.footer_nav a:hover{ color:var(--second_color);}

.b_contact{width:4.2rem;box-sizing:border-box;}
.b_contact .f_logo img{ display:block;/*  filter: grayscale(100%) brightness(5000%);*/ }
.b_contact .foot_tel {font-size:.4rem;font-family:MiSans;  margin-top:35px; color:rgba(255,255,255,0.9);}
.b_contact .f_info{margin-top:20px;}
.b_contact .f_info .item{margin-bottom:20px; font-family:Arial, Helvetica, sans-serif; font-size:.16rem;}
.b_contact .f_info .ico{width: 25px;  box-sizing:border-box; text-align:center; padding-top:5px;}
.b_contact .f_info .item:last-child .ico{padding-top:0px;}
.b_contact .f_info .item:first-child .txt{font-size:.18rem;}
.b_contact .f_info .ico img{max-width: 100%; opacity:0.68}
.b_contact .f_info .txt{width: calc(100% - 34px); color: #fff;opacity: 0.68;line-height: 24px; padding-left:10px; box-sizing:border-box;}
.b_contact .f_info .txt p a{position: relative; color: #fff;}
.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;}

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

.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;  margin-top:.6rem; text-align:center;}
.copyright a{color:rgba(255,255,255,0.5);}
.m_foot_bg{display:none;}


/*底部自媒体图标*/
.f_zmt{}
.f_zmt li{position: relative;cursor: pointer;margin-right: 10px;}
.f_zmt li .ico{width: .46rem;height: .46rem;position: relative;border: 1px solid #fff;border-radius: 50%;opacity: 0.4;}
.f_zmt li .ico img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);  max-width:80%;}
.f_zmt li .dox{position: absolute;bottom: 70px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%); background: #fff;border-radius: 5px;padding: 5px 5px 15px;text-align: center;color: #666;font-size: 13px; opacity: 0;pointer-events: none;display: flex;}
.f_zmt li .dox .ewm{width: 108px;}
.f_zmt li .dox .ewm img{width: 100%;margin-bottom:5px;}
.f_zmt li .dox s{display: block;width: 12px;height: 6px;position: absolute;top: 100%;left: 50%;margin-left: -6px;background: url(../images/f_zmt_arr.svg) center no-repeat;}
.f_zmt li:hover .dox{bottom: 60px;opacity: 1;}
.f_zmt li:hover .ico{background:var(--main_color);border: 1px solid var(--main_color);opacity: 1;}
@media only screen and (max-width: 768px){
.f_zmt{justify-content:center;align-items:center; margin-top:25px;}
.f_zmt li{margin:0 5px;}
.f_zmt li .ico{width:40px;height:40px;}
.f_zmt li .ico img{width:56%;}

}

@media only screen and (max-width: 768px){
.foot_bg{ padding:.6rem 0 0rem 0; background-size:auto 50%;}
.b_contact,.footer_nav{display:none;}

.m_foot_bg{ display:block; padding:0 15px; text-align:center;}
.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:MiSans; margin:12px 0 15px 0; color:rgba(255,255,255,0.68);}
.m_foot_bg h3 a{color:#00A1E9; font-size:25px; font-weight: normal;}
.m_foot_bg p{font-size:14px;   color:rgba(255,255,255,0.5); line-height:1.6; margin-bottom:6px;}
.copyright {margin-top:25px;}
.copyright {width:100%; line-height:1.8; text-align:center; font-size:12px;}
.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; }
.page_ban .pic {animation: o-scale 20s linear infinite; height:76vh;  overflow:hidden;}
.page_ban .pic img{width:100%; height:100%;object-fit:cover; display:block;}

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

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

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

	
/*位置*/
.sub_weizhi{height:60px; background:var(--hui_color); border-bottom:solid 0px #eee; position:relative; z-index:9;/*box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/ 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;}
.sub_weizhi .weizhi{margin-left:10px; font-size:14px;width:calc(100% - 10px - 50px); overflow:hidden;}
.sub_weizhi .weizhi a{white-space:nowrap;}
.sub_weizhi .weizhi i.ico {margin-right:6px;}
.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:var(--main_color); 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;}
}

/*=============内页-公司简介============*/
.page_about_bg{padding-bottom:1rem;background:url(../images/page_about_bg.png) no-repeat center bottom; background-size: 100%;overflow:hidden;}

.page_about{padding:1rem 0 0 0;}
.page_about .tit{width:25%;}
.page_about .tit h2{ font-size:.46rem; color:#000; line-height:1.4; position:relative; letter-spacing:2px;}
/*.page_about .tit h2:nth-child(2):after{content: ""; display:block;background:var(--second_color);width: .6rem;height: 4px; margin-top:20px;}*/
.page_about .right{width:62%;}
.page_about .con{text-align:justify; font-size:.16rem; line-height:2;}
.page_about .con p{ margin-bottom:25px;}


.page_about .right .list{margin-top:.4rem;}
.page_about .right .list li{width:32%; position:relative; margin-top:.2rem;overflow:hidden;border-radius:6px;}
.page_about .right .list li:after{ content:''; position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.5);}
.page_about .right .list li .pic{overflow:hidden;}
.page_about .right .list li .pic img{width:100%; display:block; transition:all .5s;}
.page_about .right .list li .txt{position:absolute; left:0; top:0; right:0; bottom:0; color:#fff; z-index:2;}
.page_about .right .list .ico img{height:.35rem;margin-bottom:.2rem;}
.page_about .right .list li h3{ font-size:.22rem; font-weight:normal; opacity:1; transition:0.5s all;}
.page_about .right .list li:hover .pic img{ transform:scale(1.1,1.1);}


@media screen and (max-width:768px) {
.page_about{padding:25px 15px 10px;}
.page_about .tit{width:100%;}
.page_about .tit h2{ font-size:20px; font-weight:bold;}
.page_about .tit h2:nth-child(2):after{ width: .6rem;height: 4px; margin-top:8px;}
.page_about .right{width:100%; margin-top:25px;}
.page_about .con{ font-size:14px;}
.page_about .con p{ margin-bottom:15px;}

.page_about .right .list{margin-top:10px;}
.page_about .right .list li{width:49%;margin-top:10px;border-radius:4px;}
.page_about .right .list .ico img{height:25px;margin-bottom:10px;}
.page_about .right .list li h3{ font-size:15px; }
}

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

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

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

}

/*=============内页-视频============*/
.gw_video{position:relative;overflow:hidden;border-radius:10px; margin-top:.5rem;}
.gw_video>img{width:100%;height:100%;object-fit:cover;display:block;transition:all .5s;}

.gw_video .ico{}
.gw_video .ico{position:absolute;top:48%;left:50%; transform:translate(-50%,-50%) scale(0.7);width: 100px; height:100px; cursor: pointer;background: #fff;border-radius: 50%; box-shadow: 0 0 rgba(255, 255, 255, 0.25), 0 0 0 15px rgba(255, 255, 255, 0.25), 0 0 0 30px rgba(255, 255, 255, 0.25);animation: ripple-wave1 1s linear infinite;animation-play-state: running;opacity: 1;visibility: visible;
-webkit-animation: ripple-wave1 1s linear infinite;}

@keyframes ripple-wave1{
to {
	box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),0 0 0 30px rgba(255, 255, 255, 0.2),0 0 0 45px rgba(255, 255, 255, 0.02);
	}
}

@media screen and (max-width:768px) {
.gw_video{border-radius:5px;}
.gw_video .ico{width: 80px; height:80px; }
.gw_video .ico img{width: 100%; }
}

/*=============内页-视频============*/
.shipin_bg{background: url(../images/shipin_bg.jpg) no-repeat center fixed; background-size:cover; padding:1.6rem 0; overflow:hidden;}
.shipin_bg .box{width:4.5rem;padding:.3rem .5rem;box-sizing:border-box;background:rgba(255,255,255,.75);border-radius:10px;margin:0 auto;}
.shipin_bg .box .logo{width:50%;overflow:hidden;}
.shipin_bg .box .logo img{width:100%;display:block; }
.shipin_bg .box a img{transition:all .8s;}
.shipin_bg .box a:hover img{ transform:rotate(360deg);}

@media screen and (max-width:768px) {
.shipin_bg{background: url(../images/shipin_bg.jpg) no-repeat center scroll; padding:40px 0;}
.shipin_bg .box{width:260px;padding:20px 40px;}
.shipin_bg .box .logo{width:50%;overflow:hidden;}
.shipin_bg .box .logo img{width:100%;display:block; }
.shipin_bg .box a img{width:50px;}
}


/*=============内页参观公司============*/
.rcfz_box_bg3{/*background: url(../images/chejian.png) no-repeat center #f8f8f8;background-size:cover;*/padding:0 0 1rem;overflow:hidden;}
.yghd_box{position:relative;overflow:hidden;padding:0 0 1.2rem;}
.yghd_box figure a{overflow:hidden; border-radius:10px; display:block;}
.yghd_box figure img{width:100%;display:block; transition:0.3s all;}
.yghd_box figure:hover img{ transform:scale(1.1);}
.yghd_box figure h3{font-size:.16rem;color:#000;font-weight:normal;line-height:1.6;margin:.2rem 0 0;}


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

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

@media screen and (max-width:768px) {
.rcfz_box_bg3{padding:0 0 30px;}
.rcfz_box_bg3 .rc_tit{margin-bottom:20px;}
.yghd_box{padding:0 0 50px;}

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

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

.yghd_box figure h3{font-size:14px;line-height:1.4;margin:15px 0 0;}
}


/*======================内页-企业文化======================*/
.qywh_bg{background: url(../images/qywh_bg.jpg) center;background-size: cover; padding:.4rem 0 1.3rem; background-attachment:fixed;overflow:hidden;}
.qywh_bg .main_tit h2{color:#fff;}
.qywh_bg .main_tit .line{background:#fff;}
.qywh_bg ul{margin-top:.3rem;}
.qywh_bg li{width:19%;padding:.5rem .5rem;box-sizing:border-box;border:1px dashed rgba(255,255,255,1);border-radius:15px;}
.qywh_bg li .ico img{height:.65rem;}
.qywh_bg li .txt h3{margin:.4rem 0 .3rem;color:#fff;font-size:.26rem;}
.qywh_bg li .txt p{color:#fff;text-align:center;line-height:1.8;font-size:.16rem;}

@media screen and (max-width:768px) {
.qywh_bg{background-attachment:scroll;}
.qywh_bg li{width:100%;padding:30px 20px;margin-bottom:15px;border-radius:10px;}
.qywh_bg li .ico img{height:40px;}
.qywh_bg li .txt h3{margin:25px 0 15px;font-size:17px;}
.qywh_bg li .txt p{font-size:13px;}
}



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

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

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

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

}
/*资质荣誉*/
.zzry_bg{background: url(../images/bg3.jpg) no-repeat center #f2f2f2; background-size: cover;  padding-bottom:.8rem;}
/*APP*/
.select { overflow:hidden;}
.select .explain { width:30%; }
.select .explain ul li {cursor: pointer;margin-bottom:10px; font-size:15px; padding:15px 25px; border-radius:5px; background:#fff; transition: all 0.3s; position:relative;  box-shadow: 0 1px 20px rgb(0 0 0 / 4%);}
.select .explain ul li:after{content:"";position:absolute;top:50%;right:-18px;border-style:solid;margin-top:-9px;border-width:9px;border-color: transparent transparent transparent #fff;transition: all 0.4s;}

.select .explain ul li.current{ background:var(--main_color); color:#fff;}
.select .explain ul li.current:after{border-color: transparent transparent transparent var(--main_color);}

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

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


@media screen and (max-width:768px) {
.select .explain { width:100%;}
.select .con {width: 100%; overflow: hidden; padding-top:.3rem;}
.select .explain ul li { margin-bottom:10px; font-size:14px; padding:15px 15px;}

}

/*======================检测报告列表页======================*/
.jcbg_list{ overflow:hidden;  box-sizing:border-box;padding-bottom:.6rem;}
.jcbg_list figure {background: #f5f5f5; padding:.3rem .2rem; border-radius:10px; overflow:hidden; width:18%; margin-right:2.5%; box-sizing:border-box; margin-bottom:.3rem; position:relative;}
.jcbg_list figure:nth-child(5n) { margin-right:0}
.jcbg_list li .pic{ height:2rem;}
.jcbg_list li .pic img{max-width:100%;max-height:100%;display: inline-block;opacity:1;}
.jcbg_list li .txt{ background:rgba(0,0,0,0.4); position:absolute;border-radius:5px; transform: scale(0.3); top:0; left:0; width:100%; height:100%; color:#fff; text-align:center; opacity:0; transition: 0.6s all;}
.jcbg_list figure:hover .txt{ opacity:1; transform: scale(1);}
.jcbg_list li p{ text-align:center; margin-top:.2rem;}
@media screen and (max-width:768px) {
.jcbg_list figure {padding:10px; border-radius:5px; width:48.5%; margin-right:3%;margin-bottom:10px;}
.jcbg_list figure:nth-child(5n) { margin-right:auto}
.jcbg_list figure:nth-child(2n) { margin-right:0}
.jcbg_list li .pic{ height:2rem;}
.jcbg_list li .pic img{max-width:100%;max-height:100%;display: inline-block;opacity:1;}
.jcbg_list li .txt{ background:rgba(0,0,0,0.4); position:absolute;border-radius:5px; transform: scale(0.3); top:0; left:0; width:100%; height:100%; color:#fff; text-align:center; opacity:0; transition: 0.6s all;}
.jcbg_list figure:hover .txt{ opacity:1; transform: scale(1);}
.jcbg_list li p{ text-align:center; margin-top:.15rem;}    
}

/*======================最新资质荣誉======================*/
.rongyu_bg{background: url(../images/honor_bg.jpg) no-repeat center; background-size:cover; padding:1rem 0 0;}
.rongyu_list .left{width: 400px;}
.rongyu_list .right{width: calc(100% - 420px);}
.rongyu_list .right .box{width:50%;}
.rongyu_list .right dl{ margin-bottom:40px;}
.rongyu_list .right dt{ font-size:25px; margin-bottom:15px; color:var(--main_color);}
.rongyu_list .right dt i{margin-right:10px; font-size:22px;}
.rongyu_list .right dd{ line-height:2; font-size:16px;}
.rongyu_list .right dd figure{position: relative;padding-left: 23px;}
.rongyu_list .right dd figure:after{content: "";width: 10px;height: 10px;border-radius: 50%;border: 1px solid rgba(11,106,170,0.4);
    position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.35s ease;}
.rongyu_list .right dd figure:hover:after{border: 1px solid var(--main_color);}
.rongyu_list .right dd .pic{ display:none;}
@media screen and (max-width:768px) {
.rongyu_bg{background: url(../images/honor_bg.jpg) no-repeat center; background-size:100% 100%; padding:25px 0 0;}
.rongyu_list .left{ display:none;} 
.rongyu_list .right{width: 100%;}
.rongyu_list .right .box{width: 100%;}
.rongyu_list .right dt{ font-size:20px; margin-bottom:15px; color:var(--main_color); font-weight:bold;}
.rongyu_list .right dt i{margin-right:6px; font-size:18px;}
.rongyu_list .right dd{ line-height:2; font-size:14px;}
}



/*================合作伙伴=====================*/
.partner_list{ margin-bottom:.8rem;}
.partner_list li{width:23.5%; margin-right:2%; height:1.6rem; position: relative; background:#fff; box-shadow: 0 1px 10px rgb(0 0 0 / 4%);transition: 0.3s all; border-radius:5px; margin-bottom:.2rem; overflow:hidden;}
.partner_list li:nth-child(4n){ margin-right:0;}
/*.partner_list li:nth-of-type(odd) {background: #f5f5f5;}*/
.partner_list li img{ max-width:60%; max-height:60%; display:block;}
.partner_list li .txt { position: absolute;top: 0;left: 0;right: 0;bottom: 0; color:#fff; font-size:.18rem;background-color: rgba(7, 49, 144, 0.9);opacity: 0; transition:0.5s all;}
.partner_list li:hover .txt {opacity: 1;}

@media screen and (max-width:768px) {
.partner_list li{width:32%; margin-right:2%; height:66px;}
.partner_list li:nth-child(3n){ margin-right:0;}
.partner_list li:nth-child(4n){ margin-right:auto;}
.partner_list li img{ max-width:80%; max-height:80%; display:block;}

}


/*====================解决方案====================*/
.fwly_box{margin-bottom:.8rem;}
.fwly_box li{overflow:hidden; margin-bottom:.5rem;}
.fwly_box li .pic{width:46%;min-height:4.5rem;overflow:hidden;border-radius:15px;transition:all .3s;}
.fwly_box li:nth-child(2n) .pic{order:2;}
.fwly_box li .pic img{width:100%;height:100%;object-fit:cover;display:block; transition:all .5s;}

.fwly_box li .txt{width:46%;}
.fwly_box li:nth-child(2n) .txt{order:1;}
.fwly_box li .txt h3{font-size:.36rem;font-weight:normal;border-bottom:1px solid #e8e8e8;padding-bottom:.2rem;position:relative;transition:all .3s;}
.fwly_box li .txt h3:after{content: '';display: block;width:0;height:2px;background:var(--main_color);position: absolute;left:0;bottom:-1px;transition:all .5s;}
.fwly_box li .txt p{line-height:2;margin:.3rem 0 .5rem;text-align:justify; font-size:.16rem; color:#666;}
.fwly_box li .txt a {background:var(--main_color); font-size:.16rem; line-height:.52rem; padding:0 .35rem; display:inline-block; color:#fff; transition:all .3s;}
.fwly_box li .txt a:hover { background:var(--second_color);}

.fwly_box li:hover .pic img{transform:scale(1.05);}
.fwly_box li:hover .txt h3{color:var(--main_color);}
.fwly_box li:hover .txt h3:after{width:100%;}


@media screen and (max-width:768px) {
.fwly_box li{}
.fwly_box li .pic{width:100%;}
.fwly_box li:nth-child(2n) .pic{order:1;}
.fwly_box li .txt{width:100%;padding:20px 15px;order:2;}
.fwly_box li:nth-child(2n) .txt{order:2;}
.fwly_box li .txt h3{font-size:18px}
.fwly_box li .txt p{line-height:1.8;margin:10px 0 20px;font-size:13px;}
.fwly_box li .txt .btn{width:120px;line-height:35px;}
.fwly_box li .txt a{padding:0 25px;font-size:13px; line-height:34px;border-radius:5px;}
}



/*案例*/
.list_case_bg{background:url('../images/list_case.jpg') center no-repeat;background-size:cover;padding:0 0 .8rem;}
.fwly_case { margin-bottom:.8rem;}
.fwly_case li{width:32%;margin-right:2%;overflow:hidden;background:var(--hui_color);margin-bottom:.2rem;transition:all .3s;}
.fwly_case li:nth-child(3n){margin-right:0;}
.fwly_case li .pic{overflow:hidden;position:relative;}
.fwly_case li .pic img{width:100%;display:block;}
.fwly_case li .txt{padding:.3rem .3rem;box-sizing:border-box;}
.fwly_case li .pic .quan{opacity:0;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.5);transition:all .3s;}
.fwly_case li .pic .quan img{width:30%;transition:all .3s;}
.fwly_case li .txt h3{font-weight:normal;font-size:.2rem;color:#000;}
.fwly_case li .txt p{margin:.2rem 0 ;border-top:1px solid #efefef;border-bottom:1px solid #e8e8e8;padding:.2rem 0;color:#666;}
.fwly_case li .txt p i{color:var(--main_color);margin-right:5px;}
.fwly_case li .txt span{color:#888;font-size:13px;transition:all .3s;}
.fwly_case li .txt span i{margin-left:10px;transition:all .3s;}
.fwly_case li:hover{ transform:translateY(-5px);box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); background:#fff;}
.fwly_case li:hover .pic .quan{opacity:1;}
.fwly_case li:hover .pic .quan img{ transform:rotate(360deg);}
.fwly_case li:hover .txt span{color:var(--main_color);}
.fwly_case li:hover .txt span i{margin-left:15px;}

@media screen and (max-width:768px) {
.list_case_bg{background:url('../images/list_case.jpg') right center no-repeat;}
.fwly_case li{width:100%;margin-right:0;margin-bottom:15px;}
.fwly_case li .txt{padding:20px 15px;}
.fwly_case li .txt h3{font-size:16px;}
.fwly_case li .txt p{margin:20px 0 ;padding:10px 0;}
}


/*==========================服务领域-案例内容页===============================*/
.xmjs_info .info1{width:60%; background:#f8f8f8; box-sizing:border-box; padding:.6rem 0; }
.xmjs_info .info1 img{max-width:80%;}
.xmjs_info .info2{width:40%; background:#e8e8e8; box-sizing:border-box; padding:.8rem 5% 0 5%; }
.xmjs_info .info2 h2{ font-size:28px; margin-bottom:25px;}
.xmjs_info .info2 h5{ font-size:20px; font-weight:normal;}
.xmjs_info .info2 h5:after{content:"";display: block;width:20px;background:var(--main_color);height:2px; margin:15px 0 25px 0;}
.xmjs_info .info2 .desc{ line-height:26px; text-align:justify; color:#666; margin-bottom:25px; }
.xmjs_info .info2 .base_info{ line-height:2; font-size:15px; font-weight:bold;}


@media screen and (max-width:768px) {
.xmjs_info .info1{width:100%; padding:25px 15px 15px; }
.xmjs_info .info1 img{max-width:100%;}
.xmjs_info .info2{width:100%; background:#f8f8f8; padding:5px 15px 25px 15px; }
.xmjs_info .info2 h2{ font-size:18px; margin-bottom:15px;}
.xmjs_info .info2 h5{ font-size:15px; }
.xmjs_info .info2 h5:after{ width:15px; margin:10px 0 15px 0;}
.xmjs_info .info2 .desc{ line-height:1.8; margin-bottom:15px; }
.xmjs_info .info2 .base_info{ line-height:1.8; font-size:14px; }

}



/*===================内页-产品频道页========================*/
.pro_cate_bg{padding:.5rem 0 1rem;}
.pro_side{width:3.4rem;}
.pro_side .tit{background: url(../images/pro_side.jpg) no-repeat center;padding:.35rem .3rem;box-sizing:border-box;border-radius:10px 10px 0 0;}
.pro_side .tit h2{color:#fff;font-size:.3rem;}
.pro_side ul{background:#fff;padding:.25rem 0;border-radius:0 0 10px 10px;}
.pro_side li{line-height:.46rem;padding:0 .3rem;box-sizing:border-box;}
.pro_side li.active h3{color:var(--main_color);}
.pro_side li.active i{color:var(--main_color);}
.pro_side li h3{font-weight:normal;font-size:.16rem;color:#888;transition: all .3s;}
.pro_side li i{font-size:.18rem;color:#888;transition: all .3s;}
.pro_side li:hover h3{color:var(--main_color);}
.pro_side li:hover i{color:var(--main_color);}

.pro_con_list{width:calc(100% - 4rem);}
.pro_con_list li{background:#fff;padding:.3rem .3rem;box-sizing:border-box;margin-bottom:.3rem;border-radius:10px;}
.pro_con_list li .pic{width: 45%;border-radius: 9px;/*background: url(../images/pro_list_bg.jpg) no-repeat center;background-size: cover;*/overflow: hidden;text-align: center;}
.pro_con_list li .pic img{width: 100%;display:block;transition: all .3s;}
.pro_con_list li .txt{width:50%;}
.pro_con_list li .txt h3{font-size:.3rem;color:#000;display:block;padding-bottom:.3rem;border-bottom:2px solid #ccc;position:relative;}
.pro_con_list li .txt h3:before{content:'';position:absolute;bottom:-2px;left:0;width:25%;background:var(--main_color);height:2px;transition: all .3s;}
.pro_con_list li .txt .desc{margin:.35rem 0 .5rem;color:#a5a5a5;font-size:.16rem;line-height:1.8; text-align:justify;}
.pro_con_list li .pro_link a{padding:0 .4rem;border:1px solid #0a1e40;margin-right:.2rem;line-height:.4rem;border-radius:5px;text-align:center;font-size:14px;position:relative; z-index:2;}
.pro_con_list li .pro_link a:after{content: "";width: 0;height: 100%;background-color: var(--main_color);position: absolute;left: 0;top: 0;transition: all .3s;z-index: -1;}
.pro_con_list li .pro_link a:hover{color:#fff;}
.pro_con_list li .pro_link a:hover:after{width: 100%;}
.pro_con_list li:hover .pic img{ transform:scale(1.1,1.1);}
.pro_con_list li:hover .txt h3:before{width:100%;}





@media screen and (max-width:768px) {
.pro_cate_bg{padding:0 0 30px;}
.pro_side{display:none;}
.pro_con_list{width:100%;}
.pro_con_list li{margin-bottom:15px;}
.pro_con_list li .pic{width: 100%;}
.pro_con_list li .txt{width:100%;margin:25px 0 15px;}
.pro_con_list li .txt h3{font-size:18px;}
.pro_con_list li .txt .desc{margin:15px 0 20px;font-size:13px;line-height:1.6;}
.pro_con_list li .pro_link a{padding:0 30px;margin-right:15px;line-height:30px;}

}


/*========================产品内容页======================*/
.show_product{width: 100%;position: relative;min-height: 100vh;}


/*-----------左边开始产品图片--------------*/
.show_left{position: fixed;top: 0;left: 0;width: 40%;height: 100vh;background: #f8f8f8;padding: 1.5rem .8rem 1rem;box-sizing:border-box;}

/*位置导航*/
.pro_weizhi{color:#333;}
.pro_weizhi i svg{width:18px; fill:#333;}
.pro_weizhi p a{ margin:0 5px; display:inline-block; color:#333;}

/* 产品大图 */
#focus {width:100%; position:relative; border:solid 1px #e8e8e8; box-sizing:border-box;background:#fff;border-radius:10px;margin-top:.2rem;}
#focus figure{overflow:hidden; height:4.2rem; position:relative;padding:.3rem .3rem;box-sizing:border-box; }
#focus figure a{ width:100%; height:100%;}
#focus figure a img{max-width:100%;max-height:100%; object-fit: cover;}

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


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


/*-----------右边产品详细信息--------------*/
.show_right_con{width: 100%;display: flex;justify-content: flex-end;}
.show_right{position:relative;width:60%;padding:.5rem 0 1rem .5rem ;box-sizing:border-box;}
.show_right h1{font-size:.4rem; color:#000;margin-bottom:.4rem;}
.show_right h3{ font-size:.22rem; margin-bottom:20px;color:var(--main_color); }
.pro_con_tit{font-size:.22rem;border-bottom:1px solid rgba(204,204,204,.8);padding-bottom:.15rem;margin:.35rem 0 .2rem;color:var(--main_color);font-weight:bold;}
.pro_con_tit strong{color:var(--main_color); font-family:'dinpro6';font-size:.26rem;margin-right:5px;}
.show_right .desc{line-height:2; text-align:justify; color:#888;font-size:15px;}
.pro_table{}
.pro_table table{ border:1px solid #eff3f8; border-collapse:collapse;    line-height:1.8;}
.pro_table table p{margin-bottom:0;}
.pro_table table tr:nth-child(1){ font-size:.16rem; color:#fff; background:var(--main_color); text-align:center;}
.pro_table table td{padding:5px 5px; border:1px solid rgba(204,204,204,.8);}
.pro_table table tr:nth-child(2n){ background:#f2f2f2;}
.table_scroll{ overflow:auto;}


.show_yyly li{width:23.5%;margin-right:2%;position:relative;border-radius:10px;overflow:hidden;margin-bottom:.15rem;}
.show_yyly li:nth-child(4n){margin-right:0;}
.show_yyly li .pic{overflow:hidden;}
.show_yyly li .pic img{width:100%;display:block;}
.show_yyly li .txt{position:absolute;bottom:0;right:0;width:100%;line-height:.36rem;background:rgba(0,0,0,.45);text-align:center;color:#fff;font-size:.16rem;}

.show_tjcp li{width:49%;background:#f8f8f8;border-radius:10px;padding:.15rem .15rem;box-sizing:border-box;margin-bottom:.15rem; transition: all .3s;}
.show_tjcp li .pic{width:35%;overflow:hidden;}
.show_tjcp li .pic img{width:100%;display:block;}
.show_tjcp li .txt{width:60%;}
.show_tjcp li .txt h4{color:#000;font-weight:normal;font-size:.2rem;transition: all .3s;}
.show_tjcp li .txt .desc{margin-top:10px;line-height:1.4;font-size:14px;color:#888;transition: all .3s;}
.show_tjcp li:hover{background:var(--main_color);}
.show_tjcp li:hover .txt h4{color:#fff;}
.show_tjcp li:hover .txt .desc{color:#fff;}


@media screen and (max-width:768px) {
.show_left{position:static;width: 100%;height: auto;padding:20px 15px 10px;background:#fff;}

#focus{border-radius:5px;}
#focus figure{height:220px;}

.show_right{width:100%;padding:20px 0 30px 0 ;}
.show_right h1{font-size:22px; margin-bottom:20px;}
.show_right h3{ font-size:16rem; }
.pro_con_tit{font-size:18px;padding-bottom:10px;margin:20px 0 15px;}
.pro_con_tit strong{font-size:18px;}
.show_right .desc{line-height:2; text-align:justify; color:#888;}

.pro_table table{font-size:14px; line-height:1.6;}
.pro_table table tr:nth-child(1){ font-size:16px;}
.pro_table table td{padding:5px 10px;}


.show_yyly li{width:48.3%;margin-right:10px;border-radius:5px;margin-bottom:10px;}
.show_yyly li:nth-child(2n){margin-right:0;}
.show_yyly li .txt{line-height:30px; font-size:14px;}

.show_tjcp li{width:100%;border-radius:5px;padding:10px 10px;margin-bottom:10px;}
.show_tjcp li .txt h4{font-size:17px;}
.show_tjcp li .txt .desc{margin-top:8px;font-size:13px;}

}


/*==========================图片列表===========================*/
.mask_out{ position:absolute; width:100%; height:100%; left:0; top:0; background:#fff; animation-timing-function: ease;}
.case_list{padding-bottom:.6rem;}
.case_list li{width:31.3%; margin-right:3%; transition: 0.3s all; background:#f6f6f6; overflow:hidden; margin-bottom:.4rem; position:relative; border-radius:10px; overflow:hidden;}
.case_list li:nth-child(3n){ margin-right:0;}
.case_list li .pic{width:100%; position:relative; overflow:hidden;}
.case_list li .pic>img{width:100%; display:block;transition: 0.5s all;}
.case_list li:hover>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:16px; line-height:30px; font-weight:normal; color:#000;}
.case_list li .txt p{ line-height:3; font-size:12px; color:#666;}
/*@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:13px;}
.case_list li .txt p{ font-size:12px; line-height:1.6; }
.case_list li:hover .pic .mask dd{ 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;}
.zyyw li .pic img{width: 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:50%;overflow:hidden;}
.yewu_box .pic img{display:block;width:100%;}
.yewu_box .txt{width:50%;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);padding-bottom:25px;font-size:.32rem;color:var(--main_color);}
.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:16px;text-align:justify;line-height:2;}
.yewu_box .txt a{display:inline-block;width:1.6rem;line-height:.42rem;border:1px solid rgba(204,204,204,1);border-radius:25px;margin-right:.3rem;text-align:center;font-size:15px; transition:all .3s;}
.yewu_box .txt a i{font-size:18px;margin-right:10px;}
.yewu_box .txt .tel{margin-right:0;background:var(--main_color);width:2.2rem;color:#fff;font-size:18px;border:1px solid var(--main_color);}
.yewu_box .txt a:hover{ transform:translateY(-10px);}

@media screen and (max-width:768px) {
.yewu_box .pic{width:100%;order: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:120px;line-height:32px;margin-right:10px;font-size:13px;}
.yewu_box .txt a i{font-size:14px;margin-right:10px;}
.yewu_box .txt .tel{display:none;}
}





/*广告*/
.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;}
}





/*==========================解决方案内容页=================================*/
.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;}
}





/*======================售后服务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;}

}




/*======================加入我们======================*/
.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;}
/*----------------------*/




/*===================内页-联系我们================*/
.lxfs_list { margin-bottom:.8rem;}
.lxfs_list .left{width: 50%;position:relative;}
.lxfs_list .pic{overflow:hidden; border-radius:.1rem;}
.lxfs_list .txt{width: 50%; padding-left:.6rem; box-sizing:border-box;}
.lxfs_list .txt .name{margin-bottom:.25rem; font-size:.25rem; color:var(--main_color); font-weight:bold;}
.lxfs_list .txt p{margin-bottom:.15rem; font-size:.16rem; line-height:1.8;}


.lxfs_list .box{width:1.5rem;height:1.5rem;position:absolute; right:-.75rem; bottom:-.35rem;}
.lxfs_list .box .box_li{width: 1rem;height: 1rem;background:var(--main_color);border-radius: 50%;position: relative;z-index: 1;}
.lxfs_list .box .box_li h5{ color:#fff; font-size:14px; font-weight:normal; line-height:1.5; margin:5px 0 0}
@media screen and (max-width:768px) {
.lxfs_list .left{width:100%; }
.lxfs_list .txt{width: 100%; padding-left:0; margin-top:35px;}
.lxfs_list .txt .name{font-size:20px;}
.lxfs_list .txt p{margin-bottom:10px; font-size:15px; line-height:1.6;}

.lxfs_list .box{width:125px;height:125px; right:0; bottom:-60px;}
.lxfs_list .box .box_li{width: 80px;height: 80px;}
.lxfs_list .box .box_li img{ height:25px;}
.lxfs_list .box .box_li h5{font-size:13px;  margin:3px 0 0}
}

.circle1 span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background:var(--main_color);
	-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
	-webkit-animation: circleScale 3s linear infinite;
	-moz-animation: circleScale 3s linear infinite;
	-ms-animation: circleScale 3s linear infinite;
	animation: circleScale 3s linear infinite;
	transition:.5s
}
.circle1 span:nth-of-type(2) {
  animation-delay: 1s;
}
.circle1 span:nth-of-type(3) {
  animation-delay: 2s;
}

@keyframes circleScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circleScale1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}


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

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

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

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


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

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

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

/*========================成功案例列表==============================*/
.anli_list { margin-bottom:;}
.anli_list li{width:23%;margin-right:2.5%;margin-bottom:.4rem;border-radius:6px;overflow:hidden;background:#f2f2f2;/*box-shadow: 0px 2px 20px 0px rgb(20 18 18 / 10%);*/}
.anli_list li:nth-child(4n){margin-right:0;}
.anli_list li .pic{overflow:hidden;}
.anli_list li .pic img{width:30%;display:block; transition:all .5s; margin: 40px auto;}
.anli_list li .txt{padding:.2rem .1rem;box-sizing:border-box; text-align:center;}
.anli_list li .txt h3{font-weight:normal;font-size:.22rem;line-height:1.6; color:#000; transition:all .5s;}

.anli_list li:hover .pic img{ transform:scale(1.1,1.1);}
.anli_list li:hover .txt h3{color:#0067a2;}

@media screen and (max-width:768px) {
.anli_list li{width:48%;margin-right:4%; margin-bottom:20px; border-radius:5px;}
.anli_list li:nth-child(5n){margin-right:auto;}
.anli_list li:nth-child(2n){margin-right:0;}
.anli_list li .pic{overflow:hidden;}
.anli_list li .txt{padding:10px 10px 10px;}
.anli_list li .txt h3{font-size:16px; }
}


/*========================新闻列表==============================*/
.pic_art_list { margin-bottom:;}
.pic_art_list li{width:31%;margin-right:3.5%;margin-bottom:.4rem;border-radius:6px;overflow:hidden;background:#f2f2f2;/*box-shadow: 0px 2px 20px 0px rgb(20 18 18 / 10%);*/}
.pic_art_list li:nth-child(3n){margin-right:0;}
.pic_art_list li .pic{overflow:hidden;}
.pic_art_list li .pic img{width:100%;display:block; transition:all .5s;}
.pic_art_list li .txt{padding:.35rem .35rem;box-sizing:border-box;}
.pic_art_list li .txt .time{color:#999;}
.pic_art_list li .txt h3{font-weight:normal;font-size:.2rem;line-height:1.6; text-align:justify;color:#000;margin:.15rem 0 .25rem; transition:all .5s;}
.pic_art_list li .txt span{font-family: 'dinpro5';font-size:.16rem;color:#333;}
.pic_art_list li .txt span i{font-size:14px;margin-left:5px;color:#000;}

.pic_art_list li:hover .pic img{ transform:scale(1.1,1.1);}
.pic_art_list li:hover .txt h3{color:var(--main_color);}

@media screen and (max-width:768px) {
.pic_art_list li{width:100%;margin-right:0; margin-bottom:20px; border-radius:5px;}
.pic_art_list li .pic{overflow:hidden;}
.pic_art_list li .txt{padding:20px 20px 5px;}
.pic_art_list li .txt .time{font-size:14px;}
.pic_art_list li .txt h3{font-size:18px;margin:10px 0 15px;}
.pic_art_list li .txt span{font-size:13px; display:none;}
.pic_art_list li .txt span i{font-size:12px;margin-left:5px;}

}


/*===================内容页侧面产品列表================*/
.page_side_list{}
.page_side_list li{ margin-bottom:.2rem;}
.page_side_list li a{ display:block;overflow: hidden;  background:#fff; border:solid 1px #ddd; border-radius: 10px;padding: 8%; transition:0.5s all;}
.page_side_list li .type{color:#999;  transition:0.5s all;}
.page_side_list li .tit{ font-size:16px; min-height:.5rem; margin:15px 0; font-weight:bold;}
.page_side_list li .btn{ color:#999;  transition:0.5s all;}
.page_side_list li a:hover{ background:var(--main_color); color:#fff; border:solid 1px var(--main_color);}
.page_side_list li a:hover .type,
.page_side_list li a:hover .btn{color:rgba(255,255,255,0.68);}




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

.page_main{width:calc(100% - 3.6rem); background:#fff; box-sizing:border-box; padding:.5rem .68rem; }
.page_side{width:3rem; }
.page_side .sticky{position: sticky;top: 100px;}


.page_side_box{ padding:25px 30px; background:#fff;}
.page_side_tit {font-size:.25rem; color: #000; margin-top:.1rem;  margin-bottom:.2rem;}


/*内容页位置导航*/
.show_news_weizhi{line-height:32px;margin:30px 0 10px;}
.show_news_weizhi span{display:inline-block; margin:0 5px;}
.show_news_weizhi i svg{width:18px; fill:#000;margin-right:10px;margin-top: 6px;}
.show_news_weizhi p a{ margin:0 5px; display:inline-block; color:#333;}

/*内容页*/
.title_txt {font-size:.36rem;line-height:1.4;  color:#000; }
.show_pro_tit {font-size:.36rem;line-height:1.6;  color:#000; border-bottom:solid 2px #e8e8e8; padding-bottom:.25rem; margin-bottom:.25rem;}

.art_info{margin-bottom:25px; color:#888; border-bottom: solid 1px #e8e8e8; position:relative;  }
.art_info em{position:relative;font-size:14px; display:inline-block; line-height:60px; font-style:normal; margin-right:25px;}
.art_info em img{ margin:-3px 5px 0 0; vertical-align:middle;}
.art_info em a{color:#888;}


/*share*/
.share-main{ width: 102px; height: 24px; position:absolute; right:0; top:15px; z-index:10;}
.share-main b{ position:absolute; left:-80px; top:10px; font-weight:normal;}
.share-bar a{margin-left: 10px; margin-top:5px; float: left; display: block; width: 24px; height: 24px; background-image:url(../images/icon-share.png); }
.share-bar .share-tsina{background-position: 0 0;}
.share-bar .share-weixin{background-position: -24px 0;}
.share-bar .share-qzone{background-position: -48px 0;}
.weixin-share-open{position: absolute; bottom: 34px; left:0; display: none; background: #fff;}
.weixin-wrap{ padding: 10px; width: 200px; height: 80px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 5px; right: 5px; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}


/*正文*/
#art_box { text-align:justify;  line-height:2; font-size:16px; overflow:hidden; width:100%;}
#art_box p {margin-bottom:10px; }
#art_box strong{ color:#000; font-size:.18rem;}
#art_box img{ max-width:100%; border-radius:3px;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px; margin-bottom:15px;}
#art_box table p{margin-bottom:0;}
#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;text-align:center;}
#art_box a{color:var(--main_color);}

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

.pro_content{}
.pro_content h3{ font-size:18px; color:var(--main_color); position:relative; padding-left:18px;}
.pro_content h3:before{ content:''; display:block; position:absolute; left:0; top:50%; transform: translateY(-50%); width:7px; height:7px; border-radius:100%; border:solid 2px var(--main_color);}   
.pro_content h4{ font-size:15px;}


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

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

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

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

}

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


/*上一篇下一篇*/
.ctrl{margin-top: 40px;}
.ctrl a{position: relative; height: 60px;width:33%; background-color: #e7e7e7; box-sizing: border-box;z-index: 99;transition: 0.3s;}
.ctrl a:before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background-color:var(--main_color);opacity: 0;transition: 0.3s;z-index: -1;}
a#back:after,a#prev:after,a#next:after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(../images/btn-back.png);background-repeat: no-repeat;background-position: center;transition: 0.3s;}
a#back:after{background-image: url(../images/btn-back.png);}
a#prev:after{background-image: url(../images/btn-prev.png);}
a#next:after{background-image: url(../images/btn-next.png);}

.ctrl a:hover:before{height: 100%;opacity: 1;}
a#back:hover:after{background-image: url(../images/btn-back2.png);}
a#prev:hover:after{background-image: url(../images/btn-prev2.png);}
a#next:hover:after{background-image: url(../images/btn-next2.png);}

.show_pre_next{ margin-top:.5rem; position:relative;}
.show_pre_next li{ width:100%;border-top: 1px solid #e8e8e8;padding:.3rem 0;}
.show_pre_next li:last-child{border-bottom: 1px solid #e8e8e8;}
.show_pre_next li h3{ font-family:'dinpro6';color:#000;font-weight:normal;font-size:16px;}
.show_pre_next li p{width:80%;}
.show_pre_next li p a{color:#000;font-size:16px; transition:all .5s;}
.show_pre_next li span{font-family:'monr';color:#999;}
.show_pre_next li:hover a{color:var(--main_color);}

@media screen and (max-width:768px) {
.show_pre_next{ margin-top:20px;}
.show_pre_next li{padding:12px 0;}
.show_pre_next li h3{font-size:13px;line-height:1.4;}
.show_pre_next li p{width:90%;line-height:1.4;}
.show_pre_next li p a{font-size:14px; transition:all .5s;}
.show_pre_next li span{display:none;}
.show_pre_next li:hover a{color:var(--main_color);}
}


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

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

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



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


/*右侧浮动*/
.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: #E0E9FC}
.side-menu-itembox:hover .side-menu-btn.mine:before {width: 22px;height: 22px; background: url("../images/float_ico.png") -49px -50px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.message:before { width: 22px;height: 23px;background: url("../images/float_ico.png") 0px 0px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.qrcode:before {width: 22px;height: 22px;background: url("../images/float_ico.png") 0px -50px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.yijian:before {width: 22px;height: 22px;background: url("../images/float_ico.png") -98px 0px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.totop:before {width: 22px; height: 22px;background: url("../images/float_ico.png") -24.5px -25.5px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.totop { cursor: pointer}

.side-menu-btn {display: block;width: 50px;height: 50px; box-sizing: border-box;border: 4px solid #fff; background: #fff; border-radius: 50%;position: relative}
.side-menu-btn:before { content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
.side-menu-btn.mine:before { width: 22px;height: 22px; background: url("../images/float_ico.png") -49px 0px/120px no-repeat}
.side-menu-btn.message:before {width: 22px;height: 23px;background: url("../images/float_ico.png") -24.5px 0px/120px no-repeat}
.side-menu-btn.qrcode:before {width: 22px;height: 22px;background: url("../images/float_ico.png") -73.5px 0px/120px no-repeat}
.side-menu-btn.yijian:before {width: 22px; height: 22px;background: url("../images/float_ico.png") -98px -24.5px/120px no-repeat}
.side-menu-btn.totop:before {width: 22px;height: 22px;background: url("../images/float_ico.png") 0px -25.5px/120px no-repeat}

.side-menu-screen {padding-top: 4px;position: absolute;padding-right: 11px; top: 0; right: 65px;transition: all .2s;visibility: hidden;opacity: 0}
.side-screen-box {position: relative; background: #fff;box-shadow: 0px 2px 7px -1px rgba(225,225,225,.5);border-radius: 6px;display: block}
.side-screen-box:before {content: '';position: absolute;top: 14px;right: -7px;border-left: 7px solid #fff; border-top: 7px solid rgba(0,0,0,0);border-bottom: 7px solid rgba(0,0,0,0)}
.side-screen-box.only-text {height: 42px;line-height: 42px;font-size: 15px;font-weight: 400;color: #111; white-space: nowrap; padding: 0 18px;}
.side-screen-box.qrcode {width: 136px;line-height: 20px;text-align: center;font-weight: 400;font-size: 12px;color: #333;padding: 5px 0 5px}
.side-screen-box.qrcode .gzh-qrcode {width: 125px;display: block;margin:auto}
@media screen and (max-width:768px) {
.online_q{ display:none;}	
}
