@font-face {
  font-family: 'HBFM';
  src: url('../font/FuturaBT-Medium.eot');
  src: url('../font/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), url('../font/FuturaBT-Medium.woff2') format('woff2'), url('../font/FuturaBT-Medium.woff') format('woff'), url('../font/FuturaBT-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'HBFM';
  src: url('../font/FuturaBT-Bold.eot');
  src: url('../font/FuturaBT-Bold.eot?#iefix') format('embedded-opentype'), url('../font/FuturaBT-Bold.woff2') format('woff2'), url('../font/FuturaBT-Bold.woff') format('woff'), url('../font/FuturaBT-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'HBFM';
  src: url('../font/Raleway-Regular.eot');
  src: url('../font/Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Raleway-Regular.woff2') format('woff2'), url('../font/Raleway-Regular.woff') format('woff'), url('../font/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg');
	font-display: swap
}.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	pointer-events: unset !important;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}
body {
  font-family: "HBFM";
  max-width: 1920px;
  font-weight: normal;
  margin: 0 auto;
}
.ui.container {
  padding: 0 20px;
  position: relative;
  width: 1400px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  background: white;
  top: 0;
  left: 0;
  border-bottom: 1px solid #c3c3c3;
 
}
#header .nav {
  line-height: 100px;
  height: 100px;
  text-align: right;
}
#header .nav .ui.menu {
  width: auto;
  max-width: 1720px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;

}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 15px;
  font-size: 18px;
  color: #2e2e2e;
  font-family: Raleway;
  font-weight: 600;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #01679b;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #01679b;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li ul {
    position: absolute;
    left: 100%;
    top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover> ul {
    display: block;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
}
#header .nav .ui.menu .yuy {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#header .nav .ui.menu .yuy span {
  display: block;
}
#header .nav .ui.menu .yuy span img {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#header .nav .ui.menu .yuy ul {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  width: 120px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #01679b;
  display: none \9;
}
#header .nav .ui.menu .yuy ul li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .yuy ul li span {
padding-left:30px;
}
#header .nav .ui.menu .yuy ul li a {
  display: block;
}
#header .nav .ui.menu .yuy ul li:hover {
  background: #222;
  color: white;
}

#header .nav .ui.menu .yuy ul li:hover span{  color: white;}

#header .nav .ui.menu .yuy:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header.active,
#header.inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.webp) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.webp) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #01679b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #01679b;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  line-height: 32px;
    font-size: 18px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.webp) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #01679b;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.webp);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.webp);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #01679b !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 18px;
    color: inherit;
    text-transform: uppercase;
    line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #01679b;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.webp") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #01679b;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner .box {
  height: 100vh;
}
#banner .box .left {
  width: 17.44791667%;
  height: 100%;
}
#banner .box .left .box2 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  text-align: center;
  padding: 16%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#banner .box .left .box2 .btn {
  display: block;
  width: 100%;
}
#banner .box .left .box2 .btn > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  position: relative;
}
#banner .box .left .box2 .btn > div ul {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -75px;
  width: 120px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #01679b;
  display: none \9;
}
#banner .box .left .box2 .btn > div ul li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#banner .box .left .box2 .btn > div ul li img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -0.2em;
}
#banner .box .left .box2 .btn > div ul li a {
  display: block;
}
#banner .box .left .box2 .btn > div ul li:hover {
  background: #222;
  color: white;
}
#banner .box .left .box2 .btn > div:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner .box .left .box2 .navList {
  width: 100%;
  display: block;
}
#banner .box .left .box2 .navList ul li {
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 600;
  font-family: Raleway;
  text-transform: uppercase;
  margin-bottom: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .box .left .box2 .navList ul#menu-menu-1>li:first-child {
    display: none;
}
#banner .box .left .box2 .navList ul li:hover {
  color: #00679e;
}
#banner .box .left .box2 .navList ul li:last-child {
  margin-bottom: 0;
}
#banner .box .left .box2 .navList ul li ul {
  display: none !important;
}
#banner .box .left .box2 .scroll {
  cursor: pointer;
  cursor: hand;
}
@keyframes tb2 {
    0% {
        transform: translateY(-20%)
    }
    100% {
        transform: translateY(20%)
    }
}
#banner .box .left .box2 .scroll i {
  margin-bottom: 20px;
  display: block;
}
#banner .box .left .box2 .scroll i img {
animation: tb2 2s alternate linear infinite;
}
#banner .box .left .box2 .scroll p {
  font-size: 16px;
  color: #878787;
}
#banner .box .right {
  width:100%;
  height: 100%;
  position: relative;
}
#banner .box .right ul li {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#banner .box .right ul li .content {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  padding: 0 6%;
}
#banner .box .right ul li .content .box3 {
  max-width: 50%;
  margin-top: 8%;
}
#banner .box .right ul li .content span.tag {
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  /*font-weight: 600;*/
  font-family: Raleway; 
}
#banner .box .right ul li .content h2 {
  font-size: 60px;
  width: 1200px;
  font-weight: 500;
  color: #ffffff;
  line-height: 60px;
  margin: 20px 0 70px;
  text-transform: uppercase;
}
#banner .box .right .btn {
  position: absolute;
  left: 6%;
  bottom: 4%;
}
#banner .box .right .btn div {
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 100%;
  margin-right: 15px;
  background: white;
  font-size: 25px;
  color: #2e2e2e;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .box .right .btn div:hover {
  color: white;
  background: #00679e;
}
a.more {
  line-height: 56px;
  height: 56px;
  padding: 0 35px;
  border-radius: 27px;
  background: #2e2e2e;
  color: white;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
a.more:hover {
  background: #00679e;
}
.dots {
  text-align: center;
}
.dots ul {
  margin: 0;
}
.dots ul li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 5px;
  background: #006798;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.dots ul li.slick-active {
  width: 70px;
}
.dots ul li button {
  display: none;
}
#index-body {
  overflow: hidden;
}
#index-body h1.tag {
  font-size: 24px;
  color: #00679e;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
#index-body h2.title {
  font-size: 40px;
    color: #2e2e2e;
    line-height: 60px;
    font-weight: 500;
    text-transform: uppercase;
}






h1.huih1 {
    Display: inline;
}
a.huiye {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 450px;
    display: inline-block;
    vertical-align: middle;
}

.m-link {
    font-size: 16px;
    line-height: 30px;
}



















#index-body .text {
  font-size: 20px;
  color: #2e2e2e;
  line-height: 34px;
  font-family: Raleway;
}
#index-body .init-1 {
  padding-top: 180px;
  padding-bottom: 100px;
  overflow: hidden;
}
#index-body .init-1 .list {
  padding: 0 15%;
}
#index-body .init-1 .list .slick-list {
  overflow: unset;
}
#index-body .init-1 .list li {
  position: relative;
}
#index-body .init-1 .list li:after {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  right: 1%;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  background: url("../images/init-1-bg.webp") center right no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list li .left {
  width: 60%;
  vertical-align: middle;
  padding-right: 8%;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
#index-body .init-1 .list li .left h2.title {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list li .left h2.title:hover {
  color: #00679e;
}
#index-body .init-1 .list li .left .text {
  margin: 40px 0;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7;
overflow: hidden;
}
#index-body .init-1 .list li .right {
  width: 40%;
  vertical-align: middle;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  position: relative;
  left: 0;
  /*padding: 0 4%;*/
}
#index-body .init-1 .list .slick-slide li:after {
  opacity: 0;
}
#index-body .init-1 .list .slick-slide li .left {
  opacity: 0;
}
#index-body .init-1 .list .slick-slide li .right {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
#index-body .init-1 .list .slick-slide.slick-current li:after {
  opacity: 1;
}
#index-body .init-1 .list .slick-slide.slick-current li .left {
  opacity: 1;
}
#index-body .init-1 .list .slick-slide.slick-current li .right {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .init-1 .list .slick-slide.slick-current + div li .right {
  left: -60%;
}
#index-body .init-1 .list .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  border: none;
  background: transparent;
  height: 50px;
  width: 30px;
}
#index-body .init-1 .list .slick-arrow button {
  display: none;
}
#index-body .init-1 .list .slick-arrow:after {
  content: '';
  font-size: 62px;
  color: #2e2e2e;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "FontAwesome";
}
#index-body .init-1 .list .slick-arrow.slick-prev {
  left: -8%;
}
#index-body .init-1 .list .slick-arrow.slick-prev:after {
  content: "\f104";
}
#index-body .init-1 .list .slick-arrow.slick-next {
  right: -8%;
}
#index-body .init-1 .list .slick-arrow.slick-next:after {
  content: "\f105";
}
#index-body .init-2 {
  position: relative;
}
#index-body .init-2:after {
  content: '';
  height: 91%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f2f2;
}
#index-body .init-2 .left .img-box {
  height: 735px;
  border-bottom-right-radius: 200px;
}
#index-body .init-2 .right {
  padding: 0 4%;
  margin-top: 3%;
}
#index-body .init-2 .right .text {
  margin: 35px 0 50px;
}
#index-body .init-2 .right .text p {
  padding-top: 30px;
}
#index-body .init-2 .right .text p:first-child {
  padding-top: 0;
}
#index-body .init-2 .right a.more.play {
  margin-left: 30px;
  background: white;
  font-size: 18px;
  color: #2e2e2e;
}
#index-body .init-2 .right a.more.play img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .right a.more.play:hover {
  background: #00679e;
  color: white;
}
#index-body .init-2 .right a.more.play:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-3 {
  padding: 120px 0 90px;
  text-align: center;
}
#index-body .init-3 .list {
  padding: 80px 0;
}
#index-body .init-3 .list ul {
  margin: -25px;
}
#index-body .init-3 .list ul li {
  padding: 25px;
}
#index-body .init-3 .list ul li a.img-box {
  height: 350px;
  border: 1px solid #d5d5d5;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list ul li h6 {
  margin-top: 20px;
  font-size: 20px;
  color: #2e2e2e;
  line-height: 34px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
#index-body .init-3 .list ul li h6:hover {
  color: #00679e;
}
#index-body .init-3 .list ul li:hover a.img-box {
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
}
#index-body .init-4 {
  position: relative;
}
#index-body .init-4:after {
  content: '';
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f2f2;
  z-index: -1;
}
#index-body .init-4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-4 .left {
  width: 45%;
  padding-left: 15px;
}
#index-body .init-4 .left .content {
  max-width: 680px;
  margin-left: auto;
  padding-right: 5%;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 100%;
}
#index-body .init-4 .left .content .list {
  padding-right: 5%;
  max-width: 100%;
}
#index-body .init-4 .left .content .list ul {
  margin: -20px;
}
#index-body .init-4 .left .content .list ul li {
  padding: 20px;
}
#index-body .init-4 .left .content .list ul li span.tag {
  margin-bottom: .8em;
}
#index-body .init-4 .left .content .list ul li span.tag:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #00679e;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.3em;
}
#index-body .init-4 .left .content .list ul li .text {
  margin: 30px 0 70px;
}
#index-body .init-4 .left .content .info {
  width: 100%;
}
#index-body .init-4 .left .content .info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#index-body .init-4 .left .content .info ul li {
  width: auto;
}
#index-body .init-4 .left .content .info ul li h6 {
  font-size: 80px;
  font-weight: bold;
  color: #006798;
  line-height: 1;
}
#index-body .init-4 .left .content .info ul li h6 sup {
  font-size: 50%;
  vertical-align: text-top;
}
#index-body .init-4 .left .content .info ul li p {
  font-size: 20px;
  color: #2e2e2e;
  line-height: 34px;
  font-weight: 600;
  font-family: Raleway;
  margin-top: 10px;
}
#index-body .init-4 .right {
  width: 55%;
}
#index-body .init-4 .right ul {
  border-bottom-left-radius: 200px;
  overflow: hidden;
}
#index-body .init-4 .right .img-box {
  height: 735px;
}
#index-body .init-5 {
  padding: 150px 0 80px;
  text-align: center;
  /*background: url("../images/init-5-bg.webp") center top 65% no-repeat;*/
}
#index-body .init-5 .list {
  padding: 130px 0 150px;
}
#index-body .init-5 .list ul {
  margin: -60px;
}
#index-body .init-5 .list ul li {
  padding: 60px;
  text-align: left;
  color: #2e2e2e;
}
#index-body .init-5 .list ul li h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;

}
#index-body .init-5 .list ul li h6:hover {
  color: #00679e;
}
#index-body .init-5 .list ul li .text {
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0 25px;
  border-bottom: 1px #2e2e2e dashed;
}
#index-body .init-5 .list ul li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.5em;
}
#index-body .init-5 .list ul li time {
  margin: 30px 0;
  display: block;
  font-size: 18px;
  font-weight: 500;
}
#index-body .init-5 .list ul li time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -0.3em;
}
#footer {
  background: url("../images/f-bg.webp") center center;
  background-size: cover;
  color: white;width:100%;float:left;
}
#footer .footer-top {
  padding: 55px 0;
}
#footer .footer-top .left {
  vertical-align: middle;
}
#footer .footer-top .left h2.title {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 50px;
}
#footer .footer-top .left p {
  font-size: 17px;
  margin-top: 1em;
  line-height: 30px;
}
#footer .footer-top .right {
  vertical-align: middle;
  text-align: right;
  padding-left: 20px;
}
#footer .footer-top .right form {
  width: 520px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  margin-left: auto;
}
#footer .footer-top .right form input {
  width: 100%;
  padding-left: 30px;
  padding-right: 170px;
  font-size: 18px;
  color: white;
  display: block;
  border: none;
  background: transparent;
  line-height: 56px;
  height: 56px;
}
#footer .footer-top .right form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .right form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .right form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .right form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .right form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .right form input[type="text"] {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: inherit;
}
#footer .footer-top .right form input[type="submit"] {
  width: 160px;
  position: absolute;
  top: 0;
  right: 0;
  background: #00679e;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}
#footer .footer-top .right form button {
  width: 100%;
  padding-left: 30px;
  padding-right: 170px;
  font-size: 18px;
  color: white;
  display: block;
  border: none;
  background: transparent;
  line-height: 56px;
  height: 56px;
}
#footer .footer-top .right form input[type="email"] {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: inherit;
}
#footer .footer-top .right form button[type="submit"] {
  width: 160px;
  position: absolute;
  top: 0;
  right: 0;
  background: #00679e;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}
#footer .footer-center .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footer-center .box .slide {
  padding: 40px 4%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footer-center .box .slide:first-child {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-center .box .slide:first-child .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-center .box .slide:first-child #ewm {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  border: 4px solid white;
}
#footer .footer-center .box .slide:first-child #ewm img,
#footer .footer-center .box .slide:first-child #ewm canvas {
  width: 100%;
}
#footer .footer-center .box .slide h6 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#footer .footer-center .box .slide .navList ul {
  margin: -10px;
}
#footer .footer-center .box .slide .navList ul li {
  padding: 10px;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-center .box .slide .navList ul li:hover {
  color: #00679e;
}
#footer .footer-center .box .slide .info ul li {
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  line-height: 32px;
}
#footer .footer-center .box .slide .info ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-center .box .slide .info ul li i img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
}
#footer .footer-center .box .slide .info ul li:last-child {
  padding-bottom: 0;
}
#footer .footer-center .box .slide:last-child .info ul li {
    font-family: "Arial";
}
#footer .footer-bottom {
 line-height: 28px;
    padding: 15px 0;
    font-size: 16px;
}
#footer .footer-bottom svg {
  max-height: 24px;
  display: inline-block;
  vertical-align: middle;
  fill: white;
  width: auto;
  margin-top: -0.2em;
}
#footer .footer-bottom svg:hover {
  text-decoration: underline;
}
#footer .footer-bottom a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom a:hover { opacity:.5;
}
#footer .footer-bottom .share {
  float: right;
}
#footer .footer-bottom .share a {
  margin-left: 5px;
}
@media screen and (max-width: 1700px) {
  #banner .box .left .box2 .navList ul li {
    margin-bottom: 20px;
  }
  #banner .box .left .box2 .scroll i {
    margin-bottom: 10px;
  }
  #banner .box .left .box2 .logo img {
    max-height: 80px;
  }
  #banner .box .left .box2 .btn > div img {
    max-width: 25px;
  }
  #banner .box .right ul li .content span.tag {
    font-size: 16px;
  }
  #banner .box .right ul li .content h2 {
    font-size: 48px;
    margin: 15px 0 40px;
  }
  a.more {
    line-height: 46px;
    height: 46px;
    padding: 0 30px;
    font-size: 16px;
  }
  #banner .box .right .btn div {
    width: 50px;
    line-height: 50px;
    height: 50px;
  }
  #index-body .init-1 {
    padding: 150px 0;
  }
  #index-body span.tag {
    font-size: 20px;
  }
  #index-body h2.title,
  #footer .footer-top .left h2.title {
    font-size: 36px;
  }
  #index-body .text {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .init-1 .list li .left .text {
    margin: 20px 0;
  }
  #index-body .init-2 .right .text p {
    padding-top: 10px;
  }
  #index-body .init-2 .left .img-box {
    height: 640px;
  }
  #index-body .init-3 {
    padding: 80px 0;
  }
  #index-body .init-3 .list {
    padding: 50px 0;
  }
  #index-body .init-4 .left .content .list ul li .text {
    margin: 20px 0 40px;
  }
  #index-body .init-4 .left .content .info ul li h6 {
    font-size: 56px;
  }
  #index-body .init-4 .left .content .info ul li p {
    font-size: 16px;
  }
  #index-body .init-4 .right .img-box {
    height: 600px;
  }
  #index-body .init-5 {
    padding: 120px 0 50px;
  }
  #footer .footer-top .left p {
    font-size: 15px;
  }
  #footer .footer-center .box .slide h6 {
    font-size: 20px;
  }
  #footer .footer-center .box .slide .navList ul li,
  #footer .footer-center .box .slide .info ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #banner .box .left .box2 .navList ul li {
    font-size: 16px;
  }
  #banner .box .right ul li .content h2 {
    font-size: 40px;
  }
  #index-body .init-1 .list li:after {
    height: 150%;
    background-size: contain;
  }
  #index-body .init-3 .list ul li a.img-box {
    height: 280px;
  }
  #index-body .init-3 .list ul li h6 {
    font-size: 16px;
  }
  #index-body .init-5 .list {
    padding: 80px 0;
  }
  #index-body .init-5 .list ul li h6 {
    font-size: 20px;
  }
  #index-body .init-5 .list ul li .text {
    padding: 15px 0;
  }
  #index-body .init-5 .list ul li time {
    font-size: 16px;
    margin: 20px 0;
  }
  #footer .footer-top .right form input {
    font-size: 16px;
  }
}
@media screen and (max-width: 1410px) {
 .ui.container {
    width: 100%;
  }
}
@media screen and (max-width: 1450px) {
 
  #index-body .init-1 .list li:after {
    height: 120%;
  }
  #index-body .text {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body span.tag {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-3 .list ul li a.img-box {
    height: 250px;
  }
  #index-body .init-4 .left .content .info ul li h6 {
    font-size: 44px;
  }
  #index-body .init-5 .list ul li {
    padding: 30px;
  }
  #index-body .init-5 .list ul {
    margin: -30px;
  }
  #footer .footer-center .box .slide:first-child #ewm {
    width: 120px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{margin: 0 10px; font-size:16px;}
  
}
@media screen and (max-width: 1250px) {
 
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner .box .left {
    display: none;
  }
  #banner .box .right {
    width: 100%;
  }
  #banner .box {
    height: auto;
  }
  #banner .box .right ul li {
    height: 500px;
  }
  #banner .box .right ul li .content h2 {
    font-size: 32px;
  }
  a.more {
    line-height: 38px;
    height: 38px;
    padding: 0 25px;
    font-size: 14px;
  }
  #index-body .init-1 .list li:after {
    height: 100%;
  }
  #index-body h2.title,
  #footer .footer-top .left h2.title {
    font-size: 32px;
  }
  #index-body .init-1 .list {
    padding: 0 10%;
  }
  #index-body .init-1 {
    padding: 80px 0;
  }
  #index-body .init-3 .list ul li {
    padding: 15px;
  }
  #index-body .init-3 .list ul {
    margin: -15px;
  }
  #index-body .init-3 .list ul li a.img-box {
    height: 200px;
  }
  .dots ul li {
    width: 6px;
    height: 6px;
  }
  .dots ul li.slick-active {
    width: 40px;
  }
  #index-body .init-4 .right .img-box {
    height: 500px;
  }
  #index-body .init-5 {
    background-size: auto 90%;
  }
  #index-body .init-5 .list {
    padding: 40px 0;
  }
  #index-body .init-5 .list ul li .text {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .footer-center .box .slide {
    width: 50%;
  }
  #footer .footer-center .box .slide:nth-child(2) {
    display: none;
  }
  #footer .footer-bottom .share {
    float: none;
    display: none;
  }
  #footer .footer-top .right form input {
    line-height: 46px;
    height: 46px;
  }
  
  #banner .box .right ul li .content .box3 {
  margin-top: 5%;
}
  
}
@media screen and (max-width: 1000px) {
  
  #banner .box .right ul li .content h2 {
    font-size: 28px;
  }
  #banner .box .right .btn div {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #banner .box .right ul li {
    height: 400px;
  }
  #index-body .init-1 .list {
    padding: 0;
  }
  #index-body .init-1 .list .slick-arrow {
    display: none !important;
  }
  #index-body h2.title,
  #footer .footer-top .left h2.title {
    font-size: 28px;
  }
  #index-body .init-1 .list li .left .text {
    margin: 10px 0;
  }
  #index-body .init-2 .right {
    width: 100%;
  }
  #index-body .init-2 .left {
    width: 100%;
  }
  #index-body .init-2 .left .img-box {
    height: 300px;
    border-bottom-right-radius: 100px;
    background-position: center bottom;
    background-size: cover;
  }
  #index-body .init-2 .right a.more.play {
    font-size: 16px;
  }
  #index-body .init-4 .left {
    padding: 40px 15px;
    width: 100%;
  }
  #index-body .init-4 .right {
    display: none;
  }
  #index-body .init-4 .left .content {
    padding: 0;
    max-width: none;
  }
  #index-body .init-4 .left .content .info {
    margin-top: 50px;
  }
  #index-body .init-5 {
    padding: 60px 0;
  }
  #index-body .init-4:after {
    height: 67%;
  }
  #footer .footer-center .box .slide:first-child #ewm {
    display: none;
  }
  #footer .footer-center .box .slide:first-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .right {
    width: 100%;
    margin-top: 15px;
    text-align: left;
    padding-left: 0;
  }
  #footer .footer-top .right form {
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
  #footer .footer-center .box .slide:first-child {
    display: none;
  }
  #footer .footer-center .box .slide:last-child {
    width: 100%;
    border-left: none;
    padding: 20px 0;
  }
  #footer .footer-center .box .slide .info ul li {
    padding-bottom: 10px;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
    .huibohide{
        display: none;
    }
  .ui.container {
    width: 100%;
  }
  #banner .box .right ul li {
    height: 320px;
  }
  #banner .box .right ul li .content .box3 {
    max-width: none;
  }
  #banner .box .right ul li .content {
    top: 5%;
  }
  #banner .box .right ul li .content h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 20px;
  }
  #index-body .init-1 .list li .right {
    left: 0 !important;
    padding: 0;
  }
  #index-body .init-1 .list li:after {
    background-size: auto 70%;
  }
  #index-body h2.title,
  #footer .footer-top .left h2.title {
    font-size: 24px;
    line-height: 36px;
  }
  #index-body .init-1 .list li .left {
    padding-right: 3%;
  }
  #index-body .init-1 {
    padding: 40px 0;
  }
  #index-body .init-2 .right {
    margin-top: 6%;
  }
  #index-body .init-3 .list {
    padding: 30px 0;
  }
  #index-body .init-5 .list ul li {
    padding: 10px;
  }
  #index-body .init-5 .list ul {
    margin: -10px;
  }
  #index-body .init-4 .left .content .list {
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {#banner .box .right ul li {
    height: 220px;}}
@media screen and (max-width: 500px) {
  a.more {
    line-height: 32px;
    height: 32px;
  }
  #banner .box .right ul li .content span.tag {
    font-size: 16px;
    line-height: 28px;
  }
  #index-body .init-1 .list li .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .list li .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-1 .list li:after {
    display: none;
  }
  #index-body .init-2 .left .img-box {
    height: 200px;
  }
  #index-body .init-2 .right .text {
    margin: 15px 0;
  }
  #index-body .init-2 .right a.more.play {
    margin-left: 10px;
    font-size: 14px;
  }
  #index-body .init-2 .right a.more.play img {
    max-width: 16px;
    margin-left: 2px;
    margin-top: -0.2em;
  }
  #index-body .init-3 .list ul li a.img-box {
    height: 260px;
  }
  #index-body .init-4:after {
    height: 70%;
  }
  #index-body .init-4 .left .content .info ul li h6 {
    font-size: 36px;
  }
  #index-body .init-4 .left .content .info ul li p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 28px;
  }
  #footer .footer-top .right {
    display: none;
  }
  #footer .footer-center .box .slide .info ul li {
    font-size: 14px;
  }
  #footer .footer-bottom {
    font-size: 12px;
  }
  #footer .footer-center .box .slide h6 {
    margin-bottom: 20px;
  }
}


@-webkit-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
    }
    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
    }
    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
    }
    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes shinning {
    20% {
        -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
        box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
    }
    40% {
        -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
        box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
    }
    60% {
        -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
        box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
    }
    80% {
        -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
        box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
    }
}
@-moz-keyframes shinning {
    20% {
        -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
        box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
    }
    40% {
        -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
        box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
    }
    60% {
        -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
        box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
    }
    80% {
        -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
        box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
    }
}
@keyframes shinning {
    20% {
        -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
        box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.7);
    }
    40% {
        -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
        box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.5);
    }
    60% {
        -webkit-box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
        box-shadow: 0 0 80px 50px rgba(48, 139, 233, 0.6);
    }
    80% {
        -webkit-box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
        box-shadow: 0 0 90px 50px rgba(48, 139, 233, 0.8);
    }
}




.foot-cover {
	height: 44px;
	display: none;
}
#onlineService {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	float: left;
	display: none;
	z-index: 100998
}
#onlineService .offside {
	width: 100%;
	display: flex;
}
.offside li {
	width: 50px;
	height: 50px;
	position: relative;
	background: #b1b1b1;
	border-bottom: 1px solid #fff;
	text-align: center;
	transition: all .7s;
	-webkit-transition: all .7s;
}
.offside a, .offside div {
	color: #fff;
	position: absolute;
	z-index: 11;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	line-height: 50px;
	font-size: 24px;
}
.offside a, .offside div {
	line-height: 44px;
}
#onlineService .offside li a {
	width: 100%;
	top: 4px;
}
#onlineService .offside li {
	flex: 1;
	height: 50px;
	background: #00679e;
	border-radius: 0;
	border: 1px solid rgba(255,255,255,0.2)
}
#onlineService .offside li p {
	display: none;
}
#onlineService .offside li a {
	width: 100%;
	top: 4px
}
#onlineService .offside li a i {
	color: #fff;
	font-size: 20px;
	line-height: 40px
}#mobile .menu-item-has-children .fa-mobile-down {right: 0;position: absolute;top: 10px;cursor: pointer; width: 15px; height: 15px;border: solid 1px #333;text-align: center;line-height: 12px;}
#mobile .menu-item-has-children .fa-mobile-down::before {content: "\f105"; color: #333;}
#mobile .mon .fa-mobile-down::before { content: "\f107"; color: #333;}
#mobile .menu-item-has-children{ position:relative;}
#mobile .sub-menu{display:none;}
#mobile .mon .sub-menu {display: block;}
#mobile .mob-yuy h3::before {content: "\f067"; position: absolute; right: 0; font: normal normal normal 16px/1 FontAwesome;top: 8px; cursor: pointer;}  
#mobile .mob-yuy .lang { display: none;}  
#mobile .mob-yuy h3 {position: relative;}
#mobile .mob-yuy h3.lon::before {display:none;}
#mobile .mob-yuy h3.lon::after {content: "\f068"; position: absolute;right: 0;font: normal normal normal 16px/1 FontAwesome;top: 8px; cursor: pointer; }
#mobile .mob-yuy .langoff {display: block;}
 @media screen and (max-width: 700px) {
#onlineService {
	display: block;
}
.foot-cover {
	display: block;
}

}










