@charset "utf-8";

/* CSS Document */

/*base Start
=================================*/

body > div {
  margin-right: auto;
  margin-left: auto;
}

body, div, ul, ol, ul, li, ol, dl, dd, dt, form, span, p {
  margin: 0;
  padding: 0;
  list-style: none;
}

caption, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

input::-moz-focus-inner {
  border: none;
  padding: 0;
}

input {
  vertical-align: middle;
}

input {
  font-size: 14px;
  margin: 0;
}

input[type="text"], input[type="password"] {
  outline-style: none;
  -webkit-appearance: none;
}

img, a img {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  outline-style: none;
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

.btn.wire {
  font-size: 16px;
  border-radius: 1.5em;
  margin: 46px auto;
  width: 130px;
  height: 40px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(44, 62, 113, 1);
  color: rgba(68, 68, 68, 1);
  line-height: 1.9em;
}

footer, header, menu, nav, section {
  display: block;
}

/*base End
=================================*/

/*Public Start
=================================*/
.main {
  background: #fff;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

@media (min-width: 1900px) {
  nav > .container {
    width: 1900px;
    padding: 0 90px;
  }
}

body, html {
  color: #444;
  font-family: "Helvetica",Arial,Verdana;
}

body {
  font-size: 16px;
  line-height: 1.8em;
}

ul, li {
  list-style: none;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover, a:focus {
  color: #1d9dfb;
  text-decoration: none;
}
.fl{float:left;}
.w100{width:100%;}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.pd0 {
  padding: 0;
}

.pb50 {
  padding-bottom: 50px;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* see https://github.com/anselmh/object-fit */
.img-cover {
  width: 100%; /*dimensions are mandatory*/
  /*dimensions are mandatory*/
  object-fit: cover;
  overflow: hidden; /* Cuts off the parts of the image poking out */
  max-width: none !important;
  height: 225px;
}

.img-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.img-hover:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.bg-cover {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
}

.full-width {
  width: 100%;
}

.tile .pic {
  height: 220px;
  padding: 0;
  overflow: hidden;
}

.tile .pic > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.tile .pic > a > img {
  height: 100%;
}

.tile > .thin > .pic, .tile > .thin > .pic > a > img {
  height: 214px;
}

.tile > .thick > .pic, .tile > .thick > .pic > a > img {
  height: 320px;
}

/* thumbnail image hover */
.shiny {
  position: relative;
  overflow: hidden;
}

.shiny::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  display: none;
}

.shiny:hover::before {
  display: block;
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*Public End
=================================*/

/*header Start
=================================*/

body {
  background: #fff;
}

.btn_back {
  color: #737373;
  font-size: 14px;
}

@media all and (max-width: 991px) {
  .btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.main-navigation {
  padding: 0 80px;
}

@media (max-width: 1720px) {
  .main-navigation {
    padding: 0 20px;
  }
}
/*header*/
.header_comm {
    padding-top:15px;
    /*padding-bottom:25px;*/
    /*background:rgba(255,255,255,1);*/
    /*height:200px;*/
    background:url(bg_header_gibh_2020.jpg) top center no-repeat;
    position:relative;
    z-index:999;
}
.header_comm .header_logo {
    display:inline-table;
    margin-top:8px;
}
.header_comm .header_logo img{
    max-width:645px;width:100%;
}
.header_comm .header_banner{
    display: inline-table;
    max-width:660px;
}

.header_comm .header_banner .slides img{
    width:100%;
    max-width:834px;
}
.header_comm .flex-control-paging li a.flex-active{background:#fff;}
.header_comm .flex-control-nav{text-align:right;padding-right:15px;bottom:10px;color:transparent;}
.header_comm .flex-control-paging li{margin:0px 2px;}
.header_comm .flex-control-paging li a{color:transparent;}
.header_comm .flex-control-paging li a{width:6px;height:6px;}
.header_comm .flex-control-paging li a.flex-active{width:15px;}
.header_comm .flex-direction-nav{display:none;}

/* header_breadcrumb */
.header_comm .header_breadcrumb{
    float:right;
    position:relative;
}
.header_breadcrumb{
    margin:0px;
    padding:0px;
    text-align:right;
}
.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:#fff;content:"\007C";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:#fff;
}
.header_breadcrumb a:hover,
.header_breadcrumb a:active,
.header_breadcrumb a:focus{background:none!important;color:#c5d5f4!important;}



/*search*/
.app_search .navbar-form{padding:0px;margin:0px;margin-top:3px;margin-left:15px;}
.app_search .navbar-form .form-group{
    background:rgba(48,90,174,0.8);
    border-radius:30px;
    padding:0px 10px 0px 10px;
    /*border:1px solid #305aae;*/
}
.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(gdskxy_search_bnt.png) center center no-repeat;
    height:34px;
}
.app_search .navbar-form .form-group .form-control{padding:0px;color:#fff;}
.header_breadcrumb  .app_search .form-control{border-radius: 0px;border:1px solid #0384cf;}

@media (max-width:767px) { 
    .app_search{padding:5px 15px;background:#077dcf;}
    .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;}
}

/*nav Start
=================================*/
/* navbar */
.nav_comm{
  background:#077dcf;
  margin-top: 20px;
  filter: alpha(Opacity=80);-moz-opacity: 0.8;opacity: 0.8;
}
.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:20px;
    font-weight: bold;
    white-space:nowrap;
    border-top:3px solid transparent;
    border-bottom:1px solid transparent;
    text-align: center;
    padding:0px;
    height:45px;
    line-height:40px;
} 
@media (max-width:1440px) {
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav > li > a{
        font-size:18px;
    } 
}

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


      /* nav 2 */
    .navbar-nav_comm ul.navbar-nav > li.open > a.dropdown-toggle{
        background:#fff;
        color:#444;
        border-top:3px solid #00a3e4;
        /* 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 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:#077dcf;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;
    }

@media (min-width:768px) and (max-width: 992px){
  .header_comm .container{width:100%;padding:0px 30px;}
  .header_comm .header_logo {
      display:inline-table;
      margin-top:8px;
      width:65%;
  }
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}
@media (min-width: 768px) {
    .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: 767px){
  .header_comm .header_logo{margin:0px;padding-left:35px;}
    .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;}
    .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:15px;top:-35px;}
    .nav_comm .navbar-header .navbar-toggle{
        float:left;background:rgba(7,125,207,0.8);border:1px solid #077dcf;padding:5px 5px!important;
    }
    .navbar-toggle .icon-bar {
      display: block;
      width: 15px;
      height: 1px;
      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;
    }
    .nav_comm .nav_main .navbar-nav_comm .navbar-nav> li > a span{
        padding:0px 15px;display:inline-block;
        height: 45px;line-height: 45px;
    }
    .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{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:#077dcf;
        font-weight:bold;
    }
    .nav_main ul.navbar-nav li.open > a.dropdown-toggle{
        color:#077dcf;
        font-weight:bold;
        border-radius: 0px;
    }

    .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 End
=================================*/

/*header End
=================================*/

/*footer Start
=================================*/
footer {
  background-color: #002b49;
  width: 100%;
}
.footer-lanmu {
  padding-top:30px; 
  color:#fff;
  padding-bottom: 10px;
}
.footer-lanmu h4{
  font-size:20px;
  line-height: 40px;
}
.footer-lanmu h4 a{
  color:#fff;
}
.footer-lanmu h4 a:hover{
  color:#1d9dfb;
}
.footer-lanmu ul li {
  font-size:16px;
  line-height: 35px;
  color: #cccccc;
}
.footer-lanmu ul li a {
  color: #cccccc;
}
.footer-lanmu ul li a:hover {
  color: #1d9dfb;
}
footer .site-links a {
  color: #8d9caa;
  display: inline-block;
  font-size: 18px;
  min-width: 120px;
  line-height: 40px;
}

footer .txt {
  /* display: inline-block; */
  /*! margin: 15px 0 0; */
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
}

footer .txt > img {
  margin: 30px auto 20px;
}

/*footer End
=================================*/

