/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#1  Global Elements
#2  index top swipe
#3  index container1
#4  index container2

----------------------------------------------------------------*/


/*--------------------------------------------------------------
#1  Global Elements
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .site_header{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: transparent;
  }
}
.navbar_brand_name_text {
  color: white;
}
.navbar_brand_name_text2 {
  color: rgba(255, 255, 255, .6);
}
.navbar_nav_item {
  color: white;
}
.navbar_nav_item:hover {
  color: white;
}
.navbar_container .lang_box2 {
  color: #e4e4e4;
}
.navbar_container .lang_box2 a{
  color: #e4e4e4;
}
.navbar_container .header_search2 .header_search2_b{
  display: none;
}
.navbar_container .header_search2 .header_search2_w{
  display: block;
}
@media (max-width: 991px) {
  .navbar_nav_item {
    color: white;
  }
  .navbar_nav_item:hover {
    color: #e2a561;
  }
}


/*--------------------------------------------------------------
#2  index top swipe
--------------------------------------------------------------*/
.index_top_swipe_container {
  width: 100%;
}
.index_top_swiper{
  height: 100%;
  position: relative;
}
.index_top_swiperPointBox{
  position: absolute;
  bottom: 17%;
  left: 50%;
  z-index: 1;
  margin-left: -69px;
}
.swiperPoint{
  width: 27px;
  height: 5px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, .2);
}
.swiperPoint:last-child{
  margin-right: 0;
}
.swiperPointAct{
  background-color: #e2a561 !important;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 17%;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 27px;
  height: 5px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, .2);
}
.swiper-active-switch {
  background-color: #e2a561 !important;
}
.index_top_swiper_change{
  width: 78px;
  height: 78px;
  border-radius: 50%;
  position: absolute;
  margin-top: -39px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, .6);
  line-height: 78px;
  font-size: 42px;
  text-align: center;
}
.index_top_swiper_pre {
  left: 8%;
}
.index_top_swiper_next {
  right: 8%;
}
.index_top_swipe_slide1{
  background: url('../img/index_swiper_1.jpg') center bottom no-repeat;
  background-size: cover;
}
.index_top_swipe_slide2{
  background: url('../img/index_swiper_2.jpg') center bottom no-repeat;
  background-size: cover;
}
.index_top_swipe_slide3{
  background: url('../img/index_swiper_3.jpg') center bottom no-repeat;
  background-size: cover;
}
.index_top_swipe_slide4{
  background: url('../img/index_swiper_4.jpg') center bottom no-repeat;
  background-size: cover;
}

.swiper-slide a{
  display:inline-block;
  width: 100%;
  height: 100%;
}
.index_top_swipe_slide_text1 {
  font-size: 63px;
  color: white;
  margin-top: 161px;
  font-weight: bold;
}
.index_top_swipe_slide_text1_org{
  color: #e2a561;
}
.index_top_swipe_slide_text1_nor{
  font-weight: normal;
}
.index_top_swipe_slide_text2 {
  font-size: 27px;
  color: rgba(255, 255, 255, .2);
  margin-top: 25px;
}
.index_top_swipe_slide_text3 {
  font-size: 27px;
  color: #e2a561;
  margin-top: 30px;
}
@media (min-width: 1691px) {
  .index_top_swipe_container {
    height: 883px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1690px)  {
  .index_top_swipe_container {
    height: 700px;
  }
  .index_top_swipe_slide_text1 {
    margin-top: 110px;
  }
  .index_top_swipe_slide_text3{
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px)  {
  .index_top_swipe_container {
    height: 600px;
  }
  .index_top_swipe_slide_text1 {
    font-size: 53px;
    margin-top: 110px;
  }
  .index_top_swipe_slide_text2 {
    margin-top: 7px;
  }
  .index_top_swipe_slide_text3{
    font-size: 20px;
    margin-top: 20px;
  }
  .index_top_swiper_change{
    width: 68px;
    height: 68px;
    margin-top: -34px;
    line-height: 68px;
    font-size: 42px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px)  {
  .index_top_swipe_container {
    height: 400px;
  }
  .index_top_swipe_slide_text1 {
    font-size: 43px;
    margin-top: 30px;
  }
  .index_top_swipe_slide_text2 {
    font-size: 11px;
    margin-top: 5px;
  }
  .index_top_swipe_slide_text3 {
    font-size: 16px;
    margin-top: 15px;
  }
  .index_top_swiper_change{
    width: 58px;
    height: 58px;
    margin-top: -29px;
    line-height: 58px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1px) and (max-width: 480px)  {
  .index_top_swipe_container {
    height: 200px;
  }
  .index_top_swipe_slide_text1 {
    font-size: 20px;
    margin-top: 15px;
  }
  .index_top_swipe_slide_text2 {
    font-size: 7px;
    margin-top: 0px;
  }
  .index_top_swipe_slide_text3 {
    font-size: 12px;
    margin-top: 4px;
  }
  .index_top_swiperPointBox{
    margin-left: -42px;
  }
  .pagination {
    position: absolute;
    z-index: 20;
    bottom: 17%;
    width: 100%;
    text-align: center;
  }
  .swiper-pagination-switch {
    width: 17px;
    height: 3px;
    margin: 0 2.5px;
  }
  .swiper-active-switch {
    background-color: #e2a561 !important;
  }

  .swiperPoint{
    width: 17px;
    height: 3px;
    margin-right: 5px;
  }
  .index_top_swiper_change{
    width: 48px;
    height: 48px;
    margin-top: -24px;
    line-height: 48px;
    font-size: 28px;
  }
}


/*--------------------------------------------------------------
#3  index container1
--------------------------------------------------------------*/
.index_container{
  background-image: url('../img/index_container1_bg.png');
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .container1_grids .grid{
    margin-top: -93px !important;
  }
}
@media (max-width: 991px) {
  .index_container1{
    padding: 90px 0 60px;
  }
}
@media (max-width: 767px) {
  .index_container1{
    padding: 40px 0 50px;
  }
}
.container1_grids{
  width: 100%;
}
.container1_grids .grid{
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  float: left;
  position: relative;
  z-index: 1;
}
.container1_grids .grid .grid_inner {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.container1_grids .grid:hover .grid_inner {
  transform: translateY(-10px);
}
.container1_grids .grid .header{
  height: 93px;
  background-color: #1f4061;
  box-sizing: border-box;
  padding: 0 35px 0 110px;
  text-align: center;
  position: relative;
}
.container1_grids .grid .grid_header_icon {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -19px;
}
.container1_grids .grid .header h4 {
  font-size: 21px;
  color: white;
  line-height: 93px;
}
.container1_grids .grid .details {
  background-color: #fff;
  height: 175px;
  box-sizing: border-box;
  padding: 25px 20px 35px;
  -webkit-box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
  box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
  font-size: 15px;
  position: relative;
}
.container1_grids .grid .details_text{
  color: #434343;
  line-height: 30px;
}
.container1_grids .grid .details a{
  display:inline-block;
  width: 100%;
  height: 100%;
}
.container1_grids .grid .details p{
  color: #e2a561;
  position: absolute;
  right: 20px;
  bottom: 35px;
}
.container1_grids .grid .details p:hover{
  color: #1f4061;
}
.container1_grids .grid .details_list {
  width: 100%;
}
.container1_grids .grid .details_item{
  width: 48%;
  height: 22px;
  margin-bottom: 12px;
  line-height: 22px;
}
.container1_grids .grid .details_item .details_item_icon {
  margin-right: 5px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
  vertical-align:middle;
}
.container1_grids .grid .details_item span {
  line-height: 22px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .container1_grids .grid{
    width: calc(50% - 15px);
    margin: 0 15px 30px;
  }
}
@media (max-width: 700px) {
  .container1_grids .grid{
    width: calc(100% - 30px);
    float: none;
  }
  .container1_grids .grid .header {
    height: 60px;
    padding-left: 100px;
  }
  .container1_grids .grid .header h4 {
    line-height: 60px;
    font-size: 18px;
  }
  .container1_grids .grid .header img {
    height: 30px;
    margin-top: -15px;
  }
}

/*--------------------------------------------------------------
#4  index container2
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .index_container2{
    padding-top: 0 !important;
  }
}
.index_container2{
  padding-top: 75PX;
  padding-bottom: 90px;
  background-image: url('../img/index_container2_bg.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.index_container2 .container {
  position: relative;
}
.container2_grids{
  width: 100%;
}

.container2_grids > .grid{
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  float: left;
  position: relative;
  z-index: 1;
}
.container2_grids .container2_grids_group {
  width: 66.66%;
}
.container2_grids .container2_grids_group .grid {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  float: left;
  position: relative;
  z-index: 1;
}
.container2_grids .grid .header {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.container2_grids .grid .header_text {
  font-size: 20px;
  color: #1e3f62;
  font-weight: bolder;
} 
.container2_grids .grid .header_more {
  font-size: 19px;
  line-height: 24px;
  color: #e2a561;
  border: 1px solid #e2a561;
  padding: 0 5px;
} 
.container2_grids .grid .header_more:hover {
  color: white;
  border: 1px solid #e0a564;
  background-color: #e0a564;
} 
@media (max-width: 991px) {
  .container2_grids .container2_grids_group {
    width: 100%;
  }
  .container2_grids .container2_grids_group .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
  .container2_grids > .grid{
    width: calc(100% - 30px);
    margin: 0 15px 30px;
  }
}
@media (max-width: 631px) {
  .container2_grids .container2_grids_group .grid {
    width: calc(100% - 30px);
    margin: 0 15px 30px;
  }
}
.container2_grid_swipe_container{
  width: 100%;
  /* height: 470px; */
  overflow: hidden;
}
.container2_grid_swipe_container_shadow{
  -webkit-box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
  box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
}
.container2_grid_swipe{
  width: 100%;
  height: 100%;
}
.container2_grid_graphic:hover .container2_grid_img_shadow{
  display: block;
}
.container2_grid_graphic:hover .title{
  color: black;
}
.container2_grid_graphic{
  background-color: #f9f9f9;
}
.container2_grid_img_box{
  position: relative;
  width: 100%;
  height: 217px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.container2_grid_img_shadow{
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.container2_grid_img_shadow img{
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
}
.container2_grid_date{
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  padding-left: 14px;
  padding-right: 9px;
  background-color: #e0a564;
  font-size: 12px;
  line-height: 32px;
  color: white;
}
.container2_grid_swipe_container_shadow .container2_grid_article {
  background-image: url('../img/index_article_bg.png');
  background-repeat: no-repeat;
  background-position: 100% 90%;
  background-color: white;
}
.container2_grid_detail{
  box-sizing: border-box;
  width: 100%;
  padding: 25px;
}
.container2_grid_detail .title {
  color: #243241;
  font-size: 20px;
  height: 65px;
  margin-bottom: 10px;
  display: -webkit-box;
  line-height: 32px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container2_grid_detail .introduction{
  font-size: 14px;
  color: #808080;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 20px;
  height: 80px;
}
.container2_grid_detail .more{
  font-size: 14px;
  color: #e2a561;
}
.container2_grid_detail .more .more_img{
  display: block;
}
.container2_grid_detail .more .more_img_act{
  display: none;
}
.container2_grid_detail .more:hover {
  color: #1f4061;
}
.container2_grid_detail .more:hover .more_img{
  display: none;
}
.container2_grid_detail .more:hover .more_img_act{
  display: block;
}
.container2_grid_article .introduction{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  margin-bottom: 109px;
  line-height: 26px;
  height: 208px;
}
@media (max-width: 991px) {
  .container2_grid_article .introduction {
    -webkit-line-clamp: 4;
    margin-bottom: 16px;
    height: 80px;
    line-height: 20px;
  }
}
@media (max-width: 631px) {
  .container2_grid_detail .title {
    height: 30px;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    line-height: 30px;
  }
  .container2_grid_detail .introduction{
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
    height: 60px;
    line-height: 20px;
  }
}
.index_container2_swiperPointBox .swiperPoint{
  width: 27px;
  height: 5px;
  margin-right: 10px;
  background-color: #cdcdcd;
}
.index_container2_swiperPointBox{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
