@charset "utf-8";
/*html {*/
/*    -webkit-filter: grayscale(100%);*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter: grayscale(100%);*/
/*    -o-filter: grayscale(100%);*/
/*    filter: grayscale(100%);*/
/*    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*}*/

/*++++author:智慧云擎*******************/
/*+++++time:2020-12-09****************/
/*rest css*/
html{width:100%;min-height:100%;outline:0;-webkit-text-size-adjust:none;}
html,body,dd,div,dl,figure,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,textarea,ul{margin:0;padding:0;font-family: "Microsoft YaHei","Helvetica Neue",Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
body{background-color:#fff;color:#333;}
ol,ul{list-style:none;}
img{border:none;vertical-align:middle;display:block;}
a{outline:0;border:0 none;text-decoration:none;-webkit-tap-highlight-color:transparent;color:#333333;}
a,.animt{-webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.clearfix:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0;content:'\200B';}
.clearfix{zoom:1;}
*:focus{outline: none;}
textarea{resize:none;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none; padding:0;}
input::-ms-clear{display:none;}
input,button {appearance: none;-moz-appearance: none;-webkit-appearance: none;}
input::-ms-clear{display:none;}
input,button {appearance: none;-moz-appearance: none;-webkit-appearance: none;}
a:focus, *:focus{noFocusLine: expression(this.onFocus=this.blur());}
*:hover{transition:all 0.3s ease 0s;}
html{min-width:320px; margin:0 auto; position:relative;}
body{min-width:320px;font-size:14px;position: relative;overflow-x: hidden;}
em,i{font-style:normal;}
.oe{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance: none;}
textarea{-webkit-appearance: none;} 
.img-cover {width: 100%;height: 100%;max-width: 100%;max-height: 100%;object-fit: cover;}
.flex-ul{display:-moz-box;display:-webkit-box;display:-ms-flexbox;display: -webkit-flex;display:-ms-flex;display: flex;justify-content: space-between;flex-wrap: wrap;}
/*tablecell*/
.table{display: table;width:100%;height: 100%;margin: 0 auto;}
.cell{display: table-cell;vertical-align: middle;}
img{display: inline-block;}
.fl{float: left;}
.fr{float: right;}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 8px;background-color: #D7D7D7;}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {border-radius: 10px;background-color: #F7F7F7; padding:0 2px;}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{border-radius: 10px;box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);background-color: #c8c8c8;}
.blockbox{max-width: 1600px;width:90%;margin:0 auto;}
.wrap{max-width: 1300px;width:90%;margin:0 auto;}
/*字体*/
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs22{font-size: 22px;}
.fs24{font-size: 24px;}
.fs26{font-size: 26px;}
.fs28{font-size: 28px;}
.fs30{font-size: 30px;}
.fs40{font-size: 40px;}
.fs70{font-size: 70px;}
.clearfix::before,body::before, .header::before, .main::before, .footers::before {content: '';display: table;}
/****************效果样式*************************/
/* 高斯： */
.blur{-webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false); /* IE6~IE9 */}
/* css3 style */
.trans-3{-webkit-transition: all 0.35s linear; transition: all 0.35s linear;}
.trans-8{-webkit-transition: all 0.8s; transition: all 0.8s;}
.shadow{-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1); box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.shadow2 {transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;-webkit-box-shadow:rgba(0,0,0,0.05) 0px 0px 15px;-moz-box-shadow:rgba(0,0,0,0.05) 0px 0px 15px;-ms-box-shadow:rgba(0,0,0,0.05) 0px 0px 15px;-o-box-shadow:rgba(0,0,0,0.05) 0px 0px 15px;box-shadow:rgba(0,0,0,0.05) 0px 0px 15px;transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
.anitop{ -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.anitop:hover{-webkit-transform: translate3d(0, -3%, 0);transform: translate3d(0, -3%, 0);cursor: pointer;}
.tra {-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.shadow5 {transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
.shadow5:hover{-webkit-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;-moz-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;-ms-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;-o-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
/*黑白照片*/
.gray{ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; cursor: pointer;}
/*header*/
.header{width:100%;height: 90px;position: fixed; z-index: 999; top: 0; left: 0; right: 0; -webkit-transform: translateZ(0);}
.header .container{height: 50px;padding:20px 2%;}
.header .logo{width:230px;float: left;overflow: hidden;position:relative;height:100%;display: flex;align-items: center;justify-content: center;}
.header .logo a{display: block;width:100%;}
.header .logo a img{display: block;width:100%;}
.header .nav{float: right;height: 50px;line-height: 50px;}
.header .nav ul.navbar-nav{text-align: left;}
.header .nav ul.navbar-nav li{position: relative;display:inline-block;font-size: 18px;}
.header .nav ul.navbar-nav li>a{color:#fff;padding:0 20px;display: block;position: relative;z-index: 1001}
.header .nav ul.navbar-nav li .dropnav{line-height:40px;top: 0; background: #fff;z-index:1000;position: absolute;display:none;border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);border:1px solid rgba(0,0,0,.15);}
.header .nav ul.navbar-nav li .dropnav  .dropdown-menu{width:100%;margin-top:50px;}
.header .nav ul.navbar-nav li .dropnav  .dropdown-menu li{text-align: center;margin:0 auto;width: 100%;font-size: 16px;}
.header .nav ul.navbar-nav li .dropnav  .dropdown-menu li a{color:#262626;padding:0 5px;display: block;text-align: center;}
.header .nav ul.navbar-nav li:hover .dropnav {display: block;}
.header .nav ul.navbar-nav li.active>a,.header .nav ul.navbar-nav>li:hover>a{color: #85888c;font-weight: 600;}
.header .nav ul.navbar-nav li .dropnav  .dropdown-menu li:hover {background: #eee;}
.header .nav ul.navbar-nav li .dropnav  .dropdown-menu li:hover a{color: #1358A7}
.header .logo_img2,.header.shadow  .logo_img1{display: none;}
.header.shadow  .logo_img2{display: block;}
.header.shadow{height: 80px;}
.header.shadow .container{padding:15px 3%;}
.searchbtn{display: block;width:50px;height:50px;text-align: center;font-size:26px  !important;line-height:55px;color:#fff;position: relative;top:3px;cursor: pointer;}
.searchbtn:hover{opacity:0.8;}
.searchbox{width:250px;height:40px;background:#fff;position:absolute;border-radius:3px;right:0;top:5px;z-index:10000 !important;display: none;box-shadow: 0 0 5px rgba(0,0,0,.1);}
.searchbox input{width:190px;height:40px;border:none;position: absolute;margin:0 5px;color:#666;}
.searchbox .btn{display: block;width:40px;height:40px;text-align: center;font-size:26px  !important;line-height:40px;color:#999;position: relative;top:3px;cursor: pointer;
z-index:3000;position:absolute;right:0;top:0;
}
.searchbox .btn:hover{color:hsl(9, 86%, 52%);}
li.searchboxlis:hover .searchbox{display: block;}
/***移动端导航**/
.header #navToggle{display: none;}
.m_nav{position: fixed;top: 0px;box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);width: 100%; height: 100%; background: #fff; transition: all ease 0.5s; -webkit-transition: all ease 0.5s;z-index: 999000; opacity: 1; visibility: visible; margin-top: 0; overflow-y: auto; transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; top: 0; transform: translateX(100%);}
.m_nav.open{transform: translateX(0);}
.m_nav .top{height:45px;padding:12px 15px;box-sizing: border-box;}
.m_nav .top .closed{width: 25px;height: 25px;vertical-align: middle;float:right;cursor: pointer;}
.m_nav .m_logo{margin:0 auto;}
.m_nav .m_logo img{width: 80%;max-width:300px;display: block;margin:0 auto 0 auto;}
.m_nav .ul{margin-top: 20px;}
.m_nav .ul li{padding: 0 20px;border-bottom: 1px solid #f5f5f5;transform: translateY(0);-webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; opacity: 0;}
.m_nav.open .ul li{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
.m_nav .ul li:nth-child(1){-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(2){-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(3){-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(4){-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(5){-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(6){-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms; transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li a{display: block;text-decoration: none;color: #333;font-size: 16px;height: 50px;line-height: 50px;width: 100%;}
.m_nav .ul li.active a,.m_nav .ul li a:hover{color: #1358A7 }
.m_nav .ul li .dropdown_menu{display: none;}
.m_nav .ul li.dropdown.active .dropdown_menu{display: block;}
.m_nav .ul li .dropdown_menu a{display: block;height: 50px;line-height: 50px;padding: 0 40px;box-sizing: border-box;border-bottom: 1px solid #f5f5f5;}
.m_nav .ul li .dropdown_menu a:last-child{border: none;}
.m_nav.m_nav_1 .ul li.active a, .m_nav.m_nav_1 .ul li a:hover{color:#8e050c}
/*公共类底部*/
.footers{ width: 100%; height:auto; background: #1358A7;overflow: hidden;padding-bottom: 30px;}
.footer .footer_top{ height: 50px; border-bottom: 1px solid #326cae;padding-top: 8px;}
.footer .footer_top_left{ float: left;}
.footer .footer_top_left .footer_as{ display: inline-block; position: relative; margin-right: 30px;}
.footer .footer_top_left .footer_as .ft{ color: #b5cce7;line-height: 50px; position: relative; padding-right: 16px; cursor: pointer;}
.footer .footer_top_left .footer_as .ft::after{ position: absolute; content: '';width: 5px;height: 5px;border-top: 1px solid #fff;border-right: 1px solid #fff;transform: rotate(135deg); top: 50%; margin: auto; top: 0; bottom: 0; right: 0;}
.footer .footer_top_left .footer_as .ftlist{ max-height: 0; overflow: hidden; position: absolute; background: rgba(255, 255, 255, 0.9); border-radius: 0 0 5px 5px;}
.footer .footer_top_left .footer_as .ftlist ul{padding: 10px; overflow: hidden;}
.footer .footer_top_left .footer_as .ftlist ul li{ line-height: 30px; color: #d6d6d6;}
.footer .footer_top_left .footer_as .ftlist ul li:hover span, .footer .footer_top_left .footer_as .ftlist.ftlist2 ul li:hover a{ color: #1358A7;}
.footer .footer_top_left .footer_as .ftlist.ftlist2 ul li{ margin: 0 0 0 0}
.footer .footer_top_left .footer_as:hover .ftlist{ max-height: 175px;}
.footer .footer_top .footer_top_right{ float: right; line-height: 50px; color: #b5cce7;}
.footer_center{ overflow: hidden;padding-bottom: .4rem;width:100%;}
.footer_center .footer_center_img{ float: left; height: 145px; margin-top: 54px; padding-right: 60px;}
.footer_center .footer_center_img .img1{display:block; width: 216px; height:160px;}
.footer_center .footer_center_contact{ float: left; color: #b5cce7; padding: 43px 0 0 60px;}
.footer_center .footer_center_contact ul{overflow: hidden;text-align: left;padding:5px 0;}
.footer_center .footer_center_contact ul li{font-size: 14px;display: inline-block;}
.footer_center .footer_center_contact ul li a{padding:0 8px 0 0;color: #b5cce7; }
.footer_center .footer_center_contact ul li a::after{content: "-";display: inline-block;padding-left: 8px;}
.footer_center .footer_center_contact ul li:last-child a::after{display: none;}
.footer_center .footer_center_contact ul li a:hover{color: #fff;}
.footer_center .footer_center_contact p{ padding: 7px 0;}
.footer_center_qrcodebox{float: right; padding:55px 0 5px;}
.footer_center .footer_center_qrcode{ float:left;width: 115px;overflow: hidden;height: auto;}
.footer_center .footer_center_qrcode img{ width: 115px; height: 115px;border-radius:3px;}
.footer_center .footer_center_qrcode:nth-child(1){margin-right:40px;}
.footer_center .footer_center_qrcode p{ color:  #b5cce7; padding: 12px 0; text-align: center;}
.footer_copyright{ color: #b5cce7; padding: 7px 0; text-align: center;vertical-align: middle;}
.footer_copyright span{display: inline-block;}
.footer_copyright img.gaba{display: inline-block;width: 20px;height: 20px;margin-right: 5px;vertical-align: middle;}
/**党建用样式**/
.footers1{background:#8e050c;}
.footers1 .footer .footer_top{border-bottom: 1px solid #a8181f;}
.footers1 .footer_copyright,.footers1 .footer_center .footer_center_contact ul li a,.footers1 .footer .footer_top_left .footer_as .ft,.footers1 .footer_center .footer_center_qrcode p,.footers1 .footer_center .footer_center_contact ,.footers1 .footer .footer_top .footer_top_right{color:#f8d9da;}
.footers1 .footer .footer_top_left .footer_as .ftlist ul li:hover span, .footers1 .footer .footer_top_left .footer_as .ftlist.ftlist2 ul li:hover a{color:#8e050c;}
/**页面公共标题***/
.common_title{text-align: center;overflow: hidden;}
.common_title h2{color: #333;font-weight: 500;font-size:36px;}
.common_title p{line-height: 1.6;color: #999999;font-size: 18px;text-transform:Capitalize;font-weight: 400;}
.common_title2{overflow: hidden;height: 40px;line-height: 40px;position: relative;width:100%;}
.common_title2 h2{font-size: 30px;color:#1358a7;display: block;position:absolute;top:0;left:0;z-index:3;background: #f4f4f4 url(../images/li1.png) no-repeat right center;height: 40px;padding-right:20px;}
.common_title2 i{display: block;width:100%;height: 1px;background:#ddd;position: absolute;top:20px;right:0;z-index:2;}
.common_title3{height: 40px;border-bottom: 1px solid #1358a7;width:100%;overflow: hidden;}
.common_title3 h2{font-size: 24px;color:#1358a7;display: block;line-height: 38px;height: 40px;position: relative;}
.common_title3 h2::after{content: "";height:2px;width: 100px;background: #1358a7;display: block;position: absolute;bottom: 0;left:0;border-radius:2px;}
.common_title4{border-bottom: 1px solid #8e050c;}
.common_title4 h2{color:#8e050c;}
.common_title4 h2::after{background:#8e050c;}
/**********公共列表ul**************************/
.common_list .list{overflow: hidden;padding: 10px 5px 0 5px;}
.common_list .list li{ overflow: hidden; padding: 20px 0; border-bottom: 1px dashed #ddd;font-size:18px;}
.common_list .list li .time{font-size: 16px;color:#777;}
.common_list .list li .list_img{ width: 200px; height: 130px; float: left; overflow: hidden; }
.common_list .list li .list_img .list_img_m{ width: 100%; height: 100%; background-position: center center;background-size: cover;transition: all .2s;}
.common_list .list li .list_right{ padding-left: 220px;}
.common_list .list li a{display: inline-block;width: 100%;}
.common_list .list li a .list_right_title{ font-size: 18px; color: #333; font-weight: 600;}
.common_list .list li a .list_right_intro{ font-size: 16px;color: #999; height: 48px; margin: 10px 0; overflow: hidden;}
.common_list .list li a .list_right_bot{display: flex;align-items: center;justify-content: space-between; flex-wrap: wrap;}
.common_list .list li a .list_right_bot .read{ color: #999;}
.common_list .list li a .list_right_bot .time{ text-align: right; color:#999;display: inline-block}
.common_list .list li a .list_right_bot img{ vertical-align: middle; margin: -3px 5px 0 0; width: 16px;}
.common_list .list li a:hover .list_right_title{color: #1358a7;}
.common_list .list li a:hover .list_img .list_img_m{ transform: scale(1.05);}
.common_list2 .list li a:hover{color: #8e050c;}
/***公共图文列表****/
.pic_font{padding:20px 0 ;overflow:hidden;width:100%;}
.pic_font li{float: left;width:260px;height: 180px;position: relative;border:1px solid rgba(19,88,167,.75);margin-right: 15px;margin-left:15px;margin-bottom: 25px;border-radius:3px;}
.pic_font li a{display: block;width: 100%;height: 100%;position: relative;}
.pic_font li a .pic{width:100%;height: 100%; border: none; background: none; padding: 0;}
.pic_font li a .pic img{display:block;max-width: 100%;max-height: 100%;object-fit: cover;margin:0 auto;}
.mask{background:url(/static/home/images/shadow.png) repeat center;width:100%;height: 100%;}
.pic_font li a .mask{position: absolute;top: 0;left:0;z-index:7;display: none}
.pic_font li a .mask p.txt{text-align: center;color:#fff;font-size: 16px;line-height: 1.6;padding:50px 20px 30px 20px;text-indent:0;}
.pic_font li:hover .mask{display: block;}
.pic_font h4{background:url(/static/home/images/shadow.png) repeat center;height: 40px;width:100%;text-align: center;line-height: 40px;color:#fff;font-size: 16px;font-weight: 500;position: absolute;bottom: 0;left:0;z-index: 6}
.pic_font li:hover a div.pic img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.pic_font li:hover h4{display: none;}

.anitop.anitop_ts .pic{ overflow: hidden;}
.anitop.anitop_ts .pic img{ width: 100%; height: 100%; }
/**分页**/
.pages{width:100%;line-height:30px;text-align:center;border-top:none;margin-top:.3rem;overflow:hidden;}
.pages .pagination{text-align: center;}
.pages li{color:#656565;margin:0 8px;background:#fff;border-radius:3px;display: inline-block;}
.pages li.active,.pages a:hover{background-color:#1358a7;color:#fff;}
.pages1 li.active,.pages1 a:hover{background-color:#8e050c;color:#fff}
.pages1 li.active span{border:1px solid #8e050c !important;}
.pages1 li:hover a{border:1px solid #8e050c !important;}
.pages li a{height:30px;line-height:30px;width:30px;color:#656565;border:1px solid #888;display: block;border-radius:3px;background:#F0F0F0;}
.pages li.active span,.pages li.disabled span{height:30px; line-height:30px;width:30px;color:#F0F0F0;border:1px solid #888;color:#666;border-radius:3px; box-shadow: 0px 0px 2px #CCC;display: block;}
.pages li.active span{border:1px solid #1358a7;}
.pages li:hover a{border:1px solid #1358a7;}
.pages font{color:#000;}
.pages li.active span{color:#fff !important}
.pages1 li.active span{color:#fff !important}
/* .pages{margin:30px 0 0;text-align:center;font-size:0}
.pages a{display:inline-block;font-size:14px;line-height:35px;padding:0 14px;margin:5px;background-color:#f5f5f5;border-radius:3px;-webkit-transition:all .5s;transition:all .5s}
.pages a.active,.pages a:hover{background-color:#1358a7;color:#fff}
.pages1 a.active,.pages1 a:hover{background-color:#8e050c;color:#fff} */
/*返回顶部*/
.back_top{position: fixed;right:30px; bottom:1.5rem; z-index: 9999; display: none;cursor: pointer;background:rgb(19, 88, 167);border-radius:3px;
box-shadow:0 0 10px rgba(0,0,0,.2);}
.back_top img{display: block;width:.5rem;height: .5rem;}
/**********内页公共banner****************************/
.b_nybanner {width:100%;overflow: hidden;height:665px; position: relative;z-index: 1;margin:0 auto;background:#333;}
.b_nybanner img{-webkit-animation: scaleBigToSmall 2s;animation: scaleBigToSmall 2s;max-width: 100%;display: block;height: 100%;margin:0 auto;}
.b_nybanner .banner_title{color:#fff;position: absolute;top:0;left:0;-webkit-animation: fadeInDown 1s;animation: fadeInDown 1s;width:100%;height: 100%;}
.b_nybanner .banner_title h4{font-size: 72px;font-weight:600;text-align: center;}
.b_nybanner .banner_title .table{width:100%;margin:0 auto;}
.b_nybanner .banner_title .cell img{display: block;margin:0 auto;box-shadow: none;width:130px;height: 130px;}
.b_nybanner .banner_title .crumbs{color: #fff;font-size:14px;margin-top:30px;font-size:34px;text-align: center;font-weight: 300;}
/**面包屑导航**/
.breadCrumb{padding:0;overflow: hidden;}
.breadCrumb span a,.breadCrumb{color:#787879;font-size:16px;}
.breadCrumb span a.SkinObject{color: #1358a7;}
.breadCrumb span a.SkinObject1{color:#8e050c;}
/*分享+字大小+打印**/
.obj_text{border-bottom: 1px solid #eee;width:100%;height: 40px;margin-top:10px;line-height:40px;}
.obj_text .fenxiang{float: left;position: relative;height: 100%;width:200px;}
.fenxiang .benbox{position: absolute;width: 250px;height: 40px;top: 0;left: 0;z-index: 100;}
.fenxiang .benbox li{float: left;width: auto;height: 40px;line-height: 40px;padding: 0px 5px;font-size: 14px;color: #666;}
.fenxiang .benbox li a{width: 30px!important; height: 40px!important;margin: 0 auto 0px!important; float: none!important; padding: 0!important; display: block;}
.fenxiang .benbox .bds_weixin{background: url(/static/home/images/wx.png) center center no-repeat;background-size:auto 25px;}
.fenxiang .benbox .bds_sqq{background: url(/static/home/images/qq.png) center center no-repeat;background-size:auto 25px;}
.fenxiang .benbox .bds_tsina{background: url(/static/home/images/xlwb.png) center center no-repeat;background-size:auto 25px;}
.obj_text .obj_right{float: right;height: 100%;}
.obj_text .obj_right span{display: inline-block;color:#555555;margin-left:8px;line-height:24px; cursor: pointer;}
.obj_text .print{border:1px solid #eeeeee;  font-size:12px; padding:0 5px; }
.obj_text .obj_right img{display: inline-block;width:12px;}
.obj_text .size a{font-size:14px; margin-left:15px;position:relative;top:-2px;}
.bohongwz_list{padding-top:5px;overflow: hidden;}
.doc_detailedbox img{max-width:100% !important;}
.doc_detailedbox *{line-height:2 !important;}
.doc_detailedbox video{max-width:100% !important;}
.doc_detailedbox{line-height:1.9;color:#333;}
.doc_detailedbox table{border-left:1px solid #000 !important;border-top:1px solid #000 !important;border-collapse: collapse;}
.doc_detailedbox table th{border-right:1px solid #000 !important;border-bottom:1px solid #000 !important;}
.doc_detailedbox table td{border-right:1px solid #000 !important;border-bottom:1px solid #000 !important;}



<!--0.000244140625-->