/*v20200421*/
@charset "utf-8";


html ,body{
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
padding:0px;
margin: 0;
font-family:"微软雅黑",Arial;
color:#444;
font-size:14px;
}
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;}

/*.navbar-header .navbar-brand a:hover img{opacity:1!important;}*/
/*.main_comm a:hover img,.gl_main_comm a:hover img{opacity: 0.6;}*/

.fl{float:left;}
.fr{float:right;}
.w100{width:100%;}
.clear{clear:both;}
.paddnone{padding:0px;}
.paddleft15{padding-left:15px;}
.paddleft30{padding-left:30px;}
.paddright30{padding-right:30px;}
.paddright15{padding-right:15px;}
.paddleft0{padding-left:0px;}
.paddright0{padding-right:0px;}
.padd10{padding:0px 10px;}
.mar0{margin:0px;}
.mart0{margin-top:0px;}
.mart15{margin-top:15px;}
.mart5{margin-top:5px;}
.marb15{margin-bottom:15px;}
.mart20{margin-top:20px;}
.mart30{margin-top:30px;}
.container{padding:0 30px;}

@media (max-width:991px){ 
    .app_padd{padding:0px!important;}
 }


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

@media (min-width:1440px) {
    .container{width:100%;max-width:1440px;}
}

/*list start*/
.gl_line{border-bottom:1px dotted #DCE7EF;padding-bottom:15px!important;margin-top:15px!important;}
.comment_list,.comment_list li{
    float:left;width:100%;padding:0px;margin:0px;
}
.comment_list li{
    background:url(ztxt.png) left 7px no-repeat;
    padding:5px 0px 5px 20px;
    line-height: 24px;
}

.comment_list li a{
    float:left;padding:0px;margin:0px;
    line-height:30px;
    min-height:30px;
    font-size:16px;
    color:#3f3f3f;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    word-wrap: normal;
    width: 90%;
}

.comment_list li a:hover{color:#0989ca;}
.comment_list li span{
    float:right;
    color: #ADADAD;
    line-height:30px;
    font-size:14px; 
}
@media (min-width:992px) and (max-width:1199px){
    .comment_list li a{
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
        word-wrap: normal;
        width:85%;
      }
}
@media (max-width:991px){
  .comment_list li a{
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    width:100%;
    line-height:24px;
  }
  .comment_list li span{float:left;}
}
/*list end*/

/*header*/
.header_comm_img img{width:100%;}
.header_comm {
    position:relative;
    height: auto;
    padding:0 9% 0 3%;
    background: #2751a1;
    background: -moz-linear-gradient(left, #234f97 0%, #2666bb 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#214d99), color-stop(100%,#2666bc));
    background: -webkit-linear-gradient(left, #214d99 0%,#2666bc 100%);
    background: -o-linear-gradient(top, #214d99 0%,#2666bc 100%);
    background: -ms-linear-gradient(top, #214d99 0%,#2666bc 100%);
    background: linear-gradient(to right, #214d99 0%,#2666bc 100%);
}

.header_comm .header_logo {
    display:inline-table;
    height: 189px;
    vertical-align: middle;
}
.header_comm .header_logo .header_img1,
.header_comm .header_logo .header_img2{
    height: 189px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
}
.header_comm .header_logo .header_img1 > img{
    width:100%;
    max-width:639px;

}
.header_comm .header_logo .header_img2 > img{
    max-width:820px;
    width:100%;
}

.header_comm .header_logo .header_img1{
    width: 25%;
    padding-right:40px;
}
.header_comm .header_logo .header_img2{
    width: 44%;
}

@media (max-width:767px){
    .header_comm .header_logo .header_img1{
        width: 38%;
        padding-right:0px;
    }
    .header_comm,
    .header_comm .header_logo,
    .header_comm .header_logo .header_img1,
    .header_comm .header_logo .header_img2{
        height: 70px;
    }
    .header_comm {
        padding:0 15px 0 60px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .header_comm,
    .header_comm .header_logo,
    .header_comm .header_logo .header_img1,
    .header_comm .header_logo .header_img2{
        height: 120px;
    }
}
@media (min-width:992px) and (max-width:1200px){
    .header_comm,
    .header_comm .header_logo,
    .header_comm .header_logo .header_img1,
    .header_comm .header_logo .header_img2{
        height: 135px;
    }
}
@media (min-width:768px) and (max-width:1699px){
    .header_comm .header_logo .header_img1{
        width: 35%;
        padding-right:40px;
    }
} 
@media (min-width:1366px) and (max-width:1499px){
    .header_comm {
        padding:0 11% 0px 3%;
    }
}
@media (min-width:1500px) and (max-width:1699px){
    .header_comm {
        padding:0 14% 0px 3%;
    }
} 
@media (min-width:1700px){
    .header_comm {
        padding:0 5% 0px 3%;
    }
} 

/* navbar */
.nav_comm{background:#0c4ca4;display:inline-table;}
.nav_comm .container{
    border-radius:0px;
    line-height:66px;
    height:66px;
    max-width: 1170px;
}

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

.nav_main {
  border-bottom: 0;
}

.nav_main .navbar-nav  > li {
  display: table-cell;
  width: 2%;
}
.nav_comm .nav_main .navbar-nav_comm .navbar-nav > li > a{
    color:#fff;
    font-size:20px;
    white-space:nowrap;
    border-top:3px solid transparent;
    border-bottom:1px solid transparent;
    text-align: center;
    padding:0px;
    height:66px;
    line-height:60px;
} 

@media (max-width:1200px){
    .nav_comm .container,
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav > li > a{
        height: 50px;
        line-height: 50px;
    }
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav > li > a{
        line-height: 45px;
    }

}
@media (min-width:1440px) {
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav > li > a{
        color:#fff;
        font-size:22px;
        white-space:nowrap;
        border-top:3px solid transparent;
        border-bottom:1px solid transparent;
        text-align: center;
        padding:0px;
        height:66px;
        line-height:60px;
    } 
}


.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> li > a:hover,
.nav_comm .nav_main .navbar-nav_comm .navbar-nav> li > a:active,
.nav_comm .nav_main .navbar-nav_comm .navbar-nav> li > a:focus,
.nav_comm .nav_main .navbar-nav_comm .navbar-nav> li > a.active{
    color: #06306a;
}
.nav_main ul li.open > a{
    color: #06306a;
}


      /* nav 2 */
    .navbar-nav_comm ul.navbar-nav > li.open > a.dropdown-toggle{
        color: #06306a;
    }
    .nav_comm .nav_main .dropdown-menu.min_menu {
        min-width: 151px;
        border-radius: 0px;
        padding: 0px;
        background: #0091FF;
    }
    .nav_comm .nav_main .dropdown-menu.min_menu > li{border-bottom:1px solid #fff;}
    .nav_comm .nav_main .appmin_menu{margin:0px;padding:0px;}
    .nav_comm .nav_main .dropdown-menu.min_menu > li a,
    .nav_comm .nav_main .appmin_menu > li a
    {
        color:#fff;
        padding:15px 20px;
        -webkit-transition: none;
        font-size:18px;
        text-align:left;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        background:transparent;
        border: none;
    }
    .nav_comm .nav_main .dropdown-menu.min_menu .menu_tree > li a{
        color: #555;
    }

    .nav_comm .nav_main .dropdown-menu.min_menu > li:last-child a{border-bottom:0px;}
    .nav_comm .nav_main .dropdown-menu.min_menu > li a:hover,
    .nav_comm .nav_main .dropdown-menu.min_menu > li a:active,
    .nav_comm .nav_main .dropdown-menu.min_menu > li a:focus,
    .navbar-nav_comm ul.navbar-nav .dropdown-menu li.open > a.dropdown-toggle{
        color:#113E99!important;
        background: #E3E4FC;;
        border-radius: 0px;
    }

    .navbar-nav_comm .dropdown-toggle{position: relative;}
    .navbar-nav_comm .dropdown-toggle i.fa-angle-right{
        position: absolute;right:15px;top:19px;color:#fff;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:#fff;}
    .menu_tree{top:0px!important;left:100%!important;}
    .navbar-nav_comm ul.navbar-nav li.open > a.dropdown-toggle i.fa-angle-right{color:#fff;}

    .navbar-nav_comm ul.navbar-nav .dropdown-menu li.open > a.dropdown-toggle{
        border-top: none;
    }
    .nav_comm .nav_main .dropdown-menu.min_menu li.open > a.dropdown-toggle i.fa-angle-right{
        color: #444;
    }


/*nav end */



/* footer */
.footer_comm{background: #0989ca;padding:20px 0;}
.footer_icp{text-align:center;}
.footer_icp span{text-align:left;display:inline-block;color:#fff;font-size:16px;}

/* ------- */

@media (min-width:992px) and (max-width:1199px) {  
    .container{padding:0px 15px;}
}
@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> li.open > a .leftNavIcon{
    display:none;
}

@media (max-width: 991px){
    .nav_comm{
        background:#fff;
        background-size:100%;height:auto;max-height:100%;min-height:0px;
        width: 100%;
        padding-top: 0px;
    }
    .nav_comm .container{
        height:0px;
        padding:0px;
        background: #fff;
        position: relative;
    }
    .nav_comm .nav_main .dropdown-menu.min_menu .menu_tree > li a{
        color: #fff;
    }
    .navbar-nav_comm .dropdown-toggle i.fa-angle-right{color:#444;}
    .navbar-nav_comm .dropdown-toggle i.naviconright2{color:#fff;}
    /* .navbar-nav_comm{margin-top:50px;} */
    .nav_comm .navbar-header{position:absolute;left:0px;top:-45px;}
    .nav_comm .navbar-header .navbar-toggle{
        float:left;border:1px solid #fff;padding:6px 6px!important;
        /* background:rgba(7,125,207,0.8); */
        background: #fff;
    }
    .navbar-toggle .icon-bar {
      display: block;
      width: 15px;
      height: 1px;
      background: #077dcf;
      border-radius: 0px;
    }
    .nav_comm .nav_main .appmin_menu > li a{line-height:40px;}
    .nav_main .navbar-nav > li{
        display:initial;
        float:left;
        width:100%!important;
        margin:0px;
    }
    
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav> li > a{
        text-align:left;
        padding:0px;
    }
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav> li > a span{
        padding:0px 15px;display:inline-block;
        height: 50px;line-height: 50px;
    }
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav> li:nth-child(even) > a{
        background:#e2e2e2;
        color:#333;
        border: none;
    }
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav> li:nth-child(odd) > a{
        background:#f3f3f3;
        color:#333;
        border: none;
    }

    /* .nav_comm .nav_main .navbar-nav_comm ul li > a{
        color:#333;font-size:16px;white-space:nowrap;
    }  */
    .nav_main .navbar-nav  >  li > a {
    margin:0px!important;
    text-align: left;
    border-bottom:1px solid #fff;
    }
    .nav_main .navbar-nav  >  li > a:hover {
    border-bottom:1px solid #fff;
    }
    .navbar-nav_comm .dropdown-toggle i.fa-angle-right.menu_tree_icon{color:#fff;}
    .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>li>a
    {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a
    {
        line-height: 40px;
        padding-top: 8px!important;
        padding-bottom: 8px!important;

    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>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 > 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: 15px 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> li > a:hover,
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav> li > a:active,
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav> li > a:focus,
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav> li > a.active{
        border-radius: 0px;
        color:#077dcf;
        font-weight:bold;
    }
    .nav_main ul.navbar-nav li.open > a.dropdown-toggle{
        color:#077dcf;
        font-weight:bold;
        border-radius: 0px;
    }
    .nav_comm .nav_main_sdylcx .navbar-nav_comm .navbar-nav> li > a span{
        padding:12px 15px;
        display:inline-block;
    }
    .nav_comm .nav_main_sdylcx .navbar-nav_comm .navbar-nav> li > a:hover span,
    .nav_comm .nav_main_sdylcx .navbar-nav_comm .navbar-nav> li > a:active span,
    .nav_comm .nav_main_sdylcx .navbar-nav_comm .navbar-nav> li > a:focus span,
    .nav_comm .nav_main_sdylcx .navbar-nav_comm .navbar-nav> li > a.active span{
        display:inline-block;
        background: #16c0ff!important; /* ä¸€çº§èœå•é¢œè‰²*/
        color:#fff!important;;
    }

    .navbar-nav_comm ul.navbar-nav li.open > a.dropdown-toggle span{
        background: #16c0ff!important; /* ä¸€çº§èœå•é¢œè‰²*/
        color:#fff!important;
    }
    .navbar-nav_comm ul.navbar-nav .dropdown-menu li.dropdown.open > a.dropdown-toggle i.fa-angle-right:before{content:"\f107"!important;}
    .navbar-nav_comm ul.navbar-nav li.open > a.dropdown-toggle i.fa-angle-right.leftNavIcon{color:#077dcf!important;}

    /*end*/

}

/* nav full */
.header_comm > .container{
    position:relative;
}
.navbar-nav_comm .nav>li.web_dropdown{position: static;}
.nav_comm .nav_main  .dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    background: #0091FF;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    z-index: 101;
    border:#eaedf5 solid 0px;
    left:0;
    margin-top:0px;
}
@media (min-width: 992px) {
    .nav_comm .nav_main  .dropdown-menu {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding: 0 20px;
        margin: 0;
        background: #e3e4fc;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
        z-index: 101;
        border:#eaedf5 solid 0px;
        left:0;
        margin-top:0px;
    }
    .w24{width:24.83%;padding-right:15px;}
    .w45{width:45%;}
    .w30{width:29%;padding-left:15px;}
      
}
@media (max-width:767px){  
    .nav_comm .navbar-header{position:absolute;left:15px;top:-55px;}
}

@media (max-width:640px){  
    .container{padding:0 15px;}
}

.web_menu h1{
   font-family: "微软雅黑";
    font-size: 18px;
    color: #113E99;
    font-weight: bold;
}
.web_menu h1> a{
    font-family: "微软雅黑";
    font-size: 18px;
    color: #113E99;
    font-weight: bold;
}
.web_menu h1> a:hover{color:#f09236!important;}
.web_menu .web_menu_cont{padding-top:20px;}
.web_menu .web_menu_cont span img{width:100%;}
.web_menu .web_menu_cont p{
    font-size:13px;
    line-height:23px;
    color:#444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    white-space:inherit;
}

.line_nav{border:none;margin:0px;
    opacity: 0.3;
    border-left: 1px solid #1447B8;
    border-right: 1px solid #1447B8;
}

/* one */
.menu_ztjj_skjj span a img{margin-bottom:5px;height:87px;border:1px solid #c3c5c9;}
.menu_szzc p a img{max-width:120px;margin-right:15px;}
.web_menu .line_nav{min-height:265px;margin-bottom:15px;}

.navbar-nav_comm .whjcy_pd_js .table_pd{padding:0px;margin:0px;}
.navbar-nav_comm .whjcy_pd_js .table_pd li{padding:0px 15px;}
.navbar-nav_comm .whjcy_pd_js .table_pd .media-body{vertical-align: bottom;}
.navbar-nav_comm .whjcy_pd_js ul li{width:25%;}
.navbar-nav_comm .whjcy_pd_js .table_pd .img-hover img{
    width:100%;max-width:102px;max-height:143px;
}
.navbar-nav_comm .whjcy_pd_js .table_pd .media-body span b,
.whjcy_pd_js .table_pd .media-body span em{
  display:inline-block;width:100%;text-align:left;
}
.navbar-nav_comm .whjcy_pd_js .table_pd .media-body span b{
    font-size:14px;padding-bottom:2px;padding-top:5px;
    color:#444;
    font-family: "微软雅黑";
    font-weight: bold;
}
.navbar-nav_comm .whjcy_pd_js .table_pd .media-body span em{
    font-size:14px;
    font-style: normal;
    color: #000;
    line-height: 24px;
    font-family: "微软雅黑";
}
.navbar-nav_comm .whjcy_pd_js .table_pd .media{padding-bottom:15px;}
.navbar-nav_comm .whjcy_pd_js ul:nth-child(2) .media-body{width:100%;display:inline-block;}

.menu_fygk{border:1px solid rgba(20,71,184,0.3);padding:0px 20px;}
.menu_fygk span{
    font-size:16px;font-family: "微软雅黑";
    font-weight: bold;
    color: #113E99;
    height:40px;line-height:40px;
}
.menu_fygk a{height:40px;line-height:40px;}
.menu_fygk_lrld a img{width:20px;margin-top:9px;}

.menu_fygk_zzjg{position:relative;}
.menu_fygk_zzjg span{display:-webkit-box;}
.menu_fygk_zzjg ul{margin:0px;padding:0px 15px;display:list-item;}
.menu_fygk_zzjg ul li {background:url(sjffrzt_nav-icon2.png) center left no-repeat;padding-left:15px;}
.menu_fygk_zzjg ul li a{font-family: "微软雅黑";
    font-weight: bold;
    color: #444;font-size:14px;
}

@media (max-width:1366px){  
    .menu_fygk_zzjg span{width:100%;}
    .menu_fygk_zzjg ul{width:50%;padding:0px;text-align:left;}
}

/* two */


