<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";

html ,body{
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
padding:0px;
margin: 0;
font-family:"微软雅黑","黑体","宋体",Arial,sans-serif!important;
}
ul,li,ol{list-style:none;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
@media print {
* {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;

page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
}
a:hover,a:active,a:focus,a:visited{text-decoration:none;}


.fl{float:left;}
.fr{float:right;}
.w100{width:100%;}
.clear{clear:both;}
.paddnone{padding:0px;}
.mar0{margin:0px;}
.mart10{margin-top: 10px;}
.mart15{margin-top: 15px;}
.marb15{margin-bottom: 15px;}
.marb30{margin-bottom: 30px;}
.mart20{margin-top: 20px;}
.mart30{margin-top: 15px;}
.mart40{margin-top: 40px;}
.padd10{padding:0px 10px;}
.paddright10{padding-right:10px;}
.paddleft10{padding-left:10px;}

.container{padding:0px;}
@media (min-width:1340px) {
    .container{width:1320px;}
}


/*
@media (max-width:767px){  }
@media (min-width:768px) and (max-width:991px) {  }
@media (min-width:992px) and (max-width:1199px) {  }
@media (min-width:1200px) {}*/

/*header*/

.header-top {
	background: url(topbg.jpg) repeat-x top #f0f5fa;border-bottom: #d6e7f3 solid 1px;
}
.header-top .gap {
    padding: 0;
}
.header-top .list-inline {
    margin-top: 0px; margin-bottom: 0px; font-family:Arial; color:#d7d7d7;
}
.header-top .data { line-height:42px; color:#7b7b7b; font-size:14px;}
.header-top .castext { line-height:37px; float:right;}
.header-top .btnzu {float:right;}
.header-top.banner {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}
.header {
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
}
.header.header-small {
	padding: 10px 0;
}


.social-links {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 40px 0 20px 0; float:right;
}
.social-links li {
	display: inline-block;
	margin: 0 2px 2px 0;
}
.social-links li a {
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	font-size: 20px;
	background: #e84c3d;
	border: 1px solid #e84c3d;
	color: #fff;
}
.social-links.large li a {
	width: 60px;
	height: 60px;
	font-size: 24px;
}
.social-links.light li a {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	color: inherit;
}
.social-links.dark li a {
	background: #454545;
	border: 1px solid #333333;
	color: #acacac;
}
.social-links.radius-5px li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.social-links.circle li a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.social-links li a:hover {
	background-color: transparent;
	border-color: #cd3c2e;
	color: #cd3c2e;
}
.social-links.dark li a:hover {
	background: #fafafa;
	border: 1px solid #acacac;
	color: inherit;
}
.social-links.light li a:hover {
	border: 1px solid #d2d2d2;
	color: #333333;
}
.social-links li a i {
	line-height: 44px;
}
.social-links.large li a i {
	line-height: 60px;
}
.header-top .social-links {
	margin: 0;
}
/*cht*/
.header-top .social-links li {
	padding: 0 8px;
	border-right: 1px solid #d1d1d1;
	margin: 10px 0; float:left;
}
.header-top .social-links li:hover {
	background-color: transparent;
}
.header-top .social-links li a {
	font-size: 14px;
}
.header-top .social-links li:last-child {
	border-right: none; padding: 0 0 0 8px;
}
.header-top .social-links li a {
	border: none;
	width: 100%;
	height: 13px; line-height:13px;
	color: #707070;
	background-color: transparent;
	border-color: transparent;padding: 0 4px;
}
.header-top .social-links li a:hover {
	color: #d90707;
}
.header-top .social-links li a i {
	line-height: 18px;
}




.header_comm {
    background:url(nwipb_bg_header.jpg) top center no-repeat #fff;
    position:relative;
}
.header_comm .header_logo a{
    margin-top: -25px;
}
.header_comm .header_logo a &gt; img{
    width:100%;
    max-width:600px;
    margin-right:20px;
}
.header_comm .header_logo{
    padding-bottom:10px;
    padding-top:10px;
}
.header_comm .header_text{
    width:100%;
    max-width:450px;
}
.header_comm .header_text span{padding-left:15px;}

@media(max-width:1200px){
    .header_comm {
        background:url(nwipb_bg_header.jpg) top right no-repeat;
        position:relative;
        /* border: 1px solid red; */
    }

    .header_comm .header_logo a &gt; img{
        width:100%;
        max-width:480px;
        margin-right:20px;
    }
    .header_comm .header_text{
        width:100%;
        max-width:450px;
    }
}
@media(max-width:991px){
    .header_comm {
        background:url(nwipb_bg_header.jpg) top left no-repeat;
        position:relative;
        /* border: 1px solid red; */
    }
    .header_comm .header_logo{text-align:center}
    .header_comm .header_logo a{
        clear: both;
        float:initial ;
        margin-top: 5px;
    }
    .header_comm .header_logo a &gt; img{
        width:100%;
        max-width:480px;
        padding-left:60px;
        margin-right:0px;

    }
    .header_logo{padding:15px 0px!important;}
}
@media(max-width:767px){
    .header_comm .header_logo a &gt; img{
        width:100%;
        max-width:480px;
        padding-left:0px;
        padding: 0px 15px;
    }
    .header_logo{padding:10px 0px 15px 0!important;margin-top:40px;}
}



/* header breadcrumb */
.header_comm .breadcrumb{
    padding:10px 0px 0px 10px;
    background:transparent;
    color:#fff;border-radius: 0px;
    margin-bottom:5px;
}
.header_comm .breadcrumb li a{color:#337ab7;font-size:14px;}
.header_comm .breadcrumb&gt;li+li:before{color:#337ab7;}
.header_comm .breadcrumb li a:hover{color:#fff;}
@media (max-width: 768px) {
    .header_comm .appbtn_group{margin-top:5px;margin-right:15px;}
    .header_comm .appbtn_group button{
        background:#095ab1;margin-top:0px;
        margin-right:0px;
        padding: 6px 8px;
        border-radius: 0px;
        margin-left: 15px!important;
    }
    .header_comm .appbtn_group .fa-share-alt{color:#fff;font-size:16px;}
    .header_comm .app_dropdown_menu{
        float: left;
        background:#fff;
        min-width: 120px;
    }

    .header_comm .header_breadcrumb{margin-bottom:0px;padding-bottom:0px;}
    .header_comm .header_breadcrumb&gt;li{
        width:100%;
        padding: 0px 10px;
    }
    .header_comm .header_breadcrumb&gt;li+li:before{
        color:#fff;content:"";float:left;padding:0px;
    }
    .header_comm .breadcrumb li a{
        float:left;width:100%;
        color:#333;font-size:13px;
        text-align: center;
        line-height: 35px;
        border-bottom: 1px solid #eee;
    }
    .header_comm .breadcrumb li a:hover{color:#095ab1;}
    .header_comm .breadcrumb{padding:10px 0px 0px 0px;}
}



/* header search */
.pc_search{padding:0px;margin:0px;margin-top:3px;margin-left:15px;}
.pc_search .form-group{
    background:#fff;
    border-radius:0px;
    padding:0px 0px 0px 10px;
    border:1px solid #09479c;
    line-height: 30px;
}
.pc_search .form-group .form-control{
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color:#999;
    height:30px;
}

.pc_search .form-group input::-webkit-input-placeholder{
    color:#999;
}
.pc_search .form-group input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
.pc_search .form-group input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
.pc_search .form-group input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
}
.pc_search .form-group input{background:none;border:none;}

.pc_search .form-group .form-control{padding:0px;}

.search_app{position:relative;}
.search_app .app_search{display:none;}
.search_app .app_search{position:absolute;top:30px;right:0;z-index: 9999;}
.search_app a{background:#095ab1 url(nwipb_icon_search.png) center center no-repeat;padding:3px;margin-top:5px;width:30px;height:30px;}
.search_app .pc_search .form-group .form-control{padding-right:70px;min-width:220px!important;}
.search_app .btn{position: absolute;top:1px;right:0;padding:0px 5px!important;background:#d25c11!important;height:30px!important;}
.search_app:hover a{background:#095ab1 url(nwipb_icon_search.png) center center no-repeat;}

.pc_search_style .form-group{
    background:rgba(255,255,255,0.8);
    border-radius:5px;
    padding:0px 10px 0px 5px;
    border:1px solid #09479c;
}
.pc_search_style .form-group input[type="button"]{
    padding:0px 15px;color:#fff;border-radius:0px!important;
    background:url(nwipb_icon_search.png) center center no-repeat;
    height:30px;
}

@media (max-width: 768px) {
   .pc_search .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .pc_search{padding:0px;margin:0px;margin-left:15px;box-shadow: none;padding-left:15px;}

}


/*list start*/
.comment_list,.comment_list li{
    float:left;width:100%;padding:0px;margin:0px;
}
.comment_list li{
    background:url(nwipb_list.png) left 16px no-repeat;
    padding:3px 0px 3px 15px;
    border-bottom: 1px dashed #e4e4e4;
}

.comment_list li a{
    float:left;
    padding:0px;
    margin:0px;
    line-height:30px;
    min-height:30px;
    font-size:16px;
    color:#3f3f3f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: inherit;
    width: 80%;
}
.reset_bg .comment_list li a{
    color: #fff;
}

.comment_list li a:hover{color:#004ea2;}
.comment_list li span{
    float:right;
    color:#afafaf;
    line-height:30px;
    font-size:14px;
    display: block; 
}
.comment_list.news_list li span{
    /*! display: none; */
}
@media (min-width:992px) and (max-width:1199px){
    .comment_list li a{
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        white-space: nowrap;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
        word-wrap: normal;
        width:76%;
      }
}
@media (max-width:991px){
  .comment_list li{
    background:url(nwipb_list2.png) left 12px no-repeat;
    padding:7px 0px 7px 15px;
  }
  .comment_list li a{
    float:left;font-size:16px;
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    text-overflow:inherit;
    white-space:inherit;
    width:100%;
    line-height:24px;
  }
  .comment_list li span{float:left;display: none;}
}

/*list end*/

/*list_shouye start*/
.comment_list_sy,.comment_list_sy li{
    float:left;width:100%;padding:0px;margin:0px;
}
.comment_list_sy li{
    background:url(nwipb_list.png) left 16px no-repeat;
    padding:3px 0px 3px 15px;
    border-bottom: 1px dashed #e4e4e4;
}

.comment_list_sy li a{
    float:left;
    padding:0px;
    margin:0px;
    line-height:30px;
    min-height:30px;
    font-size:15px;
    color:#3f3f3f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: inherit;
    width: 86%;
}
.reset_bg .comment_list_sy li a{
    color: #fff;
}

.comment_list_sy li a:hover{color:#004ea2;}
.comment_list_sy li span{
    float:right;
    color:#afafaf;
    line-height:30px;
    font-size:14px;
    display: block; 
}
.comment_list_sy.news_list li span{
    /*! display: none; */
}
@media (min-width:992px) and (max-width:1199px){
    .comment_list_sy li a{
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        white-space: nowrap;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
        word-wrap: normal;
        width:79%;
      }
}
@media (max-width:991px){
  .comment_list_sy li{
    background:url(nwipb_list2.png) left 12px no-repeat;
    padding:7px 0px 7px 15px;
  }
  .comment_list_sy li a{
    float:left;font-size:15px;
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    text-overflow:inherit;
    white-space:inherit;
    width:100%;
    line-height:24px;
  }
  .comment_list_sy li span{float:left;display: none;}
}

/*list_shouye end*/



/* navbar */
.nav_comm{background:#1256a3;border-top: 1px solid #fff;}
.nav_comm .container{
    border-radius:0px;
    line-height:50px;
    height:50px;
}

.navbar-toggle{margin-top:8px;}
.nav_main .navbar-nav  &gt; li {
  float: none;
}
.nav_main .navbar-nav  &gt;  li &gt; a:before{content:"";}

.nav_main {
  border-bottom: 0;
}

.nav_main .navbar-nav  &gt; li {
  display: table-cell;
  width: 1%;
}
.nav_comm .nav_main .navbar-nav_comm .navbar-nav &gt; li &gt; a{
    color:#fff;
    font-size:18px;
    white-space:nowrap;
    text-align: center;
    padding:0px;
    height:50px;
    line-height:50px;
} 
@media (max-width:1440px) {
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav &gt; li &gt; a{
        /*! font-size:18px; */
        /*! font-weight: 600; */
    } 
}

.navbar-collapse
{
  border-top: 0px solid transparent; 
  -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,0); 
  box-shadow: inset 0 0px 0 rgba(255,255,255,0); 
}
.nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li &gt; a:hover,
.nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li &gt; a:active,
.nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li &gt; a:focus,
.nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li &gt; a.active{
    background:#0069b8;
    color:#fff;
    /* border-top:3px solid #de3232; */
    /* border-bottom:3px solid #00a3e4; */
}
.nav_main ul li.open &gt; a{
    background:#01325f;
    color:#fff;
    /* border-top:3px solid #de3232; */
    /* border-bottom:3px solid #00a3e4; */
}


      /* nav 2 */
    .navbar-nav_comm ul.navbar-nav &gt; li.open &gt; a.dropdown-toggle{
        background:#0069b8;
        color:#fff;
        /* border-top:3px solid #004098; */
        /* border-bottom:3px solid #00a3e4; */
    }
    .nav_comm .nav_main .dropdown-menu.min_menu {
        min-width: 151px;
        border-radius: 0px 0px 5px 5px;
        background:#fff;
    }
    .nav_comm .nav_main .dropdown-menu.min_menu li{
        line-height: 0;
        list-style-type: none;
        list-style-position: inside;
    }
    .nav_comm .nav_main .dropdown-menu.min_menu li:after,.nav_comm .nav_main .dropdown-menu.min_menu li:before{
        display: none;
    }
    .nav_comm .nav_main .dropdown-menu.min_menu &gt; li a{
        color:#0069b8;
        padding:8px 20px;
        -webkit-transition: none;
        font-size:16px;
        text-align:left;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        background:transparent;
        border-bottom:1px solid #eee;
    }

    .nav_comm .nav_main .dropdown-menu.min_menu &gt; li:last-child a{border-bottom:0px;}
    .nav_comm .nav_main .dropdown-menu.min_menu &gt; li a:hover,
    .nav_comm .nav_main .dropdown-menu.min_menu &gt; li a:active,
    .nav_comm .nav_main .dropdown-menu.min_menu &gt; li a:focus{
        color:#077dcf!important;
        background:#dbdbdb;
        border-radius: 0px;
    }

    .navbar-nav_comm .dropdown-toggle{position: relative;}
    .navbar-nav_comm .dropdown-toggle i.fa-angle-right{position: absolute;right:15px;top:11px;color:#333;font-size:18px;}
    .navbar-nav_comm .dropdown .dropdown-toggle i.fa-angle-right{display:none;}
    .navbar-nav_comm .dropdown.open .dropdown-toggle i.fa-angle-right{display:block;}
    .navbar-nav_comm .dropdown.open .dropdown-toggle:hover i.fa-angle-right{display:block;color:#0069b8;}
    .menu_tree{top:0px!important;left:100%!important;}
    .navbar-nav_comm ul.navbar-nav li.open &gt; a.dropdown-toggle i.fa-angle-right{color:#077dcf;}

    .navbar-nav_comm ul.navbar-nav .dropdown-menu li.open &gt; a.dropdown-toggle{
        color:#077dcf;
        background:#fff;
        border-radius: 0px;
        border-top: none;
    }

    /* app nav */
    @media (min-width: 768px) {
        .navbar-toggle {
            display: block;
        }
    }
    @media (min-width: 991px) {
        .navbar-toggle {
            display: none!important;
        }
        .navbar-collapse {
            width: auto;
            border-top: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }
        .navbar-collapse.in {
            overflow-y: visible;
        }
        .navbar-fixed-top .navbar-collapse,
        .navbar-static-top .navbar-collapse,
        .navbar-fixed-bottom .navbar-collapse {
            padding-right: 0;
            padding-left: 0;
        }
        
        /*end*/

    }
    .leftNavIcon {display:none;}
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li.open &gt; a .leftNavIcon{
        display:none;
    }

    @media (max-width: 991px){

        .navbar-nav_comm{marign-top:12px;}
        .nav_comm{
            background:none;
            background-size:100%;height:auto;/*! max-height:100%; */min-height:0px;
        }
        .nav_comm .container{
            /* position:relative; */
            height:0px;
            padding:0px;
        }
        .nav_comm .navbar-header{position:absolute;left:inherit;right:0px;top:0px;}
        .nav_comm .navbar-header .navbar-toggle{
            float:left;
            /* background: rgba(17, 51, 115, .8); */
            border:1px solid #337ab7;padding:6px 8px!important;
            margin-left: 15px;
            margin-right: 0px;
        }
        .navbar-toggle .icon-bar {
          display: block;
          width: 15px;
          height: 2px;
          background: #337ab7;
          border-radius: 0px;
        }
        .nav_main .navbar-nav &gt; li{
            display:initial;
            float:left;
            width:100%!important;
            margin:0px;
        }
        .nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li &gt; a{
            text-align:left;
            padding:0px;
            border-bottom: 1px solid #fff;
            border-top: 0px;
        }
        .nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li &gt; a span{
            padding:2px 15px;display:inline-block;
            /* height: 45px;line-height: 45px; */
        }
        .nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li:nth-child(even) &gt; a{
            background:#f9f9f9;
            color:#333;
            /* border: none; */
            border-bottom: 1px solid #fff;
        }
        .nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li:nth-child(odd) &gt; a{
            background:rgba(238,238,238,0.8);
            color:#333;
            /* border: none; */
            border-bottom: 1px solid #fff;
        }

        .nav_comm .nav_main .navbar-nav_comm ul li &gt; a{color:#333;font-size:16px;white-space:nowrap;} 
        .nav_main .navbar-nav  &gt;  li &gt; a {
        margin:0px!important;
        text-align: left;
        border-bottom:1px solid #fff;
        }
        .nav_main .navbar-nav  &gt;  li &gt; a:hover {
        border-bottom:1px solid #fff;
        }
        .navbar-nav_comm .dropdown-toggle i.fa-angle-right.menu_tree_icon{color:#fff;}
        .menu_tree{background:#f3fcfe!important;}
        .menu_tree a{color:#333;}
        .nav_comm .nav_main .dropdown-menu li a{border-bottom:0px solid red;}
        
        .navbar-nav .open .dropdown-menu
        {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu&gt;li&gt;a
        {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu&gt;li&gt;a
        {
            line-height: 20px
        }

        .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover
        {
            background-image: none
        }
        .nav_comm .nav_main .dropdown-menu{padding:10px 0;background:#fff;}
        .nav_comm .nav_main .dropdown-menu.menu_tree li a{padding-left:45px;}
        .nav_comm .nav_main .dropdown-menu &gt; li a{
            padding:8px 0;
            padding-left:30px;
            text-align:left;
        }
        .navbar-nav_comm .breadcrumb li a{font-size:14px;color:#fff;}

        .leftNavIcon {
          position: absolute;
          top: 0!important;
          right: 0!important;
          width: 3rem;
          padding: 10px 0!important;
          display:block!important;
          text-align: center;
        }
        li.open  .leftNavIcon:before{
          content:"\f107"!important;
        }

        .navbar-nav_comm .navbar-nav{margin:0;}

        /*nav */
        .nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li &gt; a:hover,
        .nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li &gt; a:active,
        .nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li &gt; a:focus,
        .nav_comm .nav_main .navbar-nav_comm .navbar-nav&gt; li &gt; a.active{
            border-radius: 0px;
            color:#113373;
            font-weight:bold;
            border: 0px;
        }
        .nav_main ul.navbar-nav li.open &gt; a.dropdown-toggle{
            color:#113373;
            font-weight:bold;
            border-radius: 0px;
        }
        .nav_comm .nav_main_sdylcx .navbar-nav_comm .navbar-nav&gt; li &gt; a span{
            padding:12px 15px;
            display:inline-block;
           /*  border:1px solid red; */
        }
        .nav_comm .nav_main_sdylcx .navbar-nav_comm .navbar-nav&gt; li &gt; a:hover span,
        .nav_comm .nav_main_sdylcx .navbar-nav_comm .navbar-nav&gt; li &gt; a:active span,
        .nav_comm .nav_main_sdylcx .navbar-nav_comm .navbar-nav&gt; li &gt; a:focus span,
        .nav_comm .nav_main_sdylcx .navbar-nav_comm .navbar-nav&gt; li &gt; a.active span{
            display:inline-block;
            background: #1454b3!important; 
            color:#fff!important;;
        }

        .navbar-nav_comm ul.navbar-nav li.open &gt; a.dropdown-toggle span{
            background: #00498b!important;
            color:#fff!important;
        }
        .navbar-nav_comm ul.navbar-nav .dropdown-menu li.dropdown.open &gt; a.dropdown-toggle i.fa-angle-right:before{content:"\f107"!important;}
        .navbar-nav_comm ul.navbar-nav li.open &gt; a.dropdown-toggle i.fa-angle-right.leftNavIcon{color:#113373!important;}

        /*end*/

        .nav_comm .nav_main .dropdown-menu.min_menu {
            min-width: 163px;
            border-radius: 0px 0px 5px 5px;
            background:rgba(255,255,255,1);
        }

     
    }
    @media (max-width:767px){ 
        .navbar-nav_comm{background:#fff;}
        .nav_comm .navbar-header{position:absolute;left:inherit;right:0px;top:0px;}
        .nav_comm .navbar-header .navbar-toggle{
            margin-right: 15px;
        }
    }

/*nav end */


/* footer */
.footer_comm{background:#0c568e;}
.footer_comm .container{background:transparent;padding:25px 15px;}
.footer_cas,.footer_icp{margin-top:20px;margin-right: 30px;}
.footer_cas a {text-align:center;margin-top:15px;}
.footer_cas a img{max-width:286px;}
.footer_nwipb,.footer_icp{margin-bottom:10px;margin-top:10px;margin-right: 30px;}
.footer_nwipb a {text-align:center;margin-top:10px;margin-bottom:10px;}
.footer_nwipb a img{max-width:286px;}
.footer_icp{border-left:1px solid #fff;}
.footer_icp p{
    font-size:14px;color:#fff;
    padding-left:10px;margin-bottom:0px;
    line-height:22px;
}
.footer_img{}
.footer_img a{display:inline-table;text-align:center;}
.footer_img a.footer_s img{margin-top:10px;}
@media (min-width:1300px) {
    .footer_cas a {text-align:center;margin-top:15px;padding-right:15px;}
    .footer_icp{margin-top:10px;}
    .footer_icp p{
        font-size:14px;color:#fff;
        padding-left:10px;
        line-height:22px;
    }
    .footer_img a.footer_s img{margin-top:25px;}
}
@media (max-width:1299px) {
    .footer_cas a {margin-top:15px;}
}
@media (max-width:1199px) {
    .footer_cas{width:30%;padding-right:30px;}
    .footer_icp{width:50%;}
}
@media (max-width:991px) {
    .footer_cas{width:50%;text-align:left;margin-top:0px;}
    .footer_cas a{text-align:left;}
    .footer_img{float:right;}
    .footer_img a{width:40%;}
    .footer_img a.footer_s {text-align:right;}
    .footer_icp{width:100%;padding-left:0px;border-left:none;
        border-top:1px solid #c9c9c9;padding-top:20px;
        text-align:center;
        margin-top: 20px;
    } 
}




/*toolbar*/
*html{background-image:url(about:blank);background-attachment:fixed;}
.right_toolbar{
    position:fixed; 
    right:0; 
    top: 35%;
    width:52px;
    cursor:pointer; 
    z-index: 9999;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));

}
#code,#code_hover,#weibo{ 
    float: left;
    width:52px; 
    height:52px; 
    margin-bottom: 5px;
    background:url() no-repeat; 
}

#code{ background-position:-185px -125px; }
#code_hover{ background-position:-241px -125px;}

#weibo{ background-position:-185px -70px;} 

#code_img{ 
    width:203px; 
    height:210px; 
    background:url() 20px 1px no-repeat; 
    position:fixed; 
    right:60px; 
    bottom:270px; 
    /* top: 0px; */
    cursor:pointer; display:none;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); 
    _margin-bottom:67px;

}

@media (max-width:767px){  
    .right_toolbar{display:none;}
}

.container .reset-wrap{
    background: #c8e6f7;
    overflow: hidden;
    padding: 15px;
    background-size: 100% 100%;
}


.column-link{
	margin:15px 15px 15px 15px;
	border:1px solid #bfd0df;
	border-top:2px solid #bfd0df;
	background:#fff;
	padding-bottom:14px;
}
.column-link .tit{
	background:url(bg_link.png) no-repeat scroll left top;
	margin:0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    margin-top: -12px;
    text-align: center;
    width: 138px;
}
.column-link li{
	line-height:26px;
}

.wrap-grey{
	background:#f5f7f8;
}

/*lib*/
.column-lib{
	margin:15px 15px 15px 15px;
	border:2px solid #bfd0df;
	background:#f9f9f9;
	padding-top:14px;
	padding-bottom:14px;
}

.column-lib li{
	line-height:36px;
}

.header_lib {
    background:url(nwipb_bg_lib.jpg) top center no-repeat #138ede;
    position:relative;
    /* border: 1px solid red; */
}
.header_lib .header_logo a{
    margin-top: -25px;
}
.header_lib .header_logo a &gt; img{
    width:100%;
    max-width:600px;
    margin-right:20px;
}
.header_lib .header_logo{
    padding-bottom:20px;
    padding-top:30px;
}
.header_lib .header_text{
    width:100%;
    max-width:450px;
}
.header_lib .header_text span{padding-left:15px;}

@media(max-width:1200px){
    .header_lib {
        background:url(nwipb_bg_lib.jpg) top right no-repeat;
        position:relative;
        /* border: 1px solid red; */
    }

    .header_lib .header_logo a &gt; img{
        width:100%;
        max-width:480px;
        margin-right:20px;
    }
    .header_lib .header_text{
        width:100%;
        max-width:450px;
    }
}
@media(max-width:991px){
    .header_lib {
        background:url(nwipb_bg_lib.jpg) top left no-repeat;
        position:relative;
        /* border: 1px solid red; */
    }
    .header_lib .header_logo{text-align:center}
    .header_lib .header_logo a{
        clear: both;
        float:initial ;
        margin-top: 5px;
    }
    .header_lib .header_logo a &gt; img{
        width:100%;
        max-width:480px;
        padding-left:60px;
        margin-right:0px;

    }
    .header_logo{padding:15px 0px!important;}
}
@media(max-width:767px){
    .header_lib .header_logo a &gt; img{
        width:100%;
        max-width:480px;
        padding-left:0px;
        padding: 0px 15px;
    }
    .header_logo{padding:10px 0px 15px 0!important;margin-top:40px;}
}</pre></body></html>