@charset "utf-8";
/*CSS reset*/
html{-webkit-tap-highlight-color: rgba(0,0,0,0);}
body{margin:0 auto;padding:0;font:16px/1.5 "Helvetica";background:#FFF;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,tr,td {margin:0;padding:0;}

ul,ol,li {list-style:none}
.editor-content *{word-break: break-word;}
.editor-content ul,.editor-content ol{list-style:inherit;max-width:100%;}
.editor-content li{list-style:inherit;margin-left:20px}
.about-wrap .content ul,.about-wrap .content ol {list-style:inherit;}
.about-wrap .content li{list-style:inherit;margin-left:20px}
table,td,input,textarea,button {font:inherit;outline:none; resize:none;}
textarea{overflow-y:auto;}
input[type="button"],input[type="submit"],input[type="reset"]{cursor:pointer}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#B2B2B2;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;} /*去掉浏览器黄色背景*/
table {border-collapse:collapse;border-spacing:0;}
table th,table td{word-break: break-word!important;padding:12px 12px!important;border-color:#fff!important;}
table th{background: #3F96CC!important;color: #fff!important;font-weight: bold!important;border-color:#fff!important;}
table th *{background:transparent!important;color: #fff!important;font-weight: bold!important;margin:0!important;}
table td *{word-break: break-word!important;background:transparent!important;margin:0!important;}
/*table tr:nth-of-type(2n+1){background: #F2F2F2;}
table tr:nth-of-type(2n){background: #FFFFFF;}*/
img{
    max-width: 100%;
    border:0;
    object-fit: cover;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */    
}
/*address,caption,cite,code,dfn,em,th,var,strong,i{font-style:normal;font-weight:normal}*/
q:before,q:after {content:''}
abbr,acronym {border:0}
a{text-decoration:none;font-family: inherit;color: inherit;}
a:active,a:hover {outline: 0;text-decoration:none;}
:focus{outline: 0;}
pre {white-space: pre-wrap; /* css-3 */white-space: -moz-pre-wrap; /* Mozilla, since 1999 */white-space: -pre-wrap; /* Opera 4-6 */white-space: -o-pre-wrap; /* Opera 7 */word-wrap: break-word; /* Internet Explorer 5.5+ */  }


/*定位*/
.tal{text-align:left!important;}
.tac{text-align:center!important;}
.tar{text-align:right!important;}

.fl{float:left;}
.fr{float:right;}
.fn{float:none;}

.clearfix{*zoom: 1;}
.clearfix:after{content:""; display: block; height: 0; clear: both; visibility: hidden;}

.hide{display:none;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile {
    display: none !important;
}
/* 20211119 */
.content  table tr:nth-of-type(2n + 1){
    background: #F5F5F5;
}

.v_news_content p{ line-height:24px;text-indent:2em}
.v_news_content img{ padding-bottom:10px,}
.vsbcontent_img{ padding-bottom:10px;text-align: center;}


.dropdown-submenu {

position: relative;

}

.dropdown-submenu > .dropdown-menu {

top: 0;

left: 100%;

margin-top: -6px;

margin-left: -1px;

-webkit-border-radius: 0 6px 6px 6px;

-moz-border-radius: 0 6px 6px;

border-radius: 0 6px 6px 6px;

}

.dropdown-submenu:hover > .dropdown-menu {

display: block;

}



.dropdown-submenu.pull-left {

float: none;

}

.dropdown-submenu.pull-left > .dropdown-menu {

left: -100%;

margin-left: 10px;

-webkit-border-radius: 6px 0 6px 6px;

-moz-border-radius: 6px 0 6px 6px;

border-radius: 6px 0 6px 6px;

}
.lib_safe .text-align-center h1.title{ display: inline-block;}
.footer-box .footer .wechat .attestation img{  filter: brightness(100);
    width: 120px;
    height: 80px;
    margin: 0;
    vertical-align: unset;

} 
.navbar-brand .attestation {
    max-width: 100px;
    margin-left: 20px;
}
.navbar .container  .navbar-header .navbar-brand {
    text-align: center;
}
.navbar .container  .navbar-header .navbar-brand a {
    display: inline-block;
}
.logo-box {
    display: inline-block;
text-align: center;
}
.attestation-box {
    display: inline-block;
}
.attestation-box img {
    vertical-align: bottom;
}
@media (max-width: 1057px) {

  .dropdown .dropdown-submenu .dropdown-toggle::after {
    top: 10px;
  }
 .dropdown-menu-level-3  {
    padding-left: 40px;
  }

.dropdown.open  .dropdown-submenu .dropdown-toggle::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

  }
@media (min-width: 820px) {
.wechat .attestation{display: none;} 

  }
@media (max-width: 820px) {
.header-top-right .attestationbox{display: none;} 
 .attestation-box {
    display: inline-block;
}
.navbar-brand a.logo-box {
    display: inline-block;
    margin-left: 20px;
}
 .attestation-box  img {
    vertical-align: bottom;
}
.navbar-brand .attestation{ max-width: 80px;} 

.header-top-right .attestation{display: none;} 
 .wechat .attestation{display: inline-block;} 

  }