 


/* CSS Document */
:root{    
	--main_color:#fed900;        /* 主色 */
	--main_color_rgb:254,217,0;  /*rgba*/
    --second_color:#5FA776;      /* 副色 */ 
	--hui_color:#F6F9FC;    

}

@font-face{font-family:'alimama'; src: url('../font/alimama.ttf');}
@font-face{font-family:'SouM'; src: url('../font/SourceHanSansCN-Medium.ttf');}
@font-face{font-family:'SouR'; src: url('../font/SourceHanSansCN-Regular.otf');}
@font-face{font-family:'Beba'; src: url('../font/BebasNeue-Bold.ttf');}


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, PingFang, sans-serif; overflow-x:hidden;background:#fff;}
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */}
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{color:var(--main_color);}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.bottom_blank{height:.6rem;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

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

.aatitle{height: 50px;}
.aastart{height: 20px;}
.aatexts{line-height: 20px; margin-right: 20px;font-weight: bold;color: var(--second_color);}
/*图片放大*/
.picShow img{transition:0.3s all;}
.picShow img:hover,.picShow a:hover img{ transform:scale(1.05); }

/*======================主体宽度======================*/
.pc_hide{display:none;}
.main{width: 88%; margin: auto; max-width: 1280px;}
@media screen and (max-width:1440px) {
	.main{width:85%;}
}
@media screen and (max-width:768px) {
    .aatitle{height: 37px;}
	body{font-size:14px; }
	.main{width:100%; padding:0 15px; box-sizing:border-box;}
	.m_show{ display:block;}
	.m_hide{display:none;}
}
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}

.img_maxh1 img{ max-height:4rem;margin-bottom: 0.5rem;}
.img_maxh2 img{width:30%;margin: 0 auto;display: inline-block;}
@media screen and (max-width:768px) {
.img_maxh1 img{ max-height:85px;}
.img_maxh2 img{ max-height:36px;}
	
}

/*文字省略*/
.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%; left:0%; top:0; position:absolute; transition:0.5s all; box-shadow: 0 1px 20px rgb(0 0 0 / 4%);}
.main_nav{width: 90%; margin: auto; max-width: 1440px;}
.header .logo{height:.9rem;}
.header .logo img{width:3rem;margin-right: 0.5rem;display:block; transition:0.5s all; /*filter: grayscale(100%) brightness(1000%);*/}



/*下拉菜单*/
.navBox {  height:.9rem; transition:0.5s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 2vw; position: relative;}
.navBox .nav li>a {display: block;position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:.20rem; font-weight:600;  transition:0.5s all;color: #333;}
.navBox .nav li.curr,.navBox .nav li:hover{background-color: rgba(254, 241, 241, 0.96);border-radius: 40px;height: 55%;margin: auto;margin-right:10px;}
.navBox .nav li.curr a .txt,.navBox .nav li:hover a .txt{color:var(--main_color);}
.navBox .nav li.curr,.navBox .nav li:hover{background-color: rgba(254, 241, 241, 0.96);border-radius: 40px;height: 55%;margin: auto;margin-right:10px;}
.navBox .nav .telphone{height: 100%;animation:movesecond 6s infinite;}
@keyframes movesecond{
    0%{-webkit-transform:translateX(0px) skew(0deg);}
    50%{-webkit-transform:translateX(120px) skew(0deg);}
    100%{-webkit-transform:translateX(0px) skew(0deg);}
}  
.navBox .nav .telphone h2{text-align: center;height: 50%;margin: auto;color: #333;font-size: 0.20rem;font-style: italic;align-items: flex-end;display: flex;}
.navBox .nav .telphone .phone{text-align: center;height: 50%;font-weight: bold;margin: auto;color: red;font-size: 0.22rem;align-items: top;display: flex;}

/* .navBox .nav li.curr a .txt:after{content:''; display:block; width:100%; height:3px; position:absolute; left:0; bottom:-.1rem; background: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:.16rem; 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; }

@media screen and (max-width:1440px) {
	.header{width:100%; left:0%;}
	.header .logo{height:1.2rem;}
	.navBox {  height:1.2rem;}
}

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

@media screen and (max-width:768px) {
.header{width:100%; left:0; top:0; height:60px; border-radius:0; position: fixed; z-index: 200; background:#fff; /*box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/}
.main_nav{width:100%; padding:0 10px; box-sizing:border-box;justify-content: space-between;}

.header .logo{height:60px;}
.header .logo img{ height:38px;}

.header_right{display:none;}
.m_header_right{display:block;}
.m_top_blank{height:60px;}
	


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

/*搜索表单*/
.m_search_box {width:100%;  position: relative;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:15px; margin-top:25px;}
.m_search_box .search-btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.m_search_box form {height:46px;}
.m_search_box form input[type="text"] {width: 100%;height: 100%;background:rgba(255,255,255,0.8); box-sizing: border-box;padding: 0 50px 0 15px;border: none; font-size:15px;}
.m_search_box form input[type="submit"]{display: inline-block;width:30px;height:30px; background: url('../image/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 #e8e8e8; padding:18px 10px; font-size:16px;}
.m_menu .item i{float:right; color:#ccc; transition:0.3s all;}
.m_menu .item.active> i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}


/*电话*/
.m_tel{text-align:center; margin-top:35px; font-size:20px; font-family:din; color:#fff; background:var(--main_color); padding:15px; border-radius:5px; letter-spacing:1px;} 
.m_tel i{ font-size:18px; margin-right:5px;}
}



/*======================轮播图======================*/
#banner {width:100%;z-index:0; overflow:hidden; }
#banner li .pic{width:100%; height:100%; z-index:8;}  
#banner li .pic img{width:100%; height:auto; object-fit:revert; display:block;}
/*#banner li.swiper-slide-active .pic{animation:bgscale 3s linear forwards; -webkit-animation:bgscale 3s linear forwards;} */
@-webkit-keyframes bgscale {
	from { -webkit-transform: scale(1.05); transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); }
	to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
@keyframes bgscale {
	from { -webkit-transform: scale(1.05); transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); }
	to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}

	
/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next {width: 72px;height: 72px; background: url(../image/ico_sliding.png) no-repeat; margin-top:-36px;opacity:0.3;}
	#banner .swiper-button-prev {background-position: 0 0;}
	#banner .swiper-button-prev:hover { background-position: 0 -144px; 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: .5rem;}
	#banner .swiper-pagination-bullet {width:.5rem;height: 3px;border-radius:3px;background: rgba(255, 255, 255, .25);opacity: 1;position: relative;margin: 0 5px !important;}
	#banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 0;height: 3px;z-index: 1;transition: 0s; border-radius:3px;}
	#banner .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease; border-radius:3px;}


/*鼠标*/	
	#banner .mouse{position:absolute; width:25px; left:50%;margin-left:-12.5px; bottom:25px; cursor:pointer;z-index: 10000;background:url(../image/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;}	



#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:220px;} */

	#banner .swiper-pagination-bullet{width: 7px;height:7px;}
	#banner .swiper-pagination {font-size:14px; bottom:5px;}
	#banner .swiper-pagination-bullet:before{ height:7px;border-radius:7px; }

	#banner .swiper-button-prev,#banner .swiper-button-next { display: none;}
}

@-webkit-keyframes sxs { 
from {-webkit-transform: translateY(-10px);}
to { -webkit-transform: translateY(10px) }
}

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

@media screen and (max-width:768px) {
.main_tit h2{ font-size:18px;}	
.main_tit p{font-size:13px; margin-top:10px;} 
.main_tit .line { width:25px;  margin: 10px auto auto auto; border-radius:4px;}

}
/*页面标题2*/
.main_tit2{margin:1rem 0 .8rem; position:relative; padding-left:.25rem;}
.main_tit2:before{ content:''; display:block; width:.1rem; height:100%; position:absolute; left:0; top:0; background:var(--main_color); border-radius:10px;}
.main_tit2 p{font-size:.26rem; color:#ddd; margin-bottom:10px; line-height:1; font-weight:600;}
.main_tit2 h2{ font-size:.52rem; color:#000; line-height:1; font-family:'alimama';}



/*================首页2=====================*/
.index2{ background:#f6f9fc; padding:1.5rem 0 1.25rem 0; overflow:hidden;}
.index2 .box1 .left .desc{width:520px; text-align:justify; line-height:2; margin-top:.5rem;}
.index2 .box1 .left .desc span{ font-weight:bold; color:var(--main_color);}
.index2 .box1 .right li{margin-bottom:.45rem;}

.index2 .box2 { position:relative;top:50px;margin-top: -50px;}
.index2 .box2 .en{ text-align:center;}
.index2 .box2 .pic{ position:absolute; left:50%; bottom:0; z-index:3; margin-left:-175px; animation: sxs 2s linear infinite alternate;}

.index2 .box3{ background:#fff; border-radius:.5rem; margin-top:-.5rem; position:relative; padding:.45rem .55rem 0;}
.index2 .box3 .video{width:100%; border-radius:.4rem; overflow:hidden;background-color: #333;}
.index2 .box3 video{width:100%; display:block;}

.index2 .box3 .cysm{margin-top:.68rem;}
.index2 .box3 .cysm .txt{padding-left:.2rem; width:50%; box-sizing:border-box;}
.index2 .box3 .cysm .txt .desc{ text-align:justify; line-height:3; margin-top:.3rem;color:#6b9af7;font-size: 16px;}
.index2 .box3 .cysm .txt .desc span{ font-weight:bold; color:red;}
.index2 .box2 .pic img{width: 350px;}
.index2 .box1 .left img{max-width:60%;}
@media screen and (max-width:1440px) {
.index2{padding:1.25rem 0 1rem 0;}  
.index2 .box1 .left img{max-height:235px;}
.index2 .box1 .left .desc{width:460px;}
.index2 .box1 .right img{max-height:60px;}
.index2 .box1 .right li{margin-bottom:.4rem;}
.index2 .box2 .en img{max-width:100%;}
.index2 .box2 .pic img{width:246px;}
.index2 .box3 .cysm .ico img{height:1rem;}
.index2 .box3 .cysm .pic img{width:425px;}
}
@media screen and (max-width:768px) {
.index2{padding:50px 0 35px 0;}
.index2 .box1 {overflow:hidden;}
.index2 .box1 .left {width:68%;}
.index2 .box1 .left img{max-width:100%;}
.index2 .box1 .right {width:25%;}
.index2 .box1 .right img{max-width:100%;}
.index2 .box1 .left .desc{width:100%; line-height:1.6; font-size:12px; margin-top:10px;}
.index2 .box2 .en img{max-width:100%;}
.index2 .box2 .pic{ margin-left:-50px;}
.index2 .box2 .pic img{ width:100px;}

.index2 .box3{ border-radius:15px; margin-top:-20px; padding:20px 10px 0;}
.index2 .box3 .video{ border-radius:10px;}
.index2 .box3 .video>img{ width:100%; display:block;}
.index2 .box3 .video .play_btn{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.index2 .box3 .video .play_btn img{width:56px;}

.index2 .box3 .cysm .txt{width:100%; padding-left:0;}
.index2 .box3 .cysm .txt .ico img{ height:60px;}
.index2 .box3 .cysm .txt .desc{ line-height:1.8; margin-top:15px; font-size:12px;}
.index2 .box3 .cysm .pic{width:100%; text-align:center; margin-top:25px;}
.index2 .box3 .cysm .pic img{max-width:80%;}
}


/*================首页3=====================*/
.index3{ background:url(../image/in3_bg.jpg) no-repeat; padding:1.5rem 0 1.25rem 0; background-size:cover; overflow:hidden;}
.pinpai{background:var(--main_color);}
.youshi{background: #ffffff;padding-bottom: 2rem;}
.index3 .box1 .right li:first-child{ margin-bottom:.36rem;}
.index3 .box2{margin-top:.8rem;}
.index3 .box2 .desc{width:680px; font-weight:bold; line-height:1.8; color:#fff; margin:.36rem 0 .4rem;}
.index3 .box2 .desc span{ font-weight:bold; color:var(--main_color);}
.index3 .box2 .ico li{ margin-right:.76rem;}
.index3 .box2 .info{padding:25px 1rem; height:180px; box-sizing:border-box; border-radius:180px; margin-top:.66rem; background:rgba(255,255,255,0.8); position:relative;}
.index3 .box2 .info p{width:80%; line-height:1.5; color:#999; margin-top:10px}
.index3 .box2 .info .tuzi{ position:absolute; bottom:0; right:.5rem; animation: sxs 2s linear infinite alternate;}
.liucheng{background:var(--main_color) url(../picture/bggg.jpg) no-repeat;background-size: cover;}
.liucheng2{background:var(--second_color);}
.liucheng2 .box-front img{width: 100%;}
.index3 .lowtitle{width: 100%;margin:0 auto;}
.index3 .lowtitle img{width: 30%;}
@media screen and (max-width:1440px) {
.index3{ padding:1rem 0 .8rem 0;}  
.index3 .box1 .left img{height:1.5rem;}
.index3 .box1 .right img{height:.6rem;}
.index3 .box2 .wanchen img{ height:.66rem;}
.index3 .box2 .ico li img{height:.56rem;}
.index3 .box2 .info .pic img{height:.66rem;}
.index3 .box2 .info .tuzi img{ width:2.8rem;}
.index3 .box2 .info{padding:.2rem .8rem 0; height:1.6rem;   margin-top:.66rem; font-size:13px;}
.index3 .lowtitle img{width: 350px}
}

@media screen and (max-width:768px) {
    .index3 .lowtitle img{width: 50%;}
.index3{ padding:50px 0 35px 0; }
.index3 .box1 .left img{ height:80px;}
.index3 .box1 .right li:first-child{ margin-bottom:10px;}
.index3 .box1 .right li img{ height:36px;}

.index3 .box2{margin-top:.8rem;}
.index3 .box2 .wanchen img{ height:46px;}

.index3 .box2 .desc{width:100%; line-height:1.8; font-size:12px; margin:15px 0 20px;}
.index3 .box2 .ico img{height:40px;}
.index3 .box2 .info{padding:25px 15px; height:auto; border-radius:20px;}
.index3 .box2 .info .pic img{ max-width:75%;}
.index3 .box2 .info p{width:100%; font-size:12px; line-height:1.5; color:#666; margin-top:10px}
.index3 .box2 .info .tuzi{ position:absolute; bottom:auto; top:-100px; right:10px;}
.index3 .box2 .info .tuzi img{ width:100px;}

}

/*================首页4=====================*/
.index4{ background:url(../image/in4_bg.jpg) no-repeat center top; padding:1.5rem 0 2.5rem 0; background-size:cover;  overflow:hidden;}
.index4 .box1 {position:relative;}
.index4 .box1 .left p{width:440px; line-height:1.6; text-align:justify; color:#fff; margin-top:.68rem;}
.index4 .box1 .left .btn{margin-top:40px;}
.index4 .box1 .right{ position:absolute; right:-3.6rem; top:-.3rem;}
.index4 .box1 .right img{max-width:100%;}

@media screen and (max-width:1440px) {
.index4{ padding:1rem 0 1.6rem 0; }
.index4 .box1 .left>img{height:1.5rem;} 
.index4 .box1 .right{ right:-4.8rem; top:-.3rem;}
.index4 .box1 .right img{max-width:90%;}
}

@media screen and (max-width:768px) {
.index4{ padding:50px 0 80px 0; }
.index4 .box1 .left img{ height:80px;}
.index4 .box1 .btn img{ height:30px;}
.index4 .box1 .right{ position:absolute; right:-80px; top:0px; width:88%;}
}


/*================首页5=====================*/
/* .index5{ background:url(../image/in5_bg.jpg) no-repeat center top; background-size:cover; padding-bottom:1.25rem;} */
.index5{padding:150px 0 125px 0;}
.index5 .box1 { background:url(../image/bg11.png) no-repeat top; background-size:100% auto;background-position:0 50px;}
.index5 .box3 { background:url(../image/bg11.png) no-repeat top; background-size:100% auto;margin-top: 50px;}
.index5 .lowtitle{width: 100%;margin:0 auto;}
.index5 .lowtitle img{width: 30%;padding: 1rem 0 0.6rem 0;}
.index5 .box1{margin-top: 50px;}
.index5 .box1 .title{width: 100%;margin:0 auto;}
.index5 .box1 .title img{width: 30%;padding: 1rem 0 0.6rem 0;}
.index5 .box3 .title{width: 100%;margin:10px auto 0;}
.index5 .box3 .title img{width: 30%;padding: 0.3rem 0 0.6rem 0;}
.index5 .box1 li{ margin:30px auto 0.1rem; position: relative;perspective: 1000px;width: 25%;}
.index5 .box1 li img{width: 70%;}
.index5 .box1 li .topimg{width: 60%;margin: auto;text-align: center;}
.index5 .box1 li .box-front{text-align: center;}
.index5 .bcc li img{width: 85%;margin:0;margin-left: -15px;}
.index5 .box3 li{ margin:10px auto; position: relative;perspective: 1000px;width: 33.3%;}
.index5 .box3 li img{ width:80%;}
.box-front, .box-opposite{transform-style: preserve-3d;backface-visibility: hidden;transition-duration: .6s;transition-timing-function: 'ease-in';}
.box-opposite {transform: rotateY(180deg);visibility: hidden;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.index5 .mts img{margin-top: -1.2rem;margin-bottom: 1rem;}

/*.index5 .box1 li .box-front{animation: o-filp 2s linear infinite;}*/

/* .index5 .box1 li:hover .box-front,.index5 .box1 li.active .box-front{transform: rotateY(180deg);visibility:hidden;}
.index5 .box1 li:hover .box-opposite,.index5 .box1 li.active .box-opposite{transform: rotateY(360deg);visibility:visible;}
.index5 .box3 li:hover .box-front,.index5 .box1 li.active .box-front{transform: rotateY(180deg);visibility:hidden;}
.index5 .box3 li:hover .box-opposite,.index5 .box1 li.active .box-opposite{transform: rotateY(360deg);visibility:visible;} */
.index5 .box1 li.active{
    .box-front{
        transform: rotateY(180deg);
        visibility:hidden;
    }
    .box-opposite{
        transform: rotateY(360deg);
        visibility:visible;
    }
}
.index5 .box3 li.active{
    .box-front{
        transform: rotateY(180deg);
        visibility:hidden;
    }
    .box-opposite{
        transform: rotateY(360deg);
        visibility:visible;
    }
}


.index5 .box2{ margin-top:.6rem;  overflow:hidden;}
.index5 .box2 .pic{ width:46%; box-sizing:border-box;}
.index5 .box2 .focus{width:51%; overflow:hidden;}
.index5 .box2 .focus img{  border-radius:15px;}

@media screen and (max-width:1440px) {
.index5 .mts img{margin-top: -0.8rem;margin-bottom: 0.6rem;}
.index5 .box1 li{ margin-top:0.2rem; margin-bottom:.68rem;}    
.index5 .box1 li img{ width:70%;margin-left:0;}
.index5 .box3 li{ margin-top:0.2rem; margin-bottom:.38rem;width:33.33%;}    
.index5 .box3 li img{ width:90%;margin-left: 5%;}
.index5 .box2 .pic img{max-height:260px;} 
.index5 .box1 .title{width: 100%;margin:0 auto;}
.index5 .box1 .title img{width: 350px}
.index5 .box3 .title{width: 100%;margin:0 auto;}
.index5 .box3 .title img{width: 350px} 
.index5 .lowtitle{width: 100%;margin:0 auto;}
.index5 .lowtitle img{width: 350px}  
.index5 .bcc li{width: 50%;margin:0.5rem 0}
.index5 .box1 li .topimg{width: 70%;margin: auto;text-align: center;}
.index5 .bcc li img{width: 90%;margin:0;margin-left: -15px;}

}

@media screen and (max-width:768px) {
.index5 .mts img{margin-top: -0.5rem;margin-bottom: 0.4rem;}
.index5{ padding-bottom:30px;padding-top: 50px;}
.index5 .box1 li{ margin-top:10px; margin-bottom:20px;}
.index5 .box1 li img{ width:100%;margin-left: -5%;}
.index5 .box3 li{ margin-top:10px; margin-bottom:10px;width:33.33%;}
.index5 .box3 li img{ width:90%;margin-left: 5%;}
.index5 .box2{ margin-top:0px;}
.index5 .box2 .pic{ width:100%; order:1; margin-bottom:25px;}
.index5 .box2 .pic img{max-height:150px; max-width:76%;}
.index5 .box2 .focus{width:100%; order:0; margin-bottom:15px; border-radius:10px; }
.index5 .box2 .focus img{width:100%; display:block; border-radius:0;}
.index5 .box1 .title{width: 100%;margin:0 auto;}
.index5 .box1 .title img{width: 50%;padding: 0.2rem 0 0.2rem 0;}
.index5 .box3 .title{width: 100%;margin:0 auto;}
.index5 .box3 .title img{width: 50%;padding: 0.2rem 0 0.2rem 0;}
.index5 .lowtitle{width: 100%;margin:0 auto;}
.index5 .lowtitle img{width: 50%;padding: 1rem 0 0.6rem 0;}
.index5 .bcc li{width: 50%;margin-bottom:10px}
.index5 .box3{margin-top: 10px;}
.index5 .box1 li .topimg{width: 80%;margin: auto;text-align: center;}

}



/*荣誉榜
.focus{position: relative;width: 100%;}
.focus .swiper-container {padding-bottom: 60px;}
.focus  .swiper-slide {width:100%; border-radius:20px; overflow:hidden; transform: scale(0.93); transition:0.5s all;}
.focus  .swiper-slide img{display:block; width:100%;}
.focus .swiper-slide-active,.focus .swiper-slide-duplicate-active{transform: scale(1);}


.focus .swiper-pagination {width: 100%;bottom: 20px;}
.focus .swiper-pagination-bullet{width:35px;height:6px; display: inline-block; margin:0 3px; background:#FFA6A6; opacity:1; transition:0.3s all; border-radius:8px;}
.focus  .swiper-pagination-bullet-active{  background: var(--main_color); width:70px;}
*/



/*================首页6=====================*/
.index6{padding:1.5rem 0 1rem;  overflow:hidden;background-color: #ffffff;}
.index6 .box1 li:first-child{width:350px;}
.index6 .box1 li:last-child{width:calc(100% - 400px);}
.index6 .box1 li img{max-width:100%;}

.index6 .box2{ margin:1.25rem 0;}



.index6 .box3 li{width: 22%;}
.index6 .box3 img{max-width:100%;}
@media screen and (max-width:1440px) {
.index6 .box1 li:first-child,.index6 .box1 li:last-child{width:auto;}
.index6 .box1 li:first-child img{ height:1.5rem;}    
.index6 .box1 li:last-child img{max-height:2rem;}  
.index6 .box2{ margin:1rem 0;}
.index6 .box2 img{ height:.8rem;}
.index6 .box3 li{max-width:23%;}
.index6 .box3 img{max-width:100%;}

}
@media screen and (max-width:768px) {
.index6{ padding:50px 0 35px;}
.index6 .box1 li:first-child{width:100%; margin-bottom:25px;}
.index6 .box1 li:last-child{width:100%;}
.index6 .box1 li:first-child img{ max-width:50%;}

.index6 .box2{ margin:40px 0;}
.index6 .box3 li{ width:25%;}
.index6 .box3 li img{width:100%;}

}

/*================首页6=====================*/
.index7{ background:url(../image/in6_bg.png) no-repeat center; background-size:88% auto; padding:1rem 0 1rem;}
.index7 .box1{margin-bottom:.8rem;  position:relative;}
.index7 .box1:before{ content:''; display:block; width:75%; height:1px; background: linear-gradient(to right, var(--main_color), #ffffff); position:absolute; left:0; top:-1rem;}


.index7 .box2 .tabs1{}
.index7 .box2 .tabs1 a{background:#c0c0c0;display:inline-block; width:190px; text-align:center; font-size:28px;line-height:50px;border-radius:50px;color: #fff;position:relative;font-family:'alimama';}
.index7 .box2 .tabs1 a span{ font-size:30px;}
.index7 .box2 .tabs1 a:last-child{margin-right:0;}
.index7 .box2 .tabs1 a.active{ background:#000;}

.index7 .box2 {}
.index7 .box2 .txt{width:50%;overflow:hidden;}
.index7 .box2 .quyu li{margin-top:.68rem;position:relative;box-sizing:border-box;height:5rem;}
.index7 .box2 .quyu li h3{font-size:.5rem;color:var(--main_color);margin-bottom:.3rem;font-family:'alimama';}
.index7 .box2 .quyu li h3 span{ font-size:.56rem;}
.index7 .box2 .quyu li dt{font-size:.18rem;margin-bottom:15px;font-weight:bold;color:#000;font-family:'alimama'; line-height:1.5;}
.index7 .box2 .quyu li dt strong{color:#666;}

.index7 .box2 .ditu{width:50%;overflow:hidden;}
.index7 .box2 .ditu img{width:100%;display:block;}
.index7 .box2 .ditu span{display:block;margin-top:.5rem;font-size:12px;}

@media screen and (max-width:1440px) {
.index7 .box1 img{max-height:.8rem;}    
.index7 .box2 .tabs1 a{width:1.8rem; font-size:.28rem;line-height:.5rem;}
.index7 .box2 .quyu li h3{font-size:.45rem;}
.index7 .box2 .quyu li h3 span{ font-size:.46rem;}
}

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

.index7 .box1{ }
.index7 .box1 img{max-width:100%;}

.index7 .box2 .tabs1 a{ width:31%;  font-size:20px;line-height:36px;}
.index7 .box2 .tabs1 a span{ font-size:22px;}
.index7 .box2 .tabs1 a:last-child{margin-right:0;}
.index7 .box2 .tabs1 a.active{ background:#000;}


.index7 .box2 .txt{width:100%; }
.index7 .box2 .ditu{width:100%;overflow:hidden;}
.index7 .box2 .quyu li{margin-top:30px height:auto;}
.index7 .box2 .quyu li h3{font-size:25px; margin-bottom:15px; }
.index7 .box2 .quyu li h3 span{ font-size:.56rem;}
.index7 .box2 .quyu li dt{font-size:14px;margin-bottom:8px;}
.index7 .box2 .quyu li dt strong{color:#666;}


}

/*==========网站首页新闻中心===============*/
.index_05{ padding:1.5rem 0 .6rem 0; background:url(../image/in05_bg.jpg) no-repeat center; background-size:cover; }
.index_05 .box1{ margin-bottom:1rem;}
.index_05 .box1 .btn{ display:flex; align-self:flex-end;}
.index_05 .box1 a{ font-size:20px; color:rgba(255,255,255,0.9); border:solid 2px rgba(255,255,255,0.9); width:160px; line-height:42px; display:block; border-radius:44px; text-align:center; transition:0.3s all;}
.index_05 .box1 a:hover{color:var(--main_color); border:solid 2px var(--main_color);}

@media screen and (max-width:768px) {
.index_05{ padding:50px 0 25px 0; }
.index_05 h3 img{ height:80px;}
.index_05 .box1 a{ font-size:16px; width:125px; line-height:38px; display:block; border-radius:44px; text-align:center; transition:0.3s all;}

}

.news_list li{transition:0.5s; width:31.5%; margin-right:2%; background:#fff;overflow:hidden; cursor:pointer; padding:10px; box-sizing:border-box;}
.news_list li:nth-child(3n){ margin-right:0;}
.news_list .pic{overflow:hidden; position:relative;}
.news_list .pic img{width:100%; display:block; transition:0.5s;}
.news_list .pic span{display:block; position:absolute; left:10px; top:10px; width:55px; line-height:34px; text-align:center; background:var(--main_color); font-size:17px; color:#fff; font-weight:bold;}
.news_list li .logo{margin-top:-30px; padding-left:10px; position:relative;}
.news_list li .txt{padding:10px 10px;}
.news_list li .txt h5{ font-size:23px; transition:0.5s; color:#000;font-family:'alimama';}
.news_list li .txt h5:after{ content:''; width:46px; height:3px; background:var(--main_color); display:block; margin:10px 0;}
.news_list li .txt p{color:#888; text-align:justify; line-height:1.6; height: 65px;}
.news_list li .txt span{display:block; color:#999;padding:15px 0px 10px 0px ; transition:0.5s; text-align:right; border-bottom:solid 1px var(--main_color);}
.news_list li:hover .pic img{transform:scale(1.05);}


.index_news_list {overflow:hidden; padding-bottom:40px;}
.index_news_list li{width:100%; margin-right:0; background:#fff; box-shadow: 0 1px 20px rgb(0 0 0 / 10%);}

/*分页器*/
#index_05 .swiper-pagination{ display:block; width:100%; text-align:center; position:relative; bottom:-40px;}
#index_05 .swiper-pagination-bullet{width:35px;height: 7px; display: inline-block; margin:0 3px; background:rgba(255,255,255,0.8); opacity:1; transition:0.3s all; border-radius:8px;}
#index_05 .swiper-pagination-bullet-active{  background: var(--main_color); width:70px;}

@media screen and (max-width:1440px) {
.index_05{ padding:1.25rem 0 .5rem 0;}
.index_05 .box1 h3 img{ height:1.5rem;}    
}
	
@media screen and (max-width:768px) {
.news_list li{width:100%; border-radius:5px; margin-right:0; margin-bottom:12px;}
.news_list li .txt{padding:15px 15px;}
.news_list li .txt h5{ font-size:16px; height:auto; line-height:1.6;}
.news_list li .txt span{padding:20px 0px 12px 0px ; font-size:13px;}

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

}



.kf_ico{ position:fixed; z-index:999; right:10px; top:60%;}


.tc_chat{width: 360px;height: 520px;position: fixed;right: -1000px;bottom:30px;z-index: 900;text-align: center; font-size: 20px;border-radius: 100%; transition:0.5s all;}
.tc_chat.active{right:110px;}

@media only screen and (max-width: 768px){
.kf_ico{right:5px; top:70%;}
.kf_ico img{ width:60px;}
.tc_chat{ display:none;}
}


/*================底部=====================*/
/* .foot_bg{ width:100%; background:url(../image/foot_bg.jpg) no-repeat center top; background-size:cover; padding:.3rem 0 0rem 0;} */
.foot_bg{ width:100%; background:var(--second_color); background-size:cover; padding:.1rem 0 0rem 0;}
.foot_bg .main{position:relative;}
.foot_bg .main img{width: 100%;object-fit: cover; object-position: center;}

.b_contact{ padding-top:70px;}
.b_contact .f_tel { margin-top:15px; color:#fff;}
.b_contact .f_tel p{ font-size:32px; margin-bottom:10px;}
.b_contact .f_tel span{font-size:70px; font-family: 'Beba'; color:#fff;}

.foot_pic{ position:absolute; right:-2.3rem; top:0;}

/* -- */
.foot_ewm{ margin-top:20px;}
.foot_ewm li{ text-align:center;  color:rgba(255,255,255,.9); margin-right:10px;}
.foot_ewm li:last-child{ margin-right:0;}


.foot_s{ width:550px; border-radius:46px; margin-top:25px; background:#fff; padding:5px 30px; box-sizing:border-box; font-family:'alimama'; font-size:23px; color:#888;}
.foot_s img{ display:block;}
.foot_s span{ background:var(--main_color); color:#fff; display:block; line-height:40px; border-radius:42px; padding:0 30px; }

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

@media screen and (max-width:1440px) {
.b_contact .f_tel p{ font-size:28px;}
.b_contact .f_tel span{font-size:60px;}  
.foot_ewm li{ margin-right:.15rem;}
.foot_ewm li img{ max-width:1.15rem;}
.foot_pic{ position:absolute; right:-2.5rem; top:-.2rem;}
.foot_pic img{max-width:10rem; }
.foot_s{ width:5rem;   padding:5px .25rem;  font-size:.2rem; }
.foot_s img{ display:block; width:.4rem;}
.foot_s span{ line-height:.4rem;   padding:0 .3rem; }
}
.pfooter{display: block;}
.mfooter{display: none;}

@media only screen and (max-width: 768px){
.mfooter{display: block;}
.pfooter{display: none;}
.foot_bg{ width:100%; background:url(../image/foot_bg.jpg) no-repeat center top; background-size:cover; padding:0 0 0rem 0;}
.foot_bg{ width:100%; background:var(--second_color); background-size:cover; padding:0.2rem 0 0.2rem 0;}
.foot_bg .main img{width: 100%;object-fit: cover; object-position: center;}
.b_contact{ padding-top:30px;}
.b_contact .f_logo img{max-width:40%;}
.b_contact .f_tel { margin-top:10px;}
.b_contact .f_tel p{ font-size:18px;}
.b_contact .f_tel span{font-size:46px;}

.foot_pic{ position:relative; right:0; top:0; width:100%; overflow:hidden;} 
.foot_pic img{width:100%;} 

/* -- */
.foot_ewm{ margin-top:20px; justify-content:space-between;}
.foot_ewm li{width:23%;  margin-right:0; font-size:10px;}
.foot_ewm li .pic img{max-width:90%;}

.foot_s{ width:100%; border-radius:25px; margin-top:20px; padding:6px 20px; font-size:14px;}
.foot_s img{ display:block; height:30px;}
.foot_s span{ background:var(--main_color); color:#fff; display:block; line-height:28px; padding:0 8px; }

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


}

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

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

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

.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0;  z-index:9; }
.page_ban .txt h2 { font-size:.6rem; font-family:'alimama'; color:#fff; margin-top:.8rem;}
.page_ban .txt h2:after{ content:''; width:1.3rem; height:.06rem; background:var(--main_color); display:block;  margin:.15rem 0 .1rem; border-radius:5px;}
.page_ban .txt h5 { font-size:.28rem; font-weight:600; color:#fff;  }
.page_ban .txt .main img{height: 1rem;}
.videos{padding:1.2rem 0}
@media screen and (max-width: 1440px){
    .videos{padding:1.5rem 0}
}
@media screen and (max-width:768px) {
.page_ban .pic{height:160px;}
.page_ban .txt h2 { font-size:25px; margin-top:0;}
.page_ban .txt h2:after{ content:''; width:50px; height:3px; margin:10px 0 10px;}
.page_ban .txt h5 { font-size:15px; }
.videos{padding:0}
.videos .main{padding:0}

}
.zhanting{padding-top: 1.2rem;padding-bottom: 0.5rem;}
.zhanting .titls img{height: 50px;padding: 30px 0;}
@media screen and (max-width: 1440px){
    .zhanting{padding-top: 1.5rem;padding-bottom: 0.5rem;}
}

@media screen and (max-width: 768px){
    .zhanting{padding-top:0;padding-bottom: 0.3rem;}
    .zhanting .titls img{height: 37px;padding: 30px 0;}
}
/*位置*/
.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);*/}
.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;}
.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:15px; padding:0 25px; background: url(https://www.hxl88.com/static/mysite/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;}


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


/*===============内页标题全局通用===============*/
.page_main_tit{padding:.6rem 0 .4rem; position:relative;}
.page_main_tit span {font-size:.68rem;color: rgba(210,210,210,0.3);font-family: 'impact';text-transform: uppercase;}
.page_main_tit h2{font-size:.4rem;color:#000; position:absolute; top:.75rem; letter-spacing:2px;}
.page_main_tit p{font-size:16px;color:#707070; }

@media screen and (max-width:768px) {
.page_main_tit{padding:30px 0 25px;}
.page_main_tit span {display:block;font-size:24px;text-align:center;font-weight:bold;}
.page_main_tit h2{font-size:20px;text-align:center;top:30px; letter-spacing:0; width:100%;}
.page_main_tit p{font-size:12px; text-align:center;line-height:1.6;}
}


/*==========================关于我们=============================*/
.about1{background:#f5f9fc url(../picture/in2_en.png) no-repeat center bottom; background-size:70% ; padding:0.2rem 0 2.5rem;  overflow:hidden;}
.about1 .right li:first-child{margin-bottom:35px;}
.about1 .box1 .left img{width: 60%;}
.about1 .box2{ background:#fff; border-radius:100px; overflow:hidden; margin-top:1rem;}
.about1 .box2 .pic{width:50%;}
.about1 .box2 .pic img{width:100%; display:block;}
.about1 .box2 .txt{ width:50%; padding:.1rem 50px .1rem; box-sizing:border-box;}
.about1 .box2 .img1{ text-align:center; margin-bottom:.3rem;}
.about1 .box2 .img1 li{ display:inline-block; margin:0 .3rem;}
.about1 .box2 h3{ font-size:18px; margin-bottom:20px; line-height:1.5;}
.about1 .box2 h4{ font-size:16px; margin-bottom:20px; line-height:1.4;}

.about1 .box2 .desc{ text-align:justify; line-height:1.5;}
.about1 .box2 .img2{ text-align:center; margin-top:.5rem;}
.about1 .box2 .img2 img{width:100%; display:block;}
@media screen and (max-width:1440px) {
.about1{ padding:1rem 0 .6rem;background-size: 85%;}
.about1 .box1 .left img{ height:2.5rem;width: 100%;}
.about1 .right li img{height:.7rem;}
.about1 .right li:first-child{margin-bottom:25px;}
.about1 .box2 .img2{ margin-top:.3rem;}

}

@media screen and (max-width:768px) {
.about1{padding:40px 0 30px;}
.about1 .box1 .left {margin-bottom: 0.5rem;}
.about1 .box1 .left img{ width:100%;height: 100%;}
.about1 .right li img{height:38px;}
.about1 .right li:first-child{margin-bottom:5px;}

.about1 .box2{ border-radius:15px;  margin-top:30px; padding-bottom:25px;  overflow:hidden;}
.about1 .box2 .pic{width:100%; height:180px;}
.about1 .box2 .pic img{width:100%; height:100%; object-fit:cover; display:block;}
.about1 .box2 .txt{ width:100%; padding:15px 15px 0; box-sizing:border-box;}
.about1 .box2 .img1{ text-align:center; margin-bottom:20px;}
.about1 .box2 .img1 li{  margin:0 15px;}
.about1 .box2 .img1 li img{ height:36px; }
.about1 .box2 h3{ font-size:15px; margin-bottom:15px; line-height:1.5;}
.about1 .box2 .desc{ font-size:13px;}
.about1 .box2 .img2{ text-align:center; margin-top:20px;}
.about1 .box2 .img2 img{width:100%; display:block;}
}

.about2{background:var(--main_color); padding:150px 0 200px;}
.about2 .right{animation: sxs 2s linear infinite alternate;}
.about2 .left img{ height:2.5rem;}
.about2 .right img{ height:3rem;}
@media screen and (max-width:1440px) {
.about2{ padding:1rem 0 1.6rem;}
.about2 .left img{ height:3rem;}
.about2 .right img{ height:3rem;}

}

@media screen and (max-width:768px) {
.about2{padding:50px 0 80px; overflow:hidden;}
.about2 .left img{ height:80px;}
.about2 .right img{width:100px;}
}

.about3{background:url(../image/about_bg2.jpg) no-repeat center center; background-size:cover; padding:0 0 1rem; }
.about3 .box1 li{margin-top:-50px;}
.about3 .box1 li{ width:28%;}
.about3 .box1 li:nth-child(2n){width:36%;}
.about3 .box1 li img{height:3rem;width: 100%;}
.about3 .box2 { text-align:center; margin:1.2rem 0 .5rem;}
.about3 .box3 { position:relative; overflow:hidden;}
.about3 .box3 .pic img{width:100%; height:100%; object-fit:cover; display:block;}
.about3 .box3 .txt{ 
    /* position:absolute; left:0; top:0; right:0; bottom:0;  */
    color:#fff; line-height:2; font-size:18px;}
    .about3 .box3 .txt p{text-align: left;text-indent: 0.4rem;}
.about3 .box3 .txt span{ color:var(--main_color);}
@media screen and (max-width:1440px) {
.about3 .box1 li{margin-top:-.8rem;}
.about3 .box1 li{ max-width:28%;}

}
.about3 .box2 img{width: 100%;}
@media screen and (max-width:768px) {
.about3 .box1 li img{height:1.6rem;width: 100%;}
.about3 .box1 li{margin-top:-30px;}
.about3 .box1 li{ max-width:32%;}
.about3 .box2 {margin:40px 0 25px;}
.about3 .box2 img{width: 100%;}
.about3 .box3 {border-radius:15px;}
.about3 .box3 .txt{ line-height:1.5; font-size:10px; padding:0 10px; text-align:center;}
.about3 .box3 .pic {height:100px;}
}

.about4{background:url(../image/about_bg3.jpg) no-repeat center top; background-size:cover; padding:150px 0 1rem;  position:relative; overflow:hidden;}
.about4{background:var(--main_color); padding:150px 0 1rem;  position:relative; overflow:hidden;}
.about4 .box1 .main{}
.about4 .box1 li{ margin-bottom:.7rem; position:relative;}
.about4 .box1 li .img{ position:absolute; left:256px; top:123px; animation: sxs 2s linear infinite alternate;}
.about4 .box2 {width:70%; position:absolute; right:0; top:150px;}
.about4 .box2 img{width:100%; display:block;}

/* .about4 .box3{ margin-top:365px;} */
.about4 .box3 li{width:30.5%;text-align:center; box-sizing:border-box; border-radius:25px;}
.about4 .box3 li .pic img{width:100%}
.about4 .box3 li .txt{line-height:1.5; margin-top:25px; font-size:18px; color:#666; font-family:'alimama';}
.about4 .box3{ background:url(../image/bg11.png) no-repeat center; background-size:100% auto;padding:1rem 0}

@media screen and (max-width:768px) {
.about4{padding:50px 0 0;}
.about4 .box1 li{ margin-bottom:25px;}
.about4 .box1 li:nth-child(1) img{ height:40px;}
.about4 .box1 li:nth-child(2)>img{ height:80px;}
.about4 .box1 li .img{left:100px; top:63px;}
.about4 .box1 li .img img{width:100px;}
.about4 .box2 {width:60%;top:50px;}
.about4 .box3 {padding:0;background:none;}

/* .about4 .box3{ margin-top:140px;} */
.about4 .box3 li{width:98%; padding:0px 10px 0px;  border-radius:15px; margin-bottom:15px;}
.about4 .box3 li .pic img{width: 100%;}
.about4 .box3 li .txt{ margin-top:15px; font-size:14px; }

}

.about5{background:url(../image/about_bg4.jpg) no-repeat center top; background-size:cover; padding:2.6rem 0 1rem;}
.about5 .box1{ margin-bottom:80px;}
.about5 .box2{ background:rgba(255,255,255,0.6); padding:35px; border-radius:20px; display:inline-block; margin-bottom:170px;}
@media screen and (max-width:768px) {
.about5{ padding:100px 0 30px;}
.about5 .box1{ margin-bottom:30px;}
.about5 .box1 img{ height:40px;}
.about5 .box2{ padding:15px; border-radius:10px; margin-bottom:50px; max-width:50%;}
.about5 .box2 img{max-width:100%;}

}


/*品牌历程*/

.pplc_bg{background:#f8f8fa url(../picture/abbg.jpg) no-repeat; background-size:cover; padding:150px 0 125px 0; overflow:hidden;}
.about6 .box1{ margin-bottom:1rem;}
@media screen and (max-width:768px) {
.pplc_bg{ padding:50px 0 35px 0;}
.about6 {overflow:hidden;}
.about6 .box1 img{ height:40px;}

}

.pplc_box{overflow:hidden;}

/* .thumbs{ padding:0 1rem;} */
.thumbs, .gallery{width: 100%;position: relative;user-select: none; box-sizing:border-box;}
.thumbs-year{padding-top: 40px;width: 100%;position: relative; transition: all .4s ease;line-height: 1;display:block; text-align:center;}
.thumbs-year .pic{ height:93px;}
.thumbs-year .pic img{filter: grayscale(100%) brightness(0%); opacity:0.1}
.thumbs-year.active .pic img{filter: grayscale(0%) brightness(100%); opacity:1;}
.thumbs-year .tit{width: 80%;margin: auto;font-size:16px;font-weight: bold;color: #fff;font-family:'Beba';line-height: 45px; height:45px; position:relative;background-color: #b3b3b3;border-radius: 50px;}
/* .thumbs-year.active .tit:after{ height: 5px; border-radius:5px; background: var(--main_color); content:''; display:block; position:absolute; width:66px; left:50%; transform:translateX(-50%); bottom:0;} */
/* .thumbs-year::before{content: "";position: absolute;right: 0;left: 0;margin: 0 auto;height:34px;}
.thumbs-year::before{width:100%;border-bottom:solid 4px #e8e8e8;opacity: 1; bottom: 0;transition: all .4s ease;} */
.thumbs-year.active .tit{background: linear-gradient(to right, #f0a40b , #fed900);}
.thumbs-year.active::before{border-bottom:solid 4px #aaa;  
    /* background:url(../image/about_pic31.png) no-repeat center bottom;  */
}


@media screen and (max-width:768px) {
.pplc_bg{background:#f9fdff  url(../picture/abbg.jpg) no-repeat; background-size: 100%;background-position: bottom;}
.pplc_box{padding-bottom:0;}
.thumbs{ padding:0 0;}
.thumbs-year{ padding-bottom:30px; }
.thumbs-year .pic{ height:50px;}
.thumbs-year .pic img{ height:45px;}
.thumbs-year .tit{font-size:16px;height: 35px;line-height: 35px;}
.thumbs-year.active .tit:after{ height: 3px; width:36px;}
/* .thumbs-year::before{content: "";position: absolute;right: 0;left: 0;margin: 0 auto;height:34px;}
.thumbs-year::before{width:100%;border-bottom:solid 3px #e8e8e8;opacity: 1; bottom: 0;transition: all .4s ease; background:center bottom; background-size:25px auto;} */

.thumbs-year.active .tit{color:#fff }
.thumbs-year.active::before{border-bottom:solid 3px #aaa;  
    /* background:url(../image/about_pic31.png) no-repeat center bottom; background-size:25px auto; */
}

}



.gallery{margin-top:40px;}
.gallery img{width: 60%;}

.gallery .desc{line-height: 25px;font-size: 0.18rem;}
.gallery .desc p{width: 60%;margin-bottom: 5px;}

.gallery  .desc img{width: 60%; margin: auto;}
.gallery .qywhsix {width: 60%;}
.gallery .qywhsix img{margin-bottom: 20px;}
.gallery li{ box-sizing:border-box; text-align:center;}
.gallery li img{max-width:100%;}
.thumbs-prev, .thumbs-next{position: absolute;width: 35px;height: 35px;bottom: -1px;background: url('../image/mtarr.png') no-repeat center;transition: all .4s ease;cursor: pointer; outline:none;}
.thumbs-prev{left: 0;}
.thumbs-next{right: 0;transform: rotate(180deg);}
.thumbs-prev:hover, .thumbs-next:hover{background-image: url('../image/mtarrh.png');}
.thumbs .threes{width: 60%;}
@media screen and (max-width:768px) {
.gallery .qywhsix {width: 100%;}
.gallery .qywhsix img{margin-bottom: 20px;width: 50%;}
.gallery .desc .zhanting{width: 100%;}
.gallery  .desc img{width: 100%; margin: auto;}

.gallery{margin-top:25px;}
.gallery li{padding:0 0;box-sizing:border-box;}
.gallery li .pic{width:100%;border-radius:5px;}
.gallery li .pic img{width:100%;display:block;}
.gallery li .txt{width:100%;font-size:13px;color: #666;line-height:1.8;padding:10px 0 0;}
.gallery li .num{font-size:24px;}
.gallery li .txt .ms{font-size:14px; margin-bottom:0;}
.thumbs-prev, .thumbs-next{background-size:30px;}
.gallery img{width: 100%;}
.gallery .desc{width: 100%;line-height: 40px;font-size: 16px;}
.gallery .desc p{width: 100%;}
.thumbs .threes{width: 100%;}

}



/*品牌ip*/
.about7{background:url(../image/about_bg6.jpg) no-repeat center top; background-size:cover; padding:1.5rem 0 1rem; overflow:hidden;}
.about7{background:#f5f9fc url(../picture/in2_en.png) no-repeat center bottom; background-size:70% ;padding:1.5rem 0 0rem; overflow:hidden;}
.about7 .box1{margin-bottom:.9rem;}
.about7 .box2{margin-bottom:.4rem;}
/* .about7 .box3{ width:550px; line-height:1.6; color:#fff; text-align:justify;}
.about7 .box3 p{ margin-bottom:6px; } */
.about7 .box3{margin-bottom:.4rem;}
.about7 .left{width: 40%;}
.about7 .left .box1 img{width: 100%;}
.about7 .left .box2 img{width: 100%;}
.about7 .left .box3 img{width: 100%;}
.about7 .right img{width: 100%;}

.about7 .right{width: 55%;}
.about7 .main{width: 100%;}

@media screen and (max-width:768px) {
.about7{ padding:50px 0 40px; }
.about7 .left{width: 100%;}
.about7 .right{display: none;}
.about7 .box1{margin-bottom:30px;}
.about7 .box1 img{ height:40px;}

.about7 .box2{margin-bottom:30px;}
.about7 .box2 img{ height:90px;}

.about7 .box3{ width:100%; line-height:1.5; font-size:12px; }

}

.about8{ background:#ededed;  padding:0 0 1rem;}
.about8 .box1{background:url(../image/about_pic39.png) no-repeat center bottom; width:665px; padding:0 46px 10px; box-sizing:border-box; margin-top:-40px;}
.about8 .box1 li{text-align:center;  color:var(--main_color); font-weight:bold;}
.about8 .box1 li .pic{margin-bottom:10px;}
.about8 .box1 li:nth-child(1) .pic{animation: sxs 2s linear infinite alternate; }
.about8 .box1 li:nth-child(2) .pic{animation: sxs 2.6s linear infinite alternate; data-aos-duration="1500"}
.about8 .box1 li:nth-child(3) .pic{animation: sxs 1.8s linear infinite alternate; data-aos-duration="2500"}


@media screen and (max-width:768px) {
.about8{ padding:0 0 1rem;}
.about8 .box1{width:66%; padding:0 15px 10px; margin-top:-20px; background-size:100%;}
.about8 .box1 li{}
.about8 .box1 li .pic{margin-bottom:5px;}
.about8 .box1 li .pic img{ height:76px;}

}


.about8 .box2{ position:relative; width:524px; text-align:center; }
.about8 .box2 .focus{ position:absolute; right:0; bottom:0; width:100%;}
.about8 .box2 .focus img{ max-height:8.5rem; }

.about8 .box2 .focus img{ opacity:0; transform:scale(0.5); transition:0.3s all;}
.about8 .box2 .focus .swiper-slide-active img{ opacity:1;transform:scale(1);}

@media screen and (max-width:1440px) {
.about8 .box2 .focus img{ max-height:7rem; }


}
@media screen and (max-width:768px) {
.about8 .box2{ width:25%; margin-top:50px;}
.about8 .box2 .focus img{width:100%; }
}

.about8 .box3 { overflow:hidden; margin-top:.66rem; margin-bottom:1.6rem;}
@media screen and (max-width:768px) {
.about8 .box3 { margin-bottom:30px;}
.about8 .box3 img{ height:70px;}
}
.about8 .box4 {background:url(../image/zi.png) no-repeat left top; width:100%;}
.about8 .box4 li{width:19%; display:flex; flex-direction:column; align-self:flex-end;}
.about8 .box4 li img{ width:100%; display:block;}
.about8 .box4 li p{margin-bottom:12px;}

.about8 .box5{ width:100%;}
.about8 .box5 li:first-child{width:59.6%;}
.about8 .box5 li:last-child{width:39%; border-radius:25px; overflow:hidden;}
.about8 .box5 li img{ width:100%; height:100%; object-fit:cover; display:block;}

.about9{ padding:1.5rem 0 .6rem 0; background:#f6f6f6; }
.about9 .box1{ margin-bottom:1rem;}
.about9 .box1 .btn{ display:flex; align-self:flex-end;}
.about9 .box1 a{ font-size:20px; color:var(--main_color); border:solid 2px var(--main_color); width:160px; line-height:42px; display:block; border-radius:44px; text-align:center; transition:0.3s all;}
.about9 .box1 a:hover{color:var(--main_color); border:solid 2px var(--main_color);}

/*分页器*/
#about9 .swiper-pagination{ display:block; width:100%; text-align:center; position:relative; bottom:-40px;}
#about9 .swiper-pagination-bullet{width:35px;height: 7px; display: inline-block; margin:0 3px; background:#aaa; opacity:1; transition:0.3s all; border-radius:8px;}
#about9 .swiper-pagination-bullet-active{  background: var(--main_color); width:70px;}
@media screen and (max-width:1440px) {
.about9{ padding:1rem 0 .6rem 0; }

.about9 h3 img{height:1.5rem;}

}

@media screen and (max-width:768px) {
.about9{ padding:50px 0 20px 0;}
.about9 h3 img{height:80px;}
.about9 .box1{ margin-bottom:20px;}
.about9 .box1 a{ font-size:15px; width:125px; line-height:32px;}
#about9 .swiper-pagination{ bottom:-20px;}
#about9 .swiper-pagination-bullet{width:15px;height:6px;}
#about9 .swiper-pagination-bullet-active{  background: var(--main_color); width:25px;}

}

/*品牌资讯*/
.ppzx_box{padding-bottom:.8rem;}

/*新闻弹窗*/
.shadow{display:none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.7);z-index: 5400;}
.shadow .close {width: 30px;height: 30px;position: absolute;top: 5%;right: 23%;background: url(../image/close3.png) no-repeat center center;background-size: 15px 15px;cursor: pointer;border: 1px solid rgba(255,255,255,0.5);padding: 10px;box-sizing: border-box;z-index: 33;}
.shadow .detail_box {width: 50%; height: 90%;overflow-y: scroll; position: fixed; left: 25%;top: 5%;background: #fff;z-index: 2; padding: .5rem 25px .35rem;box-sizing: border-box;}
.shadow .nr_tit {width: 100%; margin-bottom:.2rem; box-sizing: border-box; font-size:.4rem;font-weight: bold; line-height:1.5; text-align: center; color:#000;}

.detail_box::-webkit-scrollbar {width: 10px !important;}
.detail_box::-webkit-scrollbar-track {background-color: #f3f3f3;}
.detail_box::-webkit-scrollbar-track-piece {background-color: #f3f3f3;-webkit-border-radius: 4px;}
.detail_box::-webkit-scrollbar-thumb {background-color: #ddd;border: solid 1px #C0C0C0;border-radius: 4px;}
.detail_box::-webkit-scrollbar-corner {background-color: #ddd;}
.detail_box::-webkit-resizer {background-repeat: no-repeat;background-position: bottom right;}
.detail_box::-webkit-scrollbar-thumb:hover {background-color: #F3F3E0;}
@media screen and (max-width:768px) {
.shadow .detail_box {width:96%; height: 90%; left: 2%;top: 2%;padding: .5rem 6px .35rem;box-sizing: border-box;}
.shadow .nr_tit {margin-bottom:15px;  font-size:20px;}
.shadow .close {top: 3%; right:20px;background: url(../image/close4.png) no-repeat center center;background-size: 15px 15px;cursor: pointer;border: 1px solid rgba(0,0,0,0.5);}    
}

/*========================门店展示==========================*/

/*门店实景*/
.md1{background:var(--main_color); background-size:cover; padding:1.25rem 0 1.25rem;}
.md1 .box1{ background:#fff; border-radius:60px; padding:36px 136px; margin-top:-68px; position:relative; }
.md1 .box1 .tit{margin-bottom:30px; text-align:center;}
.md1 .box1 .tit img{width: 250px;margin-top: 50px;}
.md1 .box1 .tuzi img{width: 126px;}
.md1 .box1 .tuzi{ position:absolute; left:50%; top:-63px; margin-left:-63px;overflow: hidden;}
.md1 .box01 { color:rgba(255,255,255,0.6); padding:15px 10%; text-align:center; font-size:12px; line-height:1.6;}
.md1 .box2{ text-align:center; margin-top:1rem;}
.md1 .box3{margin-top:.6rem;}
.md1 .box3 img{width:65%; display:block;margin:auto}
.md1 .box4{ margin:25px 0;  overflow:hidden;}

.md1 .box5{ text-align:center;}
.md1 .box5 img{width:100%; display:block;}
.md1 .box6{margin-top:1.25rem;}
.md1 .box1 .shuzi img{ width: 100%;}
.md1 .box2 img{width: 30%;}
@media screen and (max-width:1440px) {
.md1 .box1 .tit img{ max-width:50%;}
.md1 .box1 .shuzi img{ width: 100%;}

}
@media screen and (max-width:768px) {
.md1 .box3 img{width:85%; display:block;margin:auto}
.md1{ padding-bottom:25px;}
.md1 .box1 .tit img{width: 3rem;margin-top:0.7rem;}
.md1 .box1{border-radius:20px; padding:25px 10px; margin-top:-20px; }
.md1 .box1 .tuzi{ width:80px;top:-34px; margin-left:-40px;}
.md1 .box1 .tuzi img{width:100%; display:block; }
.md1 .box1 .tit{margin-bottom:15px;}
.md1 .box1 .tit img{ max-width:76%;}
.md1 .box1 .shuzi img{ width: 100%;}
.md1 .box01 { padding:15px 0; font-size:10px; line-height:1.6;}
.md1 .box3{margin-top:15px;}
.md1 .box2{margin-top:30px;}
.md1 .box2 img{ height:52px;}

.md1 .box4{ margin:15px 0;  overflow:hidden;}
.md1 .box6{margin-top:30px;}
.md1 .box6 li img{height:28px;}
.md1 .box6 li:first-child{width:100%; text-align:center; margin-bottom:20px;}
.md1 .box6 li:first-child img{ height:25px;}
}

.mds{padding:1rem;}
.mds .h2{padding-bottom: 0.5rem;text-align: center;font-size: 22px;font-weight: bold;}
/*门店展示*/
#index_case_btn {width:100%; position:relative;}
	
.index_case_list .pic {position:relative; z-index:1; overflow:hidden; transition:all 0.5s;}
.index_case_list .pic img{width:100%; display:block;}
.index_case_list .pic:after{ content:''; width:100%; height:100%; display:block; background:rgba(0,0,0,0.66); position:absolute; left:0; top:0; transition:all 0.5s;}
.index_case_list .swiper-slide-active .pic:after{background:rgba(0,0,0,0);}

.index_case_list .pic .ico img{height:35px; width:auto; vertical-align:middle; margin-right:.1rem; }
.index_case_list  .txt{ position:absolute; left:0; bottom:0; background:#fff; width:100%; text-align:center; display:flex; justify-content:center ;font-size:.28rem; font-family:'alimama'; color:var(--main_color); padding:10px 0; opacity:0; transition:all 0.5s;}
.index_case_list .swiper-slide-active .txt{ opacity:1;}


#index_case_btn .swiper-pagination,.zuo_you{ display:none;}
	
/*按钮切换*/	
#index_case_btn .swiper-button-prev,#index_case_btn .swiper-button-next {width:60px;height: 60px; background:rgba(0,0,0,0.8); border-radius:100%; transition:0.3s all; top:50%; margin-top:-35px; color:rgba(255,255,255,0.5); position:absolute; z-index:10; cursor:pointer;}
#index_case_btn .swiper-button-prev i,#index_case_btn .swiper-button-next i{ font-size:25px; transition:0.3s all; }
#index_case_btn .swiper-button-prev:hover,#index_case_btn .swiper-button-next:hover { background:var(--main_color); color:#fff;}
#index_case_btn .swiper-button-prev {left:1%;}
#index_case_btn .swiper-button-next {right:1%;}

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


@media screen and (max-width:768px) {
.mds{padding:40px 5px}
.index_case_list .pic .ico img{height:15px; margin-right:5px; }
.index_case_list  .txt{font-size:12px; padding:5px 0;}



.zuo_you{display:block;width:190px;height:42px;margin: -25px auto 0 auto; position:relative;background:url(../image/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(../image/zuo.png) no-repeat top;background-size:100% auto;}

#index_case_btn .swiper-button-prev,#index_case_btn .swiper-button-next{display:none;}
}

/*全景门店展示*/
.md2{background:#f3f3f3; padding:1.25rem 0 1.25rem;  overflow:hidden;}
.md2 .box1{text-align:center; position:relative; z-index:2;}
.md2 .box2{text-align:center; font-size:1.68rem; color:#EDEDED; font-weight:bold; margin-top:-75px; position:relative; z-index:0;}
.md2 .box3{ background:#fff; padding:50px 50px; border-radius:30px; margin-top:-86px; z-index:3; position:relative;}
.md2 .box3 iframe{border-radius:30px; }
.md2 .box3 .ico{position:absolute; right:-1.5rem; bottom:-1rem; animation: sxs 2s linear infinite alternate;}
@media screen and (max-width:768px) {
.md2{padding:40px 0 1.25rem;}
.md2 .box1{margin-bottom:30px;}
.md2 .box1 img{ height:76px;}
.md2 .box2{ font-size:40px; color:#EDEDED;  margin-top:-45px;}

.md2 .box3{padding:0px 0px; border-radius:10px; margin-top:-15px;}
.md2 .box3 iframe{border-radius:10px; }

.md2 .box3 .ico{position:absolute; right:-15px; bottom:-50px;}
.md2 .box3 .ico img{width:88px;}

}


/*全国门店开业瞬间*/
.md3{background:url(../image/md_bg2.jpg) no-repeat center top; background-size:cover; padding:1.5rem 0 1rem; overflow:hidden;}
.md3 .box1{text-align:center; margin-bottom:.68rem;}
.md3 .box2{background:url(../image/md_pic16.png) no-repeat center top; width:1280px; height:1093px; box-sizing:border-box; padding:128px 35px 1rem;}
.md3 .box2 .video{ border-radius:35px; overflow:hidden;}
.md3 .box2 .video video{ width:100%; display:block;}
.md3 .box2 .item{text-align:center; overflow:hidden; margin-top:35px;}

.md3 .box3 { text-align:center; margin-top:1rem;}
.md3 .box3 li{display:inline-block; margin:0 88px;}
@media screen and (max-width:768px) {
.md3{ padding:50px 0 1rem;}
.md3 .box1{margin-bottom:25px;}
.md3 .box1 img{ height:52px;}

.md3 .box2{background:url(../image/md_pic16.png) no-repeat center top; width:100%; height:auto; background-size:100% 100%; padding:40px 20px 15px;}
.md3 .box2 .video{ border-radius:15px; overflow:hidden; position:relative;}
.md3 .box2 .video>img{ width:100%; display:block;}
.md3 .box2 .video .play_btn{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.md3 .box2 .video .play_btn img{width:56px;}
.md3 .box2 .item{margin-top:15px;}
.md3 .box2 .item img{height:46px;}
}

/*门店形象*/
.mask_out{ position:absolute; width:100%; height:100%; left:0; top:0; background:#fff; animation-timing-function: ease;}
.case_list{}
.case_list figure{width:23.5%; margin-right:2%; transition: 0.3s all; background:#f6f6f6; overflow:hidden; margin-bottom:.3rem; position:relative;}
.case_list figure:nth-child(4n){ margin-right:0;}
.case_list figure a{width:100%; position:relative; overflow:hidden;}
.case_list figure a>img{width:100%; display:block;transition: 0.5s all;}
.case_list figure a:hover>img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.case_list figure .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 figure .pic .mask dt{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 5;}
.case_list figure .pic .mask dd{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 5;}
.case_list figure:hover .pic .mask{ opacity:1;}
.case_list figure: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 figure .txt{ padding: 12px 5% 12px;background:#fff;}
.case_list figure .txt h5{ font-size:.16rem; line-height:30px; font-weight:normal; color:#222;}

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


/*全国门店*/
.qgmd_box{padding-bottom:.8rem;}

.store{background: #fff;box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);border-radius: 5px;overflow: hidden; margin-bottom:.8rem;}
.store_box{width:40%; box-sizing:border-box; padding: 15px;}
.store_top{background-color:var(--main_color);padding: 20px;}
.store_top .title{font-size: .2rem; color: #fff; text-align: center;}
.select_box{ padding: 15px 20px 5px; display:flex; justify-content: space-around;}
.select_box select{width:45%; max-width:2rem; height:.38rem;padding: 6px 12px;background: #fff;background-image: none;border: 0px;border-radius: 4px; font-size:15px; color:666;}

.store_list{height:400px; overflow-y: auto; background:#fafafa; padding:10px 20px; box-sizing:border-box;}
.store_list li a{ display:block; padding:15px 10px; color:#333; border-bottom:solid 1px #ddd;  font-size:16px;}
.store_list li.curr{ background:#fff;}
.store_list li a span{ font-size:14px; color:#666; line-height:1.6; display:block; margin-top:15px;}

.store_map{width:60%; padding: 15px; box-sizing:border-box; }
#allmap {width: 100%;height: 100%;overflow: hidden;}

.store_list::-webkit-scrollbar {width: 10px !important;}
.store_list::-webkit-scrollbar-track {background-color: #f3f3f3;}
.store_list::-webkit-scrollbar-track-piece {background-color: #f3f3f3;-webkit-border-radius: 4px;}
.store_list::-webkit-scrollbar-thumb {background-color: #ddd;border: solid 1px #C0C0C0;border-radius: 4px;}
.store_list::-webkit-scrollbar-corner {background-color: #ddd;}
.store_list::-webkit-resizer {background-repeat: no-repeat;background-position: bottom right;}
.store_list::-webkit-scrollbar-thumb:hover {background-color: #F3F3E0;}

@media screen and (max-width:768px) {
.store_box{width:100%; padding: 10px;}
.store_map{width:100%; padding: 15px;}
.store_top{padding:15px;}
.store_top .title{font-size:16px; }
.select_box{ padding: 15px 0px 5px;}
.select_box select{width:45%;height:30px;padding:5px 10px; font-size:14px;}

.store_list{height:400px; padding:10px 10px;}
.store_list li a{ padding:10px 10px;  font-size:14px;}
.store_list li a span{margin-top:6px;  font-size:12px;}

}

/*====================全屏全国门店=======================*/
.search_store{ position:relative;}
.search_map{width: 100%; height: 100vh;}
.search_store .box{ position:absolute; width:460px; height:70vh; left:5%; top:15vh; z-index:9; background: #fff;box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);border-radius: 5px;overflow: hidden;}
.search_store .store_list{height:calc(70vh - 125px); }
/*====================招商加盟=======================*/

/*为什么看好零食店*/
.zsjm1{background:var(--main_color); padding:0.3rem 0 0.3rem;  overflow:hidden;}
.zsjm1 .box1 img{ max-width:80%; display:block;}
.zsjm1 .box2{position:relative;}
/* .zsjm1 .box2 img{ max-height:3rem;} */
.zsjm1 .box2 .img1{height: 5rem;}
.zsjm1 .box2 .img2{height: 2.6rem;margin-top: 1rem;}
.zsjm1 .box2 .img3{position: absolute;left: 0;top: 0.5rem;height: 0.2rem;}
.zsjm1 .box2 .img4{position: absolute;height: 0.3rem;left: 0;bottom: 0.3rem;}

@media screen and (max-width:1440px) {
.zsjm1 .box1 img{ max-width:60%; display:block; }
.zsjm1 .box2 img{ max-height:4.5rem;}
.zsjm1 .main .biaozhi{position:absolute;right:24%;top:-7%;}

}

@media screen and (max-width:768px) {
.zsjm1{ padding:20px 0 20px;}
.zsjm1 .box2{ background-size:100% auto; border-radius:15px;}
.zsjm1 .box2 li:nth-child(1){max-width:45%;}
.zsjm1 .box2 li:nth-child(2){max-width:45%;}
.zsjm1 .box2 img{ max-width:100%;}
.zsjm1 .box2 .img1{height: 2.5rem;}
.zsjm1 .box2 .img2{height: 1.3rem;margin-top: 0.6rem;}
.zsjm1 .box2 .img3{position: absolute;left: 0;height: 0.2rem;top: 0;}
.zsjm1 .box2 .img4{position: absolute;height: 0.3rem;left: 0;bottom: 0rem;}

.zsjm1 .main .biaozhi{position:absolute;right:20%;top:-7%;}
.zsjm1 .main .biaozhi img{width: 0.8rem;}
.index5 .box1{margin-top: 30px;}

}


/*为什么选择好想来*/
.zsjm3{background:url(../image/jm_pic04.png) no-repeat center top var(--main_color); background-size:contain; padding:.6rem 0 25px; position:relative;}
.zsjm3 .box01{ position:absolute; left:50%; margin-left:-100px; top:-94px;}
.zsjm3 .box02{text-align:center; font-size:.66rem; color:#fff; font-family:'alimama'; margin-bottom:.4rem; }
.zsjm3 .box02 img{width: 90%;}
.zsjm3 .box1 img{width: 100%;}
.zsjm3 .box1 li{display:flex; align-self:flex-end;}
.zsjm3 .box2{ text-align:center; color:rgba(255,255,255,0.6); margin-top:25px; line-height:1.4; padding:0 8%;}

@media screen and (max-width:768px) {
.zsjm3 .box01 img{ width:60px;}	
.zsjm3 .box01{margin-left:-30px; top:-30px;}
.zsjm3 .box02{font-size:25px; margin-bottom:20px; }
	
.zsjm3{ padding:30px 0 20px;}
.zsjm3 .box1 li{ width:33.3%; text-align:center; margin-bottom:25px; justify-content:center;}
.zsjm3 .box1 li img{ height:66px;}
.zsjm3 .box2{ margin-top:0; line-height:1.4; padding:0 0%; font-size:10px;}

}

/*品牌实力强*/
.zsjm2{background:url(../image/jm_bg2.jpg) no-repeat center top; background-size:cover; padding:1.5rem 0 1rem; overflow:hidden;}
.zsjm2 .box2{margin-top:.8rem;}
.zsjm2 .box2 .tabs1{ margin-top:.8rem;}
.zsjm2 .box2 .tabs1 a{background:#fff; width:2.2rem; text-align:center; font-size:.28rem;line-height:.8rem;border-radius:80px;color: #ccc;position:relative;font-family:'alimama'; position:relative;}
.zsjm2 .box2 .tabs1 a:last-child{margin-right:0;}
.zsjm2 .box2 .tabs1 a.active{ color:#000;}
.zsjm2 .box2 .tabs1 a.active:after{ content:''; width:.86rem; height:4px; border-radius:4px; background:var(--main_color); display:block; position:absolute; bottom:15px; left:50%; transform:translateX(-50%);}

.zsjm2 .box2 .bz2{}
.zsjm2 .box2 .bz2 .txt{margin-left:68px;}
.zsjm2 .box2 .bz2 .tit{ width:280px; margin:25px 0 25px;}
.zsjm2 .box2 .bz2 .tit li{width:50%; height:40px; border-bottom:solid 4px rgba(255,255,255,0.3); text-align:center; font-size:25px; font-weight:bold; color:#fff; position:relative; cursor:pointer;}
.zsjm2 .box2 .bz2 .tit li.active:after{ content:''; display:block; width:100%; height:4px; background:#fff; position:absolute; left:0; bottom:-4px;}
.zsjm2 .box2 .bz2 .tit li.active:before{content:"";position:absolute;bottom:0;left:50%;border-style:solid;margin-left:-3px;border-width:5px;border-color:transparent transparent #fff;}
.zsjm2 .box2 .bz2 .con{position:relative;}
.zsjm2 .box2 .bz2 .con li{position:absolute; left:0; top:0; display:none;}
.zsjm2 .box2 .bz2 .con li.active{display:block; transform:translateY(0);}
@media screen and (max-width:768px) {
.zsjm2{ padding:40px 0 40px;}

.zsjm2 .box2 .tabs1{ margin-top:25px;}
.zsjm2 .box2 .tabs1 a{width:19%; font-size:13px;line-height:32px;}
.zsjm2 .box2 .tabs1 a.active:after{ width:26px; height:3px;  bottom:3px;}

.zsjm2 .box2 li img{ max-width:100%;}
.zsjm2 .box2 .bz2 .pic{width:60%;}
.zsjm2 .box2 .bz2 .txt{width:40%;padding-left:15px; box-sizing:border-box; margin-left:0;}
.zsjm2 .box2 .bz2 .tit{ width:100%; margin:5px 0 10px;}
.zsjm2 .box2 .bz2 .txt h3 img{height:15px;}
.zsjm2 .box2 .bz2 .tit li{ height:25px; border-bottom:solid 2px rgba(255,255,255,0.3); font-size:14px;}
.zsjm2 .box2 .bz2 .tit li.active:after{height:2px; bottom:-2px;}
.zsjm2 .box2 .bz2 .tit li.active:before{ margin-left:-2px;border-width:4px; }

}



/*加盟政策*/
.zsjm4{ padding:1.5rem 0 1rem; position:relative;  overflow:hidden; background:#f5f5f5;}
.zsjm4 .box2{ margin-top:1.25rem;}
.zsjm4 .box3{ margin-top:1rem;}
.zsjm4 .box4{ right:0; top:1.5rem; position:absolute;}
.zsjm4 .box3 li{width:33%;}
.zsjm4 .box3 li img{width:70%;}

@media screen and (max-width:1440px) {
    .zsjm4 .box4{ right:0; top:1rem; position:absolute; max-width:45%;}
    .zsjm4 .box4 img{max-width:100%;}
}

@media screen and (max-width:768px) {
.zsjm4{ padding:40px 0 25px;}
.zsjm4 .box2{ margin-top:50px;}
.zsjm4 .box2 img{height:50px;}
.zsjm4 .box3{ margin-top:20px;}
.zsjm4 .box3 li{width:30%;}
.zsjm4 .box3 li img{max-width:90%;}
.zsjm4 .box4{ right:0; top:20px; position:absolute; max-width:55%;}
.zsjm4 .box4 img{max-width:100%;}
}


/*加盟商毛利高*/
.zsjm04 {background:#f5f5f5; overflow:hidden;}
.zsjm04 .box1{ padding-top:.5rem; box-sizing:border-box; position:relative;}
.zsjm04 .box1 .pic img{ width:100%; display:block;}
.zsjm04 .box1 .con{ position:absolute; left:5%; right:5%; top:16%; bottom:0; display:flex;}
.zsjm04 .box1 .con img{ max-width:100% }
.zsjm04 .box1 li{ padding-top:8%; position:relative; width:20%; text-align:center;}
.zsjm04 .box1 li:nth-child(2){ padding-top:0; width:50%;}
.zsjm04 .box1 li .btn{position:absolute; left:50%; transform:translateX(-50%); bottom:10%; text-align:center; width:50%;}
@media screen and (max-width:768px) {
.zsjm04 .box1 .con{left:4%; right:4%; top:19%;}
.zsjm04 .box1 li{ padding-top:7%;}
.zsjm04 .box1 li:nth-child(2){ padding-top:0; width:51%;}
.zsjm04 .box1 li .btn{ bottom:4%;}

}


/*加盟区域*/
.zsjm5{ background:url(../image/in6_bg.png) no-repeat center #f5f5f5; background-size:88% auto; padding:.6rem 0 1rem;  overflow:hidden;}
.zsjm5 .box1{margin-bottom:.8rem;  position:relative;}

.zsjm5 .box2 .tabs2 a{background:#c0c0c0;display:inline-block; width:190px; text-align:center; font-size:28px;line-height:50px;border-radius:50px;color: #fff;position:relative;font-family:'alimama';}
.zsjm5 .box2 .tabs2 a span{ font-size:30px;}
.zsjm5 .box2 .tabs2 a:last-child{margin-right:0;}
.zsjm5 .box2 .tabs2 a.active{ background:var(--main_color);}

.zsjm5 .box2 {}
.zsjm5 .box2 .txt{width:50%;overflow:hidden;}
.zsjm5 .box2 .quyu li{margin-top:.68rem;position:relative;box-sizing:border-box;height:5rem;}
.zsjm5 .box2 .quyu li h3{font-size:.5rem;color:var(--main_color);margin-bottom:.3rem;font-family:'alimama';}
.zsjm5 .box2 .quyu li h3 span{ font-size:.56rem;}
.zsjm5 .box2 .quyu li dt{font-size:.18rem;margin-bottom:15px;font-weight:bold;color:#000;font-family:'alimama'; line-height:1.5;}
.zsjm5 .box2 .quyu li dt strong{color:#666;}

.zsjm5 .box2 .ditu{width:50%;overflow:hidden;}
.zsjm5 .box2 .ditu img{width:100%;display:block;}
.zsjm5 .box2 .ditu span{display:block;margin-top:.5rem;font-size:12px;}
@media screen and (max-width:768px) {
.zsjm5{ padding:20px 0 1rem;}
.zsjm5 .box1{margin-bottom:30px; }
.zsjm5 .box1 img{ height:80px;}

.zsjm5 .box2 .txt{width:100%;}
.zsjm5 .box2 .ditu{width:100%;}

.zsjm5 .box2 .tabs2 a{ width:32%; font-size:16px;line-height:38px;}
.zsjm5 .box2 .tabs2 a span{ font-size:18px;}

.zsjm5 .box2 .quyu li{margin-top:25px;height:auto;}
.zsjm5 .box2 .quyu li h3{font-size:20px; margin-bottom:15px;}
.zsjm5 .box2 .quyu li h3 span{ font-size:22px;}
.zsjm5 .box2 .quyu li dt{font-size:14px;margin-bottom:10px; line-height:1.5;}
.zsjm5 .box2 .quyu li dt strong{color:#666;}

}

/*加盟条件*/
.zsjm6{ background:url(../image/jm_bg4.jpg) no-repeat center; background-size:cover; padding:160px 0 .6rem;  overflow:hidden;}
.zsjm6 .box2{ margin-top:.9rem; }
.zsjm6 .box2 li{ width:33%; margin-bottom:.8rem; margin-right:8%;}
.zsjm6 .box2 li img{max-height:.72rem;}
.zsjm6 .box2 li:nth-child(4){ width:auto; margin-right:8%;}
.zsjm6 .box2 li:nth-child(5){ width:auto;margin-right:0;}
@media screen and (max-width:768px) {
.zsjm6{ padding:50px 0 30px;}
.zsjm6 .box2{ margin-top:25px; }
.zsjm6 .box2 li{width:100%; margin-bottom:15px; margin-right:0;}
.zsjm6 .box2 li img{max-height:38px;}
.zsjm6 .box2 li:nth-child(4){ width:100%; margin-right:0;}
.zsjm6 .box2 li:nth-child(5){ width:100%; margin-right:0;}

}
.joins{background:url(../picture/joinbg.png) no-repeat center; background-size:100%;}
.flys{background:url(../picture/fly.png) no-repeat center;width: 100%;padding:40px 0;}
.flys .titles{height: 26px;}
.flys .bgg{margin-bottom: 55px;margin-top: 80px;}
/*加盟流程*/
.zsjm7{ background:var(--main_color);padding:100px 0 0;  overflow:hidden;}
/* .zsjm7 .box2{ margin:200px auto 280px; width:1256px; height:666px; background:url(../image/xian.png) no-repeat center center; padding:0 150px; box-sizing:border-box;} */
.zsjm7 .box2{ margin:100px auto 100px;box-sizing:border-box;}

.zsjm7 .box2 li{width:208px; text-align:center;}
.zsjm7 .box2 ul.a li{ margin-top:-66px;}
.zsjm7 .box2 ul.b { margin-top:125px;}
.zsjm7 .box2 ul.c { margin-top:90px;}
.zsjm7 .box2 ul.c li{width:100%;}
@media screen and (max-width:768px) {
.zsjm7{padding:40px 0 0;}
.zsjm7 .box2{ margin:30px auto 50px; width:100%;background-size:100% 100%; box-sizing:border-box;}
.zsjm7 .box2 li{width:85px;}
.zsjm7 .box2 li img{height:88px;}
.zsjm7 .box2 ul.c li img{width:68px; height:auto;}
.zsjm7 .box2 ul.a li{ margin-top:-30px;}
.zsjm7 .box2 ul.b { margin-top:20px;}
.zsjm7 .box2 ul.c { margin-top:15px;}
.joins{background:none;}
.flys{background:none;padding:0;margin:0}
.flys .bgg{margin-bottom:10px;margin-top: 0;}
.flys .bgg img{width: 100%;margin-bottom: 10px;}
.flys .bgg{margin-bottom:10px;margin-top: 0;margin-top: 10px;}
.flys .bgg .titles{width: auto;}

}

/*常见问题*/
.zsjm8{ background:#f5f5f5; padding:150px 0 0; overflow:hidden;}
#cjwt_box{position:relative;padding-top:.5rem;}
.wenti_box li{background:#fff;border-radius:20px;position:relative;margin-bottom:.5rem;}
.wenti_box li .pic{position:absolute;right:0;top:-.4rem;overflow:hidden; }
.wenti_box li .pic img{width:.45rem;display:block;}
.wenti_box li h3{ font-size:.16rem;background:var(--main_color);width:100%;line-height:.45rem;border-radius:.45rem;color:#fff;padding:0 .2rem;box-sizing:border-box;}
.wenti_box li h3 i{font-size:.2rem;font-style:normal;}
.wenti_box li .da{margin:.2rem .2rem .3rem;box-sizing:border-box;  }
.wenti_box li .da span{display:inline-block;font-size:.22rem;font-weight:bold;width:5%;}
.wenti_box li .da p{display:inline-block;width:93%;position:relative;top:.03rem;line-height:2; text-align:justify; height:3rem; overflow:auto; padding-right:15px; box-sizing:border-box; }

.wenti_box li .da p::-webkit-scrollbar{height:0px; width:3px;background: #ddd;}
.wenti_box li .da p::-webkit-scrollbar-track{background: #ddd;}
.wenti_box li .da p::-webkit-scrollbar-thumb {background:#aaa;}

/*分页器*/
#cjwt_box .swiper-pagination{ display:block; width:100%; text-align:center; position:relative; cursor:pointer;}
#cjwt_box .swiper-pagination-bullet{width:50px;height: 5px; display: inline-block;  background:rgba(204,204,204,.5); opacity:1; margin:0 3px; transition:0.3s all; border-radius:10px;}
#cjwt_box .swiper-pagination-bullet-active{  background: var(--main_color);}
@media screen and (max-width:768px) {
.zsjm8{ padding:50px 0 0;}
.wenti_box li .pic img{width:30px;}

.wenti_box li h3{ font-size:13px; line-height:36px; padding:0 10px; }
.wenti_box li h3 i{font-size:15px;}
.wenti_box li .da span{ font-size:14px;}
.wenti_box li .da p{top:0;line-height:1.6;  height:220px; padding-right:10px; font-size:13px; }
/*分页器*/
#cjwt_box .swiper-pagination{ display:block; width:100%; text-align:center; position:relative; cursor:pointer;}
#cjwt_box .swiper-pagination-bullet{width:8px;height:8px; display: inline-block;  background:rgba(204,204,204,.5); opacity:1; margin:0 3px; transition:0.3s all; border-radius:10px;}
#cjwt_box .swiper-pagination-bullet-active{  background: var(--main_color);}

}


.zsjm8 .box3{ padding-top:20px; text-align:center; position:relative;}
.zsjm8 .box3 img{ max-width:100%; display:block;}
.zsjm8 .box3 .ico{position:absolute; left:0; bottom:0; width:100%;}
.zsjm8 .box3 .ico li{ margin-bottom:2.6vh;}
.zsjm8 .box3 .ico li:nth-child(1) img{ max-height:9vh;}
.zsjm8 .box3 .ico li:nth-child(2) img{ max-height:4.5vh;}
@media screen and (max-width:768px) {
.zsjm8 .box3{ padding-top:20px;}
.zsjm8 .box3 img{ max-width:100%; display:block;}
.zsjm8 .box3 .ico{position:absolute; left:0; bottom:0; width:100%;}
.zsjm8 .box3 .ico li{ margin-bottom:5px;}
.zsjm8 .box3 .ico li:nth-child(1) img{ max-height:15px;}
.zsjm8 .box3 .ico li:nth-child(2) img{ max-height:10px;}


}


/*=======================投资者关系========================*/
.tzzgx_bg{padding-bottom:.8rem;}
.gsgj_box{ background:#f7f7f7; border-radius:20px; overflow:hidden; margin-top:-100px;}


/*公司股价*/
.gsgj_img { width:5.6rem;}
.gsgj_img img{ display:block;}
.gsgj_box .gujia{width:5.6rem; background:var(--main_color); color:#fff; padding:.3rem .4rem; box-sizing:border-box; border-radius:20px;}
.gsgj_box .gujia h3{font-size:.22rem;font-weight:normal; transition:all .3s; font-family:Arial, Helvetica, sans-serif;}
.gsgj_box .gujia h3 strong{font-size:.6rem; margin-right:10px;transition:all .3s; font-family: 'Beba';}
.gsgj_box .gujia p{font-size:14px;line-height:1.6; transition:all .3s;}

.gsgj_box .gujia .tit{}
.gsgj_box .gujia .tit h5{ font-size:.26rem; font-family:'alimama';}
.gsgj_box .gujia .tit dl{ font-size:.2rem; font-family:'alimama'; color:rgba(255,255,255,0.3); text-align:right; line-height:1.2;}

.gsgj_info{ padding-left:.4rem; font-family:"黑体"; margin-top:.1rem; color:#888; margin-bottom:1.5rem;}
	
.gsgj_box .shuju{width:calc(100% - 6.6rem); position:relative;}
.gsgj_box .shuju .bg{ position:absolute; z-index:1; font-size:.72rem; font-family:"Arial Black", Gadget, sans-serif; color:#f3f3f3;}
.gsgj_box .shuju ul{ position:relative; z-index:2;}
.gsgj_box .shuju li{width:25%;}
.gsgj_box .shuju li span{ display:block;}
.gsgj_box .shuju li span:first-child{ font-weight:bold; font-size:15px;color:#999; transition:all .3s; margin-bottom:.05rem;}
.gsgj_box .shuju li span:last-child{font-size:.52rem;color:#999; font-family: 'Beba';}



@media screen and (max-width:768px) {
.gsgj_img { width:100%;}
.gsgj_img img{ height:80px;}
.gsgj_box{ border-radius:15px; margin-top:-46px;}
.gsgj_box .gujia{width:100%; padding:20px 15px; border-radius:15px;}
.gsgj_box .gujia h3{font-size:16px;}
.gsgj_box .gujia h3 strong{font-size:30px;}
.gsgj_box .gujia p{font-size:10px;line-height:1.6;}

.gsgj_box .gujia .tit h5{ font-size:15px; }
.gsgj_box .gujia .tit dl{ font-size:15px;}

.gsgj_box .shuju{width:100%; padding:20px; box-sizing:border-box;}
.gsgj_box .shuju li{width:auto;}
.gsgj_box .shuju li span:first-child{ font-size:12px;  margin-bottom:5px;}
.gsgj_box .shuju li span:last-child{font-size:26px; }


}


/*公司公告*/
.gsgg_box{background:#f5f5f5;padding:.5rem .68rem;box-sizing:border-box;position:relative; border-radius:25px; margin-bottom:.5rem;}
.gsgg_box .txt{margin-top:.3rem;}
.gsgg_box .txt li{background:#fff;padding:.2rem .5rem;box-sizing:border-box;margin-bottom:.25rem; transition:all .3s; cursor:pointer; border-radius:50px;}
.gsgg_box .txt li h3{font-weight:normal;font-size:.23rem; font-family:'alimama';width:75%;transition:all .3s;}
.gsgg_box .txt li span{color:#e8e8e8;transition:all .3s; font-size:.45rem; font-family: 'Beba';}
.gsgg_box .txt li:hover{background:var(--main_color);}
.gsgg_box .txt li:hover h3{color:#fff;}
.gsgg_box .txt li:hover span{color:#fff;}

@media screen and (max-width:768px) {
.gsgg_box{padding:25px 15px 20px; border-radius:10px;}
.gsgg_box .txt{margin-top:0;}
.gsgg_box .txt li{padding:15px 10px 10px;margin-bottom:12px; }
.gsgg_box .txt li h3{font-size:13px; width:100%; margin-bottom:5px;}
.gsgg_box .txt li span{font-size:15px;color:#999;transition:all .3s;}
}


/*====================联系我们=======================*/
.page_lianxi{}
.lx_list{ margin-top:1rem;}
.lx_list li{width:48%; background:#fff; text-align:center; border-radius:15px; padding:.5rem 0; transition:0.5s all; position:relative;}
.lx_list li .tuzi{ position:absolute; left:50%; transform:translateX(-50%); top:-70px; z-index:-1; opacity:0; transition:0.5s all;}
.lx_list li .ico{ height:59px;  margin-bottom:.4rem;}
.lx_list li .ico img{transition:0.5s all;}
.lx_list li h5{ font-size:.32rem; font-family:'alimama'; line-height:1.3; }
.lx_list li h5:after{ content:''; width:.46rem; height:4px; background:var(--main_color); margin:.1rem auto .4rem; display:block; transition:0.5s all;}
.lx_list li .info{font-family:'alimama'; color:#ccc; line-height:1.6; transition:0.5s all;}
.lx_list li .info h6{ font-size:.18rem; font-weight:normal;}
.lx_list li.active{ background:var(--main_color); color:#fff;}
.lx_list li.active .info{ color:#fff; }
.lx_list li.active h5:after{  background:#fff;}
.lx_list li.active .ico img{ filter: grayscale(100%) brightness(1000%);}
.lx_list li.active .tuzi{ opacity:1;}


@media screen and (max-width:768px) {
.lx_list{ margin-top:0;}
.lx_list li{width:100%; border-radius:10px; padding:30px 10px; margin-bottom:35px;}
.lx_list li .tuzi{top:-30px;}
.lx_list li .tuzi img{width:60px;}
.lx_list li .ico{ height:46px;  margin-bottom:.4rem;}
.lx_list li .ico img{ height:46px;}
.lx_list li h5{ font-size:22px;}
.lx_list li .info h6{ font-size:15px;}

}


/*=====================公司地址===========================*/
.gsdz_bg{ margin-top:1.5rem;}
.gsdz_box{}
.gsdz_box .txt{width:100%; position:relative; z-index:99; padding:0 .3rem; box-sizing:border-box; margin-top:-1rem;}
.gsdz_box .txt li{width:31%; background:#fff; padding:.3rem .25rem; box-sizing:border-box; margin:0 0 .5rem 0; border-radius:10px; position:relative;}
.gsdz_box .txt li .tuzi{ position:absolute; left:50%; transform:translateX(-50%); top:-35px; z-index:-1; opacity:0;}
.gsdz_box .txt li .tuzi img{ width:.7rem;}
.gsdz_box .txt li.curr{ background:var(--main_color); color:#fff;}
.gsdz_box .txt li.curr .tuzi{ opacity:1;}
.gsdz_box .txt li h2{font-size:.25rem; font-family:'alimama';}
.gsdz_box .txt li h3{font-size:.2rem; font-family:'alimama'; margin-bottom:.2rem;}
.gsdz_box .txt li h2:after{content:''; width:.5rem; height:3px; background:var(--main_color); margin:.1rem 0 .15rem; display:block;}
.gsdz_box .txt li p{color:#999;margin-top:.1rem; font-family:'alimama'; font-size:.16rem; line-height:1.5;}
.gsdz_box .txt li p i{width:20px;}
.gsdz_box .txt li p span{width:calc(100% - 20px); padding-left:5px; box-sizing:border-box;}
.gsdz_box .txt li.curr p img{filter: grayscale(100%) brightness(1000%);}
.gsdz_box .txt li.curr h2:after{ background:#fff;}
.gsdz_box .txt li.curr p{color:#fff;}
	
.gsdz_map{ display:none;}
.gsdz_map.active{ display:block;}

/*地图*/
.map{position:relative;width:100%;overflow:hidden;  box-sizing:border-box; position:relative; z-index:1;}
.gsdz_map{width:100%; height:5.2rem;  box-sizing:border-box; border-radius:30px;}
.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;}

.daohang{ display:none; width:100%;}


@media screen and (max-width:768px) {
.gsdz_map{height: 7rem;}
/* .gsdz_map.active{ display:none;} */
.gsdz_box .txt{ padding:0; margin-top:0;}
.gsdz_box .txt li{width:100%; padding:15px 15px; margin:0 0 15px 0;}
.gsdz_box .txt li h2{font-size:20px; }
.gsdz_box .txt li h3{font-size:16px; margin-bottom:10px;}
.gsdz_box .txt li h2:after{ width:38px; height:3px;  margin:10px 0 15px; }
.gsdz_box .txt li p{ margin-top:6px; font-size:14px;}
.gsdz_box .txt li p i{width:15px;}
.gsdz_box .txt li p i img{ width:12px;}
.gsdz_box .txt li p span{width:calc(100% - 15px); padding-left:5px; box-sizing:border-box;}
.gsdz_box .txt li.curr p img{filter: grayscale(100%) brightness(1000%);}
.gsdz_box .txt li.curr h2:after{ background:#fff;}
.gsdz_box .txt li.curr p{color:#fff;}
.gsdz_box .txt li .tuzi{ top:-20px;}

}




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


.daohang{ display:none; width:100%;}





/*======================留言反馈======================*/
.page_liuyan .con{padding:.6rem .6rem; background:#fff;}
.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  img{height: 100%;border-top-right-radius: 50px;border-bottom-right-radius: 50px;}
.message_input  .divcat{cursor:pointer;position: absolute;right: 0;top:0;height:55px;width: 140px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #999;font-size:16px;}
.message_input li{ width: 48%; border-radius:8px; position:relative;} 
.message_input input{border: none;background:#f5f5f5;outline: none; border-radius:50px;width: 100%;padding:20px 25px;  box-sizing:border-box; font-size:15px;} 

.message_input textarea{font-size:15px; display: block;border: none;background:#f5f5f5; outline: none; width: 100%;padding: 20px 25px;box-sizing: border-box;min-height:120px; border-radius:15px;} 
.form-group label img{ position:absolute; right:0; top:0;}
.message_input .submit{ border:none;outline: none; font-size:16px; margin:15px auto 15px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:2.8rem; line-height:52px; border-radius:30px;}
.message_input .submit i{margin-left:.25rem;}


@media screen and (max-width:768px) {
.page_liuyan .other{ display:block;}
.page_liuyan_bg{background:none;padding:10px 0 60px 0;}
.page_liuyan{width:100%;}
.page_liuyan .con{ width:100%;background:none;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:#fff; border:solid 0px #e8e8e8; border-radius:20px;  color:#333; padding:12px 20px;} 
.message_input textarea{background:#fff; border-radius:10px; border:solid 0px #e8e8e8; color:#333;}
.message_input .submit{width:100%; border-radius:20px; line-height:42px;}
.message_input  img{height: 100%;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.message_input  .divcat{cursor:pointer;position: absolute;right: 0;top:0;height:43px;width: 140px;}

}


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

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

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

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

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

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

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

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


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


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

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


/*相关酒产品*/
.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;}

}


/*====================公告内容页=================*/
.show_art{max-width:1200px;margin:.8rem auto;}
.show_art .title_txt{text-align:center;}
.show_art .art_info{text-align:center;}

@media screen and (max-width:768px) {
.show_art{width:100%;padding:0 15px;box-sizing:border-box; margin:20px auto ;}
}














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

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

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



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

}


/*内页分页*/
.search-pagination{text-align:center; margin:25px 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('../image/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('../image/zoom.png') no-repeat center; border:none; background-size:23px auto;}

}



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

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

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

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

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

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

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

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

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

.buy_form .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{}


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

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


/*更多*/
.lookmore{ text-align:center; margin-top:25px;}
.lookmore a{display:inline-block;border: #ccc 1px solid; border-radius:.22rem;width:1.55rem; line-height:.42rem; color: #565656; position:relative;overflow:hidden; transition:0.5s all;}
@media screen and (max-width:768px) {
.lookmore a{  border-radius:32px;width:40%; line-height:32px;}

}
.lookmore a span{ position:relative; z-index:10}
.lookmore a:hover{color:#fff;border:var(--main_color) .01rem solid;background:var(--main_color); transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height:3.75rem;
}
}
@keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
.btn-11 {
position: relative;
color: var(--main_color);
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: .2rem;
height: .2rem;
background: var(--main_color);
border-radius: 50%;
}
.btn-11:before {
left: -.2rem;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/*     animation: criss-cross-left 0.8s reverse; */
}
.btn-11:after {
right: -.2rem;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
/*     animation: criss-cross-right 0.8s reverse; */
}
.btn-11:hover:before, .btn-11:hover:after {
/*       @include size($btn-width); */
}
.btn-11:hover:before {
-webkit-animation: criss-cross-left 0.8s both;
animation: criss-cross-left 0.8s both;
}
.btn-11:hover:after {
-webkit-animation: criss-cross-right 0.8s both;
animation: criss-cross-right 0.8s both;
}


/*向上*/
.cd-top {
  display: inline-block;
  height: 46px;
  width: 46px;
  position: fixed;
  bottom: 60px;
  right: 5px;border-radius: 50%;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.15) url(../image/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: var(--main_color);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 46px;
    width: 46px;
    right: 5px;
    bottom: 60px;
  }
}
.cd-top:hover{background-color:var(--main_color);transition: all 0.3s ease 0s;}



