@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#09A146;        /* 主色 */
	--main_color_rgb:9,161,70 ;  /*rgba*/
    --second_color:#0d73c4;      /* 副色 */ 
	--hui_color:#f2f2f2;    

}


body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family: Microsoft Yahei,Arial, sans-serif; overflow-x:hidden;background:#fff;}
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; }
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{color:var(--main_color);}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.bottom_blank{height:.6rem;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:.3rem;}
.mt40{margin-top:.4rem;}
.mt50{margin-top:.5rem;}

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

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

/*======================主体宽度======================*/
.only_pc_show{ display:block;}
.only_m_show{display:none;}
.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;}
	.only_pc_show{ display:none;}
	.only_m_show{ display:block;}
}
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}
.t_center_nowrap{display:flex; justify-content:center;align-items:center;}

/*图片自适应尺寸*/
.pic_cover{width:100%; height:100%; object-fit:cover; display:block;}

/*文字省略*/
.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:80px; margin-left:2%; transition:0.5s all;}
.header .logo img{height:54px; display:block;transition:0.5s all; /*filter: grayscale(100%) brightness(5000%);*/ position:absolute;}
.header .logo .pic{width:225px; height:54px; position:relative;}

.header .logo img:nth-child(1){ opacity:1;}
.header .logo img:nth-child(2){ opacity:0;}
.header_scroll .logo img:nth-child(1){ opacity:0;}
.header_scroll .logo img:nth-child(2){ opacity:1;}

.header .logo .txt{color:#fff; margin-left:.15rem; padding-left:.15rem; position:relative; margin-top:22px; transition:0.5s all;}
.header .logo .txt:before{ content:''; width:1px; height:33px; background:rgba(255,255,255,0.68); display:block; position:absolute; left:0; top:0;}
.header .logo .txt h5{ font-size:12px;  font-weight:normal; margin-bottom:8px;}
.header .logo .txt h4{font-size:12px;  font-weight:normal; letter-spacing:6px;}
.header_scroll .logo .txt{color:#333;}
.header_scroll .logo .txt:before{background:#ddd;}

.header_scroll.header:before{ background:rgba(0,0,0,0.1);}
.header_right{ margin-right:2%;}



/*下拉菜单*/
.navBox {  height:80px; margin-right:.1rem; transition:0.5s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 1vw; position: relative;}
.navBox .nav li>a {display: block;position: relative; height:100%; display:flex; justify-content:center;align-items:center; color:#fff;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:.16rem; transition:0.5s all; margin-top:15px;}
.index_header .navBox .nav li>a .txt {color:#fff;}
.header_scroll .navBox .nav li>a .txt {color:#333;}
.header_scroll .navBox .nav li>a:hover .txt {color:var(--main_color);}
/*.navBox .nav li.curr a .txt{color:var(--main_color);}*/

.subNavbox{white-space: nowrap; min-width:100%; position:absolute; top:100%;left:50%;background:rgba(255,255,255,.99); -webkit-transform:translate(-50%,20px);-ms-transform:translate(-50%,20px);transform:translate(-50%,20px); border-radius:5px;padding:15px 15px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 2px 30px rgba(var(--main_color_rgb),.15);}
.subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.subNavbox a{display:block;position:relative;font-size:15px;padding:15px 0; -webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);-ms-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1); text-align: center; }
.subNavbox a:before{content:"";position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background:var(--main_color);-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s cubic-bezier(.162,.85,.45,1);transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.subNavbox a.active,.subNavbox a:hover{color:var(--main_color);}
.subNavbox a.active:before,.subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }




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

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

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


/*导航下拉*/
.header_scroll,.m_header_scroll {background:#fff; box-shadow: 0 5px 5px rgba(0,0,0,0.08);}
.header_scroll .top_serch a svg,.m_header_scroll .top_serch a svg{fill:#666;}


/*电话*/
.header_right .tel{display:flex; justify-content:center; align-items:center; font-size:16px; font-weight:bold; color:#fff; margin-left:20px; transition:0.5s all; padding-top:15px;}
.header_right .tel svg{width:20px; fill:#fff; 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);}



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

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



@media screen and (max-width:768px) {
.header{ height:60px;}
.header .logo{height:60px; margin-left:10px;}
.header .logo .pic{width:150px; height:60px;}
.header .logo img{ height:36px; /*filter: grayscale(0%) brightness(100%);*/ top:12px;}
.header .logo img:nth-child(1){ opacity:0;}
.header .logo img:nth-child(2){ opacity:1;}
.header_scroll.header:before{ background:rgba(0,0,0,0);}

.header .logo .txt{color:#333; margin-top:7px; margin-left:12px; padding-left:12px;}
.header .logo .txt:before{ height:32px; background:#e8e8e8; }
.header .logo .txt h5{ font-size:13px; margin-bottom:6px;}
.header .logo .txt h4{font-size:12px;  font-weight:normal; letter-spacing:1.8px;}
.header_scroll .logo .txt{color:#333;}
.header_scroll .logo .txt:before{background:#ddd;}


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

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

	

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

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

/*手机下拉菜单*/
.m_menu{overflow-x: hidden;overflow-y: auto;}
.m_menu .nav1 ul{ padding:0 0 0 30px; display:none; background-color:#fff;}
.m_menu .item{border-bottom: 1px solid #efefef; padding:16px 10px; font-size:15px;}
.m_menu .item i{float:right; color:#ccc; transition:0.3s all;}
.m_menu .item.active> i{ -webkit-transform: rotate(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 .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; padding:0 1rem 0 1.5rem; box-sizing:border-box;} 
	@media only screen and (max-width: 1440px){
		#banner .txt{padding-left:5%;}
	}
	#banner .txt h3{font-size:3.6vw; color:#fff;  margin-top:.3rem; text-shadow:rgba(0,0,0,0.25) 1px 1px 1px; }
	#banner .txt p{font-size:2.5vw; color:#fff; margin-top:.4rem; font-weight:lighter; letter-spacing:1px;}

	#banner .txt h3 {transform:translateY(200px);opacity:0;transition:all 0.3s; }
	#banner .txt p {transform:translateY(200px);opacity:0;transition:all 0.6s; }
	#banner .swiper-slide-active .txt h3,
	#banner .swiper-slide-active .txt p{transform:translateY(0px);opacity:1; transition-delay:1s;}
		
	#banner .swiper-slide .pic {position:relative; z-index:1; height:100vh;}
	#banner .swiper-slide .pic img{width:100%;height:100%; object-fit: cover; transition: all 4s;  transform: scale(1,1); -webkit-transform: scale(1,1); display:block; /*-webkit-filter: blur(30px); filter: blur(30px);*/}
	#banner .swiper-slide-active .pic img{ transform: scale(1,1);  -webkit-transform: scale(1,1);  transition-delay:1s; /*-webkit-filter: blur(0px); filter: blur(0px);*/}
		
/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next {width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat; margin-top:-36px;opacity:0.8; display:none;}
	#banner .swiper-button-prev {background-position: 0 0;}
	#banner .swiper-button-prev:hover { background-position: 0 -144px; opacity:1;}
	#banner .swiper-button-next { background-position: 0 -72px;}
	#banner .swiper-button-next:hover {background-position: 0 -216px; opacity:1;}
/*分页器*/
	#banner .swiper-pagination{bottom:.3rem;}
	#banner .swiper-pagination-bullet {width:.68rem;height:5px;border-radius:0;background: rgba(255, 255, 255, .68);opacity: 1;position: relative;margin: 0 5px !important;}
	#banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background:var(--main_color);width: 0;height:5px;z-index: 1;transition: 0s; }
	#banner .swiper-pagination-bullet-active:before{width: 100%;transition: all 6s ease;}

/*鼠标*/	
	#banner .mouse{position:absolute; width:25px; left:50%;margin-left:-12.5px; bottom:15px; 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;
		}
	}
#box1 {position: relative;top: -.6rem;}	

#banner .bg2:after,#banner .bg3:after{content:''; display:block; position:absolute; left:0; top:0; width:100%; height:1.5rem; background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0)); z-index:8;}
#banner .bg8:before{ content:''; display:block; position:absolute; left:0; top:0; width:50%; height:100%; background-image: linear-gradient(to right,rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0)); z-index:9;}

/*#banner .bg3:before{width:25%;}*/
    
    

#particles-js{position: absolute;width: 100%; height:100%; left:0; right:0; top:0; bottom:0; z-index:999; }
#particles-js {opacity: 0.6;}
.particles{pointer-events: none;}
.mouseEvents{ pointer-events: all;} 
@media screen and (max-width:768px) {
	#banner {height:auto;}
	#banner .swiper-slide .pic{height:200px;}
	#banner .txt{padding:0 5%;}
	#banner .txt h3{font-size:22px; line-height:1.2;  margin-top:0;}
	#banner .txt p{font-size:16px; line-height:1.5; font-weight:normal;  letter-spacing:0;}
	
	#banner .bg:after{ display:none;}
	/*#banner .bg1:before,#banner .bg2:before,#banner .bg3:before{ display:none;}*/
    
/*分页器*/
#banner .swiper-pagination{bottom:15px; }
#banner .swiper-pagination-bullet{width:25px; height:3px;}
#banner .swiper-pagination-bullet:before{height:3px;}
}

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


/*页面标题*/
.main_tit{padding:.68rem 0 .35rem;width:100%;  text-align:center;}
.main_tit h2{ font-size:.4rem; color:#000;margin-bottom:.25rem}
.main_tit .line{display:block;width:.35rem;height:5px;background:var(--main_color);border-radius:5px;margin-left:calc(50% - .25rem);position:relative;}
.main_tit .line:before{content:'';display:block;position:absolute;top:-0.5px; right:-10px; width:6px;height:6px;border-radius:50%;background:var(--main_color);}
.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:25px; margin-left: calc(50% - 16px);}
.main_tit p{font-size:13px; margin-top:10px;}
.main_tit p br{display:none;}
.main_tit .more{width:88px; line-height:32px;}
.main_tit .more a{font-size:14px;}
}

/*================更多链接=====================*/
.lean_more{display:flex;}
.lean_more a{padding:0 .25rem; height:.45rem; border-radius:40px; border:solid 2px #bfbfbf; box-sizing:border-box; transition:.3s all;}
.lean_more a span{ margin-right:5px;}
.lean_more a:hover{ border:solid 2px var(--main_color); background:var(--main_color); color:#fff;}

.lean_more a.is_color{border:solid 2px var(--main_color); background:var(--main_color); color:#fff;}
.lean_more a.is_color:hover{ opacity:0.68;}

.lean_more a.is_dark{border:solid 2px #fff; color:#fff;}
@media only screen and (max-width: 768px){
.lean_more a{padding:0 .4rem; height:36px; font-size:14px;}
	
}



/*================加载=====================*/
.am_offcanvas{ position:fixed; width:100%;}
.preloader {background:rgba(0, 0, 0, 0.7);position: fixed;top:0;left: 0; right:0; bottom:0; z-index: 9999; opacity:0; transition:all ease 300ms;}
.preloader { pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.preloader.active{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.preloader .main{ max-width:1280px; min-height:5.2rem; background:#fff; border-radius:25px;}
.preloader .left{width:50%; position:relative; overflow:hidden; border-radius:25px 0 0 25px;}
.preloader .left img.pic_cover{transition:0.5s all;}
.preloader .left:hover img.pic_cover{transform: scale(1.05);}

.preloader .left .ico{ position:absolute; left:0; top:0; bottom:0; right:0; z-index:1;}
.preloader .left .ico img{ opacity:0.8; transform:scale(0.7); transition:0.5s all;}
.preloader .left:hover .ico img{transform: scale(1); opacity:1;}

.preloader .right{width:50%; padding:0 .6rem; box-sizing:border-box; position:relative;}
.preloader .right .tc_close{position:absolute;top: -10px;right: -12px ;width:35px;height:35px;overflow:hidden;background:#fff;border-radius:50%;box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);cursor:pointer;}
.preloader .right .tc_close img{width:40%;}

.vc_logo{ margin-bottom:.3rem; text-align:center;}
.vc_logo img{height:.8rem;}
.load_txt{ margin:.25rem 0 .3rem;}
.load_txt p{line-height:1.6; font-weight:bold; letter-spacing:2px; position:relative; text-align:center; font-size:.18rem;}
/*.load_txt p:after{ content:''; width:5px; height:5px; border:solid 2px #c00; border-radius:100%; display:block; position:absolute; left:0px; top:10px; }*/
.preloader .brand{}
.preloader .brand li{ width:48%; background:#f0f0f0;  text-align:center; border-radius:5px; overflow:hidden; transition:0.3s all;  position:relative;}
.preloader .brand li:hover{ transform:translateY(-5px); background:#bbb;}
.preloader .brand li a{ display:block;  padding:.25rem 0 .3rem;}
.preloader .brand li .btn{width:25px;height: 25px;background:#0168B7; color:#fff; position: absolute;z-index: 10;right: 0;bottom: 0;}
.preloader .brand li h2{ font-size:.18rem; color:#000; margin-bottom:.1rem; }
.preloader .brand img{ height:46px;}
.preloader .brand li:first-child a{animation: sxs 1.5s linear infinite alternate;}
.preloader .brand li:last-child a{animation: sxs 1.8s linear infinite alternate;}
@-webkit-keyframes sxs { 
from {-webkit-transform: translateY(-5px);}
to { -webkit-transform: translateY(5px) }
}


@media only screen and (max-width: 768px){
.preloader {padding:0 10px;}
.preloader .right .tc_close{display:none;}
.preloader .main{border-radius:10px; padding:0;}
.preloader .left{width:100%; height:200px; margin-bottom:20px; border-radius:10px 10px 0 0;}
.preloader .right{width:100%; padding:0 15px 20px;}
.vc_logo img{height:50px;}

.load_txt p{line-height:2; letter-spacing:0; font-size:14px;}
.load_txt p:after{left:0px; top:8px; }
.preloader .brand li h2{ font-size:14px; }
.preloader .brand{ height:60px; border-radius:80px; margin:10px 0 25px;}
.preloader .brand img{ height:30px; }

}


/*数字*/
.vc_num{margin:.1rem 0 .2rem;}
.vc_num li{ color:#222;  position:relative;  box-sizing:border-box; text-align:center;}
.vc_num li i{font-size: .3rem; font-style:normal;  margin-right:2px;}
.vc_num li span{ position:relative;top:-12px; font-size:.16rem;}
.vc_num li p{margin-top:10px; color:#666;}
.vc_num li sup{ position:relative ; top:-5px; font-size:13px;}


@media only screen and (max-width: 768px){
.vc_num{width:100%;margin:15px auto 0 auto;}
.vc_num li{ font-size:13px;margin-bottom:20px;}
.vc_num li i{font-size:25px; }
.vc_num li p{ font-size:12px; }
.vc_num li span{top:-10px; font-size:14px;}
.vc_num li sup{ top:-2px;  font-size:11px;}
}



/*================走进万辰=====================*/
.index_box1{ padding-bottom:.3rem;}
.index_about{padding:1rem 0 0;}
.index_about .pic,.index_about .txt{width:48%;}
.index_about .pic{position:relative;overflow:hidden;border-radius:10px;}
.index_about .pic>img{width:100%;height:100%;object-fit:cover;display:block;transition:all .5s;}

.index_about .pic .ico{position:absolute;top:50%;left:50%; transform:translate(-50%,-50%);width: 1rem; height:1rem; cursor: pointer;border-radius: 50%;}
.index_about .pic .ico .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.index_about .pic .ico .mask img{animation: roll 3s infinite linear;}
@-webkit-keyframes roll {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.index_about .pic video{width:100%;}
.index_about .pic:hover{}
.index_about .txt { padding-right:.1rem; box-sizing:border-box;}
.index_about .txt h3{font-size:.4rem;color:#000;}
.index_about .line{display:block;width:.35rem;height:5px;background:var(--main_color);border-radius:5px;margin:.25rem 0 .3rem;position:relative;}
.index_about .line:before{content:'';display:block;position:absolute;top:-0.5px; right:-10px; width:6px;height:6px;border-radius:50%;background:var(--main_color);}

.index_about .txt h5{font-size:.33rem;color:var(--main_color); font-weight:lighter;}
.index_about .txt .desc{font-size:.16rem;color:#666;line-height:1.8;margin:.3rem 0 .4rem 0 ;text-align:justify; }
@media screen and (max-width:768px) {
.index_about{padding:30px 0 10px;}
.index_about .pic,.index_about .txt{width:100%;}
.index_about .pic{order:2;border-radius:5px;}

.index_about .pic .ico{width: 60px; height:60px;}

.index_about .txt{order:1;margin-bottom:30px;}
.index_about .txt h3{font-size:20px; text-align:center;}
.index_about .line{ width:25px; margin:10px auto 15px;}
.index_about .txt h5{font-size:16px; font-weight:normal; text-align:center;}
.index_about .txt .desc{font-size:13px;line-height:1.8;margin:15px 0 ;}
.index_about .lean_more{ margin:auto;}
}

/*数字*/
.index_shuzi{width:95%; margin:.8rem 0 .6rem;}
.index_shuzi li{width:1.46rem; color:#666;  position:relative;  box-sizing:border-box; text-align:center;}
.index_shuzi li i{font-size: .5rem; font-style:normal;  margin-right:2px; color:#000;}
.index_shuzi li span{ position:relative;top:-28px; font-size:.16rem;}
.index_shuzi li p{ font-size:.16rem; margin-top:10px; color:#666;}
.index_shuzi li sup{ position:relative ; top:-18px; font-size:13px;}


@media only screen and (max-width: 768px){
.index_shuzi{width:100%;margin:20px auto 10px auto;}
.index_shuzi li{ font-size:13px;margin-bottom:20px;width: auto;width:33%;}
.index_shuzi li i{font-size:25px; }
.index_shuzi li p{ font-size:12px; }
.index_shuzi li span{top:-15px; font-size:14px;}
.index_shuzi li sup{ top:-6px;  font-size:11px;}
}


/*================视频=====================*/
.index_video{width:8.3rem; margin:.5rem auto 0; overflow:hidden;border-radius:20px;}
.index_video video{width:100%; display:block;  }
@media screen and (max-width:768px) {
.index_video{width:100%; border-radius:10px;}

}

/*================品牌战略=====================*/
.index_box2{ height:3rem;}
.index_box2 li{width:50%; padding:.25rem; box-sizing:border-box; position:relative;}
.index_box2 li:nth-child(1){ background:url(../images/in_1.jpg) no-repeat right center; background-size:cover;}
.index_box2 li:nth-child(2){ background:url(../images/in_2.jpg) no-repeat center center; background-size:cover;}
.index_box2 li .txt{border:dashed 1px rgba(255,255,255,0.68); height:100%; display:flex; justify-content:center; flex-direction:column; text-align:right;  padding-right:.3rem; box-sizing:border-box; transition:0.5s all;}
.index_box2 li .txt h5{color:#333; font-weight:normal; letter-spacing:6; text-transform:uppercase; margin-bottom:.15rem; color:rgba(0,0,0,0.5);}
.index_box2 li .txt p{font-size:.4rem; color:#fff;}
.index_box2 li .txt:hover{ padding-right:.45rem;}
@media screen and (max-width:768px) {
.index_box2{ height:2rem;}
.index_box2 li .txt p{font-size:20px; }
}

.index_box02{}
.index_box02 li{width:50%; position:relative; overflow:hidden;}
.index_box02 li .pic{ height:3.8rem;}
.index_box02 li .pic img{transition: all 0.9s ease-in-out;}
.index_box02 li:hover .pic img{transform: scale(1.05);}
.index_box02 li .txt{position:absolute; left:0; right:0; bottom:0; top:0; color:#fff;}
.index_box02 li .txt h3{ font-size:.3rem; font-weight:normal;}
.index_box02 li .txt p{ font-size:.2rem; opacity:0.68; font-family:Arial, Helvetica, sans-serif; margin:.2rem auto;}
.index_box02 li .txt .btn{width:1.36rem; height:.45rem; border:solid 1px rgba(255,255,255,0.46); margin-top:.1rem; border-radius:.46rem; transition: .5s;}
.index_box02 li .txt .btn span{margin-right:5px;}
.index_box02 li:hover .txt .btn{ border:solid 1px var(--main_color); background:var(--main_color);}
@media screen and (max-width:768px) {
.index_box02 li .pic{ height:125px;}
.index_box02 li .txt h3{ font-size:20px;}
.index_box02 li .txt p{ font-size:14px; opacity:0.8;}
.index_box02 li .txt .btn{ display:none;}
}


/*-----首页产品-------*/
.index_pro_bg{background:/*url(../images/bg02.png) no-repeat center bottom*/  #fff;padding-bottom: 1rem;}
.index_pro{}
.index_pro li{flex:1;margin:0 0.5%;background:url(../images/area_bg.png) no-repeat center top #fff; background-size:100% auto;box-sizing:border-box;height:4.5rem;position:relative; transition:all .5s; border:solid 2px #e8e8e8;}
.index_pro li .pic{overflow:hidden; box-sizing:border-box;}
.index_pro li .pic img{width: 100%;object-fit: contain;filter: unset;height: 3.5rem;transition:all .5s;}
.index_pro li .txt{padding:.38rem .1rem 0;box-sizing:border-box;transition:all .5s; border-top:solid 2px #e8e8e8;}
.index_pro li h3{font-size:17px; text-align:center;}
.index_pro li p{opacity:0;color:#fff;transition:all .5s;}
.index_pro li span{display:none;transition:all .5s;}

.index_pro li.active,.index_pro li:hover{flex: 1 1 20%; border:solid 2px var(--main_color);}
.index_pro li.active .pic img,.index_pro li:hover .pic img{width: 100%;object-fit: contain;filter: unset;height: 3rem;}
.index_pro li.active .txt,.index_pro li:hover .txt{position: absolute;left: 0;z-index: 2;bottom: 0;top: auto;border-top-right-radius:.5rem;background-image: linear-gradient(0.0deg,rgba(9,161,70,1) 0.0,rgba(9,161,70,.6) 100.0%);padding:.25rem .25rem .2rem;box-sizing:border-box; border-top:solid 0px #F5F1F0;}
.index_pro li.active .txt h3,.index_pro li:hover .txt h3{color:#fff; font-size:.22rem; text-align:left;}
.index_pro li.active .txt p,.index_pro li:hover .txt p{color:rgba(255,255,255,.8);line-height:1.8;opacity:1;margin:.15rem 0 0;text-align:justify;}
.index_pro li.active .txt span,.index_pro li:hover .txt span{display:block;width:1rem;line-height:.3rem; font-size:13px; color:#fff;border:1px solid rgba(255,255,255,.8);border-radius:.32rem;text-align:center; transition:all .3s;}
.index_pro li.active .txt span i,.index_pro li:hover .txt span i{margin-left:5px;}

@media only screen and (max-width: 768px){
.index_pro li{flex:auto;width:48.5%;margin:0 3% 0 0;padding:10px 0 20px;height:200px;margin-bottom:15px;position:relative; transition:all .5s; border:solid 1px #e8e8e8;  overflow:hidden;}
.index_pro li:nth-child(2n){margin-right:0;}
.index_pro li .pic{padding:0 10px;}
.index_pro li .pic img{height: 145px;transition:all .5s;}
.index_pro li .txt{padding:13px 15px 0;box-sizing:border-box; border-top:solid 1px #e8e8e8; background:#f4f5f7;}
.index_pro li h3{font-size:14px;text-align:center;}
.index_pro li.active,.index_pro li:hover{flex: 0 0 auto;}
.index_pro li.active .txt,.index_pro li:hover .txt{ width:100%;}
.index_pro li.active .txt h3,.index_pro li:hover .txt h3{color:#fff; font-size:14px;text-align:center;}
.index_pro li.active .pic img,.index_pro li:hover .pic img{height: 145px;}
.index_pro li.active .txt p,.index_pro li:hover .txt p{display:none;}
.index_pro li.active .txt span,.index_pro li:hover .txt span{display:none;}
}





/*================公司优势=====================*/
.youshi_bg{ background:url(../images/bg02.jpg) no-repeat center center; background-size:cover; background-attachment:fixed; height:5rem; position:relative;}
.youshi_bg:after{ content:''; position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.1); display:block; z-index:1;}
.index_ys{ text-align:center; position:relative; z-index:9;}
.index_ys li{width:20%; padding:0 .2rem; height:5rem; padding-top:1.8rem; box-sizing:border-box; transition:0.5s all; border-right:solid 0px rgba(255,255,255,0.2); position:relative;}
.index_ys li:before {content: "";background:rgba(0,0,0,0.6);display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;opacity: 0;
    z-index: -1;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
.index_ys li:hover:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0.68;
    visibility: visible;
}
.index_ys li:hover{ /*transform:translateY(-10px);*/ padding-top:1.3rem}
.index_ys .ico{ margin:0 auto.3rem;  border:solid 1px rgba(255,255,255,0.25); border-radius:100%; width:.8rem; height:.8rem;}
.index_ys .ico img{ height:.4rem; filter: grayscale(100%) brightness(5000%);}
.index_ys .txt{ color:#fff;}
.index_ys .txt h3{ font-size:.2rem; font-weight:normal; margin-bottom:.2rem; }
.index_ys .txt p{ line-height:1.6; font-size:13px; color:rgba(255,255,255,0.8);}
@media screen and (max-width:768px) {
.youshi_bg{ background-size:cover; background-attachment:scroll; height:auto; padding:30px 0 45px;}
.index_ys{ text-align:left; position:relative; z-index:9;}
.index_ys li{width:100%; padding:18px 0; border-bottom:dashed 1px rgba(255,255,255,0.3); height:auto; border-right:0;}
.index_ys .ico{ margin:0 0.3rem 0 0; width:1.15rem; height:1.15rem; float:left;}
.index_ys .ico img{ height:.56rem;}

.index_ys .txt h3{ font-size:16px; margin-top:10px; margin-bottom:6px; letter-spacing:1px;}
.index_ys .txt p{ line-height:1.6; font-size:13px; color:rgba(255,255,255,0.9);}
.index_ys li:hover{padding:18px 0;}
.index_ys li:before { display:none;}
}


/*================首页新闻=====================*/
.index_news{ padding-bottom:.68rem;}
.index_news .focus{width: calc((100% / 3)* 2 - 20px); margin:0 20px 20px 0; overflow:hidden; position:relative; border-radius:10px;}
.index_news .item{   margin:0 20px 20px 0; width: calc((100% / 3) - 20px); box-sizing:border-box;  transition: all .4s ease; border-radius:10px; overflow:hidden;}
.index_news .item:nth-child(2){ margin-right:0; background:url(../images/news_bg.jpg) no-repeat center; background-size:cover; position:relative;}
.index_news .item:last-child{ margin-right:0;}

.index_news .item a{display:block; padding:.4rem .4rem; box-sizing:border-box; background:#f6f6f6; transition: all .4s ease; position:relative;}
.index_news .item:not(:nth-child(2)) a:after{ content:''; position:absolute; left:0; top:0; width:0; height:100%; z-index:1; display:block; background:#ddd;  transition: all .4s ease;}
.index_news h2{font-size:20px; font-weight:500; line-height:30px; height:90px; position:relative; z-index:2;}
.index_news .btm{margin-top:10px; position:relative; z-index:2;}
.index_news .date{ font-size:16px; font-family:'R';}
.index_news .label {padding: 6px 10px; border-radius: 20px;border: 1px solid #4c5664; text-align:center;}
/*.index_news .item:not(:nth-child(2)) a:hover{ background:#ccc;}*/
.index_news .item:not(:nth-child(2)) a:hover:after{ width:100%;}
.index_news .item:hover a{ color:#000;}
.index_news .item:hover .label { border: 1px solid #000; }

.index_news .item:nth-child(2) a{display:block; height:100%; box-sizing:border-box; color:#fff; background:none;}
.index_news .item:nth-child(2) h2{font-size:.25rem; line-height:1.5; height:auto;}
.index_news .item:nth-child(2) .desc{line-height:1.6; text-align:justify; color:rgba(255,255,255,0.8); margin-top:.16rem;}
.index_news .item:nth-child(2) .btm{ display:inline-block;}
.index_news .item:nth-child(2) .date{ margin-top:.2rem; display:inline-block;}
.index_news .item:nth-child(2) .label{ margin-top:.6rem; padding:.1rem .3rem; border: 2px solid #fff; transition: all .4s ease;}
.index_news .item:nth-child(2):hover .label { border: 2px solid var(--main_color); background:var(--main_color); }


/*================首页新闻焦点图=====================*/
.index_news .focus a{height:4.6rem; display:block;}
#focus .swiper-slide{overflow:hidden; position:relative;  }
#focus .swiper-slide img{width:100%;height:100%; object-fit: cover;  display:block;}

/*分页器*/
#focus .swiper-pagination{bottom:25px; right:0px; position:absolute; z-index:5;text-align: right;padding-right: 25px;box-sizing: border-box;}
#focus .swiper-pagination-bullet{width: 12px;height: 12px; display: inline-block; border-radius: 50%;  background:#fff; transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity:0.8; margin:0 4px; cursor:pointer;}
#focus .swiper-pagination-bullet-active{background:#E30214; opacity: 1.0;}

#focus .swiper-slide p{ width:100%; font-size:.25rem; padding:40px 100px 25px .35rem;  position:absolute; left:0; bottom:0; background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.8) 99%); color:#fff; box-sizing:border-box;}
@media screen and (max-width:768px) {
.index_news .focus{width:100%; margin:0 0 12px 0; border-radius:6px;}
.index_news .focus a{height:200px;}
#focus .swiper-slide p{ font-size:14px; padding:40px 80px 15px 10px;}
#focus .swiper-pagination{bottom:15px; right:10px; }
#focus .swiper-pagination-bullet{width:9px;height: 9px; margin:0 3px; }

.index_news .item{   margin:0 0px 12px 0; width:100%; border-radius:6px;}
.index_news h2{font-size:16px; line-height:1.6; height:auto;}
.index_news .item:nth-child(2) a{ color:#333; background:#f6f6f6;}
.index_news .item:nth-child(2) h2{font-size:16px; line-height:1.6;}
.index_news .item:nth-child(2) .desc{ display:none;}
.index_news .item:nth-child(2) .btm{ display:flex;}
.index_news .item:nth-child(2) .label{ margin-top:0; padding: 6px 10px; border-radius: 20px;border: 1px solid #4c5664; text-align:center;}
.index_news .item:nth-child(2) a:hover{ background:var(--main_color);}
.index_news .item:nth-child(2) a:hover{ color:#fff;}
.index_news .item:nth-child(2) a:hover .label { border: 1px solid #fff; }

}


/*================底部1=====================*/
.bot_bg{background:url(../images/bot_bg.jpg) no-repeat center; background-size:100% 100%; height:2.3rem; font-size:.5rem; color:#fff; line-height:2;  font-weight:lighter;}
.bot_bg p:last-child{font-size:.25rem;}
@media only screen and (max-width: 768px){
.bot_bg{ height:2.3rem; font-size:.46rem; font-weight:normal;}
.bot_bg p:last-child{font-size:14px;}
.bot_bg a{ color:#fff;}
}
/*================底部2=====================*/
.bot_keji{background:url(../images/fot_bg01.jpg) no-repeat center; background-size:cover; padding:.35rem 0; color:#fff; text-align:center;}
.bot_keji .main{ display:flex; justify-content:center; flex-wrap:wrap;}  
.bot_keji .txt{line-height:1.8; font-size: .36rem; letter-spacing:5px; font-weight:lighter; }
.bot_keji li{width:30%; box-sizing:border-box; padding:0 .35rem;  font-size:.18rem; line-height:1.4; transition:0.3s all; }
.bot_keji li:hover{ transform:translateY(-.15rem);}
.bot_keji li .box{height: 1rem;position: relative;z-index: 1; text-align:center;}
.bot_keji li .box:after{content: "";display: block;width: .4rem;height: 100%;position: absolute;right: 0;bottom: 0;z-index: -1;background: url(../images/s_coop_right.png) right bottom no-repeat;background-size:100% 100%;  opacity:0.6;}
.bot_keji li .box:before{content: "";display: block;width:.4rem;height: 100%; position: absolute;left: 0;bottom: 0;z-index: -1;background: url(../images/s_coop_left.png) left bottom no-repeat;background-size:100% 100%; opacity:0.6;}

@media only screen and (max-width: 768px){
.bot_keji{padding:20px 0 20px;}
.bot_keji .main{}    
.bot_keji li{width:32.5%;  padding:0 5px; font-size:13px; line-height:1.4; margin-bottom:12px;} 
.bot_keji li .box{height:60px;}
}

.foot_bg{ width:100%; background:/*url(../images/footBg.png) no-repeat center top*/ #fff; padding-top: 4.68vw;}

.footer_nav{width:62%; }
.footer_nav .db_dh dt{height:35px; margin-bottom:15px; position:relative; border-bottom:solid 1px rgba(0,0,0,0.2);}
.footer_nav .db_dh dt:after {width: 20px;height: 2px;position: absolute;left: 0;bottom: -1px;content: '';background:var(--main_color);}
.footer_nav .db_dh dt i{display:none;}
.footer_nav .db_dh dt a{font-size:18px;color:#000; font-weight:bold;}
.footer_nav .db_dh dd{font-size:16px;}
.footer_nav .db_dh dd a{color:#111; transition:0.3s all; display:block;  line-height:2.5;}
.footer_nav .db_dh a:hover{ color:var(--main_color); text-decoration:underline;}

.b_contact{width:35%;box-sizing:border-box; padding-right:.2rem;}
.b_contact .f_logo {display:inline-block;}
.b_contact .f_logo .txt{ border:solid 1px #666; border-radius:5px; margin-top:8px;}
.b_contact .f_logo .txt p{ text-align:center; line-height:1.5; width:50%; box-sizing:border-box; letter-spacing:6px; font-family:Arial, Helvetica, sans-serif; color:#333;}
.b_contact .f_logo .txt p:nth-child(1){ border-right:solid 1px #666;}
.b_contact .f_info{margin-top:35px;}
.b_contact .f_info li {font-size: 15px;line-height: 24px;padding-left: 30px;margin-bottom: 16px; background: url(../images/foot_si1.png) no-repeat left 3px;}
@media only screen and (max-width: 768px){
.b_contact{width:100%; padding-right:0; text-align:center;}
.b_contact .f_logo { margin-bottom:15px;}
.b_contact .f_logo img{ height:36px;}
.b_contact .f_logo .txt p{ letter-spacing:2px;}

}

/* -- */
.f_code{ font-size: 0;margin-top: 35px;}
.f_code a{width: 40px;height: 40px;margin-left:.1rem;position: relative;border-radius:100%;display: flex;align-items: center;justify-content: center;background:#B1B9C3;transition: all .3s ease;}
.f_code a .ico img{width:23px; transition: all .3s ease; filter: grayscale(100%) brightness(5000%);}
.f_code a:first-child{margin-left: 0;}
.f_code_img{display: none;width: 125px;height: 125px;padding:1px;position: absolute;bottom: 50px;left: 50%;margin-left: -62px;background: #eee;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: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{line-height: 36px;padding: 1.4vw 0px 1.92vw;border-top:solid 1px #DFE3E1; color:#111;text-transform:uppercase; font-size:14px; margin-top:.6rem; text-align:center;}
.copyright a{color:#111;}
.m_foot_bg{display:none;}

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

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

.m_foot_bg{ display:block; padding:12px 15px 0px;}
.m_foot_bg h5{font-size:14px; font-weight:normal; margin:10px 0 10px;}
.m_foot_bg h3{font-size:14px; font-family:din; margin:10px 0 10px 0;}
.m_foot_bg h3 a{color:#fff; font-size:20px; font-weight: normal;}
.m_foot_bg p{font-size:13px;  line-height:1.6; margin-bottom:5px;}
.copyright {margin-top:15px; padding-top:10px;}
.copyright p{width:100%; line-height:1.8; text-align:center; font-size:13px;}
}

/*底部图标*/
.f_blank{ height:66px; background:#f6f6f6;}
.footer{ position: fixed;bottom: 0;left: 0;width: 100%;z-index:96; box-shadow: 0px 0px 3px #d2d2d2; }
.footer ul {background: #fff; height:56px; display: flex;flex-wrap: nowrap;align-items: center;position: relative;z-index: 999;}
.footer li{ width:25%; text-align:center; position:relative;}
.footer li .ico{ margin:0px auto 0px; position:relative;  margin-bottom:3px;}
.footer li .ico svg{ height:23px; fill:#7b8196;}
.footer li a{display:block;}
.footer li .txt{ font-size:13px; color:#555;}

.footer .bei {border-radius: 50%;width:58px;height:58px;z-index:-95;background: #ffffff;position: absolute;left: 0;right: 0;top:-30px;bottom: 0;margin: auto; box-shadow: 0px 0px 3px #d2d2d2;}
.footer .f_nav_tel .txt{ margin-top:-12px;}
.footer .f_nav_tel .ico{ width:38px; height:38px; background:var(--main_color); border-radius:100%; top:-17px; position:relative;}
.footer .f_nav_tel .ico svg{ height:25px; fill:#fff; position:relative; z-index:5;}


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

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

.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0;  z-index:9; }
/*.page_ban:after{ content:''; display:block; width:100%; height:1.6rem; position:absolute; left:0; bottom:0; background-image:linear-gradient(to bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.5)); z-index:3;}*/
.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;  letter-spacing:1px; text-transform:uppercase;}

@media screen and (max-width:768px) {
.page_ban .pic{height:146px; min-height:auto;}
.page_ban .txt h2 { margin-top:0;}
.page_ban:after,.page_ban:before{ display:none!important; }

}

/*位置*/
.sub_weizhi{height:60px; background:#fff; border-bottom:solid 1px #eee; position:relative; z-index:9;/*box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/}
.sub_weizhi .weizhi{ color:#333; position: relative;  display:flex; align-items:center;}
.sub_weizhi .weizhi a{color:#333;}
.sub_weizhi .weizhi i.ico { margin-right:10px;}
.sub_weizhi .weizhi i.ico svg {height:.23rem; 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; border-bottom:0; background:#f4f5f7;}
.sub_weizhi .weizhi{margin-left:10px; font-size:13px;}
.sub_weizhi .weizhi i.ico {margin-right:3px;}
.sub_weizhi .weizhi i.ico svg {height: 16px;}
.sub_weizhi .weizhi span{margin:0 2px; color:#888;}
}


/*===================子栏目导航================*/
#n_nav a{position: relative;float: left;display: block; font-size:16px; padding:0 .36rem; 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 .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 15px;  background:none; text-align:left; border-bottom: 1px solid #e1e6f0; box-sizing:border-box;}
#n_nav a strong{height:46px; line-height:46px; color: #333;}
#n_nav a span{display:none;}
#n_nav a.on strong,#n_nav a:hover strong{ color:var(--main_color); }
}

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



	
/*位置
.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:13px;width:calc(100% - 10px - 50px); overflow:hidden;}
.sub_weizhi .weizhi a{white-space:nowrap;}
.sub_weizhi .weizhi i.ico {margin-right:3px;}
.sub_weizhi .weizhi i.ico svg {height: 16px;}
.sub_weizhi .weizhi span{margin:0 2px; color:#888;}
}
*/

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

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

#n_nav a{width:100%; padding:0 25px;  background:none; text-align:left; border-bottom: 1px solid #e1e6f0; box-sizing:border-box;}
#n_nav a strong{height:46px; line-height:46px; color: #333;}
#n_nav a span{display:none;}
#n_nav a.on strong,#n_nav a:hover strong{ color:var(--main_color); }
}
*/
/*===================子栏目导航2================
#n_nav2{ height:63px; border-top: 1px solid rgba(255, 255, 255, 0.2); background:rgba(0, 0, 0, 0); width: 100%; position:relative; margin-top:-63px; z-index:99; text-align:center; box-sizing:border-box;}
#n_nav2 li{height:62px; display:inline-block; position:relative;}
#n_nav2 li:before{ content:''; display:block; background:rgba(var(--main_color_rgb),0.88); 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 .3rem; line-height:62px; height:62px; text-align: center; color:#fff; z-index:1; position:relative;}
#n_nav2 a img{display: inline-block; vertical-align: middle; margin-right:10px; height:25px;}
@media screen and (max-width:768px) {
#n_nav2{ display:none;}
}
*/


/*===================内页--公司介绍================*/
.page_about{padding:.8rem 0 .6rem;}
.page_about .page_right h5{font-size:.4rem; font-weight:lighter; color:var(--main_color); margin-bottom:.35rem;}
.page_about .page_right .video{width:100%; overflow:hidden; margin:.35rem 0 0; }
.page_about .page_right video{width:100%;}



@media only screen and (max-width: 768px){
.page_about{padding:35px 0 .6rem;}
.page_about .page_right h5{font-size:16px; font-weight:normal; margin-bottom:15px; text-align:center;}
}


/*===========基地=============*/
.jidi_bg{background:#f8f8f8; padding-bottom:.8rem;}
.jidi_con li{ width:48%;}
.jidi_con li .txt{ background:#fff;padding:.3rem .45rem;box-sizing:border-box;}
.jidi_con li .txt h3{font-weight:normal;font-size:.22rem;color:#000; line-height:1.5; margin-bottom:.1rem;} 
.jidi_con li .txt p{color:#888;line-height:2;text-align:justify;}
.jidi_con li .pic{overflow:hidden;height:3.3rem; position:relative;}

@media screen and (max-width:768px) {
.jidi_bg{padding-bottom:20px;}
.jidi_con li{ width:100%; margin-bottom:15px;}
.jidi_con li .pic{height:auto; }
.jidi_con li .txt{ padding:20px 15px;}
.jidi_con li .txt h3{font-size:16px;} 
.jidi_con li .txt p{font-size:13px;line-height:1.6;}
}


/*======================参观公司======================*/
.cggs_list{ box-sizing:border-box; margin:0 0 .8rem 0;}
.cggs_list li { overflow:hidden; border-radius:10px; position:relative;}
.cggs_list li .pic img{width:100%;height:100%; object-fit:cover; display:block; transition:.4s all;}
.cggs_list li .txt{background:rgba(0,0,0,0.4); position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; transition: 0.4s all;}
.cggs_list li .txt i {display: block;width: 60px;height: 60px;background:var(--main_color);border-radius: 100%; opacity:0; transition: 0.6s all;}
.cggs_list li .txt i::after {content: '';width: 20px;height: 2px;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.cggs_list li .txt i::before {content: '';width: 2px;height: 20px;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.cggs_list li:hover .txt,.cggs_list li:hover .txt i{ opacity:1;}
	
/*按钮切换*/
#cggs_btn{position:relative;}	
#cggs_btn .swiper-button-prev { left:0px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
#cggs_btn .swiper-button-next {right:0px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
#cggs_btn .swiper-button-prev,#cggs_btn .swiper-button-next { width:.68rem;height:.68rem; outline:none;  opacity:1; transition:0.3s all;}


/*分页器*/
#cggs_btn .swiper-pagination-bullet{width: 12px;height: 12px; display: inline-block; border-radius: 50%; background:#ddd; transition: all .5s ease;opacity: 1.0;}
#cggs_btn .swiper-pagination-bullet-active{background:#FF5F2A; opacity: 1.0;}
#cggs_btn .swiper-pagination{ text-align:center; width:100%; bottom:-40px;}
#cggs_btn .swiper-pagination span{margin:0 3px;}
@media screen and (max-width:768px) {
.cggs_list{ }
.cggs_list li { border-radius:5px; }
#cggs_btn .swiper-button-prev,#cggs_btn .swiper-button-next { display:none;}
}



/*======================文化理念======================*/

.qywh2{margin:0 auto .8rem;}
.qywh2 li{ border-radius:5px; overflow:hidden;}
.qywh2 li .pic{ width:50%;overflow:hidden;}
.qywh2 li .pic img{width:100%; display:block;}
.qywh2 li .txt{width:50%;padding:0 .5rem;background:#f4f5f7;box-sizing:border-box; }
.qywh2 li:nth-child(1) .pic{order:2;}
.qywh2 li:nth-child(1) .txt{order:1;}
.qywh2 li .txt h5{font-size:.2rem;  margin-bottom:.25rem;color:#000;}
.qywh2 li .txt p{font-size:.16rem; line-height:1.8;margin-bottom:.1rem;}


.qywh_bg{background:url(../images/culture_bg2.jpg) no-repeat center; background-size: cover; margin-bottom:.68rem; padding-bottom:.68rem;}


.qywh_box li{width:19%; background:#fff; box-sizing:border-box;padding:.56rem 0;position:relative; box-shadow: 1px 1px 30px #eee; border-radius:10px;  transition: all 0.5s;}
.qywh_box li .ico,.qywh_box li .txt{position: relative;z-index: 99;}
.qywh_box li .ico{border: solid #e8e8e8 1px;border-radius: 50%;width: 86px;height: 86px;padding: 20px;margin: auto;box-sizing: border-box;}
.qywh_box li .ico img{transition: all 2s;}
.qywh_box li .txt{text-align: center;}
.qywh_box li .txt h3{font-size:.2rem; margin:.2rem 0 .1rem; transition: all 0.5s;}
.qywh_box li .txt h3:after {width: 20px;background:#666;height: 3px; content: '';display: block;margin: 15px auto 0;}
.qywh_box li .txt p{ font-size:.14rem; color:#666;transition: all 0.5s; line-height:2;}
.qywh_box li:hover .ico img{/*filter: grayscale(100%) brightness(5000%);*/ transform:rotateY(180deg);}
.qywh_box li:hover { transform:translateY(-10px);}

@media screen and (max-width:768px) {
.qywh2{width:100%;margin-bottom:25px;}
.qywh2 li{border-radius:4px; margin-bottom:20px;}
.qywh2 li .pic{width:100%;}
.qywh2 li .txt{width:100%;padding:20px 15px; }
.qywh2 li:nth-child(1) .pic{order:1;}
.qywh2 li:nth-child(1) .txt{order:2;}
.qywh2 li .txt h5{font-size:16px; margin-bottom:15px;}
.qywh2 li .txt p{font-size:13px; line-height:1.4;text-align:justify; margin-bottom:10px;}	
	

.qywh_box li .ico{width:60px;height: 60px; }
.qywh_box li{width:100%;padding:25px 0 25px; margin-bottom:12px;}
.qywh_box li .ico img{height:30px;}
.qywh_box li .txt h3{font-size:16px;margin:20px 0 10px;text-align:center;line-height:1.4;}
.qywh_box li .txt h3:after {width: 20px;background:#666;height: 2px; content: '';display: block;margin: 10px auto 0;}
.qywh_box li .txt p{font-size:13px; line-height:1.8; }
}



/*=========================团队建设===========================*/
.team_bg{background:#f4f5f7; padding-bottom:.8rem;}
.team_video li{width:23.5%; background:#fff;  position:relative;  overflow:hidden; border-radius:10px;}
.team_video .pic{ height:2.4rem;}
.team_video .pic img{transform:scale(1.1);  transition:0.5s all;}
.team_video li:hover .pic img{transform:scale(1); }
.team_video .ico{ position:absolute; left:0; top:0; right:0; bottom:0;}
.team_video .ico img{ transform:scale(0.7); opacity:0.8; transition:0.5s all; }
.team_video li:hover .ico img{transform:scale(1); opacity:1; }
@media screen and (max-width:768px) {
.team_bg{ padding-bottom:20px;}
.team_video li{width:48.5%; border-radius:5px; margin-bottom:12px;}
.team_video .pic{ height:auto;} 
.team_video .ico img{transform:scale(0.5); opacity:1; }
.team_video li:hover .ico img{transform:scale(0.7); opacity:1; }
}


.page_team{padding-bottom:.3rem;}
.page_team li{margin-bottom:.8rem;}
.page_team li .pic{width:65%;overflow:hidden;border-radius:10px;}
.page_team li .pic img{width:100%;display:block;}
.page_team li .txt{width:33%;background:#f4f5f7;border-radius:10px;padding:0 .5rem;box-sizing:border-box;}
.page_team li:nth-child(even) .pic{order:2;}
.page_team li:nth-child(even) .txt{order:1;}
.page_team li .txt .ico img{height:.5rem;}
.page_team li .txt h3{font-weight:normal;font-size:.25rem;color:#000;margin:.2rem 0 .25rem;}
.page_team li .txt .desc p{line-height:1.8;font-size:.16rem;color:#666;text-align:justify; }

/*按钮切换*/	
.page_team .swiper-button-prev,.page_team .swiper-button-next { width:64px;height: 64px; background: url(../images/focus_btn.png) no-repeat; background-size: cover; opacity:0.6; transition:0.3s all; position:absolute; top:54%; transform:translateY(-50%); z-index:10; cursor:pointer;}
.page_team .swiper-button-prev {}
.page_team .swiper-button-prev:hover,.page_team .swiper-button-next:hover{ opacity:1;}
.page_team .swiper-button-next { transform:translateY(-50%) rotate(180deg); right:10px;}


@media screen and (max-width:768px) {
.page_team{padding-bottom:15px;}
.page_team li{margin-bottom:25px;}
.page_team li .pic{width:100%; height:180px; overflow:hidden;border-radius:5px 5px 0 0;}
.page_team li .txt{width:100%;border-radius:0 0 5px 5px;padding:20px 15px;}
.page_team li:nth-child(even) .pic{order:1;}
.page_team li:nth-child(even) .txt{order:2;}
.page_team li .txt .ico img{height:30px;}
.page_team li .txt h3{font-size:18px;margin:10px 0 10px;}
.page_team li .txt .desc p{line-height:1.8;font-size:13px;margin-bottom:5px;}

/*按钮切换*/	
.page_team .swiper-button-prev,.page_team .swiper-button-next { top:63%; }
.page_team .swiper-button-prev,.page_team .swiper-button-next { width:40px;height: 40px;}
}



/*===============菌菇文化================*/
.jgwh_box{padding:.8rem 0;}
.page_left{width:25%; position:relative;}
.page_left h2{font-size:.4rem; color:#000;}
.page_left span{ width:2px; display:inline-block; position:absolute; left:5px;}
.page_left span.line1{height:.35rem; background:var(--main_color); top:.7rem;}
.page_left span.line2{height:1rem; background:#ccc; top:1.1rem;}
.page_left em{ position:absolute; left:16px; top:2.2rem; font-size:16px;color: rgba(0,0,0,0.3); font-weight:500; font-style:normal;text-transform: uppercase;letter-spacing: .03rem;transform: rotate(90deg);
	transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
}
.page_right{width:75%; }

.jgwh_pic li{height:4rem; background:#f8f8f8;border-radius:10px;margin-top:.3rem;overflow:hidden;}
.jgwh_pic li:nth-child(1){width:70.6%;}
.jgwh_pic li:nth-child(2){width:28%;}

@media screen and (max-width:768px) {
.page_left{width:100%; }
.page_left h2{font-size:20px; margin-bottom:15px; text-align:center;}
.page_left span,.page_left em{ display:none;}
.page_right{width:100%; }
.jgwh_pic li{height:125px; border-radius:5px;}
	
}


/*===============产品介绍================*/
.pro_box_bg{padding:.6rem 0 .7rem; background:#f4f5f7; }
.pro_info li{width:49%; background:#f4f5f7;overflow:hidden; margin-bottom:.25rem; transition:0.3s all; padding:.25rem; box-sizing:border-box;}
.pro_info li .pic{width:2.2rem; height:2.2rem;overflow:hidden; padding:.15rem; box-sizing:border-box; background:#fff; border-radius:100%;}
.pro_info li .pic img{max-width:100%; max-height:100%; display:block;}
.pro_info li .txt{width:calc(100% - 2.2rem); padding:0 .3rem; box-sizing:border-box;}
.pro_info li .txt .tit{ font-size:.25rem; margin-bottom:.15rem;font-weight:bold;color:var(--main_color);}
.pro_info li .txt .desc{ line-height:1.8; text-align:justify; color:#666;}
.pro_info li .txt dl{margin-top:.25rem; color:#666;}
.pro_info li .txt dt{font-size:17px;font-weight:bold;margin-bottom:.15rem; position:relative;padding-left:.2rem; color:#111;}
.pro_info li .txt dt:before{content:'';position:absolute;left:0;top:50%; transform:translateY(-50%);width:7px;height:7px;border:2px solid var(--main_color);border-radius:50%;}
.pro_info li .txt dd{font-size:.16rem;text-align:justify;}
.pro_info li .txt .link .lean_more{margin-top:.25rem;}
.pro_info li .txt .link .lean_more a{ font-size:14px; padding:0 25px; height:.36rem;}
.pro_info li .txt .link .lean_more:nth-child(1){margin-right:.3rem;}


.pro_box_bg .video{text-align:center;}
.pro_box_bg video{width: 100%; max-width:960px;}

@media screen and (max-width:768px) {
.pro_box_bg{padding:0; background:#fff; }
.pro_info li {width:100%; margin-bottom:20px;}
.pro_info li .pic{order:1; width:125px; height:125px; margin:auto;}
.pro_info li .txt{width:100%; padding:15px 0px; order:2;}

.pro_info .swiper-button-prev,.pro_info .swiper-button-next { width:46px;height: 46px;top:60%;}
.pro_info .swiper-button-next { transform:translateY(-50%) rotate(180deg);}

.pro_info li .txt .tit{ font-size:18px; margin-bottom:10px; text-align:center;}
.pro_info li .txt .desc{font-size:12px; line-height:1.8; text-align:justify;}
.pro_info li .txt dt{font-size:15px; padding-left:15px; }
.pro_info li .txt dd{font-size:12px; line-height:1.5;}

.pro_info li .txt .link{justify-content:center;}
.pro_info li .txt .link .lean_more a{ font-size:14px; padding:0 25px; height:33px;}

}


/*===============产品展示================*/
.product_bg{ background:#f4f5f7; padding-bottom:.6rem;}
.product_list{}
.product_list li{width:48.5%; border-radius:0px; margin-bottom:.35rem; overflow:hidden; padding:.4rem .3rem .25rem; background:#fff; box-sizing:border-box;}
.product_list li a{}
.product_list li .pic{width:2.3rem; height:2.8rem;}
.product_list li .pic img{ max-height:100%; max-width:100%;}
.product_list li .txt{width:calc(100% - 2.5rem); color:#888; box-sizing:border-box; padding-left:.2rem;}
.product_list li .txt h2{ font-size:.22rem; margin-bottom:20px; padding-bottom:20px; color:#111; position:relative;}
.product_list li .txt h2:after,.product_list li .txt h2:before{content: '';display: block;width: 100%;height: 2px;background: #e8e8e8;position: absolute;left: 0;bottom: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.product_list li .txt h2:before {width: 60px;background:var(--main_color);z-index: 3;}
.product_list li:hover .txt h2:before{ width:100%;}
.product_list li .txt p{ line-height:1.8;}

.product_list li .txt dl{ margin-top:.1rem;}
.product_list li .txt dt{width:.5rem; font-weight:bold; line-height:1.5; color:#333;}
.product_list li .txt dd{line-height:1.6;width:calc(100% - .5rem);}
.product_list li .txt dd span{ display:block;}
.product_list li .txt .btn{width:1.25rem; line-height:.36rem; text-align:center;border: #d0d1d4 1px solid; font-size:.14rem; border-radius:.4rem; color:#7b7b7b; margin-top:.5rem; transition:0.3s all;}
.product_list li:hover .txt .btn{ background:var(--main_color); border:solid 1px var(--main_color); color:#fff;}
@media screen and (max-width:768px) {
.product_list li{width:100%; margin-bottom:20px;}
.product_list li a{padding:20px 10px;}
.product_list li .pic{width:25%; height:auto;}
.product_list li .txt{width:70%; padding-left:.2rem;}
.product_list li .txt h2{ font-size:16px; margin-bottom:15px; padding-bottom:15px;}
.product_list li .txt p{ line-height:1.8; font-size:12px;}
.product_list li .txt dt{width:50px; line-height:1.5;}
.product_list li .txt dd{font-size:12px;width:calc(100% - 50px);}
.product_list li .txt .btn{width:80px; line-height:28px; font-size:12px;}

}

/*===============产品规格================*/
.pro_cate{}
.pro_cate a{padding:0 .4rem; line-height:.46rem; font-size:16px; background:#fff; margin:0 5px; border:solid 2px #e8e8e8; border-radius:.5rem; transition:0.3s all;}
.pro_cate a:hover,.pro_cate a.on{ background:var(--main_color); color:#fff; border:solid 2px var(--main_color);}

.product_info .pic{ text-align:center;}
.product_info .pic img{ height:2.6rem;}
.product_info .desc{ font-size:16px; line-height:1.8; text-align:center;}



/*======================发展历程======================*/
.fzlc_bg{ background:url(../images/fzlc_bg1.jpg) center; min-height:620px; background-size:cover; padding-bottom:.5rem; box-sizing:border-box;}

.thumbs, .gallery{width: 100%;position: relative;padding: 0 80px;user-select: none; box-sizing:border-box;overflow:hidden;}
.thumbs::after{content: "";position: absolute;width: calc(100% - 160px);height: 2px;background:#ddd;bottom: 17px;left: 0;right: 0;margin: 0 auto; z-index:0;}
.thumbs-year{width: 100%;position: relative;display: flex;transition: all .4s ease;line-height: 1;align-items: flex-end;justify-content: center;height:70px;padding-bottom:50px;font-size: 20px;color: #666; }
.thumbs-year::before, .thumbs-year::after{content: "";position: absolute;right: 0;left: 0;margin: 0 auto;border-radius: 50%;}
.thumbs-year::before{width: 30px;height: 30px;background: #ddd;opacity:1; bottom:4px;transition: all .4s ease;}
.thumbs-year::after{width:10px;height:10px;background: #ccc;bottom: 14px;transition: all .4s ease;}
.thumbs-year:hover{color:var(--main_color);}
.thumbs-year.active{color:var(--main_color);font-size:.3rem;}
.thumbs-year.active::before{background:var(--main_color); transform: scale(1.1); }
.thumbs-year.active::after{background:#fff;transform: scale(1.2);}

.gallery{margin-top: 50px;}
.gallery li .num{width:4rem;font-size:.8rem;color:var(--main_color); }
.gallery li .num, .gallery li .cont .pic{ height:1rem; overflow:hidden;}
.gallery li .txt{width:calc(100% - 4rem); font-size:16px; line-height:2; }
.gallery li .txt img{width: 100%;object-fit: cover;}
.gallery li .txt p{ margin-bottom:.1rem; position:relative; padding-left:18px;}
.gallery li .txt p:before{content: '';width: 5px;height:5px; border:solid 2px var(--main_color);border-radius: 50%; position: absolute;left: 0;top: 13px;}
.thumbs-prev, .thumbs-next{position: absolute;width: 35px;height: 35px;bottom: 1px;background: url('../images/mtarr.png') no-repeat center;transition: all .4s ease;cursor: pointer; outline:none;}
.thumbs-prev{left:25px;}
.thumbs-next{right: 25px;transform: rotate(180deg);}
.thumbs-prev:hover, .thumbs-next:hover{background-image: url('../images/mtarrh.png');}

.gallery .swiper-pagination{ display:none;}
/* --- */

@media screen and (max-width:768px) {
.fzlc_bg{min-height:auto; padding-bottom:0; background:#fff;}
.thumbs, .gallery{padding: 0 25px;}
.thumbs::after{width: calc(100% - 50px); bottom: 17px;}
.thumbs-year{height:50px;padding-bottom:40px;font-size:16px;}
.thumbs-year::before{width: 25px;height: 25px;background: #ddd;opacity: 0.8; bottom:5px;transition: all .4s ease;}
.thumbs-year::after{width:8px;height:8px; bottom: 14px; }
.thumbs-prev, .thumbs-next{width:25px;height: 25px; background-size:cover; bottom:6px;}
.thumbs-prev{left:0px;}
.thumbs-next{right: 0px;transform: rotate(180deg);}

.gallery{margin-top: 20px;}
.gallery li .num{width:100%;font-size:25px; align-items:start;}
.gallery li .txt{width:100%; font-size:14px; line-height:1.6; }
.gallery li .txt p{ margin-bottom:10px; position:relative; padding-left:15px;}
.gallery li .txt p:before{ width: 5px;height:5px;top:6px;}



.gallery .swiper-container{position:relative; padding-bottom:40px;}
.gallery .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:#999; transition: all .5s ease;opacity: 1.0;}
.gallery .swiper-pagination-bullet-active{background:var(--main_color); opacity: 1.0;}
.gallery .swiper-pagination{ text-align:center; width:100%; display:block;}
.gallery .swiper-pagination span{margin:0 3px;}
.zuo_you{width:150px;height:42px;margin:-40px auto 30px auto; position:relative;background:url(../images/you.png) no-repeat right top;background-size: 36px auto; }
.zuo_you:before{content:"";position:absolute;top:0;left:0;width:36px; height:42px;background:url(../images/zuo.png) no-repeat top;background-size:100% auto;}
}

 
/*================科研创新=====================*/
.kjcxpt_bg{background: #f4f5f7; padding-bottom: .8rem;}
.kjcxpt_bg .box{width:90%; max-width:1280px; margin:auto;}
.kjcxpt_bg .box li{width:31%;}
@media screen and (max-width:768px) {
.kjcxpt_bg .box{width:100%; padding:0 15px; box-sizing:border-box;} 
.kjcxpt_bg .box li{width:100%; margin-bottom:15px;}
}


.kjcx_box{ margin-bottom:.6rem; display: flex;justify-content: flex-start;flex-wrap:wrap;}
.kjcx_box li{width:49%; background:url(../images/fa_bg.png) no-repeat right -25px bottom -35px #fff; margin-right:2%; padding:.35rem .5rem .35rem 0px; margin-bottom:.3rem; box-sizing:border-box; border-radius:0px; transition:0.5s all; border: 1px solid #e8e8e8;}
.kjcx_box li:nth-child(2n){ margin-right:0;}
.kjcx_box li .ico{width:125px; text-align:center;}
.kjcx_box li .ico img{ max-width:70px;}
.kjcx_box li .ico i{width:.6rem; height:.6rem; border-radius:100%; background:var(--main_color); margin-left:.3rem; position:relative;}
/*.kjcx_box li .ico i:after{content:''; display:block; position:absolute; top:.35rem; left:.35rem; width:.4rem; height:.4rem; border-radius:100%; background:#A8FBC9; opacity:0.3;}*/
.kjcx_box li .ico svg{height:.36rem; fill:#fff;}

.kjcx_box li .txt{width:calc(100% - 125px);}
.kjcx_box li .txt h5{font-size:.2rem; color:#111;  margin:0px 0 .15rem 0; }
.kjcx_box li .txt p{font-size:.16rem; line-height:1.8; color:#666; text-align:justify;}
.kjcx_box li:hover{ transform: translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0); box-shadow:rgba(3,43,183,.1) 1px 5px 20px;}
@media screen and (max-width:768px) {
.kjcx_box li{width:100%; margin-right:0; padding:20px 10px 10px;}
.kjcx_box li .ico{width:52px; text-align:center;}
.kjcx_box li .ico i{width:50px; height:52px; margin-left:0px;}
.kjcx_box li .ico svg{height:28px;}

.kjcx_box li .txt{width:calc(100% - 66px);}
.kjcx_box li .txt h5{font-size:15px; }
.kjcx_box li .txt p{font-size:12px;}


}


/*================生产工艺=====================*/
.scgy_bg{background:#fff; padding-bottom:.8rem;}
.scgy_bg .pic{text-align:center;}
.scgy_bg .pic img{width:100%; max-width:1200px;}

.yzcg_bg{background:#f4f5f7;}
.yzcg{ margin-bottom:.8rem; text-align:center;}
.yzcg .pic img{width:100%; max-width:1080px;}


/*================市场营销=====================*/
.scyx_bg{ background:#f4f5f7; padding-bottom:.8rem;}
.scyx { border-radius:10px; overflow:hidden;}
.scyx .pic{width:50%; height:4rem; overflow:hidden;}
.scyx .txt{width:50%; box-sizing:border-box; padding:0 .5rem; background:#fff;}
.scyx .txt p{line-height:1.8; margin-bottom:.15rem; font-size:.16rem;}

@media screen and (max-width:768px) {
.scyx .pic{width:100%; height:4rem; overflow:hidden;}
.scyx .txt{width:100%;  padding:20px 15px;}
.scyx .txt p{ margin-bottom:5px; font-size:12px;}

}

/*============网络营销=============*/
.pic_zoom_list {margin-bottom:.8rem; }

.pic_zoom_list figure {border-radius:5px; overflow:hidden; width:23.5%; margin-right:2%; box-sizing:border-box; margin-bottom:.25rem; position:relative;}
.pic_zoom_list figure:nth-child(4n) { margin-right:0;}
.pic_zoom_list figure:nth-child(n+5) { margin-bottom:0;}
.pic_zoom_list li .pic{}
.pic_zoom_list li .pic img{opacity:1; transition:0.5s all;}
.pic_zoom_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;}
.pic_zoom_list figure:hover .txt{ opacity:1; transform: scale(1.1);}
.pic_zoom_list figure:hover .pic img{transform: scale(1);}
.pic_zoom_list li p{ text-align:center; margin-top:.15rem;font-size:15px;}

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

.pic_zoom_list figure {border-radius:5px; width:48%; margin-right:4%;margin-bottom:15px;}
.pic_zoom_list figure:nth-child(2n) { margin-right:0}
.pic_zoom_list figure:nth-child(n+5) { margin-bottom:15px;}
.pic_zoom_list li .pic{}
.pic_zoom_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;}
.pic_zoom_list figure:hover .txt{ opacity:1; transform: scale(1);}
.pic_zoom_list li p{ text-align:center; margin-top:.15rem; font-size:12px;}    
}



/*================合作伙伴=====================*/
.hezuo_list{}
.hezuo_list li{width:20%; height: 10vw;max-height: 270px;position: relative; background:#fff;}
.hezuo_list li:nth-of-type(odd) {background: #f5f5f5;}
.hezuo_list li img{ max-width:56%; max-height:50%; display:block;}
.hezuo_list li .txt { position: absolute;top: 0;left: 0;right: 0;bottom: 0; color:#fff; font-size:.18rem;background-color: rgba(var(--main_color_rgb), 0.8);opacity: 0; transition:0.5s all;}
.hezuo_list li:hover .txt {opacity: 1;}
@media screen and (max-width:1200px) {
.hezuo_list li{width:33.3%; height: 12vw;max-height: 230px;}
}
@media screen and (max-width:768px) {
.page_desc{ font-size:13px; line-height:1.8; margin:0 auto .6rem auto;}
.hezuo_list li{width:33.3%; height:20vw; box-sizing:border-box; margin:-1px 0 0 -1px;}
.hezuo_list li img{ max-width:60%; max-height:50%; display:block;}

}


/*================媒体矩阵=====================*/
.mtjz{ background:#f8f8f8; padding:.5rem .6rem .4rem; box-sizing:border-box; margin-bottom:.8rem; }
.mtjz li{}
.mtjz li .pic{width:1.5rem;border:1px solid rgba(204,204,204,.6);border-radius:0;margin:0 auto;padding:5px;box-sizing:border-box; background:#fff;}
.mtjz li .pic img{width:100%;display:block;}
.mtjz li .txt{color:#636363;margin-top:.15rem; font-size:16px;}
@media screen and (max-width:768px) {
.mtjz{margin-top:20px; justify-content: flex-start;padding:.5rem 20px .4rem; }
.mtjz li{width:31%; margin-right:3.5%; box-sizing:border-box; margin-bottom:15px; }
.mtjz li:nth-child(3n){ margin-right:0;}
.mtjz li .pic{width:100%; border:1px solid rgba(204,204,204,.6);border-radius:4px;margin:0 auto;padding:6px;}
.mtjz li .txt{ font-size:13px;}
}



/*===================筛选===================*/
.sx_box{ background:#fff; padding:0 0 20px; box-sizing:border-box; margin:0 0 15px;}
.sx_box dl{ position:relative;margin-bottom:15px; padding-bottom:15px; border-bottom:solid 1px #eee; font-size:16px;}
.sx_box dt{ width:66px; font-weight:bold; padding:5px 0; }
.sx_box dd{ width:calc(100% - 66px);}
.sx_box dd p{border-bottom:dotted 1px #e8e8e8; padding-bottom:10px; margin-bottom:10px;}
.sx_box dd a{ display:inline-block; padding:6px 15px; margin-right:10px; border-radius:5px;}
.sx_box dd a.active,.sx_box dd a:hover{ background:var(--main_color); color:#fff; }

.sx_box dd input{ border:solid 1px #999; height:28px; width:125px; border-radius:3px; padding:0 10px;}
.sx_box dd button{border:solid 1px #999; height:30px;border-radius:3px; margin-left:10px; padding:0 10px;}
@media screen and (max-width:768px) {
.m_sx_box{ padding:0;}    
.sx_box{ padding:0px 0 5px; margin:0px 0 10px;}
.sx_box dl{padding-bottom:5px; }
.sx_box dt{ width:36px; font-size:12px; }
.sx_box dd{ width:calc(100% - 36px);}
.sx_box dd p{padding-bottom:10px; margin-bottom:10px;}
.sx_box dd a{padding:5px 6px; font-size:12px; padding:6px 6px; margin-right:0;}
}



/*===================内页-视频集锦================*/
.shipin_list {margin-bottom:.5rem;}
.shipin_list li{width:23%;margin-right:2.5%;margin-bottom:.25rem;box-sizing:border-box;overflow:hidden; position:relative;}
.shipin_list li:nth-child(4n){margin-right:0;}
.shipin_list .pic{overflow:hidden;position:relative;  border-radius:0px; background:#000;}
.shipin_list .pic img{width:100%;display:block; transition:all .3s; opacity:0.96;}
.shipin_list li:hover .pic>img{width:100%;display:block;transform: scale(1.1); opacity:0.68;}

.shipin_list .ico{width:60px; position:absolute;top:50%;left:50%; transform:translate(-50%,-50%);}
.shipin_list .ico img{ display:block;opacity:0; transform: scale(.7); transition:all .5s;}
/*.shipin_list .txt{padding:.5rem .2rem .25rem; color:#fff; box-sizing:border-box; position:absolute; left:0; bottom:0;width:100%; background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.8)); }*/
.shipin_list .txt{ box-sizing:border-box; margin-top:10px;}
.shipin_list .txt h3{font-weight:normal; text-align:center;}
.shipin_list li:hover .ico img{opacity:1; transform: scale(1);}

@media screen and (max-width:768px) {
.shipin_list li{width:48%;margin-right:4%;margin-bottom:10px;border-radius:3px;}
.shipin_list li:nth-child(2n){margin-right:0;}
.shipin_list .ico img{width:35px;}
.shipin_list li .txt h3{font-size:14px;}
}




/*=======================人力资源=======================*/

/*人才战略*/
.page_rcln{width:60%;margin:1.3rem auto 1rem;position:relative;}
.page_rcln img{position: absolute;top: -.5rem;left: -1.6rem;}
.page_rcln .con{font-size:.25rem;line-height:2;text-align:justify;font-weight:bold; margin-top:.2rem;}
.page_rcln .txt{margin-top:.1rem;font-size:.16rem;color:#666;text-align:justify;line-height:2;}


@media screen and (max-width:768px) {
.page_rcln{width:100%;margin:45px auto 30px;}
.page_rcln img{width:20%;top: -20px;left: 0;}
.page_rcln .con{font-size:16px;line-height:2;}
.page_rcln .txt{margin-top:15px;font-size:13px;line-height:1.8;}
}


/*==============激励机制=================*/
.jljz_box{margin-bottom:1rem;}
.jljz_box li{overflow:hidden; margin-bottom:.8rem;background:#f4f5f7; border-radius:10px;}
.jljz_box li .pic{width:50%;overflow:hidden;transition:all .3s; min-height:4rem;}
.jljz_box li:nth-child(2n) .pic{order:2;}
.jljz_box li .pic img{width:100%; height:100%; object-fit:cover; display:block; transition:all .5s;}

.jljz_box li .txt{width:50%;padding:0 .5rem;box-sizing:border-box; position:relative;}
.jljz_box li:nth-child(2n) .txt{order:1;}
.jljz_box li .txt .tit{border-bottom:1px solid #e8e8e8;padding-bottom:.15rem;}
/*.jljz_box li .txt .tit .ico{color:var(--main_color);font-family'din';font-size:.42rem; margin-right:.1rem;}*/
.jljz_box li .txt .num{position: absolute;font-size: 100px; z-index:1;color: #fff;line-height: 1;bottom:.1rem;right: .3rem;font-family: "MB";text-shadow: -1px 1px 0 #e7e7e7, 1px 1px 0 #e7e7e7, 1px -1px 0 #e7e7e7,-1px -1px 0 #e7e7e7; font-weight:bold;}
.jljz_box li .txt h3{font-size:.22rem; position:relative;transition:all .3s;}
.jljz_box li .txt .desc{line-height:2;margin:.2rem 0 .6rem;text-align:justify; font-size:.16rem; color:#666;}
.jljz_box li:hover .pic img{transform:scale(1.05);}


@media screen and (max-width:768px) {
.jljz_box li{}
.jljz_box li .pic{width:100%;}
.jljz_box li:nth-child(2n) .pic{order:1;}
.jljz_box li .txt{width:100%;padding:20px 15px;order:2;}
.jljz_box li:nth-child(2n) .txt{order:2;}
.jljz_box li .txt h3{font-size:16px; line-height:1.5;}
.jljz_box li .txt .desc{line-height:1.8;margin:10px 0 10px;font-size:13px;}
.jljz_box li .txt .num{display:none;}
}


/*============培训发展=============*/
.pxfz_bg{background:#f4f5f7; padding-bottom:.3rem;}
.pxfz{}
.pxfz li{width:48.5%; padding:.3rem .35rem; box-sizing:border-box; border-radius:10px; overflow:hidden; background:#fff; margin-bottom:.5rem; box-shadow: 0 5px 20px rgba(0,0,0,0.05);}
.pxfz li .pic{width:2rem; overflow:hidden;}
.pxfz li .pic img{ display:block; width:100%; border-radius:100%;}
.pxfz li .txt{width:calc(100% - 2rem); padding-left:.25rem; box-sizing:border-box;}
.pxfz li .txt h5{ font-size:.25rem; margin-bottom:.2rem; font-weight:normal;}
.pxfz li .txt p{ line-height:1.8;  text-align:justify; color:#666;}
@media screen and (max-width:768px) {
.pxfz li{width:100%; padding:20px 12px; border-radius:6px; margin-bottom:20px; box-shadow: 0 5px 20px rgba(0,0,0,0.05);}

.pxfz li .txt h5{ font-size:16px; margin-bottom:8px;}
.pxfz li .txt p{ line-height:1.6; font-size:12px;}

}

/*============精彩瞬间=============*/
.peixun {margin-bottom:.68rem; }

.px_video{ width:33%; position:relative;}
.px_video .pic{height: 100%; border-radius:5px; overflow:hidden;}
.px_video .ico{ position:absolute; left: 0; top: 0; right: 0; bottom: 0; } 
.px_video .pic img{ transition:0.5s all;}
.px_video .ico img{ transform:scale(0.8); opacity:0.68; transition:0.3s all;}
.px_video a:hover .ico img{ transform:scale(1); opacity:1; }
.px_video a:hover .pic img{ transform:scale(1.1);}


.px_list{width:65%;}
.px_list figure {border-radius:5px; overflow:hidden; width:23.5%; margin-right:2%; box-sizing:border-box; margin-bottom:.25rem; position:relative;}
.px_list figure:nth-child(4n) { margin-right:0;}
.px_list figure:nth-child(n+5) { margin-bottom:0;}
.px_list li .pic{}
.px_list li .pic img{opacity:1; transition:0.5s all;}
.px_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;}
.px_list figure:hover .txt{ opacity:1; transform: scale(1);}
.px_list figure:hover .pic img{transform: scale(1.1);}
.px_list li p{ text-align:center; margin-top:.15rem;font-size:15px;}

@media screen and (max-width:768px) {
.px_video{ width:100%; position:relative; margin-bottom:15px;}
.px_list{width:100%;}

.px_list figure {border-radius:5px; width:48%; margin-right:4%;margin-bottom:15px;}
.px_list figure:nth-child(2n) { margin-right:0}
.px_list figure:nth-child(n+5) { margin-bottom:15px;}
.px_list li .pic{}
.px_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;}
.px_list figure:hover .txt{ opacity:1; transform: scale(1);}
.px_list li p{ text-align:center; margin-top:.15rem; font-size:12px;}    
}

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


/*============内页--资质荣誉=============*/
.ry_bg{padding-bottom:.8rem;}
.ry_list figure {background: #f2f2f2; padding:25px 15px; border-radius:10px; overflow:hidden; width:18%; margin-right:2.5%; box-sizing:border-box; margin-bottom:.3rem; position:relative;}
.ry_list figure:nth-child(5n) { margin-right:0}
.ry_list li .pic{ height:2.4rem;}
.ry_list li .pic img{max-width:100%;max-height:90%;display: inline-block;opacity:1;}
.ry_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;}
.ry_list figure:hover .txt{ opacity:1; transform: scale(1);}
.ry_list li p{ text-align:center; margin-top:.15rem;font-size:15px;}

@media screen and (max-width:768px) {
.ry_list figure {padding:15px 10px; border-radius:5px; width:48.5%; margin-right:3%;margin-bottom:10px;}
.ry_list figure:nth-child(5n) { margin-right:auto}
.ry_list figure:nth-child(2n) { margin-right:0}
.ry_list li .pic{ height:2.4rem;}
.ry_list li .pic img{max-width:100%;max-height:100%;display: inline-block;opacity:1;}
.ry_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;}
.ry_list figure:hover .txt{ opacity:1; transform: scale(1);}
.ry_list li p{ text-align:center; margin-top:.15rem; font-size:12px;}    
}



/*===================内页-投资者服务================*/

.tzzfw_bg{ padding-bottom: 1rem; background:#f4f5f7;}

.gsgj_box{width:4.36rem; background:#fff; overflow:hidden; padding: 50px .25rem 50px .25rem; box-sizing:border-box;}

/*公司股价*/
.gsgj_box .gujia{ box-sizing:border-box; }
.gsgj_box .gujia h3{color: #ff0000;font-size: 16px;font-family: 'r';line-height: 1; margin: 16px 0 10px;}
.gsgj_box .gujia h3.lvse{ color:green;}
.gsgj_box .gujia h3 strong{font-size:.36rem; margin-right:10px;transition:all .3s; font-weight:normal; }
.gsgj_box .gujia p{font-size:12px;line-height:1.6; transition:all .3s; color:#666;}

.gsgj_box .gujia .tit{ font-size:16px; color:#666;}

.gsgj_info{ margin-top:.5rem; color:#666; font-size:12px;}
	
.gsgj_box .shuju{position:relative; box-sizing:border-box; margin-top:.5rem;}
.gsgj_box .shuju li{color:#666; font-size:12px;}
.gsgj_box .shuju li p{ transition:all .3s; margin-bottom:10px;}
.gsgj_box .shuju li span{font-size:.22rem;color:#111;  margin-right:2px; }

@media screen and (max-width:768px) {
.gsgj_box{padding:25px 15px 20px 15px; border-radius:3px; width:100%;}
.gsgj_box .gujia{width:100%; border-right:0;}
.gsgj_box .shuju{width:100%; margin-top:20px; padding:25px 0 0; border-top:solid 1px #ddd;}
.gsgj_box .shuju li{ font-size:11px;}
.gsgj_box .shuju li span{font-size:18px; margin-right:1px; }
.gsgj_info{ margin-top:25px;}

}

.tzzfw{width:calc(100% - 4.7rem); overflow:hidden;}
.tzzfw .pic{width:40%; overflow:hidden; min-height:4rem;}
.tzzfw .txt{width:60%; background:#fff; font-size:.16rem; box-sizing:border-box; padding:.1rem .5rem;}
.tzzfw .txt p{ line-height:2; margin-bottom:.2rem; text-align:justify;}

@media screen and (max-width:768px) {
.tzzfw{ border-radius:3px; width:100%; margin-bottom:15px; }
.tzzfw .pic{width:100%; overflow:hidden; min-height:3rem;}
.tzzfw .txt{width:100%; font-size:13px; padding:20px 15px;}
.tzzfw .txt p{ line-height:1.6; margin-bottom:10px; text-align:left;}


}


/*===================内页-联系我们================*/

.contact_bg{background:#f4f5f7;padding-bottom:.8rem;}

/*联系方式*/
.jidi_box{margin-bottom:.46rem;}
.jidi_box li{ width:48%; background:#fff; box-sizing:border-box; border-radius:8px; overflow:hidden; position:relative;}
.jidi_box li:before {content: '';position: absolute;bottom: 0;right: 0;width: 0;height: 3px;background: var(--main_color);transition: all .5s;}
.jidi_box li:hover:before {left:0; width: 100%;}
.jidi_box li .pic{overflow:hidden;}
.jidi_box li .pic img{transition: all .5s;}
.jidi_box li:hover .pic img{ transform:scale(1.1);}
.jidi_box li .txt{ padding:.25rem .3rem .2rem;}
.jidi_box h2{ font-size:.2rem; margin-bottom:.15rem;}
.jidi_box p{ line-height:1.8; font-size:16px;}

.xinxi_box1{background:#fff;padding:.35rem .4rem .35rem;box-sizing:border-box; border-radius:10px;}
.xinxi_box1 .tit{border-bottom:1px solid rgba(204,204,204,.3);padding-bottom:.3rem;}
.xinxi_box1 .tit h3{ font-size:.26rem;}
.xinxi_box1 .tit .wz p{color:#888; margin-bottom:5px; text-align:right;}
.xinxi_box1 .tit .wz span a{color:var(--main_color); font-family:'din';font-size:.36rem;}

.zmt_box{margin-top:.3rem;}
.zmt_box li{}
.zmt_box li .pic{width:1.5rem;border:1px solid rgba(204,204,204,.6);border-radius:0;margin:0 auto;padding:5px;box-sizing:border-box;}
.zmt_box li .pic img{width:100%;display:block;}
.zmt_box li .txt{color:#636363;margin-top:.15rem;}


@media screen and (max-width:768px) {
.contact_bg{padding-bottom:25px;}

.jidi_box{margin-bottom:0;}
.jidi_box li{width:100%;margin-bottom:15px; border-radius:5px;}
.jidi_box li .pic{width:100%;}
.jidi_box li .txt{width:100%;padding:20px 15px;}
.jidi_box li .txt h2{font-size:16px;margin-bottom:10px; }
.jidi_box li .txt p{ font-size:14px;}


.xinxi_box1{padding:20px 15px 10px;box-sizing:border-box; border-radius:5px;}
.xinxi_box1 .tit{padding-bottom:15px;}
.xinxi_box1 .tit h3{font-size:16px;margin-bottom:15px;width:100%; display:none;}
.xinxi_box1 .tit .wz p{font-size:13px; text-align:left;}
.xinxi_box1 .tit .wz span a{font-size:25px;}

.zmt_box{margin-top:20px; justify-content: flex-start;}
.zmt_box li{width:31%; margin-right:3.5%; box-sizing:border-box; margin-bottom:15px; }
.zmt_box li:nth-child(3n){ margin-right:0;}
.zmt_box li .pic{width:100%; border:1px solid rgba(204,204,204,.6);border-radius:4px;margin:0 auto;padding:6px;}
}

/*地图*/
.map{position:relative; background:#fff; padding:.2rem;  border-radius:10px 10px 0 0; overflow:hidden;}
#map1{height:500px; margin-top:.8rem; overflow:hidden; border-radius:10px;}
.amap-marker-label{padding:15px; border-color: #ababab; border-radius: 5px; color: #666; font-size:14px; box-shadow: 0 6px 12px rgba(0,0,0,.2);}
.amap-marker-label h2{color: #333; font-size: 18px;}
.amap-marker-label p{ line-height:2;}
.amap-icon{ overflow:visible;}
.amap-icon:after {content: '';width: 50px;height: 50px;border-radius: 100%;transform: translate(-50%,-50%);
    background:url(../images/logo_ico.png) center no-repeat var(--main_color);
    position: absolute;left: 50%;top: 25%;z-index: 21;text-align: center;color: #fff;font-size: 16px;line-height: 50px;background-size:80%;}
.amap-icon:before {content: '';width: 74px;height: 74px;z-index: 11;position: absolute;left: 50%;top: 25%;background:var(--main_color);border-radius: 100%;
    transform: translate(-50%,-50%) scale(0);animation: fangdadh1 2000ms infinite ease;
}
.map .info {position: absolute;right:10%;top: 50%;transform: translateY(-50%); background-color: #fff;border-radius: 10px;padding:.15rem; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); width:1.35rem; text-align:center;}
.map .info  span {display: block;color: #231815; font-size:16px;}
.map .info p {color: #808080;margin-top:10px; font-size:12px; margin-bottom:.1rem;}
.map .info img {display: block;width: 100%;}


@keyframes fangdadh1{
	0%{transform: translate(-50%,-50%) scale(0);opacity:1;} 
	100%{transform: translate(-50%,-50%) scale(1.2);opacity: 0;}
}
@media screen and (max-width:768px) {
.map{width:100%; padding:0; border-radius:0;}
#map1{height:260px; margin-top:.5rem; border-radius:0;}
.map .info{display:none;}
}

/*留言反馈*/
.page_liuyan1 {width:70vw; max-width:1280px; margin:.8rem auto 0;}
.page_liuyan1 .tit .pic{ text-align:center;}
.page_liuyan1 .tit .pic img{height:.8rem;}
.page_liuyan1 .tit .desc{font-size:.25rem; text-align:center; margin-top:.2rem; line-height:1.5;}
.page_liuyan1 .tit .line{display:block;width:.35rem;height:5px;background:var(--main_color);border-radius:5px;margin:.2rem auto .3rem;position:relative;}
.page_liuyan1 .tit .line:before{content:'';display:block;position:absolute;top:-0.5px; right:-10px; width:6px;height:6px;border-radius:50%;background:var(--main_color);}


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

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

@media screen and (max-width:768px) {
.page_liuyan1{width:100%; box-sizing:border-box; padding:0 15px 50px;}
.page_liuyan1 .desc:after { display:none;}
.page_liuyan1 .con{ width:100%;background: #fff;color: #333; padding:10px 0px 0; box-sizing:border-box; }

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






/*==========================图片列表===========================*/
.mask_out{ position:absolute; width:100%; height:100%; left:0; top:0; background:#fff; animation-timing-function: ease;}
.case_list li{width:23.5%; margin-right:2%; transition: 0.3s all; background:#fff; overflow:hidden; margin-bottom:.3rem; position:relative;}
.case_list li:nth-child(4n){ 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:.2rem; 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;}
}




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

.pro_show_box{ background:#fff; margin-bottom:.8rem; padding:.35rem .35rem; }
.pro_show_box .pic{width:38%; height:5.2rem; overflow:hidden;}
.pro_show_box .pic img{display:block; max-width:100%; max-height:100%;}
.pro_show_box .txt{width:62%;padding:0 .6rem;box-sizing:border-box;}
.pro_show_box .txt h3,.m_show_tit{font-size:.3rem; margin:.15rem 0;}
.m_show_tit{ text-align:center; margin-top:20px;}

.pro_show_box .txt h3{ position:relative; padding-bottom:25px; margin-bottom:25px;}
.pro_show_box .txt h3:after,.pro_show_box .txt h3:before{content: '';display: block;width: 100%;height: 2px;background: #e8e8e8;position: absolute;left: 0;bottom: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.pro_show_box .txt h3:before {width: 60px;background:var(--main_color);z-index: 3;}
/*.pro_show_box .txt:hover h3:before{ width:100%;}*/


.pro_show_box .pro_nr,.pro_show_box .guige{ font-size:16px; line-height:2; }
.pro_show_box .pro_nr{ font-size:16px; line-height:2; color:#666;}
.pro_show_box .guige strong{ font-weight:bold; font-size:18px;}

@media screen and (max-width:768px) {
.pro_show_box{margin:0; padding:0; margin-top:20px;}
.pro_show_box .pic{width:100%; order:0;}
.pro_show_box .txt{width:100%;padding:15px 0; order:1;}
.pro_show_box .txt h3{ display:none;}

.pro_show_box .pro_nr{ font-size:14px;}

.pro_show_box .guige {margin-top:15px;}
.pro_show_box .guige p{  line-height:1.8;}
.pro_show_box .guige p strong{ font-size:15px; }
}



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

}

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

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



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

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

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

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


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

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

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

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

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

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

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

}



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

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

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

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

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

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

}

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






/*======================留言反馈======================*/
.page_liuyan con{margin:.8rem 0; }
.page_liuyan .con h3{font-size:.4rem; font-weight:normal;margin-bottom:.25rem;color:#fff;}
.page_liuyan .con h5{font-size:15px; line-height:1.6; font-weight:normal; margin-bottom:.25rem; color:#666;color:#fff;}

/*留言*/
.page_liuyan{padding-bottom:.8rem;}
.message_input {margin-bottom:25px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #333;font-size:16px;font-family:Microsoft Yahei;}
.message_input li{ width: 48%;background:rgba(255,255,255,.8);border-radius:8px;} 
.message_input input{border: none;background: none;outline: none;border-bottom: 1px solid  #494949;width: 100%;padding:15px 10px;  box-sizing:border-box; font-size:15px; color:#333;} 
.message_input input::-webkit-input-placeholder {color:#333;} 
.message_input textarea{font-size:15px; display: block;border: none;background:rgba(255,255,255,.8);color:#333;outline: none;border-bottom: 1px solid #494949;width: 100%;padding: 15px 10px;box-sizing: border-box;min-height:120px; } 
.message_input .form-group input{width:45%; }
.message_input .submit{ border:none;outline: none; font-size:15px; margin-top:15px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:2.5rem; line-height:52px;}
.message_input textarea::-webkit-input-placeholder{color: #333;}
.message_input .submit i{margin-left:.25rem;}


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


/*======================新闻列表======================*/
.news_list{ padding-bottom:15px;}
.news_list li{position:relative; width:31.6%; margin-right:2.6%;border-radius:10px;overflow:hidden;margin-bottom:.4rem;background:#fff;}
.news_list li:nth-child(3n){ margin-right:0;}
.news_list li a{ display:block;/* box-shadow: 0 1px 20px rgb(0 0 0 / 4%);*/}
.news_list li .pic{overflow:hidden}
.news_list li .pic img{width: 100%;object-fit: cover;transition: all .5s; display:block;}
.news_list li:hover .pic img{transform:scale(1.06)}
.news_list li .txt{padding:.5rem .2rem .4rem;box-sizing:border-box;}
.news_list li .txt .time{position:absolute;right:10%; top:46%;width:.65rem;height:.65rem;background:var(--main_color);color:#fff;border-radius:50%;padding:.15rem .15rem;box-sizing:border-box;border:3px solid #fff; font-family:'din';font-size:.16rem;transition:all .5s;}
.news_list li .txt .time span{border-bottom:1px solid #fff;padding-bottom:3px;margin-bottom:3px;}
.news_list li .txt h2{font-size:.2rem;color:#000;font-weight:normal; transition:all .5s;}
.news_list li .txt p{color:#888;line-height:1.8;text-align:justify;margin:.2rem 0;}
.news_list li .txt .ico img{width:30px;}
.news_list li:hover .txt h2{color:var(--main_color);}
.news_list li:hover .txt .time{ transform:translateX(-15px);}


/*.news_list li:hover .txt{transform: translateY(-.4rem)}
.news_list li .txt .time{ text-align: center; color:#666;}
.news_list li .txt .time span{width:100px; font-size: .38rem; font-family:din; display: block;line-height: 1; margin-bottom:.1rem; color:var(--main_color);}
.news_list li .txt .info{width: calc(100% - 100px);}
.news_list li .txt .info h2{font-size:18px;color: #333; line-height:1.7; font-weight:normal; }
.news_list li .news_more {position: absolute;z-index: 0;width: 100%;background: var(--main_color);color: #fff;display: flex;align-items: center;justify-content: center; height: .4rem;left: 0;bottom: 0;font-size: .15rem;}
.news_list li .news_more i{display:block;background:url("../images/arr-r.png") no-repeat center/100%;width:6px;height:10px;margin-left:20px}*/

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

}

@media screen and (max-width:768px) {
.news_list li .txt{padding:35px 15px 20px;}
.news_list li .txt .time{right:8%; top:47%;width:50px;height:50px;padding:5px 5px;font-size:13px;}
.news_list li .txt h2{font-size:16px;}
.news_list li .txt p{line-height:1.6;font-size:12px;margin:15px 0;}
.news_list li .txt .ico img{width:30px;}


.news_list li{width:100%;margin-bottom:15px;}

}



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

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

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

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

.side_sticky{position: sticky;top: 100px;}

.next_art a{ display:block;}
.next_art li{background: #fff; padding: 32px 30px 25px 30px; margin-bottom:15px; transition:0.3s all;}
.next_art li:hover{box-shadow: 0 1px 20px rgb(0 0 0 / 4%);}
.next_art li .tit{font-size: 22px; font-weight:bold; color:#111; border-bottom: 1px solid #dbdbdb; display:inline-block; padding-bottom: 8px;}
.next_art li h2{font-size: 16px; line-height:1.8;margin: 10px 0 10px;transition: all .4s ease; font-weight:normal;}
.next_art li .time{ font-size:15px; color: #999; font-family:din; }

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

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

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


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


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

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


/*相关酒产品*/
.jiu_title{background:#fff;padding:.3rem .3rem 0;box-sizing:border-box;}
.jiu_title h3{font-size:.22rem;}
.xg_jiu{background:#fff;padding:.2rem .3rem;box-sizing:border-box;}
.xg_jiu li{overflow:hidden;border:1px solid #e8e8e8;padding:.2rem .2rem;box-sizing:border-box;margin-bottom:.2rem;}
.xg_jiu li .pic{}
.xg_jiu li .pic img{width:80%;display:block;}
.xg_jiu li .txt{text-align:center;font-size:16px;margin-top:.15rem;}


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


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

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

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

}

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

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

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



/*404*/
.page_msg {padding: 50px; background:#fff; margin:.1rem 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;}
.page_msg h5 { line-height: 46px; font-size:20px;}
}


/*内页分页*/
.search-pagination{text-align:center; margin:0px 0 50px 0;}
.pagination li {display: inline-block;margin:0 3px;}
.pagination li a{display: inline-block;font-size: 15px;  border-radius:3px;min-width: 46px;height: 46px;line-height: 46px; box-sizing: border-box; padding:0 20px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;}
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:var(--main_color);border:solid 0px #004d98;}


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

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




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

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

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

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

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

}



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

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

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

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

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

/*留言弹窗*/
.buy_form{width:9rem; height:6rem; padding:.5rem .8rem; background:#fff; border-radius:10px; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.buy_form .close{position:absolute; top:40px; right:40px; cursor:pointer;}

.buy_form .tit{font-size:.36rem; color:#000; margin-bottom:.15rem}
.buy_form .info{ line-height:2em; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; height:.5rem; margin-bottom:.35rem;}

.buy_form ul{display:flex; justify-content:space-between; flex-wrap:wrap;}
.buy_form li{font-size:.15rem; margin-bottom:.15rem; width:49%;}

.buy_form input,.buy_form select{padding:.15rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:.16rem;
}
.buy_form textarea{padding:.2rem;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:1.25rem; border-radius: 2px; font-size:.16rem; font-family:"微软雅黑";}
.buy_form .form-group {width:100%;}
.buy_form .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}

.buy_form .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{}
@media screen and (max-width:768px) {
.buy_form{width:90%; height:auto; padding:25px 15px 25px; border-radius:5px; position:absolute; top:50%; transform:translateY(-40%); left:0; right:0; bottom:auto; z-index:2;box-sizing:border-box;}
.buy_form .close{ top:15px; right:15px; }
.buy_form .info{ line-height:1.8; font-size:12px; height:auto; margin-bottom:10px; border-bottom:0;}

.buy_form li{font-size:14px; margin-bottom:10px; width:100%;}
.buy_form input,.buy_form select{padding:12px 15px; border-radius: 3px; font-size:14px;}
.buy_form .submit{ border:none; font-size:16px; width:100%; height:50px; }
.buy_form textarea{padding:12px 15px;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:60px; border-radius: 3px; font-size:14px; font-family:"微软雅黑";}

}

/*右侧浮动*/
.online_q {position: fixed;right:10px;bottom:10%; z-index: 99;width: 50px;border-radius: 25px;background: #fff;box-shadow: 0px 0px 8px 0px rgba(181,181,181,0.5);}
.side-menu-itembox { position: relative}
.side-menu-itembox:not(:last-child) { margin-bottom:0px;}
.side-menu-itembox:hover .side-menu-screen {right: 50px;visibility: visible;opacity: 1}
.side-menu-itembox:hover .side-menu-btn {background: #fdefe7}
.side-menu-itembox:hover .side-menu-btn.mine:before {width: 22px;height: 22px; background: url("../images/float_ico.png") -49px -50px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.message:before { width: 22px;height: 23px;background: url("../images/float_ico.png") 0px 0px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.qrcode:before {width: 22px;height: 22px;background: url("../images/float_ico.png") 0px -50px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.yijian:before {width: 22px;height: 22px;background: url("../images/float_ico.png") -98px 0px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.ydy:before {width: 22px;height: 22px;background: url("../images/float_ico.png") -74px -50px/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.ydy:before {width: 22px; height: 22px;background: url("../images/float_ico.png") -25px -50px/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;}	
}
