@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#004DA1;        /*主色 */
    --second_color:#E60012;      /* 副色 */   
	--hui_color:#eff0f4;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "ali";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/j0ablAVOdQDP/nx7Ik610lWfv.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/j0ablAVOdQDP/RF0giJ1AZ8TZ.woff") format("woff");font-variation-settings: normal;font-display: swap;
}

.webfont {
  font-family: "ali";font-variation-settings: normal; /* Chrome 140 以下版本需要 */}
  
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,PingFang SC,Arial, sans-serif; overflow-x:hidden;background:#fff; scroll-behavior: smooth;}
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; }
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{ color:var(--main_color);}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.bottom_blank{height:.6rem;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:.4rem;}
.mt50{margin-top:.5rem;}
.mb_50{ padding-bottom:.5rem;}
section{background:#fff; position:relative;}

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


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

/*======================主体宽度======================*/
.only_pc_show{ display:block;}
.only_m_show{display:none;}
img.pic_cover{width:100%; height:100%;object-fit:cover; display:block;}
.main{width:90%; margin: auto; max-width: 1400px;}

@media screen and (max-width:768px) {
	body{font-size:14px; }
	.main{width:100%; padding:0 15px; box-sizing:border-box;}
	.only_pc_show{ display:none;}
	.only_m_show{ display:block;}
}
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}
.t_right_center{display:flex; flex-direction:column; justify-content:center; align-items:flex-end;}
.t_center_nowrap{display:flex; justify-content:center;align-items:center;}

/*文字省略*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 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;}


/*=============顶部==============*/
.top_header{background:#f2f3f5;line-height:35px; font-size:12px; color:#666;}
.top_header .left{}
.top_header .right a{position:relative;padding:0 15px;}
.top_header .right a:before{position:absolute;content:'';right:-1px;top:50%; transform:translateY(-50%);width:1px;height:13px;background:#c3c4c5;}
.top_header .right a:last-child:before{display:none;}

.top_header .right li{margin-left:30px; position:relative;}
.top_header .right li:before{position:absolute;content:'';right:-15px;top:50%; transform:translateY(-50%);width:1px;height:13px;background:#c3c4c5;}
.top_header .right li:last-child:before{display:none;}

.top_header .right span {color: #ee0000;font-weight: bold; font-size:14px;}
.top_header .right span i {margin-right: 5px;}


/*头部*/
.header{z-index:900;width: 100%; background:#fff; position:relative; /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/ /*background:url(../images/topbg.jpg) no-repeat center; background-size:cover;*/}
/*.header:before{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:rgba(255,255,255,0.2); transition:1s}
.header.on:before{ width:100%}*/
.header .logo {height:95px; transition:0.5s all;}
.header .logo img{display:block; height:.45rem; /*filter: grayscale(100%) brightness(6000%);*/}



/*下拉菜单*/
.navBox {position:relative;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li { position: relative;}
.navBox .nav li>a {padding: 0 .15rem; position: relative; height:100%; display:flex; justify-content:center;align-items:center; }
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:max(15px , .16rem);color:#333;transition:0.5s all;}
.navBox .nav li.active>a .txt{ color:#fff;}
.navBox .nav>li.curr>a .bg {background: var(--main_color);position: absolute;left: 50%; margin-left:-9px; border-radius:20px; bottom:20px;width:18px;display: block;height:3px;transition: 0.5s;}

.navBox .nav>li>a:after{ content:''; display:block; z-index:0; width:100%; height:0; position:absolute; left:0; bottom:0; background:var(--main_color); transition:0.5s all;}
.navBox .nav>li:hover>a:after{height:100%; left:0; bottom:0;}

.subNavbox{white-space: nowrap; min-width:125%; position:absolute; top:100%;left:50%;background:#fff; -webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,20px);transform:translate(-50%,20px); border-radius:10px;padding:.1rem 15px;opacity:0; pointer-events:none; transition:all .5s;box-shadow:0 1px 20px rgba(0,0,0,.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 #e8e8e8}
.subNavbox a{display:block;position:relative;font-size:.16rem;padding:.15rem 0; -webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);-ms-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1); text-align: center; }
.subNavbox a:before{content:"";position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background: var(--main_color);-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s cubic-bezier(.162,.85,.45,1);transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.subNavbox a.active,.subNavbox a:hover{color:var(--main_color)}
.subNavbox a.active:before,.subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }


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

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

.header .tc-box {width: 700px;max-width: 90%;margin: 0 auto;box-sizing: border-box;  /* background:#fff; */display: block;position: relative;z-index: 1;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: hidden;
}
.header .tc.act .tc-box {-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform: scale(1);}

/*搜索弹窗内容样式*/
.header .tc-box form {position: relative;}
.header .tc-box .tc_fdj {position: absolute;left: 20px;display: block;height:.75rem;width: 25px;background: url(../images/icon-sq2.png) center no-repeat;}
.header .tc-box #keyword {width: 80%;height:.75rem;padding: 0 15px;padding-left:55px;font-size:.18rem;color: #999;box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.header .tc-box .btn_submit {width: 20%; height:.75rem; line-height:.75rem;background:var(--main_color);font-size:.2rem;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}

/*======================电话======================*/
.header .tel{ color:var(--main_color); font-size:.25rem; transition:0.5s all; margin-left:.22rem; font-family:dinpro5;}
.header .tel svg{width:.22rem; fill:var(--main_color); margin-right:6px; transition:0.5s all;}
.header_scroll .tel,.header_white .tel{ color:var(--main_color);}
.header_scroll .tel svg,.header_white .tel svg{fill:var(--main_color);}





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

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

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

.header{height:60px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);padding:0;position: relative;z-index: 88888; position:fixed; width:100%;}
.header .logo {height:60px;}
.header .logo img{height:30px;}
.header .logo .wz{display:none;}

.header_scroll.header:before{ background:rgba(0,0,0,0);}

.header_right,.header_nav{display:none;}
.m_header_right{display:flex;}
.top_blank{height:60px;}



.m_header_scroll{background:#fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
.m_header_scroll .top_serch a svg{fill:#999;}
.m_header_scroll .logo img{filter: grayscale(0%) brightness(100%);}
.m_header_scroll .logo .txt h2{color:#000;}
.m_header_scroll .logo .txt p{color:#888; }

	

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

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

/*手机下拉菜单*/
.m_menu{overflow-x: hidden;overflow-y: auto;}
.m_menu .nav1 ul{ padding:0 0 0 30px; display:none; background-color:#fff;}
.m_menu .item{border-bottom: 1px solid #efefef; padding:16px 10px; font-size:16px;}
.m_menu .item i{float:right; color:#ccc; transition:0.3s all;}
.m_menu .item.active> i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}


/*电话*/
.m_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;}
.body_events{position:fixed; width:100%;}
}


/*======================轮播图======================*/
#banner {width:100%;height:calc(100vh - 130px); max-height:6.8rem; position:relative; z-index:0; overflow:hidden;}
#banner .swiper-slide { overflow: hidden;} 
#banner .slide-inner { position: absolute; left: 0; top: 0; right:0; bottom:0; background-size: cover; background-position: center; background-repeat: no-repeat;}
#banner .swiper-button-prev{ background:url(../images/banner_left.png) center no-repeat; opacity:.8; left:2%;} 
#banner .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat; opacity:.8; right:2%;} 

#banner .txt{ position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%;text-shadow:rgba(0,0,0,0.2) 0px 1px 10px; background: linear-gradient(to right, rgba(0,77,161,.2), rgba(255,255,255,0));}
#banner .txt h3{font-size:3.8vw; color:#fff; margin-bottom:0; line-height:1.2; /*transform:translateY(200px);opacity:0;*/transition:all 0.3s; font-family:ali; }
#banner .txt p{font-size:2vw; color:#fff; margin-bottom:.5rem; /*transform:translateY(200px);opacity:0;*/transition:all 0.6s;}

#banner .swiper-slide-active .txt h3,
#banner .swiper-slide-active .txt p{transform:translateY(0px);opacity:1; transition-delay:1s;}

/*	
#banner .swiper-slide:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.1);background-image:-webkit-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,0) 20%);background-image:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,0) 20%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);z-index: 1;}
*/

/*#banner .swiper-slide::before {display: block;content: '';position: absolute;left: 0;top: 0;z-index: 2;width: 100%;height: 100%;
    background-image: linear-gradient(to right, var(--main_color), rgba(0, 0, 0, 0.1)); opacity:0.3;}*/
	
/*左右切换按钮*/	
.draw_h{ width: 67px !important; height: 67px !important; line-height: 67px !important; display:block; border-radius: 50%; box-sizing:border-box;} 
.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5);  box-sizing:border-box;border-radius: 50%;} 
svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;} 
svg.drawcircle circle {
 fill: none; box-sizing:border-box;
 stroke-width: 2;
 stroke: none;
 stroke-dasharray: 0 , 188.49;
 stroke-dashoffset:188.49;
 transition: all .3s linear 0s;	 
} 
.draw_h:hover svg.drawcircle circle { 
 stroke:#fff;
 stroke-dasharray:188.49 , 0;
 stroke-dashoffset:188.49;
 -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
 transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1); 
} 
.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%); 
} 
.draw_h:hover .icon{ fill:#0081cc;} 


/*分页器*/
#banner .swiper-pagination{bottom:.25rem;}
#banner .swiper-pagination-bullet {width: 40px;height: 5px;border-radius:5px;background: rgba(255, 255, 255, .5);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: 5px;z-index: 1;transition: 0s; border-radius:5px;}
#banner .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease; border-radius:3px;}

@media screen and (max-width:768px) {
#banner {height:210px; position:relative; }
#banner .swiper-slide{display: block;}
#banner .txt { box-sizing:border-box;}
#banner .txt h3{ font-size:25px; line-height:1.3; margin-bottom:0;}
#banner .txt p{font-size:16px; line-height:1.3; text-align:center;}
#banner .draw_h{display:none;}
#banner .swiper-pagination{bottom:15px;}
#banner .swiper-pagination-bullet {width:30px;}
}	



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

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

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



/*======================通用标题======================*/
.main_tit .ico img{width:50px;}
.main_tit h2{font-size:36px;font-weight:normal;margin-left:15px;color:#000;}

@media screen and (max-width:768px) {
.main_tit .ico img{width:30px;}
.main_tit h2{font-size:22px;margin-left:10px;}

}

/*页面标题*/
.main_tit1{padding:.68rem 0 .35rem;width:100%;  text-align:center;}
.main_tit1 h2{ font-size:.4rem; color:#000; font-weight:normal;}
.main_tit1 .line {display: block;width:25px;height: 4px;background:var(--main_color); margin: 20px auto auto auto; border-radius:5px;}
.main_tit1 p{font-size:16px; color:#666; margin-top:15px; line-height:1.8; letter-spacing:3px;}
.main_tit1 span{display:block;font-size:.2rem;font-weight:lighter; color: rgba(0,0,0,0.38); margin-bottom:.15rem; line-height:1.8; text-transform:uppercase; letter-spacing:3px;}

@media screen and (max-width:768px) {
.main_tit1{padding:25px 0 15px;width:100%;  text-align:center;}
.main_tit1 h2{ font-size:20px;}	
.main_tit1 p{font-size:13px; margin-top:5px; letter-spacing:0px;}
.main_tit1 span{font-size:13px; margin-bottom:5px;letter-spacing:0;font-weight:normal;}
.main_tit1 .line{margin: 10px auto auto auto;}
.main_tit1 p br{display:none;}

}



/*============首页--关于我们=============*/
.index_about{ padding:1rem 0; background:url(../images/map_bg1.png) no-repeat left .5rem top; overflow:hidden; position:relative;}
.index_about .txt{ width:45%; }
.index_about .txt h3{font-size:.4rem; margin-bottom:.3rem;color:#000;}
.index_about .txt .desc{font-size:.16rem; line-height:2; text-align:justify;}

.index_about .pic{width:48%; position:relative; overflow:hidden;}
.index_about .pic{position:relative;overflow:hidden;border-radius:10px;}
.index_about .pic>img{width:100%;height:100%;object-fit:cover;display:block;transition:all .5s;}

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

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

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media screen and (max-width:768px) {
.index_about{ padding:25px 0; background:url(../images/map_bg1.png) no-repeat center top; background-size:150% auto;}
.index_about .txt{ width:100%; }
.index_about .txt h3{font-size:20px; text-align:center; margin-bottom:15px; position:relative;}
.index_about .txt h3:after{ content:''; display:block; width:20px; height:3px; background:var(--main_color); border-radius:3px; margin:10px auto 0;}

.index_about .txt .desc{font-size:15px; line-height:1.8; }
.index_about .pic{width:100%; border-radius:10px;}

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



/*数字*/
.index_shuzi{margin-top:1rem; }
.index_shuzi li{ color:var(--main_color);  position:relative;  box-sizing:border-box; text-align:center; font-size:.16rem;}
.index_shuzi li i{font-size: .33rem; font-style:normal; margin-right:2px; font-weight:bold;}
.index_shuzi li sup{font-size:.22rem;}
.index_shuzi li span{ }
.index_shuzi li p{ font-size:14px; margin-top:6px; color:#666; text-align:center; }


@media only screen and (max-width: 768px){
.index_shuzi{margin:35px 0; width:100%;}
.index_shuzi li{ font-size:12px;}
.index_shuzi li i{font-size:22px;}
}


/*首页视频*/
.index_video{width:100%; position:relative;}
.index_video .pic {}
.index_video .pic img{width:100%; display:block;}
.index_video .video_play{ position:absolute; left:50%; top:50%; margin-left:-36px;margin-top:-36px;}
.index_video .video_play img{width:72px; display:block; transition: all 0.8s ease 0s;}
.index_video .video_play img:hover{
  cursor:pointer;
  transform:rotate(360deg);
-ms-transform:rotate(360deg); 	/* IE 9 */
-moz-transform:rotate(360deg); 	/* Firefox */
-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
-o-transform:rotate(360deg); 	/* Opera */
}


/*==============首页-产品介绍=================*/
.index_pro{ background: url('../images/in_box3_bg.jpg') no-repeat center;background-size: cover;padding:1rem 0; position:relative;}
.index_pro:before{position:absolute;content:'';width:100%;height:100%;left:0;top:0; background:rgba(0,77,161,.9); z-index:1;}

.index_pro .tit{margin-bottom:.4rem;position:relative; z-index:222;}
.index_pro .main_tit{padding:0;}
.index_pro .main_tit h2,.index_pro .main_tit p,.index_pro .in_ck p{color:#fff;}
.index_pro .in_ck .ico{border:1px dotted #fff;}
.index_pro .in_ck .ico img{filter: grayscale(100%) brightness(6000%);}
.index_pro .in_ck:hover p{color:#fff;}

#index_pro{position:relative; z-index:222; padding:0 .25rem; box-sizing:border-box; }

.pro_list li{background:#fff;padding:.4rem .3rem .5rem;box-sizing:border-box;border-radius:10px;overflow:hidden;transition:0.5s all;}
.pro_list li .txt{text-align:center;}
.pro_list li .txt h3{display:block;width:100%;font-size:.22rem; border-bottom:1px solid #ddd;padding-bottom:.2rem;margin-top:.3rem; transition:all .3s;}
.pro_list li .desc{margin:.2rem 0 .2rem;line-height:1.8; color:#666;}
.pro_list li:hover .txt h3{color:var(--main_color);}

.pro_list .more span{width:.36rem; height:.36rem; border-radius:100%; background:#dde6ec; transition:.3s all;}
.pro_list .more span svg{width:.25rem; }
.pro_list li:hover .more span{background:var(--main_color);}

.pro_list li .pic{overflow:hidden;border-radius:100%;width:80%;margin:0 auto;}
.pro_list li .pic img{width:100%;transition:all .5s;}
.pro_list li:hover .pic img{ transform:scale(1.1,1.1);}

@media screen and (max-width:768px) {
.index_pro{ padding:40px 0;}


.pro_list li.swiper-slide { position:relative; transform:scale(0.88);}
.pro_list li.swiper-slide-active{ transform:scale(1);}
.pro_list li .txt{width:100%;}
.pro_list li .txt h3{font-size:16px; }
.pro_list li .desc{height:auto; }
.pro_list li .desc p{line-height:1.6; padding-left:0; margin-bottom:.15rem;}

.pro_list .more span{width:30px; height:30px; display:none;}
.pro_list .more span svg{width:20px; }


}
/*内页产品列表*/
.page_pro_list li{width:49%; margin-bottom:.3rem; }
.page_pro_list li .desc{height:auto;}
@media screen and (max-width:768px) {
.page_pro_list li{width:100%; margin-bottom:15px; }
}

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

/*分页器*/
#index_pro .pro_num{position:absolute;left:0;bottom:0;}
#index_pro .pro_num .num01{position:relative;top:10px;color:rgba(255,255,255,.5);font-family:'dinpro5';font-size:22px;}
#index_pro .pro_num .num01 .active{color:rgba(255,255,255,1);}
#index_pro .pro_num .total{position:relative;left:200px;top:-12px;color:rgba(255,255,255,.5); font-family:'dinpro5';font-size:22px;}
#index_pro .swiper-pagination-progressbar{width:160px!important;left:30px!important;right:auto!important;top:auto!important;background:rgba(255,255,255,.5)!important;height:3px!important;}
#index_pro .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:rgba(255,255,255,1)!important;}
#index_pro .swiper-pagination { text-align:center; width:100%; bottom:20px;right:0;}
#banner .swiper-pagination span { opacity: 1;}


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

#index_pro{padding:0 15px 50px;}

#index_pro .pro_num .num01{top:18px; font-size:22px;}
#index_pro .pro_num .total{ top:-5px; font-size:22px;}

/*按钮切换*/
.index_pro .swiper-button-prev,.index_pro .swiper-button-next {width:33px;height: 33px;}
.index_pro .swiper-button-prev{left:auto;right:46px;}

/*分页器*/
#index_pro .swiper-pagination { bottom:15px;right:0;}
}


/*======================首页--模块2======================*/
.index_box2{padding:.7rem 0 1.3rem; overflow:hidden;}
.index_box2 .tabs{margin-left:40px;}
.index_box2 .tabs a{padding-left:15px;font-size:20px;position:relative;margin-right:20px;}
.index_box2 .tabs a:before{content:'';position:absolute;width:0;height:8px;border-radius:100%;background:var(--main_color);left:0;top:50%; transform:translateY(-50%); transition:all .3s;}
.index_box2 .tabs a.active{font-weight:bold;color:var(--main_color);}
.index_box2 .tabs a.active:before{width:8px;}
.index_box2 .tabs a:hover:before{width:8px;}

.in_ck p{color:#888;font-size:16px;margin-right:5px; transition:all .5s;}
.in_ck .ico{width:30px;height:30px;border:1px dotted var(--main_color);border-radius:100%; transition:all .5s;}
.in_ck .ico img{width:15px;}
.in_ck:hover p{color:var(--main_color);}
.in_ck:hover .ico{ transform:translateX(5px);}

.index_box2 .con{margin-top:30px;height:380px;position:relative;}
.index_box2 .con .item{position:absolute;width:100%;height:100%;left:0;opacity:0;}
.index_box2 .con .item.active{opacity:1; z-index:2;}

/*首页新闻焦点图*/
#focus{width:45%; height:4rem; min-height:380px; margin:0;}
#focus .swiper-slide{overflow:hidden; position:relative;  }
#focus .swiper-slide img{width:100%;height:100%; object-fit: cover;  display:block;}

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

#focus .swiper-slide p{ width:100%; font-size:16px; padding:30px 100px 25px 15px;  position:absolute; left:0; bottom:0; background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.8) 99%); color:#fff; box-sizing:border-box;}


.in_news_list1{width:50%;}
.in_news_list1 li{width:50%;background:#fff;padding:25px 20px;box-sizing:border-box;border-bottom:1px solid rgba(204,204,204,.4); cursor:pointer;transition:all .3s;}
.in_news_list1 li:nth-child(odd){border-right:1px solid rgba(204,204,204,.4);}
.in_news_list1 li:nth-child(5),.in_news_list1 li:nth-child(6){margin-bottom:0;border-bottom:none;}
.in_news_list1 li h3{font-weight:normal;font-size:17px;line-height:1.4;transition:all .3s;}
.in_news_list1 li dd{color:#888;margin-top:15px;transition:all .3s;}
.in_news_list1 li:hover{background:var(--main_color);}
.in_news_list1 li:hover h3,.in_news_list1 li:hover dd{color:#fff;}

@media screen and (max-width:768px) {
.index_box2{padding:25px 0 20px;}
.index_box2 .tabs{width:100%;margin:20px 0;}
.index_box2 .tabs a{padding-left:10px;font-size:16px;margin-right:5px;}
.index_box2 .tabs a:before{height:6px;}
.index_box2 .tabs a.active:before{width:6px;}
.index_box2 .tabs a:hover:before{width:6px;}

.in_ck p{font-size:13px;}
.in_ck .ico{width:25px;height:25px;}
.in_ck .ico img{width:12px;}

.index_box2 .con{margin-top:20px;height:780px;}

/*首页新闻焦点图*/
#focus{width:100%;margin:0 0 0; height:220px; min-height:auto;}

/*分页器*/
#focus .swiper-pagination{bottom:15px;}
#focus .swiper-slide p{ padding:30px 100px 15px 15px; }

.in_news_list1{width:100%;}
.in_news_list1 li{width:100%;margin-bottom:0;padding:15px 0; border-right:none;}
.in_news_list1 li:nth-child(odd){border-right:none;}
.in_news_list1 li:nth-child(5),.in_news_list1 li:nth-child(6){margin-bottom:0;border-bottom:1px solid rgba(204,204,204,.4);}
.in_news_list1 li h3{font-size:16px;}
.in_news_list1 li dd{margin-top:10px;}
}


/*============首页 视频课程==============*/
.index_video{background: url(../images/bg2.jpg) no-repeat center top;background-size: cover;padding:.8rem 0 .6rem;}

/*=============首页图片列表===============*/
.in_pic_list{ margin-top:.4rem;}
.in_pic_list li{width:23%; margin-right:2.5%; margin-bottom:.25rem;  background:#fff; border-radius:.1rem; overflow:hidden; transition:0.3s all;}
.in_pic_list li:hover{background:var(--main_color); color:#fff;}
.in_pic_list li:nth-child(4n){ margin-right:0;}
.in_pic_list li .pic{ overflow:hidden;}
.in_pic_list li .pic img{width:100%; display:block; transition:0.3s all;}
.in_pic_list li:hover .pic img{ transform:scale(1.05);}
.in_pic_list li .txt{ font-size:max(14px, .16rem); text-align:center;line-height:.46rem;}
.in_pic_list li:hover a{color:#fff;}
@media screen and (max-width:768px) {
.in_pic_list li{width:48%; margin-right:4%; margin-bottom:15px; border-radius:6px;}
.in_pic_list li:nth-child(3n){ margin-right:auto;}
.in_pic_list li:nth-child(2n){ margin-right:0;}
.in_pic_list li .txt{ font-size:15px; line-height:40px;}
}



























/*================底部=====================*/
.foot_bg{ width:100%; background:url(../images/foot-map.png) no-repeat center top #123b7b; background-size:auto 80%; padding:.8rem 0 0rem 0;}

.footer_nav{width:calc(100% - 7.5rem); }
.footer_nav .db_dh dt{display:inline-block;height:35px; position:relative; border-bottom:solid 0px rgba(255,255,255,0.2);}
/*.footer_nav .db_dh dt:after {width: 20px;height: 2px;position: absolute;left: 0;bottom: -1px;content: '';background:var(--second_color);}*/
.footer_nav .db_dh dt a{font-size:.17rem;color:#fff;font-weight:bold;}
.footer_nav .db_dh dd a{color:rgba(255,255,255,.56); transition:0.5s all; display:block;  line-height:2.4;}
.footer_nav .db_dh a:hover{ color:#fff;}

.b_contact{width:4.2rem;box-sizing:border-box;}
.b_contact .f_logo h2{color:#fff;font-size:.28rem; letter-spacing:2px;}
.b_contact .f_logo img{ height:.46rem;}
.b_contact .f_info{margin-top:30px;}
.b_contact .f_info .item{margin-bottom:.2rem;}
.b_contact .f_info .ico{width:18px;  box-sizing:border-box; text-align:center; padding-top:3px;}
.b_contact .f_info .ico img{width: 100%; display:block;}
.b_contact .f_info .txt{width: calc(100% - 20px); color: #fff;opacity: 0.68;line-height:1.6; padding-left:10px; box-sizing:border-box; font-size:14px; text-align:justify;}
.b_contact .f_info .txt a{position: relative; color: #fff;}
.b_contact .f_info .item:nth-child(1) .txt,
.b_contact .f_info .item:nth-child(2) .txt,
.b_contact .f_info .item:nth-child(3) .txt{ font-size:15px;}

.f_ewm{ text-align:center; width:1.2rem; color:rgba(255,255,255,.56); line-height:1.5;}
.f_ewm img{width:100%; margin-bottom:5px; }


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

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

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

.copyright{ padding:.25rem 0; background:#0c2d5e; color:rgba(255,255,255,0.5);text-transform:uppercase; font-size:14px; margin-top:.6rem;}
.copyright a{color:rgba(255,255,255,0.5);}
.copyright br{display:none;}
.m_foot_bg{display:none;}

@media only screen and (max-width: 768px){
.foot_bg{ padding:50px 0 0 0; }
.b_contact{width:100%;margin-bottom:20px; padding-right:0; text-align:center;}
.b_contact .f_logo h2{font-size:20px;text-align:center; letter-spacing:0;}
.footer_nav{display:none;}

.b_contact .f_info{margin-top:20px;text-align:center;}
.b_contact .f_info .item{margin-bottom:10px; }
.b_contact .f_info .ico{display:none;}
.b_contact .f_info .txt{width:100%; padding-left:0; text-align:center;}

.f_ewm{width:100px; margin:auto;}


.f_zmt{justify-content:center;align-items:center;}
.f_zmt li{margin:0 8px;}
.f_zmt li .ico{width:40px;height:40px;}
.f_zmt li .ico img{width:50%;}


.copyright {margin-top:15px;}
.copyright p{width:100%; line-height:1.6; text-align:center; font-size:12px;}
.copyright br{display:block;}

}


/*======================内页banner======================*/
.page_ban{overflow:hidden; max-height:5rem; position:relative;}
.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0;  z-index:9; background: linear-gradient(to right, rgba(0,77,161,.68), rgba(255,255,255,0));}
/*.page_ban:after{ content:''; display:block; width:100%; height:1.6rem; position:absolute; left:0; bottom:0; background-image:linear-gradient(to bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.5)); z-index:3;}*/
.page_ban .txt h2 { font-size:.56rem; line-height:1.5; color:#fff; font-family:ali; }
.page_ban .txt h5 { font-size:.32rem; font-weight:500; color:#fff;  letter-spacing:1px; text-transform:uppercase;}


@media screen and (max-width:768px) {
.page_ban{height:150px;}
.page_ban img{width:100%;height:100%;object-fit:cover;display:block;}
.page_ban .txt h2 { font-size:.42rem; }

}



/*======================侧边导航栏======================*/
.page_box{padding:50px 0 80px;}

.tab_nav{width:240px;}
.tab_nav .tit{height:80px;line-height:80px; background: url('../images/tab_nav_bg.png') no-repeat center var(--main_color);border-radius:5px;}
.tab_nav .tit h2{color:#fff;font-size:.25rem;margin-left:20px;}
.tab_nav ul{background:#F2F9FF;padding:20px 20px;box-sizing:border-box;border: 1px solid #e9eff3;border-top:none;}
.tab_nav ul li{ cursor:pointer;width:100%;border:1px solid transparent;padding:12px 0 12px 0;box-sizing:border-box;position:relative;text-align:center;margin-bottom:2px; background: url( ) no-repeat center right 10px;}
.tab_nav ul li:before{content: '';display: block;width: 2px;height: 16px;background: var(--main_color);position: absolute;left: 0;top: 50%;transform: rotateX(90deg);-webkit-transform: rotateX(90deg);margin-top:-8px;transition:all .5s;}
.tab_nav ul li a{display:block;color:#666;font-size:16px;transition:all .3s;}
.tab_nav ul li.active{border: 1px solid #e2eaef;background: url(../images/jtb.png) no-repeat center right 10px #fff;box-shadow: 0 10px 10px rgba(16, 80, 165, 0.05);border-radius:5px;}
.tab_nav ul li.active:before{transform: rotateX(0);-webkit-transform: rotateX(0);}
.tab_nav ul li.active a{color:var(--main_color);}
.tab_nav ul li:hover{border: 1px solid #e2eaef;background: url(../images/jtb.png) no-repeat center right 10px #fff;box-shadow: 0 10px 10px rgba(16, 80, 165, 0.05);border-radius:5px;}
.tab_nav ul li:hover:before{transform: rotateX(0);-webkit-transform: rotateX(0);}
.tab_nav ul li:hover a{color:var(--main_color);}


.page_con{width:calc(100% - 300px);}

/*=============PC位置导航===============*/
.pc_right_weizhi{padding:.2rem 0;border-bottom: 1px solid #E2EAEF;margin-bottom:.35rem;}
.pc_right_weizhi h2{font-size:.25rem;position:relative;padding-left:15px;}
.pc_right_weizhi h2:before{position:absolute;content:'';width:5px;height:15px; border-radius:5px; background:var(--main_color);top:50%; transform:translateY(-50%);left:0;}
.pc_right_weizhi .weizhi{color:#666;}
.pc_right_weizhi .weizhi i{font-size:16px;margin-right:8px;}
.pc_right_weizhi .weizhi span{ padding:0 5px;}

.pc_right_weizhi .weizhi a{color:#666; transition:all .3s;}
.pc_right_weizhi .weizhi a:hover{color:var(--main_color);}

@media screen and (max-width:768px) {
.page_box{padding:15px 0 30px;}
.page_con{width:100%;}
.pc_right_weizhi{padding:10px 0;margin-bottom:30px; border-bottom:0;}
.pc_right_weizhi h2{font-size:20px;padding-left:0; text-align:center; width:100%;}
.pc_right_weizhi h2:before{width:20px;height:4px; left:50%; top:auto; bottom:-15px; transform:translate(-50%,0);}
.pc_right_weizhi .weizhi{display:none;}
}


/*=============资质荣誉列表页===============*/
.zhizi_list{}
.zhizi_list li{width:23.5%; margin-right:2%; margin-bottom:.25rem;}
.zhizi_list li:nth-child(4n){ margin-right:0;}
.zhizi_list li .pic{ height:2rem; border:solid 1px #e8e8e8; background:#f8f8f8;}
.zhizi_list li .pic img{ max-width:85%; max-height:80%; transition:0.3s all;}
.zhizi_list li:hover .pic img{ transform:scale(1.05);}
.zhizi_list li .txt{ font-size:max(15px, .16rem); text-align:center; margin-top:.15rem;}
@media screen and (max-width:768px) {
.zhizi_list li{width:48%; margin-right:4%; margin-bottom:15px;}
.zhizi_list li:nth-child(2n){ margin-right:0;}
.zhizi_list li .pic{ height:150px; border:solid 1px #e8e8e8; background:#f8f8f8;}
.zhizi_list li .txt{ font-size:14px; margin-top:12px;}

}

/*=============图片列表页===============*/
.page_list_pic{}
.page_list_pic li{width:31%; margin-right:3.5%; margin-bottom:.25rem;  background:#f2f2f2; border-radius:.1rem; overflow:hidden; transition:0.3s all;}
.page_list_pic li:hover{background:var(--main_color); color:#fff;}
.page_list_pic li:nth-child(3n){ margin-right:0;}
.page_list_pic li .pic{ overflow:hidden;}
.page_list_pic li .pic img{width:100%; display:block; transition:0.3s all;}
.page_list_pic li:hover .pic img{ transform:scale(1.05);}
.page_list_pic li .txt{ font-size:max(14px, .16rem); text-align:center;line-height:.46rem;}
.page_list_pic li:hover a{color:#fff;}
@media screen and (max-width:768px) {
.page_list_pic li{width:48%; margin-right:4%; margin-bottom:15px; border-radius:6px;}
.page_list_pic li:nth-child(3n){ margin-right:auto;}
.page_list_pic li:nth-child(2n){ margin-right:0;}
.page_list_pic li .txt{ font-size:15px; line-height:40px;}
}

/*=============图片内容页===============*/
.pic_art_show{}
.pic_art_show .tit_h1{ font-size:.3rem; color:#000; text-align:center; border-bottom:solid 1px #e8e8e8; padding-bottom:.25rem; margin-bottom:.35rem;}
@media screen and (max-width:768px) {
.pic_art_show{ padding-top:20px;}
.pic_art_show .tit_h1{ font-size:20px; padding-bottom:15px; margin-bottom:20px;}
}

/*师资力量*/
.team_list li{width:21%; margin-right:5.2%; background:#fff;border-radius:10px; box-sizing:border-box;margin-bottom:.5rem;overflow:hidden;position:relative;transition:all .5s; box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2); padding-bottom:.25rem;}
.team_list li:nth-child(4n){ margin-right:0;}
.team_list li .pic{overflow:hidden}
.team_list li .pic img{width:100%;display:block; transition:all .5s}

.team_list li .teamName {position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;background: #fff;background-size: 100% auto;padding-top: 0.26rem;
    padding-bottom: 0.15rem;}

.team_list li .teamName::before {content: '';position: absolute;top: -0.2rem;left: 0;width: 100%; height: 0.27rem; background: url("../images/teamybg.png") no-repeat top center; background-size: 100% auto;}

.team_list li .teamName h2 {font-size:max(15px, .2rem); font-weight:normal; color: #222;margin-bottom: 10px;}
.teamBox .teamItem .teamName span {font-size: 16px;color: #7f7f7f; /*line-height:32px;*/min-height:36px;display: block;}

@media screen and (max-width:768px) {
.team_list li{width:46%; margin-right:8%; padding-bottom:15px;}
.team_list li:nth-child(2n){ margin-right:0;}
.team_list li .teamName::before {top: -0.26rem;}

}


/*=======师资力量内容页=========*/
.team_show{}
.team_side{text-align: center;position: relative; width:2.25rem; }
.team_side .pic{ width:100%; position:relative; margin-bottom:.5rem;}
.team_side .pic img{width:100%; display:block;}
.team_side .pic:after{ content:''; width:100%; height:100%; background:#f2f2f2; position:absolute; left:.15rem; top:.15rem; z-index:-1}

.team_side h1{width:136px; line-height:136px; border-radius:100%; text-align:center;font-size:.3rem; position:absolute; right:-90px; top:35%;  background:#E4C95D; color:#fff;}

.team_side .char a{width: 36px;height: 36px;margin: 0 10px;background-image: url(../images/pic_69.png);background-repeat: no-repeat;display: inline-block;}
.team_side .char a.perv{background-position: 0 0;}
.team_side .char a.next{background-position: -36px 0;}
.team_side .char a.perv:hover{background-position: 0 -36px;}
.team_side .char a.next:hover{background-position: -36px -36px;}

.team_con{width:calc(100% - 3rem);}
.team_con h3{ font-size: .22rem;padding: 22px 0 22px 31px;margin-bottom: 34px;background: #f2f2f2;}
.team_con h3 img{margin-right: 18px; vertical-align:middle;}
.team_con h3 span{ margin-left:.18rem; font-size:15px; color:var(--second_color);}
.team_con .article{ color: #666;line-height:2; padding:0 .1rem; font-size:max(15px,.16rem); text-align:justify;}
.team_con .article p{ margin-bottom:.2rem;}
@media screen and (max-width:768px) {
.team_side{ width: 100%; margin-bottom:25px;}
.team_side .pic{ width:60%; margin:0 auto 35px;}
.team_side .pic:after{left:15px; top:15px;}
.team_side h1{width:125px; line-height:125px; font-size:20px; right:-50px; top:35%; display:none;}
.team_con{width: 100%;}

.team_con{width:100%;}
.team_con h3{ font-size:18px;padding: 20px 0 20px 25px;margin-bottom:25px; }
.team_con h3 img{margin-right: 18px; vertical-align:middle;}
.team_con h3 span{ margin-left:10px; font-size:18px; } 
.team_con .article{ padding:0 10px; font-size:14px;}
.team_con .article p{ margin-bottom:15px;}
}


/*常见问答*/
.wenda_list{} 
.wenda_list li{ margin-bottom:.15rem; box-shadow: 0px 0px 20px 0px rgb(20 18 18 / 5%);} 
.wenda_list li .tit{height: 80px;line-height: 80px;  padding: 0 50px 0 30px;  overflow: hidden;font-size:.18rem; background: #fff; border-radius:.1rem; position: relative;cursor: pointer;}
.wenda_list li .tit:after {content: '';position: absolute;right: 50px;top: 50%;width: 35px;height: 35px; transform:translateY(-50%); border-radius: 50%;box-sizing: border-box;border: #eee solid 1px;background: #fff url(../images/jiahao.png) center no-repeat;}
.wenda_list li .tit.active:after {border:var(--main_color) solid 1px;background: #fff url(../images/jianhao.png) center no-repeat;}
.wenda_list li .tit span{color: #fff;display:inline-block;text-transform: uppercase;width: 30px;height: 30px;line-height: 30px;text-align: center;border-radius: 50%;background:var(--main_color); margin-right:20px;}
.wenda_list li .con{padding: .25rem 50px .2rem 30px; display:none;}
.wenda_list li .con .da{background:var(--second_color);width: 30px;height: 30px;border-radius: 50%;text-align: center;line-height: 30px;font-size:.18rem;color: #fff;}
.wenda_list li .con .box{width:calc(100% - 30px); font-size:.16rem; line-height:1.8; padding-left:.18rem; box-sizing:border-box; color:#555; text-align:justify;}
.wenda_list li .con .box p{ margin-bottom:.1rem;}
@media screen and (max-width:768px) {
.wenda_list li{ margin-bottom:10px;} 
.wenda_list li .tit{height: 56px;line-height: 56px;  padding: 0 5px 0 5px; font-size:13px; border-radius:5px;}
.wenda_list li .tit:after {right:10px; width: 25px;height: 25px;background-size:10px;}
.wenda_list li .tit.active:after{width: 25px;height: 25px;background-size:10px;}
.wenda_list li .tit span{ width: 20px;height: 20px;line-height: 20px; margin-right:5px;font-size:12px;}
.wenda_list li .con{padding:10px 5px 10px 5px; }
.wenda_list li .con .da{ font-size:16px; width: 20px;height: 20px;line-height:20px;margin-right:5px;font-size:12px;}
.wenda_list li .con .box{ font-size:14px; padding-left:10px; color:#666;}
.wenda_list li .con .box p{ margin-bottom:10px;}    
}

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


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

.page_daohang{}
.page_daohang a{line-height:46px; text-align:center; background:var(--main_color); color:#fff; font-size:16px; width:100%; border-radius:10px; display:block;}
}



/*=============文章列表页===============*/
.news_list a{padding:20px 0;border-bottom:1px dashed #e8e8e8;}
.news_list a i{color:var(--main_color);margin-right:8px;}
.news_list a p{width:calc(100% - 140px);font-size:16px;color:#666; transition:all .3s;}
.news_list a dd{width:120px;color:#ccc;}
.news_list a:hover p{color:var(--main_color);}

@media screen and (max-width:768px) {
.news_list a{padding:15px 0;}
.news_list a i{font-size:14px;margin-right:3px;}
.news_list a p{width:100%;font-size:15px;}
.news_list a dd{font-size:14px;width:100%;color:#999;align-items: flex-start;margin-top:10px;padding-left:18px}
}


/*=============图文列表页===============*/
.news_pic_list li{padding:20px 0;border-bottom:1px solid #e8e8e8;}
.news_pic_list li .pic{width:220px;overflow:hidden;}
.news_pic_list li .pic img{width:100%;display:block; transition:all .3s;}
.news_pic_list li.nopic .txt{ width:100%; }
.news_pic_list li .txt{width:calc(100% - 260px);}
.news_pic_list li dd{color:#ccc;font-size:13px;}
.news_pic_list li h3{font-size:18px;font-weight:normal;color:#000;margin:15px 0 15px; transition:all .3s;}
.news_pic_list li p{color:#888;text-align:justify;line-height:1.6;}
.news_pic_list li span{color:#bbb;margin-top:15px;}
.news_pic_list li:hover .pic img{ transform:scale(1.1,1.1);}
.news_pic_list li:hover h3{color:var(--main_color);}

@media screen and (max-width:768px) {
.news_pic_list li{padding:20px 0;border-bottom:1px solid #e8e8e8;}
.news_pic_list li .pic{width:100%;border-radius:8px;margin-bottom:20px;}
.news_pic_list li .txt{width:100%;}
.news_pic_list li h3{font-size:16px;margin:10px 0 10px;}
.news_pic_list li span{font-size:13px;}
}


/*=============文章内容页===============*/
.news_show .bt{padding:15px 0 20px;border-bottom: 1px solid #E2EAEF;text-align:center; }
.news_show .bt h1{font-size:26px;line-height:1.4;}
.news_show .bt dt{font-size:15px;display:inline-block;color:#888;margin:25px 10px 0;}

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

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

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


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

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

#n_nav a{width:100%; padding:0 25px;  background:none; text-align:left; border-bottom: 1px solid #e1e6f0; box-sizing:border-box;}
#n_nav a strong{height:46px; line-height:46px; color: #333;}
#n_nav a span{display:none;}
#n_nav a.on strong,#n_nav a:hover strong{ color:var(--main_color); }
}

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




/*===================内页-联系我们================*/
.lianxi_box{ margin-bottom:.8rem;}
.lianxi_box .left{width:56%;background:#fff;padding:.5rem .5rem .5rem;box-sizing:border-box;}
.lianxi_box .right{width:40%;background:url("../images/lianxi_bg.png") no-repeat top center var(--main_color);padding:.5rem .5rem .5rem;box-sizing:border-box;border-radius:0 20px 0 20px;max-height:6.5rem;position: sticky;top:90px;background-size:cover;}
.lianxi_box .right h3{color:#fff;margin-bottom:.2rem;font-size:.25rem;}
.lianxi_box .right p{margin-bottom:.1rem;font-size:max(15px, .16rem);color:rgba(255,255,255,.95);line-height:1.6;}
.lianxi_box .right p a{color:rgba(255,255,255,.95);}

.lianxi_box dl{padding:.25rem 0 0;border-top:1px dashed rgba(255,255,255,.5);margin-top:.25rem;}
.lianxi_box dl dd{color:rgba(255,255,255,.9);font-size:14px; line-height:1.8; margin-bottom:.15rem;}
.lianxi_box dl .pic{width:1.2rem; margin-top:.1rem; text-align:center;}
.lianxi_box dl .pic p{color:rgba(255,255,255,.9);  margin-top:.1rem;}


.form_tit{margin-bottom:.45rem;}
.form_tit h3{font-weight:normal;font-size:.32rem;color:#000;}
.form_tit h3 i{font-style:normal;color:rgba(255,0,0,1);margin-right:5px;}
.form_tit p{font-size:.16rem;color:#666;margin:.25rem 0 0;}

@media screen and (max-width:768px) {
.lianxi_box{padding-bottom:0;}
.lianxi_box .left{width:100%;padding:20px 0; margin-bottom:20px;border-radius:10px;}
.lianxi_box .right{background:url("../images/lianxi_bg.png") no-repeat center var(--main_color);background-size:cover;width:100%;padding:25px 20px;border-radius:5px;max-height:100%;position:inherit;top:0; }
.lianxi_box .right h3{margin-bottom:15px;font-size:18px;}
.lianxi_box .right p{margin-bottom:5px;font-size:15px;}
.lianxi_box dl{padding:15px 0 0;margin-top:20px;}
.lianxi_box dl dd{font-size:14px;margin-bottom:15px;}
.lianxi_box dl .pic{ display:none;}

.form_tit{margin-bottom:15px;}
.form_tit h3{font-size:18px;}
.form_tit p{font-size:13px;margin:8px 0 0;line-height:1.6;}
}

/*留言反馈*/
.page_liuyan {width:100%;  }
.page_liuyan .tit_pic{ text-align:center;}
.page_liuyan .tit_pic img{height:.8rem;}
.page_liuyan .desc{font-size:.3rem; text-align:center; margin-top:.25rem; line-height:1.5;}
.page_liuyan .desc:after {content: ''; width:40px;height:4px;display: block;background-color:var(--main_color);margin:.2rem auto .5rem; border-radius:5px;}

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

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

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

.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:12px;} 
.message_input input{padding:12px 15px;} 
.message_input textarea{min-height:100px;padding: 15px 15px;}
.form_btn .submit{width:100%; line-height:42px;border-radius:0;}
}


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

@media screen and (max-width:768px) {
#art_box {padding:0;line-height:1.8; color:#333; font-size:15px;}
#art_box p{ margin-bottom:12px;}
}

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


@media screen and (max-width:768px) {
.page_msg {padding: 20px;}
.pagination li {margin:0 3px 6px;}
.pagination li a{min-width: 32px;height: 32px;line-height:32px; padding:0 10px;}
}

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

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




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

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

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

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

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

}



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






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

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

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

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

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

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

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

}

/*===========右侧浮动===============*/
.online_q {position: fixed; right:5px; bottom: 10%; z-index: 9999; transition:.5s; -webkit-transition:.5s;}
.online_q .btn2{width:.56rem; height:.56rem; cursor:pointer; position:relative; margin-bottom:5px; }
.online_q .btn2 span{display:flex; align-items: center; background: #aaa; justify-content: center; float:left; text-align: center; width:.56rem; height:.56rem; line-height:.56rem; position:relative; z-index:999;  transition:.3s; -webkit-transition:.3s; border-radius: 50%; overflow: hidden;}
.online_q .btn2 span img{ height:.25rem;}
.online_q .btn-top{transition:.5s; overflow:hidden;}
.online_q .btn2:nth-child(4) span{ background:var(--main_color);}
.online_q .btn2:hover span{background:var(--main_color); }
.online_q .open.pic{ position:absolute; background:#ddd; right:88px; top:50%; margin-top:-50px; text-align:right; opacity:0; transition: .6s; -webkit-transition: .6s; visibility:hidden; border-radius:5px;}
.online_q .open.pic img{ height:88px; margin:10px 10px 5px 10px;}
.online_q .open.pic h5{ font-size: 12px; color: #777; text-align: center; font-weight:normal; height:22px;}
.online_q .btn2:hover .open.pic{ opacity:1; right:.68rem;visibility:visible;}
.online_q .open.phone{ display:inline-block; height:.56rem; line-height:.56rem; z-index:0; color:#fff; font-family:arial; font-size:18px; transition:width 0s; -webkit-transition:width 0s; text-align:left;  width:150px;}
.online_q .btn2:hover .open.phone{transition:.5s; -webkit-transition:.5s; opacity:1; visibility:visible;}
.btn-tel a{ display:block; width:.56rem; white-space:nowrap; position:absolute; right:0;transition:.5s; -webkit-transition:.5s; overflow:hidden;}
.btn-tel:hover a{ width:200px;}
.online_q .btn-02.btn-tel:hover span{ background:url(../images/piaofu_tel.png) center no-repeat #fff; border:2px solid var(--main_color);}
.online_q .open.pic:before{ content:""; display:block; width:0; height:0; border:10px solid transparent; border-left:10px solid #ddd; position:absolute; right:-15px; top:50%; margin-top:-25px;}
.btn2.btn-tel a{ z-index: 1;}
.btn2.btn-tel a:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:#aaaaac; z-index: -1; border-radius: 2.5rem; transition: .3s; }
.online_q .btn2.btn-tel:hover a:before{background: var(--main_color);}
#gotop.hide{height:0; overflow:hidden; display:block !important;}

.online_q img{ display: inline-block;}
@media screen and (max-width:768px) {
.online_q{ display:none;}	
}