@charset "utf-8";

.w1200{max-width: 94%;}
body{padding:0;margin:0;-webkit-font-smoothing:antialiased;line-height: 1;font-size:14px;overflow-x: hidden;box-sizing: border-box;min-width: auto;}
body.navShow{overflow: hidden;}
.wl { position: relative; z-index: 1;}
.wl::after { content: ""; z-index: -1; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 100%; }
.flex { display: flex;flex-wrap: wrap; }
/*手机端开始*/
.m_header_box {transition: .6s;display: none;height: 60px;position: relative;z-index: 100000;width: 100%;}
.m_header_box header{padding: 0 0 0 15px;height: 60px;background: #0e4f8f;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
/* .m_header_box header #logo img{height: 35px;} */
.m_header_box header #logo{padding:0;flex: 1;min-width: 0;}
.m_header_box header #logo img{max-height: 30px;width: auto;}
.m_header_box header dl{display:flex;align-items:center;padding-right:20px}
.m_header_box header dt{font-size:18px;color:#fff;padding:0 10px}
.m_header_box header dt:last-child{color:#E36E02}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }

#nav_btn_box{position:relative;width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent 70px solid;opacity: 0;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 32px;height: 24px;position: relative;outline: none;}

#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 100%;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #0e4f8f;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 27px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #0e4f8f;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 10px 30px 20px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;box-sizing: border-box;}
#m_nav *{box-sizing:border-box;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #0e4f8f url(../images/submit.png) center no-repeat; background-size: 28px;}

#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;flex-wrap: wrap;display: flex;}
#m_nav .list_box0 .li{text-align:center;color: #0e4f8f;font-size: 14px;/* width: 33.3%; */padding: 0 20px 0 0;line-height: 40px;}

#m_nav .old_rukou{margin:24px 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;height: auto;/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */max-height: calc(100% - 110px);padding-right: 10px;}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: 55px;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 16px;height: 12px;display: inline-block;background: url(../images/arrow_down.png) center no-repeat;background-size: 100% !important;position: absolute;display: block;right: 0;top: 50%;transform: translateY(-50%);}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid #ddd;display:none;}
.list_box_nav_mobile>li .list a{display:block;font-size: 15px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;/* overflow:hidden; */width: 100%;height: 60px;display: block;}
.wap_search .header-search{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 85%;margin: 10px auto;}
.wap_search .input{font-size:14px;color: #646464;height:40px;line-height:40px;padding: 0 24px;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;width: calc(100% - 40px);border: none;}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.png) center no-repeat #0e4f8f;background-size: 24px;border-radius: 20px;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }

/* 内页导航 */
.wrap_ph{margin-top: 30px;display: none;width: 100%;}
.wrap_ph h2{width:100%;color:#fff;height: 50px;line-height: 50px;font-size: 20px;padding: 0 20px;background: #0e4f8f;}
.wrap_ph h2::after{width: 25px;height: 25px;background: url(../images/cd.png) no-repeat right center/cover;left: auto;right: 20px;top: 50%;transform: translateY(-50%);}
.wrap_ph ul{padding: 10px 20px 20px;display: none;box-shadow: 0px 10px 30px 0px rgb(177,177,177,11%);}
.wrap_ph li{font-size: 16px;line-height: 30px;}
.wrap_ph li a{transition:0.5s;display: block;color: #333;}
.wrap_ph{display: none;}
.wrap_ph li.active a{color: #0e4f8f;}
.wrap_ph li h3{position:relative;padding: 12px 0;}
.wrap_ph i{opacity: 1;display: inline-block;width: 18px;height: 10px;display: inline-block;background: url(../images/arrow_down.png) center no-repeat;background-size: 100% !important;position: absolute;display: block;right: 0;top: 50%;transition: 0.5s;transform: translateY(-50%);}
.wrap_ph i.on{transform: rotate(-90deg);}
.wrap_ph .box{display: none;padding-left: 25px;}
.wrap_ph .box a{font-size: 15px;line-height: 30px;color: #666 !important;display: block;}
.wrap_ph .box a:hover{color: #0e4f8f;}

/* pc */
.i-m-p-left{width: 32%;}
.i-m-p-center{width: 32%;margin-left: 2%;}
.i-m-p-right{width: 32%;}
.i-list li{display:flex;align-items:center;}
.i-list li a{flex:1;min-width:0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-right: 10px;}
.i-list{width:100%;}
.end_link{display:flex;flex-wrap:wrap;align-items:center;}
.end_link_right{width:auto;flex:1;min-width:0;}

.listmain{max-width:94%;display: flex;flex-wrap: wrap;}
.lm-right{flex:1;min-width:0;width: auto;margin-left: 20px;}
.lm-right .lm_list li{display: flex;flex-wrap: wrap;text-align: left;}
.lm-right .lm_list li a{flex:1;min-width:0;width: auto;padding: 0 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.copyright{height:auto;padding:10px 0;}
@media screen and (max-width: 1024px) {
.i-m-p-left{width: 100%;margin-bottom:20px;}
.i-m-p-center{width: 100%;margin-left: 0%;margin-bottom:20px;}
.i-m-p-right{width: 100%;}
.end_link_right{flex:none;width:100%;}
.cgzh_title h2{font-size:22px;}
.i-title h2{font-size:18px;}
.i-cgzh{height:auto;margin: 25px 0 0;padding-bottom: 25px;}
#eol_float{/* width: 80px !important; *//* height: 90px !important; *//* background-size: 100% 100% !important; */right: 0px !important;transform: scale(.7);transform-origin: right;}
.listmain{width:100%;max-width: 100%;padding: 0 15px;}
.lm-right .lm_list{padding:10px 0;}
.copyright{height:auto;}
.c-content .c-title{font-size:22px;line-height:1.5}
.nr-info p,.nr-info p span{font-size:16px !important;line-height:1.8;}
.c-content{padding: 0 0 20px 0;margin: 10px 0 0;}
}

@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 1200px) {
	*{padding: 0;margin:0;box-sizing:border-box;-webkit-overflow-scrolling:touch;}
.header_box,.top_line,.header,.i-nav{ display: none; }
.m_header_box {display: block !important;}
}
@media screen and (max-width: 1024px) {
	
	.tbsc{overflow-x: auto;}
	.tbsc table{width: 700px;}
	.wrap_ph{display: block;margin: 20px 0 0;}
	.lm-left{display: none;}
	.lm-right{width: 100%;float: none;margin: 0;}

  }


