@charset "utf-8";
.escxjt {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-1 {
  background-image: url(../images/icon-1.png);
}
.icon-2 {
  background-image: url(../images/icon-2.png);
}
.icon-3 {
  background-image: url(../images/icon-3.png);
}
.icon-4 {
  background-image: url(../images/icon-4.png);
}
.icon-5 {
  background-image: url(../images/icon-5.png);
}
.icon-6 {
  background-image: url(../images/icon-6.png);
}
.icon-7 {
  background-image: url(../images/icon-7.png);
}
.icon-8 {
  background-image: url(../images/icon-8.png);
}
.icon-9 {
  background-image: url(../images/icon-9.png);
}

.icon-57 {
  background-image: url(../images/icon-11.png);
}

.icon-58 {
  background-image: url(../images/icon-14.png);
}

.icon-59 {
  background-image: url(../images/icon-12.png);
}

.icon-60 {
  background-image: url(../images/icon-13.png);
}

.icon-61 {
  background-image: url(../images/icon-15.png);
}


/*  */
#preloader {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  background-color: #1d2430;
}

#status {
  position: absolute;
  height: auto;
  left: 50%;
  top: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.loading {
  width: 150px;
  height: 15px;
  margin: 0 auto;
  margin-top: 100px;
}

.loading span {
  display: inline-block;
  width: 15px;
  height: 100%;
  margin-right: 5px;
  background: lightgreen;
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  animation: load 1s ease infinite;
  -webkit-animation: load 1s ease infinite;
}

.loading span:last-child {
  margin-right: 0px;
}

@keyframes load {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(90deg);
  }
}

@-webkit-keyframes load {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
  }
}

.loading span:nth-child(1) {
  animation-delay: 0.13s;
  -webkit-animation-delay: 0.13s;
}

.loading span:nth-child(2) {
  animation-delay: 0.26s;
  -webkit-animation-delay: 0.26s;
}

.loading span:nth-child(3) {
  animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
}

.loading span:nth-child(4) {
  animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
}

.loading span:nth-child(5) {
  animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
}

.header {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 999;
  -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 0px 30px;
  -moz-box-shadow: rgba(1, 130, 150,.2) 0px 0px 30px;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 30px;
  background-color: rgba(255, 255, 255, .9);
  transition: all 1s ease;
}
.headershow {
  top: 0;
}
/*  */
.header .logo {
  display: table-cell;
  height: 120px;
  width: 285px;
  line-height: 1;
  vertical-align: middle;
}
.header .logo h1 {
  font-size: 0;
}
.header .logo .logo-bd {
  display: inline-block;
  padding-top: 120px;
  width: 31.5%;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/logo.png) 0 0 no-repeat;
  background-size: contain;
  background-position: center;
}

/*  */
.header .navbar-nav {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.header .navbar-nav .slide-bar{
  position: absolute;
  left: 0;
  width: 0;
  bottom: 24px;
  height: 6px;
  border-radius: 3px;
  opacity: 0;
  background-color: #b18147;
  transition: all .3s ease;
}
.header .navbar-nav .nav-link {
  display: inline-block;
  margin: 0 18px;
  font-size: 20px;
  height: 120px;
  line-height: 120px;
  color: #b18147;
}
.header .navbar-nav .navbar-container {
  position: relative;
  display: flex;
}
.header .navbar-nav .sub-menu {
  display: none;
  position: absolute;
  width: 3000px;
  top: 120px;
  height: 68px;
  font-size: 0;
  left: -800px;
  background-color: rgba(255, 255, 255, .8);
}
.header .navbar-nav .menu-item {
  display: inline-block;
  margin: 16px 0;
}
.header .navbar-nav .menu-item a{
  display: inline-block;
  margin: 0 8px;
  padding: 0 15px 0 15px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  color: #b18147;
  transition: all .3s ease;
}
.header .navbar-nav .menu-item a:hover {
  color: #fff;
  border-radius: 4px;
  background-color: #b18147;
}

/* .header .navbar-nav .nav-link:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background: #b18147;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform: translate3d(0, -12px, 0);
  -webkit-transform: translate3d(0, -12px, 0);
} */


.header .navbar-nav .nav-item.active>.nav-link {
  font-weight: bold;
}

/* search */
.header .search-wrap {
  display: table-cell;
  padding-right: 40px;
  vertical-align: middle;
  color: #999;
}

.header .search-wrap .search-input {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  width: 140px;
}

.header .search-wrap .search {
  width: 100%;
  line-height: 32px;
  font-size: 14px;
  color: #999;
  background: none;
}

.header .search-wrap .search::placeholder {
  color: #999;
}

.header .search-wrap .input-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.header .search-wrap .search-input:focus {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.header .search-wrap .input-label::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 32px;
  background: rgb(0 0 0 / 8%);
  z-index: -1;
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}

.header .search-wrap .input-label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d5cece;
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}

/*  */
.header .search-wrap .search-submit {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 22px;
  height: 22px;
}

.header .search-wrap .submit-btn {
  width: 100%;
  height: 100%;
  background: url(../images/search_icon.png);
}
/*  */
.hamburger {
  position: fixed;
  overflow: hidden;
  right: -8%;
  z-index: 1001;
  top: 2%;
  transition: right .3s ease;
}
.hamburger .nav_btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.hamburger .nav_btn span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #a07a5b;
  transition: all .5s ease;
}

.hamburger .nav_btn_open .nav_icon_1 {
  opacity: 0;
}
.hamburger .nav_btn_open .nav_icon_2 {
  top: -4px;
  transform: rotate(45deg);
}
.hamburger .nav_btn_open span {
  background-color: #fff;
}
.hamburger .nav_btn_open .nav_icon_3 {
  top: -12px;
  transform: rotate(-45deg);
}

/* hot-line */
.header .hot-line-wrap {
  display: table-cell;
  padding-right: 100px;
  height: 120px;
  line-height: 1;
  color: #c29d7d;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
}

.header .hot-line-wrap .tip {
  font-size: 14px;
  white-space: nowrap;
}

.header .hot-line-wrap .phone-num {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  word-break: keep-all;
  white-space: nowrap;
  cursor: pointer;
}

.header .hot-line-wrap .phone-num:hover {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* mobile nav */
.m-nav-wrap {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  z-index: 1000;
  background: #c29d7d;
}

.m-nav-wrap.m-nav-open {
  right: 0;
}

.m-nav-wrap .slide-nav .slide-item:nth-child(1) .slide-link {
  transition-delay: .08s;
}

.m-nav-wrap .slide-nav .slide-item:nth-child(2) .slide-link {
  transition-delay: .16s;
}

.m-nav-wrap .slide-nav .slide-item:nth-child(3) .slide-link {
  transition-delay: .24s;
}

.m-nav-wrap .slide-nav .slide-item:nth-child(4) .slide-link {
  transition-delay: .32s;
}

.m-nav-wrap .slide-nav .slide-item:nth-child(5) .slide-link {
  transition-delay: .40s;
}

.m-nav-wrap .slide-nav .slide-item:nth-child(6) .slide-link {
  transition-delay: .48s;
}

.m-nav-wrap .slide-nav .slide-item:nth-child(7) .slide-link {
  transition-delay: .56s;
}

.m-nav-wrap .slide-nav .slide-item .slide-link {
  text-align: center;
  transform: translateY(100px);
  opacity: 0;
}

.m-nav-wrap .slide-nav .slide-link {
  display: block;
  line-height: 3;
  font-size: 22px;
  color: #fff;
}

.m-nav-wrap.m-nav-open .slide-nav .slide-link {
  transform: translateY(0px);
  transition: all 0.4s;
  opacity: 1;
}

/* page-ong banner */
.pr100 {
  /* position: relative; */
  height: 100%;
  width: 100%;
}

.index-banner-wrap .slider .item {
  height: 100vh;
}

@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.index-banner-wrap .slider .item .items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.index-banner-wrap .slider .item.slick-active .items {
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}


/* ==================== */
.index-banner-wrap .slider .item .inner {
  position: absolute;
  top: 45%;
  left: 6%;
  max-width: 80%;
}

.index-banner-wrap .slider .item .inner img {
  width: 100%;
}


/* info-wrap */
/* ================= */
.common-page-bg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-common-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 13.28%;
}
.news-common-container .news-page-title {
  display: inline-block;
  padding-bottom: 34px;
  height: 12%;
  line-height: 1;
  color: #b88a64;
  font-size: 36px;
  font-weight: bold;
}

.news-common-container .news-page-title:hover {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.news-common-container .news-common-content {
  display: flex;
  -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 0px 30px;
  -moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 30px;
  max-width: 1410px;
  overflow: hidden;
}

.news-common-container .news-common-content .common-left {
  width: 60.9%;
}

.news-common-container .news-common-content .common-right {
  flex: 1;
}

/* ================ */
.index-info-wrap {
  background-color: #fff;
}

.index-info-wrap .info-bg {
  height: 66%;
  background-image: url(../images/page_2_bg.png);
  background-position: right;
  
}
.index-info-wrap .info-container .left-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.index-info-wrap .info-container .left-thumb::before {
  position:absolute;
  content:"";
  display:block;
  width:300%;
  height:30px;
  right:110%;
	top:110%;
  transition:all 2s;
  background:rgba(255,255,255,0.3);
  transform:rotate(30deg);
}
.index-info-wrap .info-container .left-thumb:hover::before {
  top:-100%;
  right:-100%;
}

.index-info-wrap .info-container .left-thumb img {
  width: 100%;
  height: 100%;
}

.index-info-wrap .info-container .right-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.55%;
  padding-left: 2.13%;
  color: #3a3a3a;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .8);
}

/* ====== */
.index-info-wrap .info-container .info-title {
  font-size: 24px;
  line-height: 1;
}
.index-info-wrap .item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.index-info-wrap .item-wrap .info-item {
  position: relative;
  box-sizing: border-box;
  margin-top: 30px;
  padding-left: 30px;
  width: 40%;
  line-height: 1.2;
  font-size: 16px;
  text-align: left;
  color: #454545;
}
.index-info-wrap .item-wrap .info-item60 {
  width: 60%;
}
.index-info-wrap .item-wrap .info-item::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 65%;
  left: 0;
  bottom: 0;
  background: #cfa683;
}

.index-info-wrap .item-wrap .info-item::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 35%;
  left: 0;
  top: 0;
  background: #ddd;
}

.index-info-wrap .item-wrap .info-item .counter {
  font-size: 40px;
  font-family: tahoma;
  color: #cfa683;
}


.index-info-wrap .info-container .menu-item {
  width: 30%;
  margin-right: 5%;
  margin-top: 2%;
}
.index-info-wrap .info-container .menu-item:nth-child(3n),
.index-info-wrap .info-container .menu-item:last-child {
  margin-right: 0;
}
.index-info-wrap .info-container .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
.index-info-wrap .info-container .link-item {
  display: inline-block;
  width: 100%;
  line-height: 36px;
  color: #3a3a3a;
  font-size: 14px;
  text-align: center;
  border: 1px dashed #dedede;
  border-radius: 4px;
  transition: all .3s ease;
}
.index-info-wrap .info-container .link-item:hover {
  color: #fff;
  border-color: #cfa683;
  background-color: #cfa683;
}

/* news start */
.index-news-wrap .news-bg {
  background-image: url(../images/page_3_bg.png);
}
.index-news-wrap .news-container>h2 {
  text-align: center;
}
.index-news-wrap .news-title {
  display: inline-block;
}
.index-news-wrap .news-common-content {
  height: 530px;
}
.index-news-wrap .news-slider-wrap {
  padding: 2.35%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .8);
}
.index-news-wrap .news-slide-container {
  height: 100%;
  overflow: hidden;
}
.index-news-wrap .news-slide-container .news-thumb img {
  width: 100%;
  height: 100%;
}
.index-news-wrap .news-slide-container .art-title {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 16px;
  line-height: 100px;
  box-sizing: border-box;
  bottom: -100px;
  transition: all .4s ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-news-wrap .news-slide-container .slick-active .art-title {
  bottom: 0;
}
.index-news-wrap .news-slide-container .art-link {
  line-height: 4;
  font-size: 18px;
  color: #fff;
}
.index-news-wrap .news-wrapper {
  width: 100%;
  padding-top: 8px;
}
.index-news-wrap .news-wrapper .news-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 108px;
  overflow: hidden;
  border-top: 1px dashed #dec9b7;
}

.index-news-wrap .news-wrapper .news-list-item:first-child {
  border-top: none;
}

.index-news-wrap .news-wrapper .mdtime {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 18%;
  height: 50px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #ccc;
}

.index-news-wrap .news-wrapper .mdtime .monthday {
  line-height: 1.2;
  font-size: 30px;
}

.index-news-wrap .news-wrapper .mdtime .year {
  font-size: 20px;
  line-height: 1;
}

.index-news-wrap .news-wrapper .info {
  flex: 1;
}

.index-news-wrap .news-wrapper .info .info_title a {
  line-height: 1.5;
  font-size: 20px;
  color: #3a3a3a;
}

.index-news-wrap .news-wrapper .info .info_desc a {
  line-height: 1.57;
  font-size: 14px;
  color: #999;
}

.index-news-wrap .news-list-wrap {
  width: 39.1%;
  padding: 2.35%;
  padding-right: 2.15%;
  padding-left: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .8);
}

.index-news-wrap .news-list-wrap .tab-nav {
  box-shadow: -5px 4px 30px -12px rgb(139 139 139 / 70%);
}

.index-news-wrap .news-list-wrap .tab-nav-link {
  padding: 0 20px;
  line-height: 2.08;
  font-size: 24px;
  font-weight: bold;
  color: #b88a64;
  transition: all .3s ease;
}

.index-news-wrap .news-list-wrap .tab-nav-link.active {
  color: #fff;
  background-color: #b88a64;
}

/* news end */

/* domain start */
.index-domain-wrap .domain-list-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  top: 78%;
  z-index: 100;
  transform: translate(0, -50%);
}
.index-domain-wrap .domain-list-wrap .domain-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index-domain-wrap .domain-list .domain-item {
  width: 12.5%;
  text-align: center;
}

.index-domain-wrap .domain-list .domain-link {
  display: inline-block;
  width: 100%;
  color: #fff;
  transition: all .3s ease;
}

.index-domain-wrap .domain-list .domain-link:hover {
  color: #c19c7d;
}
.index-domain-wrap .domain-list .domain-item.active .domain-link {
  color: #c19c7d;
  transform: scale(1.2);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-1 {
  background-image: url(../images/icon-hover-1.png);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-2 {
  background-image: url(../images/icon-hover-2.png);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-3 {
  background-image: url(../images/icon-hover-3.png);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-4 {
  background-image: url(../images/icon-hover-4.png);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-5 {
  background-image: url(../images/icon-hover-5.png);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-6 {
  background-image: url(../images/icon-hover-6.png);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-7 {
  background-image: url(../images/icon-hover-7.png);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-8 {
  background-image: url(../images/icon-hover-8.png);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-10 {
  background-image: url(../images/icon-hover-9.png);
}


.index-domain-wrap .domain-list .domain-item.active  .icon-57 {
  background-image: url(../images/icon-11.png);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-58 {
  background-image: url(../images/icon-14.png);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-59 {
  background-image: url(../images/icon-12.png);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-60 {
  background-image: url(../images/icon-13.png);
}
.index-domain-wrap .domain-list .domain-item.active  .icon-61 {
  background-image: url(../images/icon-15.png);
}







.index-domain-wrap .domain-list .domain-item .domain-icon {
  display: block;
  margin: 0 auto;
  width: 50%;  height: 42px;
}

.index-domain-wrap .domain-list .domain-item .domain-title {
  line-height: 1.6;
  font-size: 18px;
}


.index-domain-wrap .domain-pic-warp {
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.index-domain-wrap .domain-pic-warp .pic-item {
  height: 100vh;
}

.index-domain-wrap .domain-pic-warp .items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .6;
  z-index: 0;
}

.index-domain-wrap .domain-pic-warp .pic-item.slick-active .items {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.index-domain-wrap .domain-pic-warp .pic-shade {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

/* domain end */


/* about start */
.about-wrap .about-bg {
  background-image: url(../images/page_3_bg.png);
}

.about-wrap .about-container {
  position: absolute;
  height: 70%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../images/copyright_bg_line.jpg) no-repeat;
  background-size: cover;
}

.about-wrap .about-content {
  position: relative;
  margin: 0 auto;
  padding-top: 4.168%;
  width: 71.875%;
  height: 100%;
  box-sizing: border-box;
}

.about-wrap .about-us {
  display: flex;
  justify-content: space-between;
}

.about-wrap .about-us .left {
  width: 350px;
  display: flex;
  justify-content: space-between;
}

.about-wrap .about-us .middle {
  width: 482px;
}

.about-wrap .about-us .right {
  width: 300px;
}

.about-wrap .about-us .domain-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-wrap .about-us .middle .domain-link {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px dashed #dec9b7;
  color: #fff;
  text-align: center;
  transition: all .5s ease;
}
.about-wrap .about-us .middle .domain-link:hover{
  color: #b18147;
  border-style: solid;
  border-color: #fff;
  transform: scale(1.05);
  background-color: #fff;
}
.about-wrap .about-us .middle .domain-item.active .icon-1 {
  background-image: url(../images/icon-hover-1.png);
}
.about-wrap .about-us .middle .domain-item.active .icon-2 {
  background-image: url(../images/icon-hover-2.png);
}
.about-wrap .about-us .middle .domain-item.active .icon-3 {
  background-image: url(../images/icon-hover-3.png);
}
.about-wrap .about-us .middle .domain-item.active .icon-4 {
  background-image: url(../images/icon-hover-4.png);
}
.about-wrap .about-us .middle .domain-item.active .icon-5 {
  background-image: url(../images/icon-hover-5.png);
}
.about-wrap .about-us .middle .domain-item.active .icon-6 {
  background-image: url(../images/icon-hover-6.png);
}
.about-wrap .about-us .middle .domain-item.active .icon-7 {
  background-image: url(../images/icon-hover-7.png);
}
.about-wrap .about-us .middle .domain-item.active .icon-8 {
  background-image: url(../images/icon-hover-8.png);
}
.about-wrap .about-us .middle .domain-item.active .icon-9 {
  background-image: url(../images/icon-hover-9.png);
}
.about-wrap .middle .domain-link .domain-icon {
  display: inline-block;
  margin: 12px auto 0;
  width: 86%; height: 52px;
  line-height: 1;
}

.about-wrap .middle .domain-link .domain-title {
  line-height: 1.66;
  font-size: 16px;
}

/*  */

.about-wrap .qrcode-wrap .qrcode-item {
  width: 40%;
}

.about-wrap .qrcode-wrap .qrcode-item .code-pic {
  width: 100%;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-wrap .qrcode-wrap .qrcode-item .code-name {
  padding: 12px 0;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.about-wrap .right .hot-line {
  margin-bottom: 24px;
  margin-top: 30px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.about-wrap .right .hot-line .tips {
  line-height: 1.2;
  font-size: 18px;
}

.about-wrap .right .hot-line .hot-line-num {
  line-height: 1.2;
  font-size: 30px;
  cursor: pointer;
}

.about-wrap .right .hot-line .hot-line-num:hover {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.about-wrap .right .address span,
.about-wrap .right .address a {
  line-height: 1.71;
  font-size: 14px;
  color: #fff;
}

.about-wrap .right .address .label {
  width: 25%;
}

.about-wrap .right .address .label-con {
  width: 75%;
}

.about-wrap .about-us h4 a {
  display: inline-block;
  margin-left: -16px;
  padding-bottom: 4px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.about-wrap .about-us .left .col:last-child h4 a {
  padding-bottom: 20px;
}
.about-wrap .about-us h4 a::before,
.about-wrap .about-us h4 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.about-wrap .about-us h4 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.about-wrap .about-us h4 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
.about-wrap .about-us h4 a:hover::before,
.about-wrap .about-us h4 a:hover::after,
.about-wrap .about-us h4 a:focus::before,
.about-wrap .about-us h4 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


.about-wrap .about-us .left li {
  padding: 4px 0;
}
.about-wrap .about-us .left li a {
  position: relative;
  display: inline-block;
  line-height: 2;
  font-size: 14px;
  color: #fff;
}
.about-wrap .about-us .left li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.about-wrap .about-us .left li a:hover:after,
.about-wrap .about-us .left li a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.about-wrap .copyright {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 76px;
  padding-top: 16px;
}

.about-wrap .copyright::before {
  content: '';
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px dashed #dec9b7;
}

.about-wrap .copyright p {
  line-height: 1.714;
  font-size: 14px;
}

.about-wrap .copyright p,
.about-wrap .copyright a {
  color: #fff;
}
.about-wrap .copyright a:hover {
  border-bottom: 2px solid #fff;
}


@media screen and (max-width: 1740px) {
  .header .navbar-nav .nav-link {
    margin: 0 12px;
  }
  .header .navbar-nav .nav-link::after {
    height: 2px;
    border-radius: 2px;
  }
  /*  */
  .news-common-container {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media screen and (max-width: 1480px) {
  .header .navbar-nav {
    display: none;
  } 

  .header {
    height: 84px;
  }
  .header .hot-line-wrap {
    padding-right: 120px;
    height: 84px;
  }
  .header .logo {
    height: 84px;
    width: 144px;
  }
  .header .logo .logo-bd {
    padding-top: 84px;
  }

  .hamburger {
    right: 4%;
  }

  /*  */
  .index-news-wrap .news-list-wrap .tab-nav-link {
    font-size: 20px;
  }

  .index-news-wrap .news-wrapper .mdtime .monthday {
    font-size: 24px;
  }

  .index-news-wrap .news-wrapper .info .info_title a {
    font-size: 18px;
  }

  /*  */ 
  .index-info-wrap .item-wrap .info-item .counter {
    font-size: 30px;
  }

  /*  */
  .about-wrap .about-container {
    height: 54%;
  }

  .about-wrap .about-us .left {
    width: 288px;
  }

  .about-wrap .about-us .right {
    width: 240px;
  }

  .about-wrap .about-us .left li a {
    line-height: 2.1;
  }

  .about-wrap .middle .domain-link .domain-title {
    font-size: 14px;
  }

  .about-wrap .about-us .middle .domain-link {
    margin-bottom: 16px;
    width: 76px;
    height: 76px;
  }

  .about-wrap .about-content {
    width: 86%;
  }
  .about-wrap .middle .domain-link .domain-icon {
    width: 36px; height: 36px;
  }

  .about-wrap .qrcode-wrap .qrcode-item .code-pic {
    height: 96px;
  }

  .about-wrap .right .hot-line {
    margin-bottom: 12px;
    margin-top: 16px;
  }

  .about-wrap .right .hot-line .tips {
    font-size: 16px;
  }

  .about-wrap .right .hot-line .hot-line-num {
    font-size: 22px;
  }

  .about-wrap .copyright {
    margin-top: 42px;
  }
}

@media screen and (max-width: 1280px) {

  .header .search-wrap {
    height: 84px;
  }

  .index-info-wrap .info-container .sub-menu .link-item {
    width: 100%;
  }

  .index-news-wrap .news-common-content {
    height: 480px;
  }

  .index-news-wrap .news-wrapper .news-list-item {
    height: 96px;
  }

  .about-wrap .about-us .middle {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header .search-wrap{
    display: none;
  }
  .header .hot-line-wrap {
    display: none;
  }
}
@media screen and (max-width: 967px) {
  .onepage-pagination {
    right: 3px;
  }
  .news-common-container {
    margin-top: 0;
    padding-top: 12%;
    padding-left: 5.6%;
    padding-right: 5.6%;
    
    height: 96%;
    box-sizing: border-box;
  }

  .news-common-container .news-page-title {
    padding-bottom: 14px;
    font-size: 24px;
  }

  .news-common-container .news-common-content {
    height: auto;
    max-height: 96%;
    overflow-y: auto;
    
  }

  .news-common-container .news-common-content .common-left {
    width: 100%;
    height: 46%;
  }

  .news-common-container .news-common-content .common-right {
    width: 100%;
    padding: 14px;
    
  }
  .news-common-container .news-common-content {
    flex-direction: column;
  }

  .index-news-wrap .news-slider-wrap {
    padding: 14px;
  }

  .index-news-wrap .news-wrapper .mdtime .monthday {
    font-size: 16px;
  }
  .index-news-wrap .news-slide-container .art-title {
    line-height: 6;
  }

  .index-news-wrap .news-wrapper .news-list-item {
    height: 86px;
  }
  .index-news-wrap .news-slide-container .art-link {
    line-height: 3;
    font-size: 16px;  
  }
  .index-news-wrap .news-list-wrap .tab-nav-link {
    font-size: 16px;
  }
  .index-news-wrap .news-wrapper .info .info_title a {
    font-size: 16px;
  }

  .index-news-wrap .news-wrapper .mdtime {
    width: 12%;
  }

   /*  */
  .index-domain-wrap .domain-list-wrap{
    top: 50%;
  }
  .index-domain-wrap .domain-list .domain-item {
    width: 25%;
    margin: 12px 0;
  }
}
@media screen and (max-width: 824px) {
  .header .navbar-nav {
    display: none;
  }
  .header .search-wrap{
    padding-right: 84px;
  }
  .hamburger {
    right: 5.6%;
  }
}

@media screen and (max-width: 576px) {
  .hamburger {
    top: 0;
  }
  .index-banner-wrap .slider .slick-dots {
    opacity: 0;
  }
  .header {
    height: 48px;
    background-color: #fff;
  }

  .header .hot-line-wrap {
    padding-right: 12px;
    height: 48px;
  }
  .header .left-con {
    margin-left: 5.6%;
  }
  .header .logo {
    height: 48px;
    width: 120px;
  }
  .header .logo .logo-bd {
    width: 100%;
    padding-top: 48px;
    background-image: url(../images/logo-mobile.png);

  }
  .header .search-wrap {
    display: none;
  }
  .header .navbar-nav {
    display: none;
  }

  /* news */
  .news-common-container .news-common-content .common-left{
    height: 36%;
  }
  .news-common-container .news-page-title {
    font-size: 18px;
  }
  .index-info-wrap .info-container .info-title {
    font-size: 18px;
  }


  .news-common-container {
    padding-top: 64px;
  }
  
  
  .index-news-wrap .news-wrapper {
    padding-top: 0;
  }
  .index-news-wrap .news-wrapper .news-list-item {
    height: 76px;
  }
  
  .index-info-wrap .info-container .menu-item:nth-child(3n),.index-info-wrap .info-container .menu-item:last-child {
    margin-right: 0;
  } 

  .index-news-wrap .news-slide-container .art-title {
    line-height: 4;
  }

  .index-news-wrap .news-slide-container .art-link {
    font-size: 14px;
  }

  .news-slide-container .slick-dots {
    top: -100%;
  }

  .index-news-wrap .news-wrapper .mdtime {
    width: 14%;
  }

  .index-news-wrap .news-wrapper .info {
    width: 60%;
  }

  .index-news-wrap .news-wrapper .mdtime .monthday {
    font-size: 16px;
  }

  .index-domain-wrap .domain-list .domain-item{
    width: 50%;
  }
  .index-domain-wrap .domain-list .domain-item .domain-title {
    font-size: 16px;
  }

  .about-wrap .about-content {
    width: 100%;
    padding: 0 5.6%;
    box-sizing: border-box;
  }
  .about-wrap .about-us {
    margin-top: 36px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .about-wrap .right .address .label-con {
    text-align: left;
  }
  .about-wrap .about-us .left {
    display: none;
  }
  .about-wrap .about-us .middle {
    display: block;
    margin-bottom: 10px;
  }
  .about-wrap .about-container {
    box-sizing: border-box;
    padding-top: 52px;
    height: 100%;
  }
  .about-wrap .about-us .domain-list .domain-item {
    width: 32%;
  }
  .about-wrap .address {
    display: none;
  }
  .about-wrap .right .hot-line .hot-line-num {
    font-size: 18px;
  }
  .about-wrap .copyright {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .about-wrap .copyright p{
    font-size: 13px;
  }
  .about-wrap .about-container {
    background-color: #c29775;
    background-image: none;
  }
}