@charset "utf-8";
/* CSS Document */

/*===============公共样式====================*/

:root{    
	--main_color:#005EB8;        /* #023A91主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#01B1FD;      /* 副色 */ 
}


body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}
body{background:#f4f5f7; color: #333;  font-size:14px; font-family: Microsoft Yahei,Arial, sans-serif; overflow-x:hidden;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1!important; }
a{text-decoration:none; color:#333; outline-style:none; cursor:pointer;}
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;}
.bottom_blank{height:.6rem;}
.mt10{margin-top:.1rem;}
.mt20{margin-top:.2rem;}
.mt30{margin-top:.3rem;}
.mt40{margin-top:.4rem;}
.mt50{margin-top:.5rem;}

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

.mt20{margin-top:15px;}
}

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


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

@media screen and (max-width:768px) {
.main{width:100%; padding:0 15px; box-sizing:border-box;}
.only_pc_show{ display:none;}
.only_m_show{ display:block;}
}

/*===================网站flex布局======================*/
.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 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.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:900;width: 100%; position:fixed; background:#fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
/*.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:.9rem; transition:0.5s all;}
.header .logo img{display:block; height:62px; /*filter: grayscale(100%) brightness(6000%);*/}

/*城市*/
.header .city{margin-left:30px;  position:relative;}
.header .city p i{color:var(--main_color);font-size:16px;margin-right:3px;}
.header .city p a{color:#999;position:relative; transition:all .3s;}
.header .city p a:hover{color:var(--main_color);}
/*.header .city p a:after {content: "";display: block;position: absolute;right:-21px;top: 0;width: 20px;height: 20px;background: url(../images/city_jiantou.png) no-repeat center;filter: grayscale(100%) brightness(200%);transition:all .3s;}
.header .city p a:hover:after{ transform:rotate(180deg);filter: none;}*/

.header .city .city_tc{width:500px;position:absolute;background:#fff;top:75px;left:-175px;border-radius:10px;padding:30px 30px;box-shadow:0 1px 20px rgba(0,0,0,.15); display:none; transition:all .5s;box-sizing:border-box;}
.header .city .city_tc:after{content:"";position:absolute;bottom:100%;left:42%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.header .city .city_tc h3{margin:0 0 20px;font-weight:normal;font-size:14px;}
.header .city .city_tc h3 strong{color:var(--main_color);}
.header .city .city_tc ul{gap: 8px;display: grid;grid-template-columns: repeat(6, 1fr);}
.header .city .city_tc ul a{line-height:1.5;}
.header .city .city_tc .more{margin-top:20px;}
.header .city .city_tc .more a{background: var(--main_color); border-radius: 8px;height: 40px;line-height: 40px;padding: 0 35px; color:#fff; transition: all .5s;}

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


/*.navBox .nav>li>a:after{ content:''; display:block; z-index:-1; 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;left:50%;bottom:-1px; width:0; height:2px; background: var(--main_color); transition:0.5s all;}
.subNavbox a.active,.subNavbox a:hover{color:var(--main_color)}
.subNavbox a.active:before,.subNavbox a:hover:before{width:100%; left:0;}
.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:50px; transition:0.5s all; position:relative; }
.header .top_serch a{height:100%;}
.header .top_serch a svg{width:20px; fill:#888;  transition:0.5s all;}
.header .top_serch a:hover svg{transform:scale(1.1);}
/*.header .top_serch:after{ content: ""; width:1px; height:15px; background:rgba(0,0,0,.25); display:block;position: absolute;left: 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 a{margin-right:10px;background:var(--main_color);border-radius:8px;height:42px;line-height:42px;padding:0 20px; transition:all .5s;}
.header .tel a .ico img{width:18px;}
.header .tel a .txt{color:#fff;margin-left:10px;}
.header .tel a:hover{background:var(--second_color);}



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

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

.top_blank{height:.9rem;}

@media screen and (max-width:768px) {
.header{ height:60px; box-shadow: 0 2px 10px rgba(0,0,0,0.25);}
.header .logo{height:60px;}
.header .logo img{height:42px; filter: grayscale(0%) brightness(100%);}
.header_scroll.header:before{ background:rgba(0,0,0,0);}

.header_right,.navBox{display:none;}
.m_header_right{display:block;}
.top_blank{height:60px;}


.m_header_scroll{background:#fff; box-shadow: 0 2px 10px rgba(0,0,0,0.2);}
.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:6px; margin-top:10px;}
.m_search_box .search-btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.m_search_box form {height:46px;}
.m_search_box form input[type="text"] {width: 100%;height: 100%;background:rgba(255,255,255,0.8); box-sizing: border-box;padding: 0 50px 0 15px;border: none; font-size:15px;}
.m_search_box form input[type="submit"]{display: inline-block;width:30px;height:30px; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

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


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

.header .city .city_tc{width:320px;top:50px;left:-120px;padding:30px 20px;}
.header .city .city_tc:after{left:50%;}
.header .city .city_tc ul{gap: 10px;grid-template-columns: repeat(4, 1fr);}
.header .city .city_tc ul a{line-height:1.2;font-size:15px;}
}



/*===================网站底部样式======================*/
.foot_bg{background:#242A32;padding:.8rem 0 .3rem; margin-top:.6rem;}
.foot_bg h3{color:#fff;font-size:.16rem;}

.foot_logo{ text-align:center;}
.foot_logo img{ height:60px;}

.foot_service {width:25%;}
.foot_service h3{margin-bottom:20px;}
.foot_service p{line-height:2.4;color:#919CAB;}
.foot_service p a{color:#919CAB;}

.foot_tab{width:400px;margin-right:50px;}
.foot_tab li{}
.foot_tab li ul{margin-top:.2rem;}
.foot_tab li a{display:block;color:#919CAB;line-height:2.4;transition:all .3s;}
.foot_tab li a:hover{color:var(--second_color);}

.foot_ewm h3{margin-bottom:10px;}
.foot_ewm li{width:100px;overflow:hidden;margin-top:20px;margin-right:30px;}
.foot_ewm li:last-child{ margin-right:0;}
.foot_ewm li img{width:90%;display:block;border-radius:4px;}
.foot_ewm li p{text-align:center;line-height:1.4;color:#919CAB;font-size:12px;margin-top:10px;}



.copyright{margin-top:.3rem;border-top:1px solid rgba(255,255,255,.05);padding-top:.2rem;}
.copyright p{line-height:2;color:#919CAB; text-align:center;}
.copyright p a{color:#919CAB;margin:0 10px;transition:all .3s;}
.copyright p a:hover{color:var(--second_color);}

.foot_fwbz,.m_fixed,.m_kj_nav,.m_copyright{display:none;}

@media screen and (max-width:768px) {
.foot_bg{padding:40px 0 80px;margin-top:25px;}

.foot_tab,.foot_xml,.foot_nav,.foot_link,.copyright span,.foot_bg h3{display:none;}

.foot_logo{width:100%;text-align:center;}	
.foot_logo .pic img{height:90px;margin-bottom:5px;}
.foot_logo p{font-size:12px; margin-top:10px;}

.foot_ewm{width:100%;}
.foot_ewm li{width:90px; margin-right:20px;}
.foot_ewm li img{width:100%;}
.foot_ewm li p{text-align:center;line-height:1.4;color:rgba(255,255,255,.4);font-size:11px;margin-top:10px;}

.foot_fwbz{display:flex;width:100%;background:rgba(255,255,255,.1);}
.foot_fwbz{line-height: 36px; padding: 0 15px;border-radius:4px;margin:25px 12px 0;font-size: 13px;color: rgba(255,255,255,.8);}
.foot_fwbz i{ color:var(--main_color); margin-right:5px; opacity:1;}

.m_kj_nav{display:flex;width:100%;margin-top:25px;}
.m_kj_nav a{color:rgba(255,255,255,.4);padding:0 5px;position:relative;font-size:13px;}
.m_kj_nav a:before{content:'';position:absolute;top:50%; transform:translateY(-50%);right:0;width:1px;height:10px;background:rgba(255,255,255,.4);}
.m_kj_nav a:last-child:before{display:none;}

.m_copyright{width:100%;display:block;margin-top:20px;}
.m_copyright p{font-size:12px;text-align:center;color:rgba(255,255,255,.25);}
.m_copyright p a{font-size:12px;text-align:center;color:rgba(255,255,255,.25);}

.copyright p{font-size:12px;line-height:1.6;}

/* 底部导航 */
.footer_tb{height: 50px;position: fixed;left: 0;bottom: 0;width: 100%;box-shadow: 0 -5px 10px 0 rgba(137, 148, 143, .1);padding-top:6px;
    background: #fff;z-index: 100;box-sizing:border-box;}
.footer_tb li{text-align: center;position: relative;flex: 1; font-size:13px;}
.footer_tb li i{ width:23px; height:23px; display:block; margin:0 auto 3px; background-size: 23px auto;background-position: 0 0;background-repeat: no-repeat;}
.footer_tb li.big i{width: 71px;height: 61px; background-size: 100px auto;background-position: -13px -11px; margin: -38px 0 3px 0;}
}


/*================全局标题=======================*/
.main_tit{text-align:center;padding:.5rem 0 .25rem}
.main_tit h2{color:#000;font-size:36px;}
.main_tit p{color:#666;font-size:16px;margin:20px 0 0;}

.main_tit2{height:40px;line-height:40px;position:relative;margin-bottom:20px;}
.main_tit2:before{position:absolute;content:'';width:13px;height:13px;border-radius:100%;background:var(--main_color);left:0;top:50%; transform:translateY(-50%);}
.main_tit2:after{position:absolute;content:'';width:13px;height:13px;border-radius:100%;background:var(--second_color);left:8px;top:50%; transform:translateY(-50%);opacity:.6;}
.main_tit2 h3{font-size:20px;padding-left:25px;}
.main_tit2 span{display:inline-block;color:#999;font-size:14px;line-height:45px;margin-left:20px;}
.main_tit2 a{color:#666; transition:all .3s;}
.main_tit2 a i{margin-left:5px;transition:all .3s;}
.main_tit2 a:hover,.main_tit2 a:hover i{color:var(--main_color);}

.page_tit{height:46px;line-height:46px; border-bottom:2px solid var(--main_color); padding:10px 20px 3px; background:#fff; border-radius:10px 10px 0 0;}
.page_tit .btn_order a{display:inline-block;padding:0 8px;color:#666; transition:all .3s;}
.page_tit .btn_order a i{margin-right:3px;}
.page_tit .btn_order a:hover{color:var(--main_color);}

.main_tit4{line-height:.6rem;}
.main_tit4 h2{font-size:.18rem; color:#000;position:relative;padding-left:.15rem;margin-left:.2rem; font-weight:bold!important;}
.main_tit4 h2 span{color:var(--main_color);}
.main_tit4 h2:before{position:absolute;content:'';width:5px;height:.18rem;background:var(--main_color);left:0;top:50%; transform:translateY(-50%);border-radius:5px;}

@media screen and (max-width:768px) {
.main_tit{padding:30px 0 15px;}
.main_tit h2{font-size:20px;}
.main_tit p{font-size:14px;margin:15px 0 10px;}

.main_tit2{margin-bottom:10px;}
.main_tit2:before{width:12px;height:12px;}
.main_tit2:after{width:12px;height:12px;}
.main_tit2 h3{font-size:17px;}
.main_tit2 span{display:none;}
.main_tit2 a i{margin-left:2px;}

.page_tit{height:40px;line-height:40px; padding:5px 20px 3px; }
.page_tit h2{font-size:16px;padding:0 15px;border-radius:0 5px 0 0;margin-right:10px;}
.page_tit strong{display:none;}	

.main_tit4{ margin-bottom:10px;}
.main_tit4 h2{font-size:16px; padding-left:10px;margin-left:0;}
.main_tit4 h2:before{width:4px;height:15px;}
}



/*========================加载更多按钮==============================*/
.load_more{text-align: center; border-radius:4px; overflow:hidden; margin-bottom:15px;}
.load_more a {background:#DEE1E7; line-height:40px; display: block;color: #444; transition:0.3s all;}
.load_more a:hover { background:var(--main_color); color: #fff; }

.load_more1{width:2.6rem; margin:.15rem auto 0;}

@media screen and (max-width:768px) {
/*.load_more{margin-bottom:15px; background:var(--main_color); color:#fff;} 
.load_more a {background:var(--main_color); color:#fff;} */
.load_more1{width:100%;}
}















/*内容页位置导航*/
.show_weizhi{line-height:32px;margin:15px 0 10px;}
.show_weizhi span{display:inline-block; margin:0 5px;}
.show_weizhi i svg{width:18px; fill:#000;margin-right:10px;margin-top: 6px;}
.show_weizhi p a{ margin:0 5px; display:inline-block; color:#333;}
@media screen and (max-width:768px) {
.show_weizhi{margin:5px 12px 0px 0; height:32px; overflow:hidden;}

}


/*===================分页样式========================*/
.search-pagination{text-align:center; }
.pagination li {display: inline-block;margin:0 3px;}
.pagination li a{display: inline-block;font-size: 14px;  border-radius:3px;min-width: 40px;height: 40px;line-height: 40px; box-sizing: border-box; padding:0 15px; 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) {
.search-pagination{padding:20px 0 15px 0;}
.pagination li a{font-size: 14px;min-width: 35px;height: 35px;line-height: 35px; padding:0 10px; }

}



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

}

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

#art_box video{ max-width:100%;}
@media screen and (max-width:768px) {
#art_box {line-height:1.8; font-size:15px;}
#art_box p {margin-bottom:10px; font-size:15px;}

}



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

.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;}

}

/*位置*/
.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:.2rem; fill:#333;}
.sub_weizhi .weizhi span{margin:0 5px;}

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

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


/*===================子栏目导航================*/
#n_nav{ display:none; }
#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;margin-bottom:0;}	
.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;display:none;}
#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;}

}

.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;}

/*留言弹窗*/
.am_offcanvas{ position:fixed; width:100%;}
.buy_form{width:10rem; background:#fff; border-radius:25px; overflow:hidden; position:relative; z-index:2222;}
.buy_form .left{width:50%;}
.buy_form .right{width:50%; box-sizing:border-box; position:relative; padding:25px 35px;}
.buy_form .right .close{width:35px;position:absolute; right:15px; top:20px; cursor:pointer;}
.buy_form .right .close img{width:100%; display:block;}

.buy_form .right .tit{ text-align:center; margin:30px 0 25px; color:#000;}
.buy_form .right .tit h3{ font-size:25px; font-weight:normal; margin-bottom:15px; }
.buy_form .right .tit h5{ font-size:15px; font-weight:normal; }

.buy_form .tit{font-size:20px; color:#000; margin-bottom:.15rem; font-weight:bold;}
.buy_form .info{ line-height:2em; font-size:.16rem; color:#888; margin-bottom:.15rem;}

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

.buy_form input,.buy_form select{padding:.15rem;width:100%; box-sizing:border-box;border: 1px solid #ddd; border-radius: 2px; font-size:14px;}
.buy_form textarea{padding:.15rem;width:100%; box-sizing:border-box;border: 1px solid #ddd; height:1rem; border-radius: 2px; font-size:14px; 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:.16rem; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:.46rem; line-height:.46rem;}
.buy_form .submit:hover{}
@media screen and (max-width:768px) {
.buy_form{width:90%; height:430px; padding:0 0 25px; border-radius:5px; position:absolute; top:50%; transform:translate(-50%,-40%); left:50%; right:0; bottom:auto; z-index:2;box-sizing:border-box;}

.buy_form .left{display:none;}
.buy_form .right{width:100%; box-sizing:border-box; position:relative; padding:0 0;}
.buy_form .close{ top:0; right:-10px; }

.buy_form .right .tit{ text-align:center; margin:30px 0 10px; color:#000;}
.buy_form .right .tit h3{ font-size:25px; font-weight:normal; margin-bottom:15px; }
.buy_form .right .tit h5{ font-size:15px; font-weight:normal; }
.buy_form .info{ line-height:1.8; font-size:12px; height:auto; margin-bottom:10px; border-bottom:0;text-align:center;}
.buy_form form{padding:0 15px;}

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


}

/*右侧悬浮*/
.cndns-right{position:fixed;right:5px;bottom:100px; z-index:100}
.cndns-right-meau{position:relative;margin:0 0 5px}
.cndns-right-btn{width:44px;height:auto;overflow:hidden;padding:10px 0;text-align:center;display:block;position:relative;background-color:var(--main_color);border-radius:5px;box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);}
.meau-contact .cndns-right-btn{background-color:var(--second_color);}
.meau-kefu .cndns-right-btn{background-color:#0c6;}

.cndns-right-btn p{font-size:12px;line-height:15px;padding-top:6px;color:#fff;margin:0 auto}
.demo-icon{width:22px;height:22px;display:block;background:url(../images/fuDong1.png) no-repeat;margin:0 auto}
.demo-icon1{background-position:0 0}
.demo-icon2{background-position:0 -22px}
.demo-icon3{background-position:0 -44px}
.demo-icon4{background-position:0 -66px}
.demo-icon5{background-position:0 -88px}
.cndns-right-box{position:absolute;top:-30px;right:29px;padding-right:25px;display:none;}
.cndns-right-box1{top:-60px;}
.cndns-right-box:after{content:'';position:absolute;right:18px;top:53px;width:13px;height:13px;border-radius:2px;background-color:#fff;border-top:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08);transform:rotate(45deg)}
.cndns-right-box1:after{top:82px;}
.cndns-right-btn:hover{background-color:var(--second_color)}
.cndns-right-box .box-border{padding:20px 30px 24px;width:200px;height:auto;overflow:hidden;background-color:#fff;border-radius:5px;-webkit-box-shadow:0 0 8px rgba(0,0,0,.15);-moz-box-shadow:0 0 8px rgba(0,0,0,.15);box-shadow:0 0 8px rgba(0,0,0,.15);position:relative}

.meau-cord .cndns-right-box .box-border{width:260px;padding:20px; text-align:center;}
.meau-cord .cndns-right-box1 .box-border{width:230px;padding:15px; text-align:center;}
.meau-cord .cndns-right-box .box-border img{width:108px;}
.meau-cord .cndns-right-box1 .box-border li{font-size:12px;margin:0 5px;}
.box-border p{font-size:14px;color:#666;line-height:32px;padding-left:24px;margin:0}
.box-border p a{font-size:14px;color:#666;line-height:32px;display:block}
.box-border .wz1{font-size:18px;color:#333;padding:0 0 8px;}
.box-border .wz2{background:url(../images/fuDo1.png) left 8px no-repeat; }
.cndns-right-meau:hover .cndns-right-box{display:block}
.cndns-right  .hide{ display:none;}
@media screen and (max-width:768px) {
.cndns-right{ display: none; }    
}









