
@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;}
.mart25{margin-top:25px;}
.mart30{margin-top: 30px;}
.marb26{margin-bottom: 26px;}
.mart40{margin-top: 40px;}
.padd10{padding:0px 10px;}
.paddright10{padding-right:10px;}
.paddleft10{padding-left:10px;}

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


/*
@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_comm {
    background:#fff;
    position:relative;
    /* border: 1px solid red; */
    background-image: url(top_bg.png);
    background-repeat: no-repeat;
    background: linear-gradient(to bottom, #f2fcfe 0%,#c2e9fd 100%);
}
.header_comm .header_logo a > img{
    width:100%;
    max-width:500px;
    margin-right:20px;
}
.header_comm .header_logo{
    padding-bottom:20px;
    padding-top:15px;
    /*border:1px solid red;*/
}
@media(max-width:1200px) and (min-width:992px ){
    .header_comm .header_logo a > img{
        width:100%;
        max-width:400px;
        margin-right:20px;
    }
}
@media(max-width:991px){
    .header_comm .header_logo a > img{
        width:100%;
        max-width:527px;
        padding-left:60px;
        margin-right:0px;

    }
    .header_logo{padding:15px 0px!important;}
}
@media(max-width:767px){
    .header_comm .header_logo a > img{
        width:100%;
        max-width:100%;
        padding-left:0px;
        padding: 0px 15px;
    }
    .header_logo{padding:20px 0px 15px 40px!important;}
}
.header_logo2{width:25%;text-align:right;margin-top: 70px;}
.header_logo2 img{width:100%;max-width:450px; margin-right: -180px;}
@media(max-width:1400px){
    .header_logo2{width:25%;text-align:right;margin-top: 70px;/*! margin-right: -80px; */}
    .header_logo2 img{width:100%;max-width:450px;margin-right: -80px;}
}
@media(max-width:1200px){
    .header_logo2{width:25%;text-align:right;margin-top: 60px;}
    .header_logo2 img{width:100%;margin-right: -80px;}
}

/* header_breadcrumb */
.header_comm .header_breadcrumb{
    float:right;
    position:relative;
}
.header_breadcrumb{
    margin:0px;
    padding:0px;
    text-align:right;
    margin-top: 20px;
     /*border:1px solid red;*/
}
.a_breadcrumb{padding-bottom:10px;}
.header_breadcrumb a{
    padding:0px;
    margin:0px;
    display:inline-table!important;
}
.header_breadcrumb a+a > p:before{
    float:left;display:block;color:#929292;content:"/\00a0";padding:0px 8px 0px 4px;
}
.header_breadcrumb a p{
    font-size:14px;margin:0px;
    margin-top:-18px\9;
    margin-top:-18px\0;
    *margin-top:-18px;
    margin-top:-18px\9\0;
    margin-top//:-18px;
    color:#929292;
}
.header_breadcrumb a:hover,
.header_breadcrumb a:active,
.header_breadcrumb a:focus{background:none!important;color:#c5d5f4!important;}
@media (max-width:991px) { 
    .header_breadcrumb_app {background:#e2e2e2;}
    .header_breadcrumb_app a{float:left;color:#333;}
    .header_breadcrumb_app a p{margin:0px;padding:0px;padding:5px 0px 5px 15px;}
    .header_breadcrumb_app a+a > p:before{float:left;display:block;color:#bbb;content:"\007C";padding:0px 15px 0 0;}
}

/*search*/
.app_search .navbar-form{padding:0px;margin:0px;margin-top:3px;}
.app_search .navbar-form .form-group{
    background:#fff;
    border-radius:8px;
    padding:0px 10px 0px 10px;
    border:1px solid #007baf;
}
.app_search .navbar-form .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;
}

.app_search .navbar-form .form-group input::-webkit-input-placeholder{
    color:#999;
}
.app_search .navbar-form .form-group input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
.app_search .navbar-form .form-group input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
.app_search .navbar-form .form-group input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
}
.app_search .navbar-form .form-group input{background:none;border:none;}
.app_search .navbar-form .form-group input[type="button"]{
    padding:0px 15px;color:#fff;
    border-radius:0px!important;
    background:url(sbs_search_bnt.png) center center no-repeat;
    height:34px;
}
.app_search .navbar-form .form-group .form-control{padding:0px;/*! color:#fff; */min-width:165px;}
.header_breadcrumb  .app_search .form-control{border-radius: 0px;border:1px solid #0384cf;}

@media (max-width:1199px) { 
    .header_comm .header_logo a > img{
        margin-right:15px;
    }
}

@media (max-width:991px) { 
    .header_comm .header_logo a > img{ 
        margin-right:20px;
    }
    .app_search{padding:5px 15px;background:#006faf;}
    .app_search .navbar-form{margin:0px;}
    .app_search .navbar-form .form-group{
        display: inline-block;
        margin-bottom: 0;
        width:100%;
        vertical-align: middle;
        position:relative;
        border: 1px solid #c7dcf7;
    }
    .app_search .navbar-form .form-group .btn{position:absolute;right:15px;top:0px;}
    .app_search .navbar-form .form-group .form-control{height:35px;color:#fff;line-height:35px;padding-right:50px;}
}
@media (max-width:620px) { 
    .header_comm .header_logo a > img{
        margin-right:5px;
    }
}


/*list start*/
.comment_list,.comment_list li{
    float:left;width:100%;padding:0px;margin:0px;
}
.comment_list li{
    background:url(sbs_list.png) left 16px no-repeat;
    padding:3px 0px 3px 20px;
}

.comment_list li a{
    float:left;padding:0px;margin:0px;
    line-height:40px;
    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: 80%;
}

.comment_list li a:hover{color:#ce5636;}
.comment_list li span{
    float:right;
    color:#969696;
    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:76%;
      }
}
@media (max-width:991px){
  .comment_list li{
    background:url(sbs_list.png) left 12px no-repeat;
    padding:7px 0px 7px 20px;
  }
  .comment_list li a{
    float:left;font-size:16px;color:#3f3f3f;
    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*/

/* navbar */
.nav_comm{background:#014199;border-top: 1px solid #014199;}
.nav_comm .container{
    border-radius:0px;
    line-height:45px;
    height:45px;
}

.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: 1%;
}
.nav_comm .nav_main .navbar-nav_comm .navbar-nav > li > a{
    color:#fff;
    font-size:18px !important;
    font-weight: 600;
    white-space:nowrap;
    border-top:3px solid transparent;
    border-bottom:1px solid transparent;
    text-align: center;
    padding:0px;
    height:55px;
    line-height:50px;
} 
@media (max-width:1440px) {
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav > li > a{
        font-size:17px;
    } 
}

.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{
    background:#fff;
    color:#004098;
    border-top:3px solid #de3232;
    /* border-bottom:3px solid #00a3e4; */
}
.nav_main ul li.open > a{
    background:#fff;
    color:#004098;
    border-top:3px solid #de3232;
    /* border-bottom:3px solid #00a3e4; */
}


      /* nav 2 */
    .navbar-nav_comm ul.navbar-nav > li.open > a.dropdown-toggle{
        background:#fff;
        color:#004098;
        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:rgba(255,255,255,0.95);
    }
    .nav_comm .nav_main .dropdown-menu.min_menu > li a{
        color:#444;
        padding:8px 20px;
        -webkit-transition: none;
        font-size:18px;
        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 > 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{
        color:#077dcf!important;
        background:#fff;
        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:#077dcf;}
    .menu_tree{top:0px!important;left:100%!important;}
    .navbar-nav_comm ul.navbar-nav li.open > a.dropdown-toggle i.fa-angle-right{color:#077dcf;}

    .navbar-nav_comm ul.navbar-nav .dropdown-menu li.open > 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> li.open > 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:0px;top:-60px;}
        .nav_comm .navbar-header .navbar-toggle{
            float:left;background: rgba(17, 51, 115, .8);
            border:1px solid rgba(255, 255, 255, .7);padding:6px 8px!important;
            margin-left: 15px;
            margin-right: 0px;
        }
        .navbar-toggle .icon-bar {
          display: block;
          width: 15px;
          height: 2px;
          background: #fff;
          border-radius: 0px;
        }
        .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;
            border-bottom: 1px solid #fff;
            border-top: 0px;
        }
        .nav_comm .nav_main .navbar-nav_comm .navbar-nav> li > a span{
            padding:2px 15px;display:inline-block;
            /* height: 45px;line-height: 45px; */
        }
        .nav_comm .nav_main .navbar-nav_comm .navbar-nav> li:nth-child(even) > a{
            background:#f9f9f9;
            color:#333;
            /* border: none; */
            border-bottom: 1px solid #fff;
        }
        .nav_comm .nav_main .navbar-nav_comm .navbar-nav> li:nth-child(odd) > 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 > 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{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>li>a
        {
            padding: 5px 15px 5px 25px
        }

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

        .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: 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> 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:#113373;
            font-weight:bold;
            border: 0px;
        }
        .nav_main ul.navbar-nav li.open > a.dropdown-toggle{
            color:#113373;
            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;
           /*  border:1px solid red; */
        }
        .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: #1454b3!important; 
            color:#fff!important;;
        }

        .navbar-nav_comm ul.navbar-nav li.open > a.dropdown-toggle span{
            background: #1454b3!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:#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:0px;top:-60px;}
        .nav_comm .navbar-header .navbar-toggle{
            margin-right: 15px;
        }
    }

/*nav end */


/* footer */
.footer_comm{background:#fff;}
.footer_comm .container{background:transparent;padding:25px 15px;}
.footer_cas,.footer_icp{margin-top:0px;}
.footer_cas a {text-align:center;margin-top:15px;}
.footer_cas a img{width:100%;max-width:286px;}

.footer_icp p{
    font-size:14px;color:#444444;
    padding-left:10px;margin-bottom:0px;
    line-height:24px;
}
.footer_img{}
.footer_img a{display:inline-table;text-align:center;}
.footer_img a.footer_s img{max-width:52px;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:#444444;
        padding-left:10px;margin-bottom:5px;
        line-height:24px;
    }
    .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:25%;padding-right:30px;}
    .footer_icp{width:65%;}
    .footer_img{width:10%;}
}
@media (max-width:991px) {
    .footer_cas{width:50%;text-align:center;}
    .footer_img{width:50%;}
    .footer_img a{width:30%;}
    .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;
    } 
}

@media (max-width:540px) {
    .footer_cas{width:100%;text-align:center;padding:0px;}
    .footer_img{width:100%;padding-top:25px;}
    .footer_img a{width:49%;}
    .footer_img a.footer_s {text-align:center;}
    .footer_icp{width:100%;padding-left:0px;border-left:none;
        border-top:1px solid #c9c9c9;padding-top:20px;
        text-align:center;
    }
}

/* footer_link */
.footer_link{border-top:2px solid #167bb6;}
.link_div{padding-top:15px;}
.link_div .mod5_div{padding:0px 15px;}
@media screen and (min-width: 992px){
  .link_div .w20{width:20%;}
}
.link_div .form-control{
    width:100%;border:1px solid #d0d9eb;background:#f3f7ff;
    border-radius: 0px;box-shadow: none;
}
@media screen and (max-width: 768px){.link_div{padding:0px 15px;}}


/*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(toolbar_casisd.png) 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(toolbar_casisd.png) 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:n