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

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

:root{    
	--main_color:#3373FC;        /* #023A91主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#29D874;      /* 副色 */ 
}

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

body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}
body{background:#F2F3F8; 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; }
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;}
.bottom_blank{height:.6rem;}
.mt20{margin-top:.2rem;}

/*===============滚动条美化=====================*/
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:12px;}
}

/*=====================图片放大=====================*/
.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: 1300px;}
img.pic_cover{width:100%; height:100%;object-fit:cover; display:block;}

@media screen and (max-width:768px) {
.main{width:100%; padding:0 0; 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 {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;}




/*===================网站顶部样式======================*/
.head_top{ height:40px;line-height:40px; background: linear-gradient(to top, #F2F3F8, #fff);}
.head_top .left li{display:inline-block;margin-right:.2rem;color:#666;font-size:12px;}
.head_top .left li a{color:#666;font-size:12px;}
.head_top .left li:hover a{color:var(--main_color);}

.head_top .right li{padding:0 15px;font-size:12px;color:#666;position:relative;}
.head_top .right li i{color:#888;font-size:13px;margin-right:5px;}
.head_top .right li:last-child{padding-right:0;}
/*.head_top .right li:last-child i{margin-right:0;margin-left:5px;}*/
.head_top .right li .ewm{position:absolute;top:39px;left:50%; transform:translateX(-50%);width:108%;overflow:hidden;border:1px solid rgba(204,204,204,.4);padding:5px 5px;box-sizing:border-box; opacity:0; transition:all .3s; pointer-events: none;}
.head_top .right li .ewm img{width:100%;display:block;}
.head_top .right li:hover .ewm{opacity:1;}


/*===================网站头部样式======================*/
.header{background:#fff;}
.header .head_logo{height:90px;}
.header .head_logo img{height:56px;}
.header .head_logo .wz_logo{height:40px;margin-left:.1rem;}


/*======================搜索======================*/
.header_search form{ position:relative;}
.header_search input{width:5.2rem; height:44px; border:solid 1px #ddd; box-sizing:border-box; padding:0 15px 0 40px; background:url(../images/icon-sq2.png) no-repeat 10px center; box-sizing:border-box;}
.header_search button{position:absolute;width:90px; height:44px;  border:0; cursor:pointer; right:0; top:0px; background:var(--main_color); color:#fff; font-size:16px;}
@media screen and (max-width:768px) {
.header_search{ display:none;}
}

.h_ico a{ margin:0 20px;}
.h_ico img{ height:33px; margin-bottom:5px;}


.m_header_right{display:none;}
@media screen and (max-width:768px) {
.header{padding:0 15px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); position:relative; z-index:99;}
.head_search,.header .head_btn,.in_zlv_tab,.nav_box{display:none;}
.header .head_logo{height:60px;}
.header .head_logo img{height:38px;}
.header .head_logo .wz_logo{ height:30px;}
.m_header_right{display:flex;}
}

/*快捷分类导航*/
.h_daohang{ background:var(--main_color);}
.h_kjdh{ margin-right:.5rem; position:relative; }
.h_kjdh h5{width:260px;height:50px;background:#0242C8; letter-spacing:1px; font-size:16px; font-weight:normal; color:#fff; cursor:pointer;}
.h_kjdh svg{height:25px; fill:#fff; margin-right:5px;}

@media screen and (max-width:768px) {
.h_ico,.h_daohang{ display:none;}
}

/*主导航*/
.navBox {position:relative; z-index:9;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li { position: relative;}
.navBox .nav li>a {padding: 0 .25rem;display: block;position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:16px;color:#fff; transition:0.5s all;}
.navBox .nav li:hover,.navBox .nav li.curr{color:#fff; background:#0242C8;}


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

/*======================手机菜单按钮======================*/

.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_tc_box{position: fixed; height:calc(100vh - 57px);top:57px;left: 0;bottom: 0;right: 0;background: #fff;z-index:98; display:none;border-bottom:1px solid #e8e8e8;}
.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 #d3cfcf; overflow:hidden; border-radius:5px; margin:10px 0 25px 0;}
.m_search_box .search-btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.m_search_box form {height:38px;}
.m_search_box form input[type="text"] {width: 100%;height: 100%; box-sizing: border-box;padding: 0 50px 0 15px;border: none; font-size:15px;background:#f8f8f8;}
.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{margin:0 0 20px;}
.m_menu a{width:23.5%;margin-right:2%;background:var(--main_color); border-radius:5px;line-height:32px;text-align:center;box-sizing:border-box;margin-bottom:10px;color:#fff}
.m_menu a:nth-child(4n){margin-right:0;}


/*按专长找律师*/
.m_zls{margin-bottom:15px;}
.m_head_tit{margin-bottom:15px;}
/*.m_head_tit span{width:32px;height:32px;background:var(--main_color);border-radius:50%;}*/
.m_head_tit span i{color:var(--main_color);font-size:16px;}
.m_head_tit h3{margin-left:5px;font-size:16px;}
.m_zls a{width:23.5%;margin-right:2%;border:1px solid #e8e8e8;border-radius:5px;box-sizing:border-box;margin-bottom:8px;padding:10px 0;}
.m_zls a:nth-child(4n){margin-right:0;}
.m_zls a .ico img{width:28px;}
.m_zls a .txt{margin-top:10px;text-align:center; font-size:14px;}

/*按钮*/
.m_head_btn{margin-top:20px;}
.m_head_btn a{display:inline-block;width:48%;height:42px;line-height:42px;border-radius:5px;background:#29D874;text-align:center;color:#fff;font-size:15px; transition:all .3s;}
.m_head_btn a:last-child{background:var(--main_color);}
.m_head_btn a i{font-size:16px;margin-right:8px;}
.m_head_btn a:hover{ transform:translateY(-3px);}

/*关注我们*/
.m_ewm li{width:47.5%;border:1px solid #e8e8e8;border-radius:4px;overflow:hidden;box-sizing:border-box;}
.m_ewm li .pic {width:60%;}
.m_ewm li .pic img{width:100%;display:block;}
.m_ewm li p{width:40%;line-height:1.4;margin-top:10px;font-size:12px;}


/*.body_events{position:fixed;}*/ 

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

.foot_logo .pic img{height:1rem;margin-bottom:10px; /*filter: grayscale(100%) brightness(5000%);*/}
.foot_logo p{color:rgba(255,255,255,.5);margin-top:15px;text-align:center;position:relative;}
.foot_logo p:last-child:before{content:'';position:absolute;width:25px;height:1px;left:-15px; top:50%; transform:translateX(-50%);background: linear-gradient(to right,rgba(255,255,255,.5),#242A32);}
.foot_logo p:last-child:after{content:'';position:absolute;width:25px;height:1px;right:-40px; top:50%; transform:translateX(-50%);background: linear-gradient(to left,rgba(255,255,255,.5),#242A32);}

.foot_service span{display:block;color: rgba(255, 255, 255, .5);margin:.2rem 0 .25rem;}
.foot_service .foot_tel .ico {width: 22px;margin-right: 10px;}
.foot_service .foot_tel .ico img{ max-width:100%; display:block;}
.foot_service .foot_tel a {color:#fff;margin-bottom: 15px; font-size:.26rem; font-family:'MiSans';}
.foot_service .foot_tel a:last-child {font-size:.18rem;}
.foot_service .foot_btn a{display:inline-block;width:1.2rem;line-height:.36rem;border-radius:.36rem;background: linear-gradient(to right,#15A5FE,#2C67F4);text-align:center;color:#fff;margin-top:.2rem;}
.foot_service .foot_btn a:last-child{background: linear-gradient(to right,#F59A4F,#EC3B3B);margin-left:.15rem;}

.foot_tab li{padding:0 .25rem;}
.foot_tab li ul{margin-top:.2rem;}
.foot_tab li a{display:block;color:rgba(255,255,255,.4);line-height:2.2;transition:all .3s;}
.foot_tab li a:hover{color:#fff;}

.foot_ewm li{width:1.25rem;overflow:hidden;margin-top:.2rem;margin-right:.25rem;}
.foot_ewm li:last-child{ margin-right:0;}
.foot_ewm li img{width:90%;display:block;}
.foot_ewm li p{text-align:center;line-height:1.4;color:rgba(255,255,255,.4);font-size:12px;margin-top:10px;}

.foot_xml{margin-top:.8rem;}
.foot_xml a{color:rgba(255,255,255,.4);}
.foot_nav{margin:.8rem 0 0 .2rem;}
.foot_nav a{color:rgba(255,255,255,.4);margin-right:10px;padding-right:15px;position:relative;transition:all .3s;}
.foot_nav a:before{content:'';position:absolute;top:50%; transform:translateY(-50%);right:0;width:2px;height:12px;background:rgba(255,255,255,.4);}
.foot_nav a:last-child:before{display:none;}
.foot_nav a:hover{color:#fff;}

.foot_link{margin-top:.2rem;}
.foot_link p{display:block;color:rgba(255,255,255,.2);}
.foot_link a{color:rgba(255,255,255,.2); transition:all .3s;}
.foot_link a:hover{color:#fff;}


.copyright{background:#282C33;padding:.15rem 0;}
.copyright p{text-align:center;line-height:2;color:rgba(255,255,255,.4);}
.copyright p a{color:rgba(255,255,255,.4);}

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

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

.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:86px;margin-bottom:5px;}
.foot_logo p{font-size:12px; margin-top:10px;}

.foot_ewm{width:100%;margin-top:15px;}
.foot_ewm li{width:100px;overflow:hidden;margin-top:.2rem;}
.foot_ewm li:last-child{margin-left:10px;}
.foot_ewm li img{width:90%;border-radius:4px;}
.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:0.5;}

.m_kj_nav{display:flex;width:100%;margin-top:25px;}
.m_kj_nav a{color:rgba(255,255,255,.4);padding:0 8px;position:relative;}
.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;}
}

/*================内页banner=======================*/
.page_ban{position:relative; margin-bottom:.25rem;}
.page_ban .pic{height:160px;overflow:hidden;}
.page_ban .pic img{width:100%;height:100%;object-fit:cover;}
.page_ban .txt{width:100%; position:absolute;left:0;top:50%; transform:translateY(-50%);color:#000;text-align:center;}
.page_ban .txt h2{font-size:.33rem; font-weight:normal;}
.page_ban .txt p{color:rgba(0,0,0,.8);font-size:.2rem;margin-top:.2rem;}

@media screen and (max-width:768px) {
.page_ban{margin-bottom:0!important;}
.page_ban .pic{height:88px;}
.page_ban .txt h2{font-size:18px}
.page_ban .txt p{font-size:13px;margin-top:10px;}

}

/*================内页通用样式=======================*/
.white_box{background:#fff;border-radius:10px;}
@media screen and (max-width:768px) {
.white_box{border-radius:0px; box-shadow: 0px 0px 20px 0px rgb(20 18 18 / 5%);}	
}

.main_tit1{ margin-bottom:.25rem;}
.main_tit1 h2{font-size:.2rem; color:#000;position:relative;padding-left:.15rem; font-weight:bold!important;}
.main_tit1 h2:before{position:absolute;content:'';width:5px;height:.18rem;background:var(--main_color);left:0;top:50%; transform:translateY(-50%);border-radius:5px;}
.main_tit1 h2 strong{font-weight:normal;font-size:14px;color:#999;margin-left:.2rem;}
.main_tit1 h2 a{margin-right:20px;}
.main_tit1 .txt span{display:inline-block;}
.main_tit1 .txt span a{color:var(--main_color);margin-left:0;}
.main_tit1 .txt a{color:#666;margin-left:.2rem;}
.main_tit1 .txt a i{margin-left:5px;}

.main_tit2{line-height:.6rem;background: url('../images/main_tit2.jpg') no-repeat center;background-size:cover;border-radius:10px 10px 0 0;}
.main_tit2 h2{font-size:.18rem; color:#fff;position:relative;padding-left:.15rem;margin-left:.2rem; font-weight:bold!important;}
.main_tit2 h2:before{position:absolute;content:'';width:5px;height:.18rem;background:#fff;left:0;top:50%; transform:translateY(-50%);border-radius:5px;}

.main_tit3{line-height:.6rem;background: url('../images/main_tit3.jpg') no-repeat center;background-size:cover;border-radius:10px 10px 0 0; padding-right:.15rem;}
.main_tit3 h2{font-size:.18rem; color:#000;position:relative;padding-left:.15rem;margin-left:.2rem; font-weight:bold!important;}
.main_tit3 h2:before{position:absolute;content:'';width:5px;height:.18rem;background:var(--main_color);left:0;top:51%; transform:translateY(-50%);border-radius:5px;}

.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:before{position:absolute;content:'';width:5px;height:.18rem;background:var(--main_color);left:0;top:50%; transform:translateY(-50%);border-radius:5px;}

.main_tit5{height:40px; border-bottom:solid 2px #eee; margin-bottom:.3rem;}
.main_tit5 h2{font-size:.2rem; color:#000;position:relative;padding-left:.15rem;}
.main_tit5 h2:before{position:absolute;content:'';width:5px;height:.18rem;background:var(--main_color);left:0;top:2px;border-radius:5px;}
.main_tit5 ul{}
.main_tit5 ul a{height:40px; line-height:30px; font-size:16px; margin-left:25px; border-bottom:solid 2px #eee; display:inline-block; color:#333; }
.main_tit5 ul a.active{ border-bottom:solid 2px var(--main_color); color:var(--main_color); font-weight:bold; }


.page_tit{height:.46rem;line-height:.46rem;margin-top:.2rem;border-bottom:2px solid var(--main_color); padding-right:.2rem;}
.page_tit h2{display:inline-block;font-size:.2rem;color:#fff;background:var(--main_color);padding:0 .3rem;box-sizing:border-box;border-radius:10px 10px 0 0;margin-right:.2rem; letter-spacing:2px;}
.page_tit span{display:inline-block; font-size:14px;color:#888; }
.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);}

@media screen and (max-width:768px) {
.main_tit1{}
.main_tit1 h2{font-size:16px;padding-left:10px;}
.main_tit1 h2:before{width:4px;height:15px; }
.main_tit1 h2 strong{display:none;}
.main_tit1 .txt a{margin-left:5px;}

.main_tit2{line-height:46px; border-radius:0;}
.main_tit2 h2{font-size:16px; padding-left:10px;margin-left:15px;}
.main_tit2 h2:before{ width:4px;height:15px;}

.main_tit3{line-height:46px;border-radius:0;}
.main_tit3 h2{font-size:16px; padding-left:10px;margin-left:15px;}
.main_tit3 h2:before{ width:4px;height:15px;}

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

.main_tit5{height:30px; }
.main_tit5 h2{font-size:16px; padding-left:10px;margin-left:0;}
.main_tit5 h2:before{width:4px;height:15px;}
.main_tit5 ul a{height:30px; line-height:20px; font-size:14px; margin-left:10px; border-bottom:solid 2px #eee; display:inline-block; color:#333; }

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


/*内容页位置导航*/
.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; 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:15px; overflow:hidden; width:100%; }
#art_box p {margin-bottom:15px; }
#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);font-size:14px;margin-left:10px;}

#art_box video{ max-width:100%;}
@media screen and (max-width:768px) {
#art_box {line-height:1.8; font-size:14px;}
#art_box p {margin-bottom: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);*/ display:none;}
.sub_weizhi .weizhi{ color:#333; position: relative;  display:flex; align-items:center;}
.sub_weizhi .weizhi a{color:#333;}
.sub_weizhi .weizhi i.ico { margin-right:10px;}
.sub_weizhi .weizhi i.ico svg {height:.2rem; fill:#333;}
.sub_weizhi .weizhi span{margin:0 5px;}

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

@media screen and (max-width:768px) {
.sub_weizhi{height:36px; background:var(--main_color); }
.sub_weizhi .weizhi{margin-left:10px; font-size:14px;width:calc(100% - 10px - 50px); overflow:hidden;}
.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; 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;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;}

}



/*弹窗*/
.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:6rem; height:6.2rem; padding:.5rem .5rem; 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:25px; right:25px; cursor:pointer;}

.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:.16rem;
}
.buy_form textarea{padding:.15rem;width:100%; box-sizing:border-box;border: 1px solid #ddd; height:1rem; 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:95%; height:480px; padding:25px 20px; border-radius:5px; top:50%; transform:translateY(-40%); box-sizing:border-box;}
.buy_form .close{ top:20px; right:15px; }
.buy_form .tit{font-size:18px; color:#000; margin-bottom:10px;}
.buy_form .info{ line-height:1.5; font-size:12px; border-bottom:solid 1px #ddd; height:33px; margin-bottom:15px;}
.buy_form li{font-size:14px; margin-bottom:10px; }
.buy_form input,.buy_form select{padding:12px; border-radius: 3px; font-size:14px;}
.buy_form textarea{padding:12px; height:80px; border-radius: 3px; font-size:14px; font-family:"微软雅黑";}
.buy_form .submit{font-size:15px;  height:46px; line-height:46px;}

}

/*右侧悬浮*/
.cndns-right{position:fixed;right:5px;top:240px; 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:#fa0;}
.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:0;right:29px;padding-right:25px;display:none}
.cndns-right-box1{top:-138px;}
.cndns-right-box:after{content:'';position:absolute;right:18px;top:15px;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:118px;}
.cndns-right-btn:hover{background-color:#5064e6}
.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:238px;padding:15px; text-align:center;}
.meau-cord .cndns-right-box .box-border img{width:116px;}
.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; }    
}









