body {
  font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
  font-weight: 300;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 86%;
}
.max-1500 {
  max-width: 80%;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-500 {
  font-weight: 500;
}
:root {
  --gray: #868b8d;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.home.fixed {
  background-color: #000000;
}
#header.inner {
  background-color: #FFFFFF;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li {
  color: #666666;
}
#header.inner .nav .ui.menu .line {
  border-color: #666666;
}
#header.inner .language-box .zhuyu {
  color: #666666;
}
#header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(134, 140, 138, 0.2);
}
#header::after {
  content: "";
  position: absolute;
  height: 40px;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #FFFFFF;
  opacity: .5;
  display: none;
}
#header.active::after {
  display: block;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
  max-width: 1730px;
  padding-left: 15px;
  padding-right: 15px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 18px;
  font-weight: 400;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #0080ec;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  left: 0;
  width: 100%;
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 22px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  text-align: left;
  position: absolute;
  font-size: 0;
  top: 100%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -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;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0 20px;
  line-height: 40px;
  color: #666666;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#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 a::before {
  content: "·";
  display: inline;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  color: #0080e2;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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:hover ul.sub-menu {
  opacity: 1;
  display: block;
}
#header .nav .ui.menu .line {
  margin: 0 20px;
  height: 18px;
  border-left: 1px solid #FFFFFF;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#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: #fd2318;
  -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: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
}

.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.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
	transform:translatex(-50%);
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 80px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
.language-box .language-img {
  margin-right: 5px;
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 18px;
  display: block;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #0080ec;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.baseNum {
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 35%;
}
.baseNum::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 28px;
  border-bottom: 1px solid #c9cfd3;
}
.baseNum.white {
  color: #FFFFFF;
}
.baseTag {
  font-weight: 500;
  position: absolute;
  left: 35px;
  top: 55%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  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;
}
.baseTag::before {
  content: "\f104";
  font-family: FontAwesome;
  display: inline;
  font-size: 20px;
  color: #9b9b9b;
  margin-right: 30px;
}
.baseTag::after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline;
  font-size: 20px;
  color: #9b9b9b;
  margin-left: 30px;
}
.baseTag.white {
  color: #FFFFFF;
}
.font-48 {
  font-size: 48px;
}
.baseBtn {
  width: 162px;
  height: 42px;
  background-image: url(../images/btn-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.baseBtn span.text {
  width: 110px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.baseBtn span.icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  font-size: 0;
}
.baseBtn span.icon img {
  vertical-align: middle;
}
.baseBtn.white {
  background-image: url(../images/btn-bg-white.png);
}
.baseBtn.white span.text {
  color: #FFFFFF;
}
.baseBtn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  width: 48px;
  border-radius: 48px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn2 span {
  display: inline-block;
  width: 100px;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  background-color: #0080ec;
  position: absolute;
  left: -100px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn2 i {
  margin: auto;
  font-size: 18px;
  color: #FFFFFF;
}
.baseBtn2.default,
.baseBtn2:hover {
  width: 130px;
  padding-left: 100px;
  background-color: #FFFFFF;
}
.baseBtn2.default span,
.baseBtn2:hover span {
  left: 0;
}
.baseBtn2.default i,
.baseBtn2:hover i {
  color: #0080ec;
}
#index-body .tag {
  font-weight: 400;
  color: var(--gray);
}
#index-body .Tit {
  line-height: 1.3;
  color: #101a2f;
  font-weight: 400;
  margin-top: 60px;
}
.init-1 {
  background-color: #e6ebf0;
  padding: 75px 0 125px;
}
.init-1 .list {
  margin-top: 50px;
}
.init-1 .list ul {
  margin: -10px;
}
.init-1 .list li {
  width: 27%;
  padding: 10px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.init-1 .list li.active {
  width: 46%;
}
.init-1 .list li.active > div .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.init-1 .list li.active .baseBtn2 {
  width: 130px;
  padding-left: 100px;
  background-color: #FFFFFF;
}
.init-1 .list li.active .baseBtn2 span {
  left: 0;
}
.init-1 .list li.active .baseBtn2 i {
  color: #0080ec;
}
.init-1 .list li > div {
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
}
.init-1 .list li > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.init-1 .list li > div .name {
  left: 40px;
  top: 40px;
  font-weight: 500;
  color: #FFFFFF;
}
.init-1 .list li > div .text {
  padding: 15px 0;
  left: 40px;
  width: 85%;
  bottom: 130px;
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.init-1 .list li > div .btn {
  left: 40px;
  bottom: 40px;
}
.init-2 {
  background: url(../images/init-2-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0 120px;
}
.init-2 .box {
  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;
  margin-top: 30px;
}
.init-2 .left img {
  border-radius: 10px;
	width:100%;
	height:100%;
	object-fit:cover;
}
.init-2 .right {
  padding-left: 6.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.init-2 .right .title {
  font-weight: 500;
  color: #004d96;
  margin-bottom: 30px;
}
.init-2 .right .text {
  font-weight: 400;
  color: var(--gray);
  margin-bottom: 30px;
}
.init-2 .right .list {
  margin-top: auto;
}
.init-2 .right .list ul {
  margin: -12px;
  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;
}
.init-2 .right .list li {
  padding: 12px;
  width: 33.33%;
}
.init-2 .right .list li .mml-text {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 190px;
  -webkit-box-shadow: 0 0 10px rgba(0, 77, 150, 0.15);
  box-shadow: 0 0 10px rgba(0, 77, 150, 0.15);
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.init-2 .right .list li .mml-text .num {
  font-size: 55px;
  line-height: 1;
  font-weight: 500;
  color: #004d96;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.init-2 .right .list li .mml-text .num span {
  font-weight: 400;
  vertical-align: top;
}
.init-2 .right .list li .mml-text .name {
  font-weight: 400;
  color: var(--gray);
  margin-top: 5px;
  margin-bottom: auto;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.init-2 .right .list li .mml-text .icon {
  margin-left: auto;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.init-2 .right .list li .mml-text:hover {
  background-color: rgba(0, 128, 236, 0.75);
}
.init-2 .right .list li .mml-text:hover .num {
  color: #FFFFFF;
}
.init-2 .right .list li .mml-text:hover .name {
  color: #FFFFFF;
}
.init-2 .right .list li .mml-text:hover .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.init-3 {
  background: url(../images/init-3-bg.jpg) no-repeat center;
  background-size: cover;
}
.init-3 .box {
  padding: 290px 0 260px;
}
.init-3 .tag {
  position: absolute;
  top: 70px;
  left: 0;
  color: #FFFFFF!important;
}
.init-3 .logo {
  max-width: 45%;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}
.init-3 .text {
  max-width: 680px;
  text-align: center;
  margin: auto;
  margin-bottom: 60px;
  color: #FFFFFF;
  font-weight: 500;
}
.init-3 .baseBtn {
  margin: auto;
}
#footer {
  background-color: #e6ebf0;
}
#footer .foot-top {
  padding: 95px 0 170px;
}
#footer .foot-top .left {
  width: 25%;
}
#footer .foot-top .left .info {
  margin-top: 80px;
}
#footer .foot-top .left .info li {
  line-height: 30px;
}
#footer .foot-top .left .info li + li {
  margin-top: 10px;
}
#footer .foot-top .left .info li i {
  float: left;
  font-size: 0;
}
#footer .foot-top .left .info li i img {
  vertical-align: middle;
}
#footer .foot-top .left .info li p {
  padding-left: 25px;
  font-weight: 400;
  color: #3c4554;
}
#footer .foot-top .right {
  width: 70%;
}
#footer .foot-top .foot-content {
  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;
}
#footer .foot-top .foot-content .foot-block h4 {
  font-weight: 400;
  color: #101a2f;
	text-transform:capitalize;
}
#footer .foot-top .foot-content .foot-block .list {
  margin-top: 40px;
}
#footer .foot-top .foot-content .foot-block .list li {
  color: #3c4554;
	text-transform: capitalize;
}
#footer .foot-top .foot-content .foot-block .list li + li {
  margin-top: 15px;
}
#footer .foot-bottom {
  border-top: 1px solid #c3c8cc;
  padding: 15px 0 65px;
}
#footer .foot-bottom p {
  font-weight: 400;
  color: #3c4554;
}
/* @media (max-width: 1440px) {
	.font-18 {
		font-size: 16px;
	}
	.font-20 {
		font-size: 18px;
	}
	.font-22 {
		font-size: 20px;
	}
	.font-24 {
		font-size: 22px;
	}
	.font-28 {
		font-size: 24px;
	}
	.font-30 {
		font-size: 26px;
	}
	.font-36 {
		font-size: 30px;
	}
	.font-40 {
		font-size: 34px;
	}
	.font-48 {
		font-size: 36px;
	}
} */

@media (max-width: 1440px) {
	.max-1500 {
    max-width: 90%;
  }
	
	.init-2 .right .list li .mml-text .num {
		font-size: 30px;
	}
	
	/* #footer .foot-top .left {
		width: 100%;
		float: none;
	}
	
	#footer .foot-top .left .info {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	#footer .foot-top .right {
		width: 100%;
		float: none;
	} */
}

@media (max-width: 1230px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 14px;
  }
  .language-box .zhuyu {
    font-size: 14px;
  }
  .baseNum {
    font-size: 18px;
  }
  .baseNum::before {
    width: 15px;
  }
  .baseTag {
    left: 15px;
  }
  .baseTag::before {
    margin-right: 15px;
  }
  .baseTag::after {
    margin-left: 15px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-22 {
  	font-size: 20px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-28 {
    font-size: 20px;
  }
  .font-30 {
    font-size: 22px;
  }
  .font-36 {
    font-size: 24px;
  }
  .font-40 {
    font-size: 24px;
  }
  .font-48 {
    font-size: 24px;
  }
  .init-1 .list li {
    width: 100%!important;
  }
  .init-1 .list li > div {
    height: auto;
  }
  .init-1 .list li > div .name {
    left: 5%;
    top: 5%;
    width: 90%;
  }
  .init-1 .list li > div .text {
    left: 5%;
    width: 90%;
  }
  .init-1 .list li > div .btn {
    left: 5%;
    bottom: 5%;
    width: 90%;
  }
  .init-1 .list li > div .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    bottom: 20%;
  }
  .init-1 .list li > div .text br {
    display: none;
  }
  .init-1 .list li .baseBtn2 {
    width: 130px;
    padding-left: 100px;
    background-color: #FFFFFF;
  }
  .init-1 .list li .baseBtn2 span {
    left: 0;
  }
  .init-1 .list li .baseBtn2 i {
    color: #0080ec;
  }
  .init-2 .left {
    width: 100%;
  }
  .init-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .init-2 .right .list li .mml-text .num {
    font-size: 36px;
  }
  .init-2 .right .list li .mml-text .name {
    margin-bottom: 30px;
  }
  .init-2 .right .list li .mml-text {
    height: 100%;
  }
  #footer .foot-top .left {
    width: 100%;
    display: none;
  }
  #footer .foot-top .left .info {
    margin-top: 40px;
  }
  #footer .foot-top .right {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    max-width: 90%;
  }
  .font-20 {
    font-size: 14px;
  }
  .font-24 {
    font-size: 18px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .baseNum {
    display: none;
  }
  .baseTag {
    display: none;
  }
  #index-body .Tit {
    margin-top: 15px;
  }
  #index-body .Tit br {
    display: none;
  }
  .init-1 {
    padding: 60px 0;
  }
  .init-1 .ll {
    float: none;
    margin-bottom: 30px;
  }
  .init-1 .rr {
    float: none;
  }
  .init-1 .list {
    margin-top: 40px;
  }
  .baseBtn2 {
    height: 38px;
    border-radius: 38px;
  }
  .baseBtn2 span {
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
  }
  .init-2 {
    padding: 60px 0;
  }
  .init-2 .ll {
    float: none;
    margin-bottom: 30px;
  }
  .init-2 .rr {
    float: none;
  }
  .init-2 .right .list li {
    width: 100%;
  }
  .init-3 .box {
    padding: 120px 0;
  }
  .init-3 .text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #footer .foot-top {
    padding: 60px 0;
  }
  #footer .foot-top .foot-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }
  #footer .foot-top .foot-content .foot-block {
    width: 33.33%;
    padding: 15px;
  }
  #footer .foot-top .foot-content .foot-block .list {
    margin-top: 20px;
  }
  #footer .foot-top .foot-content .foot-block .list li + li {
    margin-top: 10px;
  }
  #footer .foot-bottom {
    padding: 15px 0;
  }
}
@media (max-width: 700px) {
  .max-1500 {
    max-width: 100%;
  }
  .ui.container {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .font-48 {
    font-size: 20px;
  }
  .font-36 {
    font-size: 20px;
  }
  .init-1 .list li > div .text {
    bottom: 25%;
  }
  .init-1 .list li.active > div .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 4.5em;
  }
  #footer .foot-top .foot-content .foot-block {
    width: 50%;
  }
}
.inner-banner.slide {
  padding-bottom: 60px;
}
.inner-banner.slide .box {
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 77, 140, 0.8);
}
.inner-banner.slide .box .name {
  color: #FFFFFF;
  font-weight: 400;
}
.inner-banner.slide .box .logo {
	align-self: center;
	margin-left: auto;
	width: 25%;
}
.inner-banner.slide .box .logo img {
	display: inline-block;
}
.inner-banner.slide .box .logo span {
	color: white;
	display: inline-block;
	vertical-align: middle;
}
.inner-banner.slide .box .flex {
	display: flex;
}
.inner-banner .dots {
  margin-top: 30px;
  text-align: center;
}
.inner-banner .dots li {
  margin: 0 6px;
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #b1b6ba;
}
.inner-banner .dots li.slick-active {
  background-color: #0080e2;
}
.inner-banner .dots li button {
  display: none;
}
.inner-banner.about {
  position: relative;
}
.inner-banner.about .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 46%;
}
.inner-banner.about .mbx {
  color: #002554;
  font-weight: 400;
}
.inner-banner.about .name {
  font-size: 64px;
  font-weight: 400;
  color: #002554;
}
.inner-banner.product {
  position: relative;
}
.inner-banner.product .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
}
.inner-banner.product .h2 {
  font-size: 66px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
.inner-banner.product .name {
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 1230px) {
  .inner-banner.about .name {
    font-size: 32px;
  }
  .inner-banner.product .h2 {
    font-size: 33px;
  }
  .inner-banner.product .name {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .inner-banner.about .name {
    font-size: 24px;
  }
  .inner-banner.about .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .inner-banner.product .h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .inner-banner.product .name {
    font-size: 14px;
  }
  .inner-banner.product .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.baseCate {
  text-align: center;
}
.baseCate li {
  text-align: center;
  position: relative;
}
.baseCate li + li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  border-left: 1px dashed var(--gray);
}
.baseCate li .icon {
  margin-bottom: 10px;
  height: 90px;
  line-height: 90px;
}
.baseCate li .icon img {
  vertical-align: middle;
}
.baseCate li .name {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 400;
}
.baseCate li .name span {
  font-weight: 600;
}
@media (max-width: 1230px) {
  .baseCate li .name {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .baseCate {
    padding: 30px 0!important;
  }
  .baseCate ul {
    display: none;
  }
}
.baseMask .name {
  line-height: 1.2;
}
.baseMask .text {
  line-height: 2;
}
.basePro2Box .name span {
  display: inline-block;
  color: #FFFFFF;
  background-color: #2a8ac1;
  padding: 10px 40px;
}
.basePro2Box .list {
  margin-top: 40px;
}
.basePro2Box .list li {
  color: #808080;
  font-weight: 400;
}
.basePro2Box .list li + li {
  margin-top: 15px;
}
.baseTable .name {
  color: #2a93ca;
  margin-bottom: 25px;
}

.baseTable .content {
	color: #808080;
}

.baseTable table {
	border-color: white;
	word-break: break-word;
	width: 100% !important;
	height: auto !important;
	display: block;
	overflow: auto;
}

.baseTable table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}

.baseTable table td,
.baseTable table th {
	border-color: white;
	vertical-align: top;
}
.baseTable table tr:first-child td {
	font-size: 24px;
	text-align: center;
}


.baseSlide .top .list {
  padding: 0 90px;
  position: relative;
}
.baseSlide .top .list ul {
  margin: -15px;
}
.baseSlide .top .list ul .slick-current li .mml-text {
  background-color: #e2eef5;
}
.baseSlide .top .list ul .slick-current li .img {
  background-color: #e2eef5;
}
.baseSlide .top .list ul .slick-current li .name {
  opacity: 0;
}
.baseSlide .top .list li {
  padding: 15px;
}
.baseSlide .top .list li .mml-text {
  overflow: hidden;
}
.baseSlide .top .list li .img {
  background-color: #dfdfdf;
}
.baseSlide .top .list li .name {
  line-height: 1.5;
  min-height: 3em;
  margin: 15px 0;
}
.baseSlide .top .list span.arrow {
  position: absolute;
  top: 40%;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  color: #a7a7a7;
}
.baseSlide .top .list span.arrow.arrow_l {
  left: 0;
}
.baseSlide .top .list span.arrow.arrow_r {
  right: 0;
}
.baseSlide .bottom {
  background-color: #e2eef5;
  padding: 45px 0 200px;
}
.baseSlide .bottom .box {
  padding: 0 90px;
}
.baseSlide .bottom .box > div {
  display: none;
}
.baseSlide .bottom .box > div.active {
  display: block;
}
@media (max-width: 1230px) {
  .baseSlide .top .list {
    padding: 0 60px;
  }
  .baseSlide .bottom .box {
    padding: 0 60px;
  }
}
@media (max-width: 1000px) {
  .baseSlide .top .list {
    padding: 0;
  }
  .baseSlide .top .list span.arrow {
    display: none;
  }
  .baseSlide .bottom {
    padding: 45px 0;
  }
  .baseSlide .bottom .box {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .baseSlide .top .list ul {
    margin: -5px;
  }
  .baseSlide .top .list li {
    padding: 5px;
  }
}
.product1-page .baseCate {
  padding: 60px 0 80px;
}
.product1-page .baseCate li {
  width: 15%;
}
.product1-page .product1-1 {
  position: relative;
}
.product1-page .product1-1 .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 6%;
}
.product1-page .product1-1 .text {
  color: #FFFFFF;
  line-height: 2;
}
.product1-page .product1-2 {
  padding: 150px 0 90px;
}
.product1-page .product1-2 .mask {
  left: 90px;
  top: 100px;
  padding-left: 100px;
}
.product1-page .product1-2 .mask .icon {
  position: absolute;
  left: 0;
  top: 10px;
}
.product1-page .product1-2 .mask .name {
  color: #FFFFFF;
}
.product1-page .product1-2 .mask .text {
  margin-top: 60px;
  color: #FFFFFF;
}
.product1-page .product1-2 .top {
  margin-bottom: 36px;
}
.product1-page .product1-2 .project {
  margin: -18px;
}
.product1-page .product1-2 .project .item {
  padding: 18px;
  width: 50%;
}
.product1-page .product1-2 .project .item .info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product1-page .product1-2 .project .item .info li + li {
  margin-top: 40px;
}
.product1-page .product1-2 .project .item .info .name {
  color: #2a93ca;
}
.product1-page .product1-2 .project .item .info .text {
  color: #808080;
}
.product1-page .product1-2 .project .item .info .text b {
  color: #2a93ca;
}
.product1-page .product1-2 .project .item.left .info {
  left: 5%;
  width: 80%;
}
.product1-page .product1-2 .project .item.left .info .text {
  margin-top: 10px;
}
.product1-page .product1-2 .project .item.right .info {
  right: 5%;
}
.product1-page .product1-2 .project .item.right .info .text {
  margin-top: 30px;
}
.product1-page .product1-3 {
  padding: 220px 0 130px;
}
.product1-page .product1-3 .mask {
  right: 90px;
  top: 75px;
  text-align: right;
}
.product1-page .product1-3 .mask .name {
  color: #FFFFFF;
  margin-top: 20px;
}
.product1-page .product1-3 .mask .text {
  margin-top: 50px;
  color: #FFFFFF;
}
.product1-page .product1-4 {
  margin-bottom: 35px;
  padding: 160px 0 125px;
  position: relative;
}
.product1-page .product1-4:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 70%;
  background-color: #e2eef5;
}
.product1-page .product1-4 .mask {
  left: 90px;
  top: 100px;
  padding-left: 100px;
  max-width: 500px;
}
.product1-page .product1-4 .mask .icon {
  position: absolute;
  left: 0;
  top: 10px;
}
.product1-page .product1-4 .mask .name {
  color: #FFFFFF;
}
.product1-page .product1-4 .mask .text {
  margin-top: 60px;
  color: #FFFFFF;
}
.product1-page .product1-4 .top {
  margin-bottom: 90px;
}
.product1-page .product1-4 .bottom .left {
  width: 35%;
}
.product1-page .product1-4 .bottom .right {
  width: 60%;
}
@media (max-width: 1440px) {
	.product1-page .product1-2 .mask {
    left: 5%;
    top: 5%;
  }
	
	.product1-page .product1-2 .project .item .info li + li {
    margin-top: 10px;
  }
  .product1-page .product1-3 .mask {
    right: 5%;
    top: 5%;
  }
	
	.product1-page .product1-4 .mask {
    left: 5%;
    top: 5%;
  }
}
@media (max-width: 1230px) {
  .product1-page .baseCate li {
    width: 25%;
  }
  
  .product1-page .product1-2 .mask {
    padding-left: 0;
  }
  
  .product1-page .product1-2 .mask .icon {
    position: static;
  }
  .product1-page .product1-2 .mask .name {
    margin-top: 20px;
  }
  .product1-page .product1-2 .mask .text {
    margin-top: 20px;
  }
  .product1-page .product1-2 .project .item .info .name {
    font-size: 18px;
  }
  
  .product1-page .product1-3 .mask .text {
    margin-top: 20px;
  }
  
  .product1-page .product1-4 .mask {
    padding-left: 0;
  }
  .product1-page .product1-4 .mask .icon {
    position: static;
  }
  .product1-page .product1-4 .mask .name {
    margin-top: 20px;
  }
  .product1-page .product1-4 .mask .text {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .product1-page .product1-2 {
    padding: 60px 0;
  }
  .product1-page .product1-2 .mask .name {
    color: #000000;
  }
  .product1-page .product1-2 .mask .text {
    color: #000000;
  }
  .baseMask {
    position: static;
  }
  .baseMask .icon {
    display: none;
  }
  .baseMask .text br {
    display: none;
  }
  .product1-page .product1-2 .project {
    margin: -15px;
  }
  .product1-page .product1-2 .project .item {
    text-align: left;
    padding: 15px;
  }
  .product1-page .product1-2 .project .item .info {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 20px;
  }
  .product1-page .product1-3 {
    padding: 60px 0;
  }
  .product1-page .product1-3 .mask {
    text-align: left;
  }
  .product1-page .product1-3 .mask .name {
    color: #000000;
  }
  .product1-page .product1-3 .mask .text {
    color: #000000;
  }
  .product1-page .product1-4 {
    padding: 60px 0;
    margin-bottom: 0;
  }
  .product1-page .product1-4 .mask {
    max-width: 100%;
  }
  .product1-page .product1-4 .mask .name {
    color: #000000;
  }
  .product1-page .product1-4 .mask .text {
    color: #000000;
  }
  .product1-page .product1-4 .top {
    margin-bottom: 60px;
  }
  .product1-page .product1-4 .bottom .left {
    display: none;
  }
  .product1-page .product1-4 .bottom .right {
    width: 100%;
  }
  .product1-page .product1-4:before {
    display: none;
  }
}
@media (max-width: 700px) {
  .product1-page .product1-1 .content {
    position: static;
    margin-top: 60px;
  }
  .product1-page .product1-1 .text {
    color: #000000;
  }
}
@media (max-width: 500px) {
  .product1-page .product1-2 .project .item {
    width: 100%;
  }
}
.product2-page .baseCate li {
  width: 16.66%;
}
.product2-page .product2-1 .mask {
  left: 60px;
  top: 45px;
  max-width: 800px;
}
.product2-page .product2-1 .mask .name {
  margin-top: 50px;
}
.product2-page .product2-1 .mask .text {
  margin-top: 25px;
}
.product2-page .product2-1 .bottom {
  background: url(../images/inner-product2-1-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 60px 100px;
}
.product2-page .product2-1 .bottom .left {
  width: 50%;
  vertical-align: middle;
}
.product2-page .product2-1 .bottom .right {
  width: 50%;
  vertical-align: middle;
}
.product2-page .product2-2 {
  padding: 140px 0 100px;
}
.product2-page .product2-2 .mask {
  left: 60px;
  top: 50px;
  max-width: 660px;
}
.product2-page .product2-2 .mask .name {
  margin-top: 70px;
}
.product2-page .product2-2 .mask .text {
  margin-top: 25px;
}
.product2-page .product2-2 .left {
  width: 50%;
  vertical-align: middle;
}
.product2-page .product2-2 .right {
  padding-left: 7%;
  width: 50%;
  vertical-align: middle;
}
.product2-page .product2-2 .right .text {
  color: #808080;
  margin-bottom: 40px;
  line-height: 2;
}
.product2-page .product2-3 .mask {
  width: 100%;
  left: 0;
  top: 70px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1440px) {
	.product2-page .product2-1 .mask .name {
    margin-top: 20px;
  }
	
	.product2-page .product2-1 .mask {
    left: 5%;
    top: 5%;
  }
  
  .product2-page .product2-1 .mask .text {
    margin-top: 20px;
  }
  .product2-page .product2-1 .bottom {
    padding: 5%;
  }
	
	.product2-page .product2-2 .mask {
    left: 5%;
    top: 5%;
  }
  .product2-page .product2-2 .mask .name {
    margin-top: 20px;
  }
	
	.product2-page .product2-3 .mask {
    top: 5%;
  }
}
@media (max-width: 1230px) {
  .product2-page .baseCate li {
    width: 20%;
  }
  
  .basePro2Box .list {
    margin-top: 30px;
  }
  .basePro2Box .list li + li {
    margin-top: 15px;
  }
  
  .product2-page .product2-2 .left {
    width: 100%;
  }
  .product2-page .product2-2 .right .text {
    margin-bottom: 30px;
  }
  .product2-page .product2-2 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }
  
}
@media (max-width: 1000px) {
  .product2-page .product2-1 .bottom .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .product2-page .product2-1 .bottom .right {
    width: 100%;
  }
  .product2-page .product2-2 {
    padding: 60px 0;
  }
  .product2-page .product2-3 .mask {
    margin-bottom: 40px;
  }
}
.product3-page .Tit {
  font-weight: 500;
}
.product3-page .product3-1 {
  background-color: #dce1e6;
  padding: 60px 0;
}
.product3-page .product3-1 .desc {
  margin-top: 5px;
  font-weight: 400;
  color: #808183;
}
.product3-page .product3-1 .list {
  margin-top: 65px;
}
.product3-page .product3-1 .list ul {
  margin: -15px;
}
.product3-page .product3-1 .list li {
  width: 50%;
  padding: 15px;
}
.product3-page .product3-1 .list li .name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 25px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0;
  line-height: 30px;
	pointer-events: none;
}
.product3-page .product3-1 .list li .name i {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.product3-page .product3-1 .list li .name i img {
  vertical-align: middle;
}
.product3-page .product3-2 {
  padding: 70px 0 60px;
}
.product3-page .product3-2 .line {
  border-bottom: 1px solid #eaeaea;
}
.product3-page .product3-2 .list {
  max-width: 1350px;
  margin: auto;
  margin-top: 60px;
}
.product3-page .product3-2 .list ul {
  margin: -15px -17px;
}
.product3-page .product3-2 .list li {
  padding: 15px 17px;
  width: 33.33%;
}
.product3-page .product3-2 .list li > div {
  border: 1px solid #eaeaea;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product3-page .product3-2 .list li > div:hover {
  border-color: #0080e2;
  background-color: #dce1e6;
}
.product3-page .product3-2 .list li > div img {
  width: 100%;
}
.product3-page .product3-2 .list li > div .content {
  padding: 15px 15px 20px;
}
.product3-page .product3-2 .list li > div .content .name {
  font-weight: 400;
}
@media (max-width: 1230px) {
  .product3-page .product3-1 .list li .name {
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .product3-page .product3-1 .list {
    margin-top: 40px;
  }
  .product3-page .product3-2 {
    padding: 60px 0;
  }
  .product3-page .product3-2 .list {
    margin-top: 40px;
  }
  .product3-page .product3-2 .list ul {
    margin: -15px;
  }
  .product3-page .product3-2 .list li {
    padding: 15px;
  }
}
@media (max-width: 700px) {
  .product3-page .product3-2 .list li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .product3-page .product3-1 .list li {
    width: 100%;
  }
  .product3-page .product3-2 .list li {
    width: 100%;
  }
}
.about-page .Tit {
  color: #002554;
  font-weight: 400;
}
.about-page .about-1 {
  padding: 120px 0;
}
.about-page .about-1 .left {
  width: 28%;
}
.about-page .about-1 .right {
  width: 72%;
}
.about-page .about-1 .right .list {
  margin-top: 120px;
}
.about-page .about-1 .right .list ul {
  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;
}
.about-page .about-1 .right .list li {
  width: auto;
  margin-right: auto;
}
.about-page .about-1 .right .list li:not(:first-child) {
  margin-left: auto;
}
.about-page .about-1 .right .list li .num {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  color: #002554;
}
.about-page .about-1 .right .list li .info {
  font-weight: 400;
  color: #002554;
}
.about-page .about-2 {
  background-color: #e4e9ee;
  padding: 70px 0;
}
.about-page .about-2 .tab {
  margin-top: 60px;
}
.about-page .about-2 .tab a {
  display: inline-block;
  min-width: 170px;
  text-align: center;
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
  border: 1px solid #c1c6ca;
  font-weight: 400;
  border-radius: 50px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.about-page .about-2 .tab a + a {
  margin-left: 25px;
}
.about-page .about-2 .tab a.active,
.about-page .about-2 .tab a:hover {
  color: #FFFFFF;
  background-color: #002554;
  border-color: #002554;
}
.about-page .about-2 .list {
  margin-top: 50px;
  position: relative;
}
.about-page .about-2 .list span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--gray);
  cursor: pointer;
}
.about-page .about-2 .list span.arrow.arrow_l {
  left: -50px;
}
.about-page .about-2 .list span.arrow.arrow_r {
  right: -50px;
}
.about-page .about-2 .list ul {
  margin: -15px;
}
.about-page .about-2 .list li {
  padding: 15px;
}
.about-page .about-2 .list li .box {
  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;
  background-color: #FFFFFF;
}
.about-page .about-2 .list li .box .left {
  width: 55%;
}
.about-page .about-2 .list li .box .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .about-2 .list li .box .right {
  width: 45%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 3%;
}
.about-page .about-2 .list li .box .right .title {
  font-weight: 400;
  color: #002554;
}
.about-page .about-2 .list li .box .right .text {
  margin-top: 20px;
}
.about-page .about-2 .dots {
  margin-top: 60px;
}
.about-page .about-2 .dots li {
  display: inline-block;
  margin: 0 7px;
  width: 10px;
  height: 10px;
  border: 2px solid #e4e9ee;
  border-radius: 50%;
  background-color: var(--gray);
}
.about-page .about-2 .dots li button {
  display: none;
}
.about-page .about-2 .dots li.slick-active {
  background-color: #FFFFFF;
  border-color: #002554;
}
.about-page .about-3 .Tit {
  color: #FFFFFF;
}
.about-page .about-3 .content {
  position: absolute;
  left: 0;
  top: 8.5%;
  width: 100%;
}
.about-page .about-3 .content .desc {
  line-height: 1.2;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 50px;
}
.about-page .about-3 .content .text {
  color: #FFFFFF;
  font-weight: 400;
  max-width: 520px;
  margin-top: 50px;
}
.about-page .about-3 .dots .dot {
  position: absolute;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.about-page .about-3 .dots .dot:nth-child(1) {
  left: 64.7%;
  top: 74.5%;
}
.about-page .about-3 .dots .dot:nth-child(1) .btn {
  right: 300%;
  top: -16px;
}
.about-page .about-3 .dots .dot:nth-child(2) {
  left: 63.9%;
  top: 54%;
}
.about-page .about-3 .dots .dot:nth-child(2) .btn {
  right: 100%;
  top: 32px;
}
.about-page .about-3 .dots .dot:nth-child(3) {
  left: 44%;
  top: 58.4%;
}
.about-page .about-3 .dots .dot:nth-child(3) .btn {
  right: 300%;
  top: -16px;
}
.about-page .about-3 .dots .dot:nth-child(4) {
  left: 74%;
  top: 40%;
}
.about-page .about-3 .dots .dot:nth-child(4) .btn {
  right: 0;
  bottom: 32px;
}
.about-page .about-3 .dots .dot > i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  position: relative;
  background: #0080ea;
}
.about-page .about-3 .dots .dot > i:before,
.about-page .about-3 .dots .dot > i:after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(0, 128, 234, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-3 .dots .dot > i:after {
  display: none;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .about-3 .dots .dot .btn {
  position: absolute;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-3 .dots .dot .btn span {
  height: 44px;
  line-height: 44px;
  border-radius: 44px;
  width: 114px;
  text-align: center;
  display: block;
  color: #FFFFFF;
  background-color: #0080ea;
  font-size: 18px;
  font-weight: 400;
}
.about-page .about-3 .dots .dot .btn i {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  line-height: 44px;
  width: 27px;
  text-align: center;
  color: #0080ea;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-3 .dots .dot.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-3 .dots .dot.active > i {
  background-color: #FFFFFF;
}
.about-page .about-3 .dots .dot.active > i:after {
  display: block;
}
.about-page .about-3 .dots .dot.active .btn {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  padding-right: 27px;
}
.about-page .about-3 .dots .dot.active .btn i {
  opacity: 1;
}
.about-page .about-3 .list li {
  width: 350px;
  position: absolute;
  left: 71%;
  top: 65%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-3 .list li.active {
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  opacity: 1;
}
.about-page .about-3 .list li .flex {
	zoom:.8;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width:140%;
}
.about-page .about-3 .list li .flex>div {
	width:49%;
	margin:5px 0;
}
.about-page .about-3 .list li .mml-text {
  background-color: #FFFFFF;
  border-radius: 10px;
}
.about-page .about-3 .list li .mml-text .img img {
  width: 100%;
  border-radius: 10px;
}
.about-page .about-3 .list li .mml-text .info {
  padding: 25px 15px 40px;
}
.about-page .about-3 .list li .mml-text .info .name {
  font-weight: 400;
  color: #3c4554;
}
.about-page .about-3 .list li .mml-text .info .part {
  font-weight: 400;
  color: #888888;
}
.about-page .about-3 .list li .mml-text .info .line {
  border-bottom: 1px solid #888888;
}
.about-page .about-3 .list li .mml-text .info .fk {
  margin-top: 40px;
}
.about-page .about-3 .list li .mml-text .info .fk .item {
  line-height: 30px;
}
.about-page .about-3 .list li .mml-text .info .fk .item + .item {
  margin-top: 5px;
}
.about-page .about-3 .list li .mml-text .info .fk .item i {
  float: left;
  font-size: 0;
}
.about-page .about-3 .list li .mml-text .info .fk .item i img {
  vertical-align: middle;
}
.about-page .about-3 .list li .mml-text .info .fk .item p {
  padding-left: 24px;
  font-weight: 400;
  color: #3c4554;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: .5;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(3);
    transform: scale(3);
    opacity: .5;
  }
  to {
    -moz-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    transform: scale(3);
    opacity: .5;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@media (max-width: 1230px) {
  .about-page .about-1 .right .list li .num {
    font-size: 34px;
  }
  .about-page .about-1 .right .list {
    margin-top: 60px;
  }
  .about-page .about-3 {
    padding: 90px 0;
  }
  .about-page .about-3 > img {
    display: none;
  }
  .about-page .about-3 .content {
    position: static;
  }
  .about-page .about-3 .Tit {
    color: #000000;
  }
  .about-page .about-3 .content .left {
    text-align: center;
    margin-bottom: 40px;
  }
  .about-page .about-3 .content .desc {
    color: #000000;
    margin-top: 25px;
    line-height: 1.5;
  }
  .about-page .about-3 .content .text {
    color: #000000;
    margin: auto;
    margin-top: 25px;
  }
  .about-page .about-3 .dots {
    display: none;
  }
  .about-page .about-3 .list li {
    position: static;
    width: 33.33%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    padding: 15px;
  }
  .about-page .about-3 .list li .mml-text {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .about-page .about-3 .list li .mml-text .info {
    padding: 15px;
  }
  .about-page .about-3 .list li .mml-text .info .fk {
    margin-top: 15px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .about-1 .right .list {
    margin-top: 40px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-2 .tab {
    margin-top: 40px;
  }
  .about-page .about-2 .tab a {
    min-width: auto;
    height: 40px;
    line-height: 38px;
  }
  .about-page .about-2 .tab a + a {
    margin-left: 15px;
  }
  .about-page .about-2 .list li .box .left {
    width: 100%;
  }
  .about-page .about-2 .list li .box .right {
    width: 100%;
    padding: 5%;
  }
  .about-page .about-2 .list span.arrow {
    display: none;
  }
  .about-page .about-2 .dots {
    display: none;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-3 .list li .mml-text .info > .fl {
    float: none;
  }
  .about-page .about-3 .list li .mml-text .info > .fr {
    float: none;
  }
}
@media (max-width: 768px) {
  .about-page .about-1 .right .list li .info {
    font-size: 14px;
  }
  .about-page .about-1 .right .list li .num {
    font-size: 24px;
  }
  .about-page .about-1 .right .list li .num span {
    font-size: 14px;
  }
  .about-page .about-3 .list li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .about-page .about-2 .tab a {
    display: block;
  }
  .about-page .about-2 .tab a + a {
    margin-left: 0;
    margin-top: 15px;
  }
  .about-page .about-2 .list {
    margin-top: 30px;
  }
  .about-page .about-3 .list li {
    width: 100%;
  }
}



.max-1200 {
  max-width: 64.13%;
}
.base-banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.base-banner .content .tag {
  font-size: 22px;
  color: #FFFFFF;
}
.base-banner .content .name {
  font-size: 78px;
  color: #FFFFFF;
}
.esg-1 {
  padding: 85px 0 150px;
}
.esg-1 .box + .box {
  margin-top: 90px;
}
.esg-1 .box .left {
	max-width: 400px;
}
.esg-1 .box .right {
  width: 60%;
}
.esg-1 .box .img {
  margin-top: 45px;
}
.esg-2 {
  background-color: #E6EBEF;
  padding: 112px 0 156px;
}
.esg-2 ul {
  margin: -10px;
	display: flex;
	flex-wrap: wrap;
}
.esg-2 li {
  padding: 10px;
	display: flex!important;
	flex-direction: column;
}
.esg-2 li .content {
  background-color: white;
  padding: 35px;
	flex: auto;
}
.esg-2 li .name {
  margin-bottom: 20px;
}
.esg-2 li .text {
  line-height: 1.5;
  min-height: 7.5em;
}
.esg-2 li .img img {
  width: 100%;
}
.esg-3 {
  padding: 112px 0 133px;
}
.esg-3 .list ul {
  margin: -10px;
}
.esg-3 .list li {
  width: 27%;
  padding: 10px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.esg-3 .list li.active {
  width: 46%;
}
.esg-3 .list li.active > div .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.esg-3 .list li.active > div .btn a {
  opacity: 0;
  visibility: hidden;
}
.esg-3 .list li > div {
  height: 600px;
  overflow: hidden;
}
.esg-3 .list li > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.esg-3 .list li > div .name {
  left: 35px;
  top: 35px;
  font-weight: 500;
  color: #FFFFFF;
}
.esg-3 .list li > div .text {
  padding: 15px 0;
  left: 35px;
  right: 35px;
  top: 45%;
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.esg-3 .list li > div .btn {
  left: 35px;
  bottom: 40px;
}
.esg-3 .list li > div .btn a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  color: white;
  border: 1px solid white;
  font-size: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
@media (max-width: 1440px) {
	.max-1200 {
    max-width: 86%;
  }
}
@media (max-width: 1230px) {
  .base-banner .content .tag {
    font-size: 14px;
  }
  .base-banner .content .name {
    font-size: 39px;
  }
  .baseTag {
    top: 40%;
  }
  
  .esg-2 li {
    width: 100%!important;
  }
  .esg-3 .list li > div .name {
    left: 5%;
    top: 5%;
    width: 90%;
  }
  .esg-3 .list li > div .text {
    left: 5%;
    right: 5%;
  }
  .esg-3 .list li {
    width: 100%!important;
  }
  .esg-3 .list li > div .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .esg-3 .list li > div .btn a {
    opacity: 0;
    visibility: hidden;
  }
  .esg-3 .list li > div {
    height: auto;
  }
}
@media (max-width: 1000px) {
  #nav-height {
    height: 120px!important;
  }
  .base-banner .content .name {
    font-size: 24px;
  }
  .max-1200 {
    max-width: 90%;
  }
  .esg-1 {
    padding: 60px 0;
  }
  .esg-1 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .esg-1 .box + .box {
    margin-top: 60px;
  }
  .esg-2 {
    padding: 60px 0;
  }
  .esg-3 {
    padding: 60px 0;
  }
}
@media (max-width: 700px) {
  .max-1200 {
    max-width: 100%;
  }
  .esg-3 .list li > div .text {
    top: 50%;
  }
}
@media (max-width: 500px) {
  .esg-2 li .content {
    padding: 20px;
  }
  .esg-3 .list li > div .text {
    top: 30%;
  }
}
.workplace-1 {
  padding: 95px 0 150px;
}
.workplace-1 .box + .box {
  margin-top: 120px;
}
.workplace-1 .text {
  color: #666666;
  max-width: 1145px;
  margin: 0 auto;
  margin-top: 12px;
}
.workplace-1 .img {
  margin-top: 70px;
}
.workplace-2 {
  background-color: #F5F7F8;
  padding: 115px 0 125px;
}
.workplace-2 ul {
  margin: -15px;
	display: flex;
	flex-wrap: wrap;
}
.workplace-2 li {
  width: 50%;
  padding: 15px;
	display: flex!important;
	flex-direction: column;
}
.workplace-2 li .content {
  background-color: white;
  padding: 50px 50px 60px;
	flex: auto;
}
.workplace-2 li .name {
  margin-bottom: 20px;
}
.workplace-2 li .text {
  line-height: 1.5;
  min-height: 4.5em;
}
.workplace-2 li .img img {
  width: 100%;
}
@media (max-width: 1230px) {
  .workplace-2 li {
    width: 100%!important;
  }
}
@media (max-width: 1000px) {
  .workplace-1 {
    padding: 60px 0;
  }
  .workplace-1 .img {
    margin-top: 40px;
  }
  .workplace-1 .box + .box {
    margin-top: 60px;
  }
  .workplace-2 {
    padding: 60px 0;
  }
  .workplace-2 li .content {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .workplace-2 li .content {
    padding: 20px;
  }
}
.vacancy-1 {
  padding: 95px 0 120px;
}
.vacancy-1 .list {
  margin-top: 80px;
}
.vacancy-1 .list ul {
  margin: -15px;
}
.vacancy-1 .list li {
  width: 50%;
  padding: 15px;
}
.vacancy-1 .list li > div > img {
  width: 100%;
}
.vacancy-1 .list li > div .name {
  width: 90%;
  left: 5%;
  top: 10%;
  color: white;
  font-weight: 500;
}
.vacancy-1 .list li > div .btn {
  width: 90%;
  left: 5%;
  bottom: 10%;
}
.vacancy-2 {
  background: url(../images/vacancy-2-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 196px 0 188px;
}
.vacancy-2 .logo {
  width: 25.5%;
  margin: auto;
}
.vacancy-2 .Tit {
  color: white;
}
.vacancy-2 .text {
  margin-bottom: 77px;
  color: white;
}
.vacancy-2 .baseBtn {
  margin: auto;
}
@media (max-width: 1230px) {
  .vacancy-1 .list li {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .vacancy-1 {
    padding: 60px 0;
  }
  .vacancy-1 .list {
    margin-top: 40px;
  }
  .vacancy-2 {
    padding: 120px 0;
  }
  .vacancy-2 .text {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .vacancy-2 .logo {
    width: 45%;
  }
}
.invest-1 {
  padding: 95px 0 113px;
}
.invest-1 .desc {
  max-width: 740px;
  margin: auto;
  margin-top: 12px;
  color: #666666;
}
.invest-1 .box {
  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;
  margin-top: 42px;
}
.invest-1 .left {
  width: 75%;
  padding-right: 10px;
}
.invest-1 .right {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.invest-1 .right .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #F6F8F9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 45px 35px 32px 26px;
}
.invest-1 .right .item + .item {
  border-top: 1px solid #DDE4E9;
}
.invest-1 .right .item .icon {
  margin-top: auto;
  margin-left: auto;
}
.invest-1 .right .item .tit {
  font-size: 45px;
  font-weight: 500;
  color: #004D96;
}
.invest-2 {
  background-color: #F5F7F8;
  padding: 115px 0 132px;
  border-bottom: 1px solid #C8C8C8;
}
.invest-2 .list ul {
  margin: -15px;
}
.invest-2 .list li {
  padding: 15px;
  width: 50%;
}
.invest-2 .list li .content {
  background-color: white;
  padding: 52px 10% 10px;
}
.invest-2 .list li .content .tags {
  margin-top: 18px;
  min-height: 120px;
}
.invest-2 .list li .content .tags .tag {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-bottom: 10px;
}
.invest-2 .list li .content .tags .tag + .tag:before {
  content: "|";
  display: inline;
  vertical-align: middle;
  color: #BFC1C3;
}
.invest-2 .list li .content .tags .tag a {
  margin: 0 10px;
  color: #0080EA;
  vertical-align: middle;
}
.invest-2 .list li .img img {
  width: 100%;
}
.invest-3 {
  background: #F5F7F8 url(../images/invest-3-bg.png) no-repeat center;
  padding: 111px 0 129px;
}
.invest-3 .list {
  margin-top: 85px;
}
.invest-3 .list ul {
  margin: -17px;
  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;
}
.invest-3 .list li {
  padding: 17px;
  width: 25%;
}
.invest-3 .list li .box {
  background-color: white;
  padding: 45px 40px 50px;
  height: 100%;
}
.invest-3 .list li .box .name {
  margin-bottom: 36px;
}
.invest-3 .list li .box .item + .item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E6EBEF;
}
.invest-3 .list li .box .item span {
  color: #666666;
}
.invest-3 .list li .box .item a {
  color: #0080EA;
}
@media (max-width: 1440px) {
	.invest-3 .list li .box .name {
    font-size: 20px;
  }
	
	.invest-3 .list li .box {
    padding: 30px;
  }
}
@media (max-width: 1230px) {
  .invest-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .invest-1 .right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .invest-1 .right .item + .item {
    border-top: 0;
    border-left: 1px solid #DDE4E9;
  }
  .invest-2 .list li {
    width: 100%;
  }
  .invest-3 .list li {
    width: 50%;
  }
  
}
@media (max-width: 1000px) {
  .invest-1 {
    padding: 60px 0;
  }
  .invest-2 {
    padding: 60px 0;
  }
  .invest-3 {
    padding: 60px 0;
  }
  .invest-3 .list {
    margin-top: 40px;
  }
  
  .invest-3 .list li .box .name {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .invest-1 .right .item {
    padding: 20px;
  }
  .invest-1 .right .item .tit {
    font-size: 30px;
  }
  .invest-2 .list li .content {
    padding: 30px 15px;
  }
  .invest-3 .list ul {
    margin: -15px;
  }
  .invest-3 .list li {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 500px) {
  .invest-1 .right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .invest-1 .right .item + .item {
    border-left: 0;
    border-top: 1px solid #DDE4E9;
  }
}
.baseMbx {
  padding: 20px 0;
  border-bottom: 1px solid #E6EBEF;
}
.baseMbx span {
  color: #BFC1C3;
}
.governance-1 {
  padding: 67px 0 102px;
}
.governance-1 .img {
  margin-top: 53px;
}
.governance-2 {
  background-color: #F5F7F8;
  padding: 62px 0 81px;
}
.governance-2 .btn {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  width: 167px;
  padding-left: 122px;
  border-radius: 45px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.governance-2 .btn span {
  display: inline-block;
  width: 122px;
  height: 43px;
  line-height: 43px;
  border-radius: 43px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  background-color: #0080ec;
  position: absolute;
  left: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.governance-2 .btn svg {
  margin: auto;
  font-size: 18px;
  color: #0080ec;
}
.governance-2 .list ul {
  margin: -15px;
}
.governance-2 .list li {
  padding: 15px;
  width: 20%;
}
.governance-2 .list li .name {
  margin: 31px 0 35px;
}
.governance-3 {
  padding: 87px 0 60px;
}
.governance-3 .list {
  margin-top: 73px;
}
.governance-3 table {
  border: 0;
}
.governance-3 table td,
.governance-3 table th {
  padding: 19px 43px;
}
.governance-3 table td:first-of-type,
.governance-3 table th:first-of-type {
  width: 20%;
}
.governance-3 table tr:not(:first-of-type) {
  border-bottom: 1px solid #E6EBEF;
}
.governance-3 table tr:not(:first-of-type):hover {
  background-color: #E1EEF6;
}
.governance-3 table tr:not(:first-of-type):hover span {
  color: #0080EA;
  border-color: currentcolor;
}
.governance-3 table tr:first-of-type {
  background-color: #F6F8F9;
}
.governance-3 table th {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border: 0;
}
.governance-3 table td {
  font-size: 18px;
  text-align: left;
  border: 0;
}
.governance-3 table i {
  color: #0080EA;
}
.governance-3 table span {
  border-bottom: 1px solid transparent;
}
@media (max-width: 1230px) {
  .governance-3 table td:first-of-type,
  .governance-3 table th:first-of-type {
    width: 30%;
  }
}
@media (max-width: 1000px) {
  .governance-1 {
    padding: 60px 0;
  }
  .governance-1 .img {
    margin-top: 40px;
  }
  .governance-2 {
    padding: 60px 0;
  }
  .governance-2 .list li {
    width: 50%;
  }
  .governance-2 .list li .name {
    margin: 15px 0;
    font-size: 18px;
  }
  .governance-2 .btn span {
    font-size: 14px;
    width: 100px;
  }
  .governance-2 .btn {
    width: 140px;
    padding-left: 100px;
  }
  .governance-3 {
    padding: 60px 0;
  }
  .governance-3 .list {
    margin-top: 40px;
  }
  .governance-3 table td,
  .governance-3 table th {
    padding: 15px;
  }
  .governance-3 table th {
    font-size: 16px;
  }
  .governance-3 table td {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .governance-3 table td:first-of-type,
  .governance-3 table th:first-of-type {
    width: 30%;
  }
  .governance-3 table th {
    font-size: 14px;
  }
  .governance-3 table td {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .governance-3 table td:first-of-type,
  .governance-3 table th:first-of-type {
    width: 50%;
  }
}
.report-1 {
  padding-top: 50px;
}
.report-1 ul {
  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;
  margin: -20px;
}
.report-1 li {
  padding: 20px;
  width: 50%;
}
.report-1 li .box {
  height: 135px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #BFC1C3;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666666;
  cursor: pointer;
}
.report-1 li.active .box {
  color: black;
  background-color: rgba(225, 238, 246, 0.52);
  border-color: #0080EA;
}
.report-1 li .box .icon .img2 {
	display: none;
}
.report-1 li.active .box .icon .img2 {
	display: block;
}
.report-1 li.active .box .icon .img1 {
	display: none;
}
.report-2 {
  padding-top: 50px;
}
.report-2 .select-date {
  width: 202px;
  position: relative;
  z-index: 1;
}
.report-2 .select-date .select-year {
  height: 50px;
  background: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #C8C8C8;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 17px;
}
.report-2 .select-date .date {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #fff;
  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);
  display: none \9;
}
.report-2 .select-date .date .item a {
  display: block;
  padding: 10px 17px;
}
.report-2 .select-date .date .item:hover {
  color: white;
  background-color: #0080EA;
}
.report-2 .select-date:hover .date {
  -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;
}
.report-3 {
  padding: 50px 0 100px;
}
#cus_table_1 table {
  border: 0;
}
#cus_table_1 table td,
#cus_table_1 table th {
  padding: 19px 43px;
}
#cus_table_1 table tr:not(:first-of-type) {
  border-bottom: 1px solid #E6EBEF;
}
#cus_table_1 table tr:not(:first-of-type):hover {
  background-color: #E1EEF6;
}
#cus_table_1 table tr:not(:first-of-type):hover span {
  color: #0080EA;
  border-color: currentcolor;
}
#cus_table_1 table tr:first-of-type {
  background-color: #F6F8F9;
}
#cus_table_1 table th {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border: 0;
}
#cus_table_1 table td {
  font-size: 18px;
  text-align: left;
  border: 0;
}
#cus_table_1 table i {
  color: #0080EA;
}
#cus_table_1 table span {
  border-bottom: 1px solid transparent;
}
#cus_table_2 table {
  border: 0;
}
#cus_table_2 table td,
#cus_table_2 table th {
  padding: 19px 43px;
  width: 33.33%;
}
#cus_table_2 table tr:not(:first-of-type) {
  border-bottom: 1px solid #E6EBEF;
}
#cus_table_2 table tr:not(:first-of-type):hover {
  background-color: #E1EEF6;
}
#cus_table_2 table tr:not(:first-of-type):hover span {
  color: #0080EA;
  border-color: currentcolor;
}
#cus_table_2 table tr:first-of-type {
  background-color: #F6F8F9;
}
#cus_table_2 table th {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border: 0;
}
#cus_table_2 table td {
  font-size: 18px;
  text-align: left;
  border: 0;
}
#cus_table_2 table i {
  color: #0080EA;
}
#cus_table_2 table span {
  border-bottom: 1px solid transparent;
}
@media (max-width: 1230px) {
  .report-1 li .box .name {
    font-size: 24px;
  }
  .report-1 li .box {
    height: 120px;
  }
}
@media (max-width: 1000px) {
  .report-1 li .box .name {
    font-size: 20px;
  }
  #cus_table_1 table td,
  #cus_table_1 table th {
    padding: 15px;
  }
  #cus_table_1 table th {
    font-size: 16px;
  }
  #cus_table_1 table td {
    font-size: 16px;
  }
  #cus_table_2 table td,
  #cus_table_2 table th {
    padding: 15px;
  }
  #cus_table_2 table th {
    font-size: 16px;
  }
  #cus_table_2 table td {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .report-1 ul {
    margin: -15px;
  }
  .report-1 li {
    width: 100%;
    padding: 15px;
  }
  #cus_table_1 table th {
    font-size: 14px;
  }
  #cus_table_1 table td {
    font-size: 14px;
  }
  #cus_table_2 table th {
    font-size: 14px;
  }
  #cus_table_2 table td {
    font-size: 14px;
  }
}
.shareholder-1 {
  padding-top: 67px;
}
.shareholder-1 .desc {
  color: #666666;
}
.shareholder-1 .desc span {
  color: #0080EA;
}
.shareholder-1 .desc strong {
  color: black;
}
.shareholder-1 .img {
  margin-top: 65px;
}
.shareholder-2 {
  padding-top: 80px;
}
.shareholder-2 ul {
  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;
  margin: -8px;
}
.shareholder-2 li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 8px;
}
.shareholder-2 li a {
  text-align: center;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #BFC1C3;
  color: #666666;
}
.shareholder-2 li .icon {
  margin-bottom: 15px;
  height: 50px;
}
.shareholder-2 li .img2 {
  display: none;
}
.shareholder-2 li.active a {
  color: black;
  background-color: rgba(225, 238, 246, 0.52);
  border-color: #0080EA;
}
.shareholder-2 li.active .img1 {
  display: none;
}
.shareholder-2 li.active .img2 {
  display: block;
}
.shareholder-2 li.active .name {
  font-weight: bold;
}
.shareholder-3 {
  padding: 60px 0 120px;
}
.shareholder-3 table {
  border: 0;
}
.shareholder-3 table td,
.shareholder-3 table th {
  padding: 19px 43px;
}
.shareholder-3 table td:first-of-type,
.shareholder-3 table th:first-of-type {
  width: 35%;
}
.shareholder-3 table tr:not(:first-of-type) {
  border-bottom: 1px solid #E6EBEF;
}
.shareholder-3 table tr:first-of-type {
  background-color: #F6F8F9;
}
.shareholder-3 table th {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border: 0;
}
.shareholder-3 table td {
  font-size: 18px;
  text-align: left;
  border: 0;
}
.shareholder-3 table i {
  color: #0080EA;
}
@media (max-width: 1440px) {
	.shareholder-2 li .name {
    font-size: 16px;
  }
	
}
@media (max-width: 1230px) {
  .shareholder-2 li {
    width: 33.33%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  
}
@media (max-width: 1000px) {
  .shareholder-1 .img {
    margin-top: 40px;
  }
  .shareholder-2 {
    padding-top: 60px;
  }
  .shareholder-3 {
    padding: 60px 0;
  }
  .shareholder-3 table td,
  .shareholder-3 table th {
    padding: 15px;
  }
  .shareholder-3 table th {
    font-size: 16px;
  }
  .shareholder-3 table td {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .shareholder-2 li {
    width: 50%;
  }
  .shareholder-3 table td:first-of-type,
  .shareholder-3 table th:first-of-type {
    width: 25%;
  }
  .shareholder-3 table th {
    font-size: 14px;
  }
  .shareholder-3 table td {
    font-size: 14px;
  }
}
.news-1 {
  padding: 67px 0 216px;
}
.news-1 .list {
  margin-top: 53px;
}
.news-1 table {
  border: 0;
}
.news-1 table td,
.news-1 table th {
  padding: 19px 43px;
}
.news-1 table td:first-of-type,
.news-1 table th:first-of-type {
  width: 75%;
}
.news-1 table tr:not(:first-of-type) {
  border-bottom: 1px solid #E6EBEF;
}
.news-1 table tr:first-of-type {
  background-color: #F6F8F9;
}
.news-1 table th {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border: 0;
}
.news-1 table td {
  font-size: 18px;
  text-align: left;
  border: 0;
}
@media (max-width: 1000px) {
  .news-1 {
    padding: 60px 0;
  }
  .news-1 table td,
  .news-1 table th {
    padding: 15px;
  }
  .news-1 table th {
    font-size: 16px;
  }
  .news-1 table td {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .news-1 table td:first-of-type,
  .news-1 table th:first-of-type {
    width: 60%;
  }
  .news-1 table th {
    font-size: 14px;
  }
  .news-1 table td {
    font-size: 14px;
  }
}
.newdet-page {
  padding: 58px 0 109px;
}
.newdet-page .top {
  padding-bottom: 22px;
  border-bottom: 1px solid #E6EBEF;
}
.newdet-page .center {
  margin-bottom: 52px;
  padding: 57px 0 71px;
  border-bottom: 1px solid #E6EBEF;
}
.newdet-page .center .date {
  color: #8E8E8E;
}
.newdet-page .center .content {
  margin-top: 91px;
}
.newdet-page .bottom {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .center .Tit {
    font-size: 20px;
  }
  .newdet-page .center .content {
    margin-top: 45px;
  }
}




.formEntry {
  padding: 15px 20px;
  background-color: #F6F8F9;
  border-top: 1px solid #E6EBEF;
}
.formBox {
  padding: 30px 20px;
}
.formBox.bottom_line {
  border-bottom: 1px solid #E6EBEF;
}
.circle-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.circle-radio input[type="radio"] {
  display: none;
}
.circle-radio input[type="radio"]:checked + .radio-btn {
  background-color: #0080EA;
  border-color: #0080EA;
}
.circle-radio .radio-btn {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #DBDDDF;
  position: relative;
}
.circle-radio .radio-btn::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: inherit;
  background-color: white;
}
.circle-radio .formVal {
  margin-left: 15px;
}
.square-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.square-radio input[type="radio"] {
  display: none;
}
.square-radio input[type="radio"]:checked + .radio-btn {
  background-color: #0080EA;
  border-color: #0080EA;
}
.square-radio .radio-btn {
  margin-top: 1px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #DBDDDF;
  position: relative;
}
.square-radio .radio-btn::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: white;
}
.square-radio .formVal {
  margin-left: 12px;
}
.formVal {
  font-size: 16px;
  line-height: 22px;
}
.formTag {
  margin: -12px;
}
.formTag .item {
  padding: 12px;
}
.formInp {
  font-size: 16px;
  height: 50px;
  width: 100%;
  border: 1px solid #C8C8C8;
  padding: 0 20px;
}
.formMsg {
  font-size: 16px;
  height: 130px;
  padding: 14px 20px;
  border: 1px solid #C8C8C8;
  width: 100%;
  resize: vertical;
}
.formLab {
  margin-bottom: 20px;
  font-size: 19px;
}
.formLab strong {
  font-weight: bold;
}
@media (max-width: 1230px) {
  .formEntry {
    font-size: 18px;
  }
  .formVal {
    font-size: 14px;
  }
  .formInp {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .grid-box.six > .column {
    width: 25%;
  }
}
@media (max-width: 700px) {
  .grid-box.six > .column {
    width: 33.33%;
  }
}
@media (max-width: 500px) {
  .grid-box.six > .column {
    width: 100%;
  }
}
.interaction-1 {
  padding: 90px 0;
  border-top: 25px solid #E6EBEF;
}
.interaction-1 .baseForm {
  margin-top: 60px;
}
.interaction-submit {
  text-align: center;
  margin-top: 45px;
}
.interaction-submit input {
  width: 192px;
  height: 52px;
  background: #0080EA;
  border-radius: 26px 26px 26px 26px;
  border: 0;
  font-size: 16px;
  color: white;
}





.resume-1 {
  padding: 85px 0 65px;
}
.resume-1 .baseForm {
  margin-top: 60px;
}
.resume-2 {
  -webkit-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.06);
}
.resume-2 .box {
  padding: 20px;
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.resume-2 .formVal a {
  color: #0080ED;
}
.resume-2 input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.resume-submit {
  margin-left: 24px;
}
.resume-submit input {
  width: 170px;
  height: 48px;
  background: #0080EA;
  border-radius: 26px 26px 26px 26px;
  border: 0;
  font-size: 16px;
  color: white;
}
.formUL {
  margin: -19px -12px;
}
.formUL .formLI {
  padding: 19px 12px;
  width: 50%;
}
.formUL .formLI label {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
.formUL .formLI label em {
  color: #0080EA;
}
.formUL .formLI.wid-100 {
  width: 100%;
}
.formSelect {
  font-size: 16px;
  height: 50px;
  width: 100%;
  border: 1px solid #C8C8C8;
  padding: 0 20px;
}
@media (max-width: 1230px) {
  .formSelect {
    font-size: 14px;
  }
  .formMsg {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .formUL {
    margin: -12px;
  }
  .formUL .formLI {
    padding: 12px;
  }
}
@media (max-width: 500px) {
  .resume-2 .box {
    display: block;
  }
  .resume-submit {
    margin-left: 0;
    margin-top: 20px;
  }
  .formUL .formLI {
    width: 100%;
  }
}



.contact-1 {
  padding: 89px 0 115px;
	border-top: 25px solid #E6EBEF;
}
.contact-1 .baseForm {
  margin-top: 60px;
}
.formEntry em {
  color: #0080EA;
}
.formFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.formFlex input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
}
.formFlex input:last-of-type {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 0;
}
.formTag .item.flex {
  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;
}
.formTag .item.flex .circle-radio {
  min-width: 170px;
}
.formTag .item.flex select {
  padding: 0 17px;
  font-size: 16px;
  width: 270px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #C8C8C8;
}
@media (max-width: 700px) {
  .formTag .item.flex {
    display: block;
  }
  .formTag .item.flex select {
    margin-top: 24px;
    width: 100%;
  }
  .formFlex {
    display: block;
  }
  .formFlex input {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#banner .theme-default .nivo-controlNav {
	display:flex;
	align-items:center;
}
#banner .theme-default .nivo-controlNav a {
	height:3px;
	width:60px;
	background-color:rgba(255,255,255,.3);
	margin:0 10px;
}
#banner .theme-default .nivo-controlNav a.active {
	background-color:#0080ec;
}
@media (max-width: 1440px) {
	.about-page .about-3 .list li {
		zoom:.8;
		/* top:50%; */
		left:67%;
		width:570px;
	}
	.about-page .about-3 .list li .flex {
		zoom:1;
		width:125%;
	}
	
}
.about-page .about-3 .list.wap {
	display:none !important;
}
@media (max-width: 1230px) {
	.about-page .about-3 .list li.active {
		transform:translateY(0)
	}
	.about-page .about-3 .list li {
		zoom:1;
	}
.about-page .about-3 .list.wap {
	display:block !important;
}
	.about-page .about-3 .list.pc {
	display:none !important;
}
	.about-page .about-3 .list.wap ul {
		display:flex;
		flex-wrap:wrap;
	}
	.about-page .about-3 .list li {
		width:33.333% !important;
	}
	.about-page .about-3 .list.wap ul .mml-text {
		height:100%;
	}
	.about-page .about-3 .list li .flex {
		width:100%;
		gap:15px;
	}
	.about-page .about-3 .list li .flex>div {
		width:32%;
	}
}
@media (max-width: 1000px) {
	.about-page .about-3 .list li {
		width:50% !important;
	}
}
@media (max-width: 500px) {
	#banner .theme-default .nivo-controlNav {
		display:none;
	}
	.about-page .about-3 .list li .flex>div,.about-page .about-3 .list li {
		width:100%;
	}
	.about-page .about-3 .list li {
		width:100% !important;
	}
}




.yszc_box {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
	background: black;
	padding: 30px 0;
	display: none;
}

.yszc_box .box {
	display: flex;
	justify-content: space-between;
}

.yszc_box .text {
	color: white;
}

.yszc_box .text a {
	color: #0080EA;
}

.yszc_box .ty_btn {
	display:block;
	color: white;
	background-color:#0080EA;
	padding: 5px 30px;
	border-radius: 5px;
}
.circle-radiojc {
	position:relative;
}