html{
  overflow-y: scroll;
}

body {
  padding-bottom: 0rem;
  padding-top: 4.125rem;
  font-family: Arial,"-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Heiti SC","sans-serif";
}

.marketing .col-lg-4 {
  /*margin-bottom: 1.5rem;*/
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
a.navbar-brand>img,.footer_brand>img{
  width: auto;
  height: 46px;
  margin: 10px 0;
}
a.nav-link:hover ,a.nav-link:active {
  color: #178ADD !important;
}
.navbar-brand{
  padding-left: 1em;
  padding-top: 0em;
  padding-bottom: 0em;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.6em;
    padding-left:1.6em;
    padding-top: 0;
    padding-bottom: 0;
}
.flexslider {
  margin-bottom: 1.3em;
}
.navbar-light .navbar-nav .nav-link{
  color: #4a4a4a;
  font-weight: 430;
}
.nav-link{
  flex-direction: column;
}
.bg-light{
  background: #FFFFFF !important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.footer_right, .footer_btn {
    /*justify-content: flex-end;
    align-self: center;*/
    padding-right: 0;
}
.carousel-item.active > img{
  border-bottom: 1px solid #9B9B9B;
}
.navbar{
  padding: 0;
}
.carousel .carousel-item img {
  max-height: 100%;
  object-fit: contain;
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.newsimg> p{
  color: #178ADD;
  font-size: 1.5em;
}
.newslist>li>a{
    color: #202020;
    display: inline-block;
    padding-bottom: 0em;
    margin-bottom: 0.4em;
    text-decoration: none;
}
.newslist>li>label{
    color: #7F7F84;
    font-size: 1em;
    display: inline-block;
    padding-bottom: 0em;
    margin-bottom: 0.1em;
    font-weight: 400;
    padding-right: 0.8em;
}
.newslist{
  list-style: none;
  margin-bottom: 0;
}
.newslist>li>a:hover,.newslist>li>a:active{
  color: #178ADD;
}
.featurette-divider{
  margin-bottom: 1.5rem;
  margin-top: 1.4em;
}
.list-title{
  text-align: center;
  color: #178ADD;
  font-size: 2.25rem;
  letter-spacing: 0.2em;
  display: block;
  width: 100%;
}
.cover_list{
  display: inline-block;
  width: 100%;
}

a>p.cover_list{
    display: inline-block;
    font-size: 1.75rem;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    line-height: 2.5em;
    z-index: 99;
    letter-spacing: 0.15em;
    -webkit-transition: bottom 0.4s ease-in;
    -moz-transition: bottom 0.4s ease-in;
    -o-transition: bottom 0.4s ease-in;
    transition: bottom 0.4s ease-in;
    text-shadow: 0.1em 0.1em 0.2em #000;
}
a>p.cover_list.list_3{
  position: absolute;
  bottom: 50px;
}
.marketing .col-lg-4 p {
  margin: 0;
}
div.title_slide,div.title_slide>a{
  display: block;
  position: relative;
  overflow: hidden;
}
div.title_slide>a>img,div.award_img>a>img{
  width: 100%;
  display: block;
}
div.award_img,div.award_img>a{
  display: block;
  position: relative;
  overflow: hidden;
}
.promotion_cover_bg_awards{
    position: absolute;
    left: 0;
    top: 83%;
    background-color: rgba(0,108,164,.6);
    width: 100%;
    height: 100%;
    overflow: hidden;
        -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top  0.5s ease;
  }

a:hover div.promotion_cover_bg_awards {
    position: absolute;
    top: 0;
  }
.promotion_cover_bg{
    position: absolute;
    left: 0;
    bottom: -380px;
    background-color: rgba(0,108,164,.6);
    width: 100%;
    height: 500px;
    -webkit-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out;
    overflow: hidden;
  }
.left-triangel{
  width: 0;
  height: 0;
  font-size: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 70px 0 0 350px;
  border-left-color: #FFF;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 999;
}
.right-triangel{
  width: 0;
  height: 0;
  font-style: 0;
  border-style: solid;
  border-width: 0 0 70px 350px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 15px;
  bottom: 0px;
  z-index: 999;
}

  .award_img a:hover p{
    position: absolute;
    bottom: 39%;
    text-shadow: black 0.1em 0.1em 0.3em;
    transition: 0.5s;
}

a.list-title_pic img{
  transition:transform 1s ease;
}

a.list-title_pic:hover img{
  transform:scale(1.25);
} 
.footer_fluid{
  margin-top: 3rem;
  background: #F8F8F9;
  padding:2rem 4rem;
  border-top: 1px #9B9B9B solid;
  border-bottom: 1px #9B9B9B solid;
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;

}

div.footer_add span{
  list-style: none;
  line-height: 24px;
  display: block;
}
.copyright{
  background: #178ADD;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  font-size: 0.9rem;
  font-weight: 300;

}
.copyright p{
  margin-bottom: 0;
}
.footer_btn  {
  display: flex;
  text-align: center;
}
.footer_btn div a{
  padding: 0 10px;
  color: #4a4a4a;
  text-decoration: none;
}
div.footer_btn div:first-child{
  border-right: 1px solid #4a4a4a;
}

.footer_btn a:hover ,.footer_btn a:active {
  color: #178ADD !important;
}

.col-lg-4 .title_slide a:hover{
  display: block;
  background: rgba(0,108,164,.7);
}
.flex-control-nav{
  position: absolute;
  bottom: 0;
}
.flex-control-nav.flex-control-paging li a{
  background: transparent;
  border: 1px solid #FFF;
  box-shadow: none;
}
.flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 0.7);
  }
.flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1);
    cursor: default;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav {
    position: absolute;
    left: 2%;
    width: 96%;
    top: 50%;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgb(0 0 0 / 30%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 0;
}
.flex-direction-nav a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgb(0 0 0 / 50%);
    font-size: 40px;
}
.flex-direction-nav .flex-prev {
    left: 0px;
}
.flex-direction-nav .flex-next {
    right: 0px;
    text-align: right;
}
.flex-direction-nav a.flex-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgb(0 0 0 / 50%);
    font-size: 40px;
}
.flexslider{
  border: none;
}




 /*最小768*/
@media (min-width: 768px) {
  .navbar-collapse{
    flex-grow: 0;
  }
}

@media (max-width: 767px) {
.newsimg> p{
    font-size: 2.25em;
    text-align: center;
    margin-top: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.2em;
    line-height: 1em;
  }
  .newsimg> img{
    display: none !important;
  }
   ul.newslist{
    padding-left: 0% !important;
    padding-right: 0px !important;
   }
    ul.newslist li>label{
    display: block !important;
  }
   
   ul.newslist li>a{    
   display: block !important;
   width:100%; 
   white-space : nowrap;
   word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.award_img{
  margin-top: 1.5em;
  margin-bottom: 0px !important;
}
.promotion_cover_bg_awards{
    position: absolute;
    left: 0;
    top: 76%;
  }
.award_img a:hover p{
    position: absolute;
    bottom: 38%;
}
}

 /*768~1199以下*/
 @media (min-width: 768px) and  (max-width: 1199px){
 .newsimg>p {
    justify-content: center;
    align-items: center;
    letter-spacing: 0.2em;
    line-height:1em;
  }

  .award_img a:hover p{
    position: absolute;
    bottom: 35%;
}

 }

/*992以下*/
 @media (max-width: 991px) {
  a.footer_brand{
    margin-bottom: 1.25em;
  }
  a.footer_brand>img {
    margin: 6px auto;
}
.footer_add {
    margin-bottom: 0.5em;
}
.footer_btn {
    justify-content: center ;
}
   ul.newslist{
    /*padding-left: 12%;*/
   }
  ul.newslist li{
    line-height: 25px;
    margin-bottom: 0.5em;
    display: block;
  }
  ul.newslist li>label{
    display: inline-block;
  }
  ul.newslist li>a{    
   display: inline-block;
  }
  .newsimg{
      text-align: center;
  }
  .row .featurette>.col-lg-8{
    display: flex;
  }
  .award_img .col-lg-4{
    margin-bottom: 0px !important;
  }
 


}

/*1199以下*/
 @media (max-width: 1199px) {
   .navbar-collapse{
     max-height: 420px;
     overflow-y: auto;
   }
   .navbar-nav > .nav-item:last-child > .nav-link{
    border-bottom: 1px solid #ccc;
   }
  .navbar-toggler .collapsed{
    margin-right: 1em;
  }
  .navbar-toggler {
    font-size: 1.5em;
    margin-right: .5em;
    border-color: transparent !important;
  }
  .navbar-toggler > i{
    width: 21px;
  }
  .navbar-toggler.collapsed > i:before{
    content: "\f0c9";
  }
  .navbar-toggler > i:before{
    content: "\f00d";
  }
  .fas .fa-bars{
    color: #C9C9CE;
  }
  ul.dropdown_menu li{
    list-style: none;
    border-bottom: 1px solid #ccc;
  }
  ul.dropdown_menu li:last-child{
    border-bottom: none;
  }
  .navbar-nav > .nav-item > a.nav-link{
    border-top: 1px solid #ccc;
    line-height: 40px;
  }
  .navbar-nav > .nav-item.dropdown{
    border-top: 1px solid #ccc;
   }
  ul.dropdown_menu li a{
    color: #4a4a4a;
    text-decoration: none;
    display: block;
    line-height: 40px;
  }
  ul.navbar-nav ul.dropdown_menu li a:hover {
            color: #178ADD;
        }
  .dropdown_menu.x{
        display: block;
      }
  .dropdown_menu{
        display: none;
        border-top: 1px solid #ccc;
      }
  .container-fluid.padding_media{
    padding: 0;
  }
  .mb-2{
    margin-bottom: 0px !important;
  }
  #dropdown09{
    display: none;
  }

  
  .rwd_language {
      display: block;
  }
   .rwd_language  li{
    list-style-type: none;
    margin: 0 0.5em;
    display: inline-block;
   }
   .rwd_language  li a{
    border: 1px solid #ccc;
    border-radius: 10px;
   }
  .rwd_language  li a.rwd_active{
    background: #178ADD;
    color: #FFF;
    border-color: #178ADD;
    border-radius: 10px;
   }
    a.rwd_active:active{
    background: #178ADD;
    color: #FFF;
    border-color: #178ADD;
    border-radius: 10px;
    }
    ul.rwd_language li a.dropdown-item:hover,ul.rwd_language li a.dropdown-item:active{
    background: #178ADD;
    color: #FFF;
    border-color: #178ADD;
    border-radius: 10px;
    }

    .rwd_language a{
      display: block;
    }


    .flexslider .slides img.show-pc{ display:none;}
    .flexslider .slides img.show-phone{display:block;}
     .newsimg> img, .newsimg> p{
      display: inline-block;
      line-height: 2.08em;
      margin-bottom: 10px;
      vertical-align: bottom;
    }
    .newsimg>img{
      height: 50px;
      width: auto;
    }
  header{
    /*margin-bottom: -2px;*/
  }
  .newslist{
  border-left:none;
}

  .newslist>li>a {
    margin-bottom: 0.2em;
  }

}

  @media (min-width:992px) and  (max-width: 1199px) {
    .promotion_cover_bg_awards {
    position: absolute;
    left: 0;
    top: 60%;
  }
  .award_img a:hover p{
    position: absolute;
    bottom: 27%;
    text-shadow: black 0.1em 0.1em 0.3em;
    transition: 0.5s;
}
 }

/*1200以上*/
@media (min-width: 1200px){
  .navbar-expand-xl .navbar-nav .dropdown-menu{
    padding: .875em 1.5em;
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu > li{
    margin: 2px 0;
  }
ul.navbar-nav>li.nav-item>.nav-link{
  line-height: 66px;
}
ul.navbar-nav li.nav-item{
  display: inline-block;
  position: relative;
  z-index: 100;
  
}
ul.navbar-nav ul.dropdown_menu {
            display:none;
            list-style:none;
            width: 100%;
        }
ul.navbar-nav li:hover > ul.dropdown_menu {
            display:block;
            list-style:none;
            min-width: 170px;
            border-top: 3px solid #178ADD;
        }
ul.navbar-nav li:hover > ul.csr {
            min-width: 210px;
        }
ul.navbar-nav li:hover > ul.about {
            min-width: 180px;
        }
ul.navbar-nav ul.dropdown_menu li a{
  color: #4a4a4a;
  text-decoration: none;
}
 ul.navbar-nav li:hover {
            background:#FFF;
            list-style:none;
}
ul.navbar-nav ul li a:hover {
             color: #006CA4;
        }
ul.navbar-nav ul.dropdown_menu {
            background:#FFF;
            border-radius:0;
            position:absolute;
            top:100%;
            padding:.875em 1.5em;
            list-style:none;
            box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
        }
ul.navbar-nav ul.dropdown_menu li {
            list-style:none;
            margin: 2px 0;
        }
ul.navbar-nav ul.dropdown_menu li a:hover {
            color: #178ADD;
        }
ul.navbar-nav>li.nav-item>.nav-link+.dropdown_menu>li>a{
  display: block;
  padding: 0.375rem 0;
}

.rwd_language{
  display: none;
}
.dropdown-menu{
  padding: 0;
}
a.dropdown-item:hover{
  background: #FFF;
  color: #178ADD;
}
a.dropdown-item{
  padding: .375rem 0;
}
.flexslider .slides img.show-pc{ display:block;}
.flexslider .slides img.show-phone{display:none;}
.footer_right > .footer_btn {
    justify-content: flex-end;
}

.newsimg> img, .newsimg> p{
  display: inline-block;
  line-height: 2.08em;
  margin-bottom: 10px;
  vertical-align: bottom;
}
.newsimg>img{
  height: 50px;
  width: auto;
  /*padding-left: 1.3em;*/
}

header{
  margin-bottom: 0;
}
  .newslist{
  /*padding-left: 30px;*/
}
.promotion_cover_bg_awards{
    position: absolute;
    left: 0;
    top: 70%;
  }
  .award_img a:hover p{
    position: absolute;
    bottom: 33%;
}

}


 @media (min-width: 1199px) and  (max-width: 1235px) {
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 1.2em;
      padding-left: 1.2em;
}


 }