* {
  padding: 0;
  margin: 0;
  /*border: 0;*/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-table {
  display: -webkit-flex;
  80display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
i,
em {
  font-style: normal;
}
ul,
li {
  list-style: none;
}
img {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* header */
.shadows {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 0 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.on {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lh-logo {
  left: 0;
  top: 11px;
  width: 340px;
}
.logo-1 {
  display: block;
}
.logo-2 {
  display: none;
}
header.on .logo-1 {
  display: none;
}
header.on .logo-2 {
  display: block;
}
.lh-header-r {
  line-height: 80px;
}
.lh-nav > li {
  float: left;
  margin-left: 1.2vw;
  position: relative;
}
.lh-nav > li:hover ul {
  background: #F6F6F6;
}
.lh-nav > li > a {
  font-size: 16px;
  position: relative;
  padding: 0 17px;
  color: #fff;
}
header.on .lh-nav > li > a {
  color: #333;
}
.lh-nav > li:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  -o-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  -moz-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
header.on .lh-nav > li:after {
  background: #00559a;
}
.lh-nav > li.on:after,
.lh-nav > li:hover:after {
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.lh-nav > li.on > a,
.lh-nav > li:hover > a {
  color: #fff;
}
.lh-nav > li .lh-nav-lm {
  position: absolute;
  left: -13px;
  top: 100%;
  width: 450px;
  min-height: 228px;
  background: #fff;
  display: none;
  z-index: 10;
  padding: 24px 30px;
}
/* .lh-nav>li:nth-child(4) .lh-nav-lm {
	width: 635px;
} */
.lh-nav > li:nth-child(7) .lh-nav-lm,
.lh-nav > li:nth-child(8) .lh-nav-lm {
  left: auto;
  right: 0;
}
.lh-nav-lm-l {
  width: 40%;
  border-right: 1px solid #e4e4e4;
  margin-right: 10%;
}
/* .lh-nav>li:nth-child(4) .lh-nav-lm-l {
	width: 340px;
	margin-right: 40px;
} */
.lh-nav-lm-l a {
  display: block;
  text-align: left;
  padding-left: 14px;
  background: url(../images/1_04.png) no-repeat left center;
  -o-background-size: 3px;
  background-size: 3px;
}
.lh-nav > li:nth-child(4) .lh-nav-lm-l a {
  display: inline-block;
  width: 167px;
}
.lh-nav-lm-r {
  width: 50%;
}
.lh-nav > li:nth-child(4) .lh-nav-lm-r {
  width: 195px;
}
.lh-nav-lm-r img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.lh-nav-lm-r h3 {
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
}
.lh-nav > li .lh-nav-lm .lh-nav-lm-l a:hover {
  color: #00559a;
  text-decoration: underline;
}
.lh-nav > li .lh-nav-lm .lh-nav-lm-l {
  line-height: 36px;
  font-size: 14px;
  text-align: center;
}
.lh-search-btn {
  font-size: 24px;
  margin-right: 2.34vw;
}
.lh-nav-btn {
  width: 50px;
  height: 50px;
  position: relative;
  margin-top: 25px;
}
.lh-nav-btn i {
  display: block;
  width: 22px;
  height: 2px;
  background: #284C3A;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  -o-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  -moz-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.lh-nav-btn:before,
.lh-nav-btn:after {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: #284C3A;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  -o-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  -moz-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.lh-nav-btn:after {
  margin-top: 7px;
}
.lh-header-layer {
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  height: 300px;
  background: #fff;
  padding: 50px 100px 0;
  display: none;
  border-top: 1px solid #DDD;
}
.lh-header-layer h3 {
  font-size: 24px;
}
.lh-header-layer p {
  color: #444444;
  margin-top: 8px;
  font-family: 'Conv_HelveticaNeueLT-ThinExt';
}
.lh-header-top {
  position: relative;
  z-index: 2;
  height: 100%;
  justify-content: space-between;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  -o-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  -moz-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.header_bar {
  float: right;
  margin-left: 2vw;
  margin-top: 36px;
  line-height: 1;
}
.header_bar a {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}
.header_bar em {
  display: block;
  cursor: pointer;
  font-size: 20px;
  width: 26px;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
  height: 26px;
  border-radius: 50%;
  background: #b0b0b0;
  color: #fff;
  text-align: center;
  line-height: 26px;
}
.header_bar a:hover em {
  background: #00559a;
}
.header-mobile {
  position: fixed;
  width: 100%;
  height: 63px;
  margin: 0 auto;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  z-index: 99;
  display: none;
}
.header-mobile .logo-mobile {
  position: absolute;
  top: 7px;
  left: 15px;
  width: 234px;
}
.header-mobile .toggle_menu {
  width: 63px;
  height: 63px;
  padding: 18px;
  border-left: 1px solid rgba(204, 204, 204, 0.4);
  float: right;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
.header-mobile .toggle_menu.open {
  background: #00559a;
}
.header-mobile .toggle_menu span {
  width: 100%;
  display: block;
  height: 3px;
  margin: 3px 0;
  background: #00559a;
}
.header-mobile .toggle_menu > span:nth-child(2) {
  width: 80%;
}
.header-mobile .toggle_menu.open span {
  background: #fff;
}
.header-mobile .toggle_menu.open span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -moz-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  -o-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header-mobile .toggle_menu.open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
.header-mobile .toggle_menu.open span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -moz-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  -o-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.allmenu {
  position: absolute;
  height: -webkit-calc(37vh);
  height: -moz-calc(37vh);
  height: calc(100vh - 63px);
  background: #f5f5f5;
  width: 100%;
  top: 63px;
  left: 0;
  padding-top: 20px;
  display: none;
}
.allmenu .innerwrap {
  overflow: hidden;
  width: 94%;
  margin: 0 auto 30px;
}
.allmenu .innerwrap .header_bar {
  float: none;
  margin-top: 0;
  text-align: right;
  margin-bottom: 12px;
}
.allmenu .innerwrap .menubox {
  width: 100%;
  height: auto;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}
.allmenu .innerwrap .menubox h3 {
  position: relative;
  font-size: 16px;
  color: #00559a;
  padding: 10px 0;
  font-weight: 500;
}
.allmenu .innerwrap .menubox h3 a {
  color: #00559a;
}
.allmenu .innerwrap .menubox h3:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  display: block;
  content: "";
  background: #00559a;
}
.allmenu .innerwrap .menubox ul {
  display: none;
  padding: 0 0 20px;
}
.allmenu .innerwrap .menubox ul li {
  margin-bottom: 1px;
}
.allmenu .innerwrap .menubox ul li a {
  font-size: 14px;
  line-height: 1em;
  color: #555;
}
.headerIcon {
  position: relative;
  padding-left: 10px;
  height: 100px;
}
.headerIcon li {
  position: relative;
  margin-left: 30px;
  font-size: 16px;
}
.headerIcon li img {
  width: 22px;
  margin-right: 8px;
}
.headerIcon li a {
  position: relative;
}
.headerIcon li a.on,
.headerIcon li a:hover {
  opacity: 1;
}
.headerIcon li span {
  display: block;
  margin: 0 6px;
  font-size: 14px;
}
.header.on .headerIcon {
  height: 80px;
}
.headerIcon a:hover > img {
  opacity: 0.5;
}
/* header  end */
/* banner */
/* .pagination{
	position: absolute;
	text-align: center;
	bottom: 80px;
    left: 14%;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    -moz-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
         transform: translate3d(0,0,0);
    z-index: 10;
}
.pagination span{
	display: inline-block;
	width: 60px;
    height: 5px;
    border-radius: 0;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.5);
}
.pagination span.swiper-active-switch{
	background: #00559a;
} */
.arrow-left,
.arrow-right {
  cursor: pointer;
  width: 58px;
  height: 58px;
  right: 100px;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  text-align: center;
  position: relative;
  vertical-align: top;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
.arrow-left:hover,
.arrow-right:hover {
  background: #00559a;
}
.arrow-left {
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -29px;
}
.arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  right: 50px;
}
.arrow-left img,
.arrow-right img {
  width: 26px;
  fill: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner {
  position: relative;
  padding-top: 80px;
}
.banner-bg:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), to(rgba(86, 35, 84, 0.3)));
  background: -webkit-linear-gradient(bottom, transparent 0, rgba(86, 35, 84, 0.3));
  background: -moz-linear-gradient(bottom, transparent 0, rgba(86, 35, 84, 0.3));
  background: -o-linear-gradient(bottom, transparent 0, rgba(86, 35, 84, 0.3));
  background: linear-gradient(0deg, transparent 0, rgba(86, 35, 84, 0.3));
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 99;
}
.banner-list {
  background: #fff;
  z-index: 9;
}
.banner-img {
  position: relative;
  width: 100%;
}
.banner-bg {
  position: relative;
  width: 100%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.banner-list .swiper-container {
  width: 100%;
  height: 100vh;
}
/* .banner-bg:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
} */
.banner-text {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 14%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
.banner-text span {
  position: relative;
  display: none !important;
  font-size: 25px;
  color: #fff;
  font-family: 'Conv_HelveticaNeueLT-ThinExt';
  font-weight: bold;
  margin: 30px 0 5px;
  line-height: 43px;
  letter-spacing: 1px;
  padding-left: 80px;
  text-transform: capitalize;
  overflow: hidden;
}
.banner-text span:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  top: 24px;
  left: 0;
  background: #fff;
}
.banner-text h4 {
  font-size: 18px;
  font-family: 'Conv_HelveticaNeueLT-ThinExt';
  text-transform: uppercase;
  margin-top: 20px;
  width: 80%;
}
.banner-text p {
  font-size: 46px;
  margin-bottom: 8px;
  line-height: 1.5;
  letter-spacing: 3px;
  font-weight: bold;
}
.banner-text h3 {
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 2px;
}
.banner-text a {
  display: inline-block;
  color: #fff;
  margin-top: 60px;
  background: url(../images/right-w.png) no-repeat right center;
  -o-background-size: 10px;
  background-size: 10px;
  padding-right: 12px;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-text a:hover {
  padding-right: 16px;
}
.banner-img .banner-text p,
.banner-img .banner-text h3,
.banner-img .banner-text span,
.banner-img .banner-text h4,
.banner-img .banner-text a {
  opacity: 0;
  opacity: 1\0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.banner-img.slick-active .banner-text p {
  -webkit-animation: fadeInDown 1s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  -moz-animation: fadeInDown 1s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  -o-animation: fadeInDown 1s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
.banner-img.slick-active .banner-text h3 {
  -webkit-animation: fadeInDown 1s 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  -moz-animation: fadeInDown 1s 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  -o-animation: fadeInDown 1s 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
.banner-img.slick-active .banner-text span {
  -webkit-animation: fadeInDown 1s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  -moz-animation: fadeInDown 1s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  -o-animation: fadeInDown 1s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
.banner-img.slick-active .banner-text h4 {
  -webkit-animation: fadeInDown 1s 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  -moz-animation: fadeInDown 1s 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  -o-animation: fadeInDown 1s 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
.banner-img.slick-active .banner-text a {
  -webkit-animation: fadeInDown 1s 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  -moz-animation: fadeInDown 1s 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  -o-animation: fadeInDown 1s 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
  animation: fadeInDown 1s 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    opacity: 1\0;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    opacity: 1\0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    opacity: 1\0;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    opacity: 1\0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.slick-prev,
.slick-next {
  cursor: pointer;
  width: 58px;
  height: 58px;
  right: 100px;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  text-align: center;
  position: relative;
  vertical-align: top;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #00559a;
}
.slick-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -29px;
  background: rgba(0, 0, 0, 0.3) url(../images/left-w.png) no-repeat center;
  -o-background-size: 26px;
  background-size: 26px;
}
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  right: 50px;
  background: rgba(0, 0, 0, 0.3) url(../images/right-w.png) no-repeat center;
  -o-background-size: 26px;
  background-size: 26px;
}
.banner-list .pagination-list img {
  width: 26px;
  fill: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-list .pagination-list .swiper-button-prev svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.slick-dots {
  bottom: 80px;
  left: 14%;
}
.slick-dots li {
  width: 60px;
  height: 5px;
  border-radius: 0;
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.slick-dots li.slick-active {
  background: #00559a;
}
/* banner  end */
/* main */
/* .ind-main{
	padding: 0 100px;
} */
.padd90 {
  padding: 90px 100px;
}
.ind-title {
  margin-bottom: 30px;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-text h3 {
  font-size: 36px;
}
.title-text p {
  font-size: 25px;
  color: #666;
  text-transform: uppercase;
  font-family: 'Conv_HelveticaNeueLT-ThinExt';
}
.text-white h3 {
  color: #fff;
}
.text-white p {
  color: rgba(255, 255, 255, 0.6);
}
.text-center {
  text-align: center;
  width: 100%;
}
.ind-honor-item {
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ind-honor-item h6 {
  width: 70%;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.title-more {
  display: inline-block;
  color: #fff;
  background: #00559a url(../images/right-w.png) no-repeat 110px center;
  border-radius: 30px;
  -o-background-size: 10px;
  background-size: 10px;
  padding-right: 12px;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.title-more:hover {
  color: #fff;
  background-position: 115px center;
}
.title-more span {
  display: inline-block;
  padding: 8px 43px;
}
.business-view {
  position: relative;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}
.business-view li {
  position: relative;
  width: 25%;
  float: left;
  padding-bottom: 200px;
  margin: 0 10px;
}
.bus-image {
  position: relative;
  width: 100%;
  padding-top: 60%;
  /* height: 100%; */
  /* padding-top: 73%; */
}
.bus-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
/* .bus-image:after{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: rgba(0,0,0,0.3);
	-webkit-transition: all .5s;
    transition: all .5s;
}
.business-view li:hover .bus-image:after{
	background: none;
} */
/* .bus-image img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
} */
.bus-text {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  padding: 30px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.bus-text img {
  width: 40px;
  margin: 0 auto;
}
.bus-text h3 {
  font-size: 22px;
  margin-top: 15px;
}
.bus-text p {
  line-height: 1.2;
  font-family: 'Conv_HelveticaNeueLT-ThinExt';
  text-transform: capitalize;
}
.bus-text > span {
  width: 100%;
  display: block;
  position: relative;
  font-size: 23px;
  margin-top: -43px;
  text-align: center;
  font-family: 'Conv_HelveticaNeueLT-ThinExt';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.bus-text > span:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  top: 20px;
  left: 50%;
  margin-left: -80px;
  background: #afafaf;
}
.bus-text > span:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  top: 20px;
  left: 50%;
  margin-left: 30px;
  background: #afafaf;
}
.bus-text .title-more {
  margin-top: 20px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-qj {
  position: relative;
}
.ind-business .slick-prev,
.ind-business .slick-next,
.ind-honor-view .slick-prev,
.ind-honor-view .slick-next {
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: none;
  text-align: center;
  position: relative;
  vertical-align: top;
  background: none;
  margin-bottom: 5px;
}
.ind-honor-view .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: -40px;
  background: url(../images/l2.png) no-repeat center;
  background-size: cover;
}
.ind-business .slick-prev,
.honor-box-view .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: -40px;
  background: url(../images/l1.png) no-repeat center;
  background-size: cover;
}
.ind-honor-view .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  right: -40px;
  background: url(../images/r2.png) no-repeat center;
  background-size: cover;
}
.ind-business .slick-next,
.honor-box-view .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  right: -40px;
  background: url(../images/r1.png) no-repeat center;
  background-size: cover;
}
.pagination-qj .pagination-list svg {
  width: 11px;
  height: 16px;
  fill: #666;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagination-qj .pagination-list .swiper-button-prev svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.ind-honor {
  position: relative;
}
.ind-honor-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ind-honor-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.ind-honor-main {
  position: relative;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ind-honor-sj {
  width: 50%;
  color: #fff;
  justify-content: flex-end;
}
.ind-honor-sj li {
  text-align: center;
  padding-left: 100px;
}
.ind-honor-sj li h3 {
  font-size: 50px;
  line-height: 1;
  font-family: 'Conv_HelveticaNeueLT-ThinExt';
}
.ind-honor-sj li span {
  display: block;
  position: relative;
  font-size: 38px;
  line-height: 1;
  margin-top: -13px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ind-honor-sj li span:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  top: 30px;
  left: 50%;
  margin-left: -80px;
  background: rgba(255, 255, 255, 0.6);
}
.ind-honor-sj li span:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  top: 30px;
  left: 50%;
  margin-left: 30px;
  background: rgba(255, 255, 255, 0.6);
}
.padd100 {
  padding: 0 100px;
}
.ind-honor-view {
  margin-top: 50px;
}
/* .ind-honor-view .pagination-list .swiper-button-prev{
	left: 40px;
}
.ind-honor-view .pagination-list .swiper-button-next{
	right: 40px;
} */
.ind-honor-view .swiper-slide {
  margin: 0 10px;
}
.ind-honor-view .swiper-slide img {
  padding: 10px;
  background: #fff;
}
.ind-honor-view p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
}
.ind-news {
  background: #f5f5f5;
}
.ind-news-list {
  width: 66.66%;
}
/* .ind-news-list *{
	height: 100%;
} */
.ind-news-box {
  position: relative;
  width: 50%;
  float: left;
  padding: 50px;
  background: #eaeaea;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
}
.ind-news-box:nth-child(even) {
  border-right: none;
}
.ind-news-box:nth-child(3),
.ind-news-box:nth-child(4) {
  border-bottom: none;
}
/* .ind-news-list .slick-slide{
	height: 50% !important;
} */
.ind-news-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.ind-news-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.ind-news-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.ind-news-box:hover .ind-news-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ind-news-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
/* .ind-news-box:hover .ind-news-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} */
.ind-news-text {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}
.ind-news-box:hover .ind-news-text * {
  color: #fff;
}
.ind-news-text em {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  background: #00559a;
  padding: 0 12px;
}
.ind-news-text h3 {
  font-size: 18px;
  margin: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ind-news-text span {
  font-size: 14px;
  color: #666;
  display: block;
  margin: 5px 0 12px;
}
.ind-news-text p {
  font-size: 15px;
  line-height: 1.8;
  height: 50px;
  color: #666;
  overflow: hidden;
}
.ind-news-text .detail {
  font-size: 0;
  margin-top: 23px;
  text-align: right;
}
.ind-news-text .detail span {
  position: relative;
  display: inline-block;
  zoom: 1;
  font-size: 14px;
  color: #666;
  padding-right: 15px;
  background: url(../images/right-b.png) no-repeat center right;
  -o-background-size: 10px;
  background-size: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* .ind-news-text .detail span:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #333;
	left: 0;
	bottom: 0;
} */
.ind-news-box:hover .ind-news-text .detail span {
  padding-right: 20px;
  background: url(../images/right-w.png) no-repeat center right;
  -o-background-size: 10px;
  background-size: 10px;
}
.h5box1 {
  width: 31.33%;
  margin-left: 2%;
}
.h5boxItem {
  margin-bottom: 20px;
  background: #eaeaea;
}
.h5box1 h4 {
  position: relative;
  font-size: 16px;
  color: #00559a;
  padding: 10px 40px;
}
.h5box1 h4:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 13px;
  top: 17px;
  left: 21px;
  background: #00559a;
}
.h5box1 a {
  width: 100%;
  position: relative;
  background: #fbfbfb;
  display: block;
  padding: 20px 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/* .h5box1 a:nth-child(even) {
    background: #fbfbfb;
} */
.h5box1 a img.i2 {
  position: absolute;
  right: 25px;
  top: 36px;
  width: 31px;
  display: none;
}
.h5box1 a p.t1 {
  font-size: 13px;
  /* background: #005d9a;
    color: #fff; */
}
.h5box1 a span.t2 {
  font-size: 14px;
  color: #005d9a;
  display: block;
}
.h5box1 a p.t3 {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.h5box1 a p.t4 {
  font-size: 14px;
  color: #959595;
}
.h5box1 a:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background: #00559a;
  width: 0%;
  height: 5px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.h5box1 a:hover:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background: #00559a;
  width: 100%;
  height: 5px;
}
/* .ind-partners{
	background: #f5f5f5;
} */
.ind-partner-view {
  width: 100%;
}
.ind-partner-view .swiper-container {
  padding-right: 3px;
  padding-bottom: 3px;
}
.ind-partner-view .slick-prev,
.ind-awards-view .swiper-button-prev,
.bus-case-view .swiper-button-prev,
.bus-info-img .swiper-button-prev,
.ind-awards-view .slick-prev,
.bus-info-img .slick-prev {
  position: absolute;
  top: -73px;
  left: auto;
  right: 58px;
  width: 50px;
  height: 50px;
  background: #005d9a url(../images/left.png) no-repeat center;
  background-size: 25px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ind-partner-view .slick-next,
.ind-awards-view .swiper-button-next,
.bus-case-view .swiper-button-next,
.bus-info-img .swiper-button-next,
.ind-awards-view .slick-next,
.bus-info-img .slick-next {
  position: absolute;
  top: -73px;
  right: 3px;
  width: 50px;
  height: 50px;
  background: #005d9a url(../images/right.png) no-repeat center;
  background-size: 25px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ind-awards-view .slick-prev,
.ind-awards-view .slick-next,
.bus-info-img .slick-prev,
.bus-info-img .slick-next {
  top: -53px;
}
.bus-info-img .swiper-button-prev,
.bus-info-img .swiper-button-next {
  top: -50px;
}
.ind-partner-view .slick-prev img,
.ind-partner-view .slick-next img,
.ind-awards-view .swiper-button-prev img,
.ind-awards-view .swiper-button-next img,
.bus-case-view .swiper-button-prev img,
.bus-case-view .swiper-button-next img,
.bus-info-img .swiper-button-prev img,
.bus-info-img .swiper-button-next img {
  width: 25px;
  margin: 12px auto;
}
.ind-partner-view .slick-prev:hover,
.ind-partner-view .slick-next:hover,
.ind-awards-view .swiper-button-prev:hover,
.ind-awards-view .swiper-button-next:hover,
.bus-case-view .swiper-button-prev:hover,
.bus-case-view .swiper-button-next:hover,
.bus-info-img .swiper-button-prev:hover,
.bus-info-img .swiper-button-next:hover {
  opacity: 0.7;
}
.ind-partner-view .slick-slide > div {
  margin: 0 10px;
}
.ind-partner-view li {
  position: relative;
  width: -webkit-calc(-7.3334%);
  width: -moz-calc(-7.3334%);
  width: calc(16.6666% - 24px);
  float: left;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}
.ind-partner-view li:before {
  position: absolute;
  content: '';
  width: -webkit-calc(96%);
  width: -moz-calc(96%);
  width: calc(100% - 4px);
  height: -webkit-calc(96%);
  height: -moz-calc(96%);
  height: calc(100% - 4px);
  top: 0;
  left: 0;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ind-partner-view li:hover:before {
  opacity: 1;
  border: 4px solid #005d9a;
}
.ind-partners {
  background-color: #f5f5f5;
  background-image: url(../images/mw.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.strength-page .flex-box {
  display: flex;
}
.strength-page .flex-box .left {
  flex: auto;
  position: relative;
  width: 33.33%;
  padding-right: 70px;
  z-index: 3;
}
.strength-page .flex-box .left img {
  width: 28px;
}
.strength-page .flex-box .left:before {
  content: '';
  position: absolute;
  width: 1232px;
  height: 338px;
  bottom: 0;
  left: -95px;
  background-image: url(../images/newel-bg.jpg);
  z-index: -1;
}
.strength-page .flex-box .left .title {
  font-size: 35px;
  line-height: 1.2;
  margin-top: 45px;
  margin-bottom: 50px;
  font-weight: 100;
}
.strength-page .flex-box .left .detail {
  line-height: 2;
  text-align: justify;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 16;
  text-overflow: ellipsis;
  overflow: hidden;
}
.strength-page .flex-box .left .detail p {
  text-indent: 2em;
}
.strength-page .flex-box .right {
  width: 66.66%;
  flex-shrink: 0;
  position: relative;
  z-index: 4;
  padding-top: 25px;
}
/* main  end */
/* footer */
footer {
  width: 100%;
  background: #3c3c3c;
  padding-top: 60px;
}
footer .one {
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
  padding-bottom: 30px;
}
footer .one .footer-logo {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  width: 210px;
}
.footer-wx {
  width: 285px;
  float: right;
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-wx h3 {
  font-size: 26px;
}
.footer-wx span {
  width: 100%;
  display: block;
}
.footer-wx img {
  width: 120px;
  margin-top: 15px;
}
.footer-wx a {
  display: block;
  font-size: 28px;
  line-height: 1.3;
  color: #fff !important;
}
.footer-wx p {
  font-size: 16px;
}
footer .two dl dt {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
  position: relative;
  font-weight: bold;
  color: #fff;
}
footer .two dl {
  float: left;
  width: 25%;
}
footer .two dl dd a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 4px 0;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer .two dl dd a:hover {
  color: #fff;
}
footer .two dl img {
  width: 30px;
  display: block;
  margin: 0 auto;
}
footer .two dl img:hover {
  opacity: 0.6;
}
footer .two {
  width: 100%;
  padding: 21px 0 48px 0;
  align-items: flex-start;
}
footer .two .twoDl {
  width: calc(100% - 285px);
}
footer .two .right {
  float: right;
  width: 20%;
}
footer .two .right h1 {
  font-size: 16px;
  margin-bottom: 10px;
}
footer .two .right h2 span {
  font-size: 16px;
  margin-right: 8px;
}
footer .two .right h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
footer .two .right h2 i {
  font-weight: 500;
  font-size: 14px;
}
footer .two .right p {
  font-size: 13px;
  color: #666;
  line-height: 1.833;
  text-transform: uppercase;
  margin-top: 6px;
}
footer .two .right p a {
  color: #666;
}
.weui-cell {
  padding: 10px 15px;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weui-cell__bd {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.weui-cell__ft {
  text-align: right;
  color: #999999;
  margin-top: 5px;
}
footer .four {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .four img {
  width: 11px;
  margin-right: 10px;
}
footer .four p,
footer .four a,
footer .four span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
footer .four span {
  margin-right: 10px;
}
/* footer .four span:last-child{
	display: block;
} */
footer .four > p {
  text-align: center;
}
.yqlj {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  width: 188px;
  line-height: 20px;
  font-size: 14px;
  float: right;
  color: #666;
  margin-top: 2px;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
}
footer .four .yqlj img {
  width: 7px;
  margin-left: 17px;
  margin-right: 0;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.yqlj:hover img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.yqlj:hover .yqlj-div {
  opacity: 0.8;
  display: block;
}
.yqlj .yqlj-div {
  width: 100%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px 15px;
  position: absolute;
  bottom: 22px;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
}
.yqlj-div p a {
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.yqlj-div p:hover a {
  color: #1c6ab1;
  padding-left: 10px;
}
/* footer  end */
.wgt-fade-animate {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.appear {
  -wewgtit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  -moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  -o-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  opacity: 1 !important;
}
@-wewgtit-keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1700px) {
  .lh-header-layer p {
    width: 30%;
  }
  .ind-news-list {
    width: -webkit-calc(-330%);
    width: -moz-calc(-330%);
    width: calc(100% - 430px);
  }
  .h5box1 {
    width: 400px;
    margin-left: 30px;
  }
}
