@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Medium.eot');
  src: url('../fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Medium.woff2') format('woff2'), url('../fonts/Mulish-Medium.woff') format('woff'), url('../fonts/Mulish-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Regular.eot');
  src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish-Regular.woff') format('woff'), url('../fonts/Mulish-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Light.eot');
  src: url('../fonts/Mulish-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Light.woff2') format('woff2'), url('../fonts/Mulish-Light.woff') format('woff'), url('../fonts/Mulish-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Bold.eot');
  src: url('../fonts/Mulish-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Bold.woff2') format('woff2'), url('../fonts/Mulish-Bold.woff') format('woff'), url('../fonts/Mulish-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Black.eot');
  src: url('../fonts/Mulish-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Black.woff2') format('woff2'), url('../fonts/Mulish-Black.woff') format('woff'), url('../fonts/Mulish-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Mulish";
  max-width: 1920px;
  --color: #18499a;
  --color2: #e37600;
  font-weight: 400;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.play-btn i {
  border: none;
}
.pr{
  position: relative;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
#innerMobileBanner{
  margin-top: 60px;
}
.container {
  padding: 0 15px;
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
.more {
  display: inline-block;
  	height: 50px;
	background-color: #18499a;
	border-radius: 5px;
  padding: 0 20px;
  line-height: 50px;
  color: #ffffff;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: bold;
}
.more:hover{
  background-color: #e37600;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  	background-color: #061c49;
    color: #ffffff;
}
#header .nav .ui.menu .h-search{
  width: 29px;
	height: 29px;
	background-color: rgba(255, 255, 255, 0.28);
	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  font-size: 16px;
}
#header .nav .ui.menu .h-language span img {
  width: 24px;
  margin-right: 11px;
}
#header .nav .ui.menu .h-language span i {
  margin-left: 12px;
  line-height: 1;
  font-size: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
#header .nav .ui.menu .h-language 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;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -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.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-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 var(--color);
  display: none \9;
  max-height: 450px;
  overflow-y: auto;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  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;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover 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;
}
#header .nav {
  padding: 22px 0;
  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;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 49px;
  line-height: 1;
  -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;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#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;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -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.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-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 var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#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 ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > 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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > 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;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .chat {
  height: 50px;
  line-height: 50px;
  background-color: #18499a;
  border-radius: 5px;
  display: inline-block;
  padding: 0 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
}

.font-18 {
  line-height: 1.8;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  color: #ffffff;
  bottom: 15%;
  width: 100%;
}
#banner li .text .box {
  width: 50%;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 1s 1s;
  -moz-transition: 1s 1s;
  transition: 1s 1s;
}
#banner li .text .box .title {
  line-height: 1.2;
}
#banner li .text .box .btns{
  min-width: 290px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
}#banner li .text .box .btns:hover{
  min-width: 300px;
}
#banner .slick-active .text .box {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#banner .prev,
#banner .next {
  width: 50px;
  height: 121px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .prev:hover,
#banner .next:hover {
  background: var(--color);
}
#banner .prev {
  left: 0;
  top: 50%;
}
#banner .next {
  right: 0;
  top: 50%;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.tags {
  font-size: 18px;
  line-height: 1;
  	letter-spacing: 4px;
}
.col {
  color: var(--color);
}
.col2 {
  color:#e37600;
}
@-webkit-keyframes adv {
  0% {
    top: -108px;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes adv {
  0% {
    top: -108px;
  }
  100% {
    top: 100%;
  }
}
@keyframes adv {
  0% {
    top: -108px;
  }
  100% {
    top: 100%;
  }
}
#index-body {
  overflow: hidden;
}
#index-body .custom .bottom {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}
#index-body .custom .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 -9px;
}
#index-body .custom .bottom ul li {
  position: relative;
  padding: 0 9px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .custom .bottom ul li .acc {
  position: relative;
  height: 700px;
  background-size: cover;
  border-radius: 25px;
}
#index-body .custom .bottom ul li .acc .tit3 {
  position: absolute;
  left: 50%;
  bottom: 45px;
  -webkit-transform: translateX(-50%) rotate(-180deg);
  -moz-transform: translateX(-50%) rotate(-180deg);
  -ms-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .custom .bottom ul li .acc .box {
  position: absolute;
  left: 0;
  bottom: 7%;
  width: 100%;
  padding: 0 65px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  /*text-align: center;*/
}
#index-body .custom .bottom ul li .acc .box .btns{
  display: inline-flex;
   border-bottom: 2px solid rgba(255, 255, 255, 0.5);
   
}
#index-body .custom .bottom ul li .acc .box .btns div{
  margin-right: 110px;
  transition: .5s;
}
#index-body .custom .bottom ul li .acc .box .btns:hover div{
  margin-right: 120px;
}
#index-body .custom .bottom ul li.active {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
  -moz-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
}
#index-body .custom .bottom ul li.active .acc .tit3 {
  opacity: 0;
  z-index: -1;
}
#index-body .custom .bottom ul li.active .acc .box {
  opacity: 1;
  z-index: 11;
}
#index-body .custom .bottom ul li.active .acc .box .con{
  font-weight: 400;
}
#index-body .about {
  position: relative;
  background: url(../images/about_bg.jpg) no-repeat center;
  color: #ffffff;
}
#index-body .about .top {
  width: 52%;
}
#index-body .about .more{
  background: var(--color2);
}
#index-body .about .more:hover{
  background: var(--color);
}
#index-body .about .top .capa {
  margin-top: 110px;
}
#index-body .about .top .capa ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .about .top .capa ul li {
  margin-right: 41px;
}
#index-body .about .top .capa ul li span {
  position: relative;
  display: block;
  width: 20px;
  height: 21px;
  background: url(../images/a_jt.png) no-repeat center;
}
#index-body .about .top .capa ul li span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 38px;
  width: 181px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
#index-body .about .top .capa ul li .tit4 {
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  margin: 35px 0 25px;
  text-transform: uppercase;
}
#index-body .about .top .capa ul li .img img {
  -webkit-transition: 1s;
  transition: 1s;
}
#index-body .about .top .capa ul li:hover .img img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
#index-body .about .top .capa ul li:last-child {
  margin-right: 0;
}
#index-body .products {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(41.5%, #ffffff), color-stop(41.5%, #f0f0f0));
  background: -webkit-linear-gradient(bottom, #ffffff 41.5%, #f0f0f0 41.5%);
  background: -moz-linear-gradient(bottom, #ffffff 41.5%, #f0f0f0 41.5%);
  background: linear-gradient(to top, #ffffff 41.5%, #f0f0f0 41.5%);
}


#index-body .partners .list {
  margin-top: 50px;
  background: url(../images/partners.jpg) no-repeat center / cover;
  transition: 0.3s
}
#index-body .partners .list ul li .box {
  position: relative;
  width: 100%;
  height: 541px;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
#index-body .partners .list ul li .box .mask {
  position: absolute;
  left: 0;
  bottom: 21px;
  width: 100%;
  padding: 0 25px;
  overflow: hidden;
}
#index-body .partners .list ul li .box .mask span {
  display: inline-block;
  font-size: 18px;
  font-family: Mulish;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
#index-body .partners .list ul li .box .mask .tit {
  font-size: 24px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  margin: 22px 0 20px;
}
#index-body .partners .list ul li .box .mask p.pone {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
}
#index-body .partners .list ul li .box .mask .btn {
  margin-top: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .partners .list ul li .box .mask .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 158px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .partners .list ul li .box .mask .btn a p {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
#index-body .partners .list ul li .box .mask .btn a i {
  display: inline-block;
  width: 39px;
  height: 7px;
  background: url(../images/bann1.png) no-repeat center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index-body .partners .list ul li:hover .box {
  background: rgba(15, 66, 161, 0.8);
}
#index-body .partners .list ul li:hover .box .mask p.pone {
  position: static;
  display: block;
}
#index-body .partners .list ul li:hover .box .mask .btn {
  margin-top: 105px;
}

#index-body .products .bottom {
  position: relative;
}
#index-body .products .bottom ul {
  margin: 0 -12px;
}
#index-body .products .bottom ul li {
  padding: 0 12px;
}
#index-body .products .bottom .pd {
  padding-top: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
#index-body .products .bottom .pd:hover {
  padding-bottom: 50px;
  padding-top: 0;
}
#index-body .products .bottom .pd:hover .txt {
  opacity: 1;
}
#index-body .products .bottom .ig {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
#index-body .products .bottom .ig img {
  width: 100%;
}
#index-body .products .bottom .ig .txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .bottom .prev,
#index-body .products .bottom .next {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  color: #cccccc;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .products .bottom .prev:hover,
#index-body .products .bottom .next:hover {
  color: var(--color);
}
#index-body .products .bottom .prev {
  left: 0;
  -webkit-transform: translate(-150%, -50%);
  -moz-transform: translate(-150%, -50%);
  -ms-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
}
#index-body .products .bottom .next {
  right: 0;
  -webkit-transform: translate(150%, -50%);
  -moz-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
}
#index-body .advantage {
  background: var(--color) url(../images/adv_bg.jpg) no-repeat center bottom / cover;
  color: #ffffff;
  overflow: hidden;
}
#index-body .advantage .left {
  width: 31%;
  padding-right: 40px;
  padding-top: 124px;
}
/*#index-body .advantage .left .title {
  font-style: italic;
}*/
#index-body .advantage .right {
  width: 69%;
}
#index-body .advantage .right 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;
}
#index-body .advantage .right li {
  width: 33.3%;
  padding: 124px 32px 200px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
}
#index-body .advantage .right li::after {
  content: "";
  display: block;
  width: 4px;
  height: 108px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: -108px;
  margin-left: -2px;
  -webkit-animation: adv 10s infinite linear;
  -moz-animation: adv 10s infinite linear;
  animation: adv 10s infinite linear;
}
#index-body .advantage .right li .ig .tit {
  line-height: 1.5;
}
#index-body .advantage .right li .ig .icon {
  height: 70px;
}
#index-body .advantage .right li:nth-child(2)::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .advantage .right li:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
#index-body .type_color .bottom ul {
  margin: -11px;
}
#index-body .type_color .bottom ul li {
  padding: 11px;
}
#index-body .type_color .bottom .txt {
  margin-top: 10px;
  line-height: 1;
}
#index-body .type_color .bottom .t2 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
}
#index-body .type_color .bottom .ig {
  padding: 13px;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  display: block;
}
#index-body .type_color .bottom .ig img {
  width: 100%;
}
#index-body .sustainability {
  background: url(../images/sus.jpg) no-repeat left center / cover;
  color: #ffffff;
}
#index-body .sustainability .box {
  width: 45%;
}
#index-body .project {
  background: #f0f0f0;
  /*color: #ffffff;*/
}
#index-body .project .bottom {
  padding: 0 50px;
}
#index-body .project .bottom .slick-list {
  overflow: visible;
}
#index-body .project .bottom .slick-slide .ig {
  opacity: 0.3;
}
#index-body .project .bottom .slick-active .ig {
  opacity: 1;
}
#index-body .project .bottom ul {
  margin: 0 -16px;
}
#index-body .project .bottom ul li {
  padding: 0 16px;
}
#index-body .project .bottom ul li .ig {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .project .bottom ul li .img {
  border-radius: 26px;
  overflow: hidden;
}
#index-body .project .bottom ul li .txt {
  margin-top: 5px;
}
#index-body .project .btn{
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}
#index-body .project .btn img{
  margin-left: 22px;
}
#index-body .project .btn:hover img{
  margin-left: 30px;
}
/*#index-body .project .more {
  color: var(--color);
  background: #ffffff;
}
#index-body .project .more:hover {
  color: #ffffff;
}*/
#index-body .news {
  overflow: hidden;
}
#index-body .news .bottom ul {
  margin: -45px;
}
#index-body .news .bottom ul li {
  padding: 45px;
  position: relative;
}
#index-body .news .bottom ul li::after {
  content: "";
  display: block;
  width: 85%;
  height: 2px;
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .news .bottom ul .slick-center li::after {
  opacity: 1;
}
#index-body .news .bottom .ig {
  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;
}
#index-body .news .bottom .ig .left {
  width: 65%;
  padding-right: 35px;
}
#index-body .news .bottom .ig .left .text {
  padding: 40px 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 17px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 17px 1px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  height: 100%;
}
#index-body .news .bottom .ig .left .text .tip {
  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;
}
#index-body .news .bottom .ig .left .text .tip > div {
  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;
}
#index-body .news .bottom .ig .left .text .tip span {
  opacity: 0.5;
  margin-left: 15px;
}
#index-body .news .bottom .ig .left .text .t1 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .bottom .ig .left .text .t1:hover {
  color: var(--color);
}
#index-body .news .bottom .ig .img {
  width: 34%;
  border-radius: 25px;
  overflow: hidden;
}
#index-body .news .bottom .ig .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
strong {
  font-weight: bold;
}
#footer {
  background: #061c49;
  color: #fff;
}
#footer .f-top {
  overflow: hidden;
}
#footer .f-top .f-form {
  font-size: 17px;
  font-weight: 300;
}
#footer .f-top .f-form 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -6px;
}
#footer .f-top .f-form ul li {
  padding: 6px;
}
#footer .f-top .f-form ul li input {
  width: 100%;
  height: 56px;
  background: no-repeat left 16px center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  border: none;
  padding-left: 50px;
  padding-right: 15px;
}
#footer .f-top .f-form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-top .f-form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-top .f-form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-top .f-form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-top .f-form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-top .f-form ul .i1,
#footer .f-top .f-form ul .i2 {
  width: 24%;
}
#footer .f-top .f-form ul .i1 input {
  background-image: url(../images/f-icon5.png);
}
#footer .f-top .f-form ul .i2 input {
  background-image: url(../images/f-icon6.png);
}
#footer .f-top .f-form ul .i3 {
  width: 41%;
}
#footer .f-top .f-form ul .i3 input {
  background-image: url(../images/f-icon7.png);
}
#footer .f-top .f-form ul .submit {
  width: 11%;
}
#footer .f-top .f-form ul .submit button {
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  border-radius: 20px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  font-weight: normal;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-top .f-form ul .submit button img {
  margin-left: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-top .f-form ul .submit button:hover {
  background: var(--color);
  color: #ffffff;
}
#footer .f-top .f-form ul .submit button:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#footer .f-box .tit {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
#footer .f-box li a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box li a:hover {
  color: #ffffff;
}
#footer .f-box li ul {
  display: none;
}
#footer .f-box .f-ab{
  max-width: 510px;
}
#footer .f-box .f-ab .btn{
  display: inline-flex;
  align-items: center;
  padding: 0 28px;
  font-size: 18px;
  background-color: var(--color);
	border-radius: 5px;
  height: 46px;
    transition: .5s
}
#footer .f-box .f-ab .btn:hover{
 background-color: var(--color2);
}
#footer .f-box .f-ab .btn img{
  margin-right: 15px;
}
#footer .f-box .f-ab .share a{
  margin-right: 30px;
  transition: .5s
}
#footer .f-box .f-ab .share a:hover{
  color: var(--color2);
}
#footer .f-box .f-contact {
  max-width: 365px;
  line-height: 1.4;
}
#footer .f-box  li{
  margin-bottom: 0.5em;
}
#footer .f-box .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 2em;
}
#footer .f-box .f-contact li .icon {
  width: 27px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
#footer .f-box .f-contact li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 11px;
}
#footer .f-box .f-code {
  width: 115px;
}
#footer .f-box .f-code #ewm {
  width: 97px;
  height: 97px;
  border: 5px solid #ffffff;
  background: #ffffff;
  margin: 0 auto;
}
#footer .f-box .f-code .txt {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
}
#footer .f-box .f-code .share {
  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;
}
#footer .f-box .f-code .share a {
  width: 21px;
  height: 21px;
  background-color: #3b5999;
  color: #ffffff;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}
#footer .f-box .f-code .share a:nth-child(2) {
  background-color: #00aced;
}
#footer .f-box .f-code .share a:nth-child(3) {
  background-color: #cb2027;
}
#footer .f-box .f-code .share a:nth-child(4) {
  background-color: #fa41d5;
}
/*#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  padding: 25px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}*/
#footer  .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer  svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 28px;
  fill: rgba(255, 255, 255, 1);
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer  svg text {
  fill: rgba(255, 255, 255, 1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer  svg:hover {
  fill: var(--color);
}
#footer  svg:hover text {
  fill: var(--color);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }

  #index-body .about .top .capa {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
    font-size: 16px;
  }
  #header .nav .ui.menu .chat{
    display: none;
  }
  #footer .f-box .f-ab {
    max-width: 380px;
}
  #footer .f-box .f-about {
    display: none;
  }
  #index-body .advantage .left {
    padding-right: 30px;
    padding-top: 90px;
  }
  #index-body .advantage .right li {
    padding: 90px 30px 160px;
  }
    #index-body .about .top {
    width: 70%;
  }
}
@media screen and (max-width: 1250px) {
  #footer .f-box .f-nav,#footer .f-box .f-product {
    display: none;
  }
  #footer .f-top .f-logo {
    zoom: 0.7;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner li .text .box,
  #index-body .sustainability .box {
    width: 80%;
  }
  #banner .prev,
  #banner .next {
    zoom: 0.7;
  }
  #footer .f-top .f-form ul .i1,
  #footer .f-top .f-form ul .i2 {
    width: 50%;
  }
  #footer .f-top .f-form ul .i3 {
    width: 70%;
  }
  #footer .f-top .f-form ul .submit {
    width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .fixed-toolbar ul li.ewm{
    display: none;
  }
    #index-body .about .top {
    width: 100%;
  }
  #index-body .about .top .capa ul li span::after {
    width: 130px;
  }
  #index-body .custom .bottom ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .custom .bottom ul li {
    width: 100% !important;
    -webkit-box-flex: unset !important;
    -webkit-flex: unset !important;
    -moz-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    margin: 20px 0;
  }
  #index-body .custom .bottom ul li .box {
    opacity: 1 !important;
    z-index: 19 !important;
  }
  #index-body .custom .bottom ul li .tit3 {
    display: none !important;
  }
  #index-body .custom .bottom ul li .acc {
    height: 500px;
  }

  #index-body .products {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(36.5%, #ffffff), color-stop(36.5%, #f0f0f0));
    background: -webkit-linear-gradient(bottom, #ffffff 36.5%, #f0f0f0 36.5%);
    background: -moz-linear-gradient(bottom, #ffffff 36.5%, #f0f0f0 36.5%);
    background: linear-gradient(to top, #ffffff 36.5%, #f0f0f0 36.5%);
  }
  #index-body .advantage .left {
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
  }
  #index-body .advantage .right {
    width: 100%;
  }
  #index-body .advantage .right li {
    border: none;
    padding: 30px 20px 100px;
  }
  #index-body .advantage .right li .icon {
    zoom: 0.8;
  }
  #index-body .advantage .right li::after {
    display: none;
  }
  #index-body .news .bottom .ig .left .text .tip .time {
    margin-right: 30px;
  }
  #index-body .news .bottom .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .news .bottom .ig .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .news .bottom .ig .img {
    display: none;
  }
  #footer .f-box .f-product,
  #footer .f-box .f-news {
    display: none;
  }
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-top .f-logo {
    padding: 40px 0 30px;
    zoom: 0.5;
  }
  .tags {
    font-size: 18px;
  }
  #index-body .custom .bottom {
    font-size: 20px;
  }
  #index-body .custom .bottom ul li .acc .box {
    padding: 0 20px;
  }
  #index-body .products .bottom .ig .txt {
    opacity: 1;
  }
  #index-body .project .bottom {
    padding: 0 20px;
  }
  #index-body .news .bottom .ig .left .text .t1 {
    font-size: 16px;
  }
  #index-body .news .bottom .ig .left .text .tip span {
    margin-left: 5px;
  }
  #index-body .news .bottom .ig .left .text .tip img {
    zoom: 0.8;
  }

   #index-body .partners .top right{
     margin-top: 20px;
   }
   #footer .f-box .f-ab .f-logo{
        zoom: 0.8
      }
   #footer .f-box .f-ab{
     max-width: 100%;
     margin-bottom: 30px;
   }

   #footer .f-box .f-contact{
     max-width: 100%;
   }
   .font-24{
     font-size: 16px;
   }
}
@media screen and (max-width: 700px) {
   #index-body .about {
    background: #061C49;
  }

  #index-body .about .top .capa ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .top .capa ul li {
    width: 50%;
    margin: 10px 0;
  }
 #innerMobileBanner .banner1 .imgC img{
   height: 180px;
   object-fit: cover;
 }
  #footer .f-box .f-ab .f-logo{
        zoom: 0.6
      }
  .fixed-toolbar {
    right: 10px;
    bottom: 25%;
    zoom: 0.75;
  }
  #index-body .top .right {
    margin-top: 20px;
  }
  #index-body .custom .bottom ul li .acc {
    height: 300px;
  }
  #banner li .text .box,
  #index-body .sustainability .box {
    width: 100%;
  }
  #index-body .advantage .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .advantage .right li {
    width: 50%;
    padding: 20px 20px 50px;
  }
  #index-body .advantage {
    padding-bottom: 50px;
  }
  .font-48 {
    font-size: 24px;
  }
  
  .tags {
    font-size: 16px;
  }
  .more {
    zoom: 0.8;
  }
  #banner .btns {
    display: none;
  }
  #index-body .news .bottom .ig .left .text {
    padding: 30px 25px;
  }
  #banner li > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .custom .bottom {
    font-size: 17px;
  }
  .font-30 {
    font-size: 18px;
  }
  #index-body .type_color .bottom .ig {
    padding: 8px;
  }
  #index-body .project .bottom {
    padding: 0 ;
  }
  #footer .f-top .f-form ul .i1,
  #footer .f-top .f-form ul .i2,
  #footer .f-top .f-form ul .i3 {
    width: 100%;
  }
  #footer .f-top .f-form ul .submit {
    width: 50%;
    margin: 0 auto;
  }


  #index-body .partners .list ul li .box .mask .tit {
    margin: 10px 0;
    font-size: 20px;
  }
  #banner li .text .box .btns{
  min-width: 220px;
}
#banner li .text .box .btns:hover {
    min-width: 240px;
}
#index-body .custom .bottom ul li .acc .box .btns div{
  margin-right: 60px;
}
#index-body .custom .bottom ul li .acc .box .btns:hover div{
  margin-right: 70px;
}
}
@media screen and (max-width: 500px) {
  .tags {
    font-size: 14px;
  }
  #index-body .advantage .right li {
    width: 100%;
    padding: 20px 0;
  }
  #index-body .advantage .right li .ig .icon {
    zoom: 0.6;
  }
  #index-body .type_color .bottom ul {
    margin: -5px;
  }
  #index-body .type_color .bottom ul li {
    padding: 5px;
  }
  #index-body .news .bottom ul {
    margin: -30px;
  }
  #index-body .news .bottom ul li {
    padding: 30px;
  }
  #index-body .news .bottom .ig .left .text {
    padding: 20px;
  }
}


/*inner*/


.inner-banner{
  background-size: cover;
  color: white;
  margin-top: 100px;
  padding: 170px 0;
}

.inner-banner h2{
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}
.inner-banner .mbx{
  font-size: 14px;
}
.inner-banner.pro_ban{
  padding: 50px 0;
  color: #000000;
}
.inner-banner.pro_ban .mbx{
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 60px
  }
}
.m-page span,.m-page a{
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 16px;
  margin: 0 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span{
  background: var(--color);
  color: white;
}

.gallery-page ul{
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page .content ul li .box .img{
  position: relative;
}
.gallery-page .content ul li .box .img .sub{
      width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}
 .gallery-page .content ul li .box:hover .img .sub {
    opacity: 1;
}

/*faq*/

.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  cursor: pointer;

}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  display: none;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
/*product-page*/





.inner-page .sidebar-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;
  align-items: flex-start;
}
.inner-page .sidebar-box .sidebar-left {
  width: 23%;
  position: sticky;
  top: 120px;
}
.inner-page .sidebar-box .sidebar-left form {
  position: relative;
}
.inner-page .sidebar-box .sidebar-left form input[type="text"] {
  width: 100%;
  height: 40px;
 	border-radius: 10px;
	border: solid 1px #000000;
 padding-left: 15px;
 padding-right: 40px;
  font-size: 16px;
  color: #000;
  line-height: 1; 
}
.inner-page .sidebar-box .sidebar-left form input[type="submit"] {
	width: 40px;
	height: 40px;
	border-radius: 10px;
  background:#192f61 url(/meigemachinery/2023/12/22/product-s-1.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 38px 30px;
  border: 1px solid #eee;
  margin-top: 30px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
  font-size: 30px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase; 
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
  margin-top: 25px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
  margin-bottom: 10px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav > li > a{
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li>a {
  display: block;
 padding-right: 30px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #000000;
  font-weight:bold;
  line-height: 28px;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li ul li a{
  padding:  0;
  font-weight: 300;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover {
  /*background: var(--color);*/
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover .fa {
 color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa{
    transform: translateY(-50%) rotate(90deg);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa.active{
    transform: translateY(-50%) rotate(90deg);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active >ul{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li >ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li.active >ul{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li{
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li.active{
  order: -1;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav ul{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact {
  margin-top: 40px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
  padding: 20px 20px 20px 60px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(1) {
  background: url(../images/p-phone.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
  background: url(../images/p-mail.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
  background: url(../images/p-add.png) no-repeat 10px 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-cont{
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-right {
  width: 77%;
}
.inner-page .sidebar-box .sidebar-right .m-page{
  text-align: center;
}
.product-page .sidebar-right .details{
  text-align: center;
  background: no-repeat center center / cover;
  padding: 80px 140px 45px;
  color: #ffffff;
  position: relative;
  z-index: 2;

}
.product-page .sidebar-right .details::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.product-page .sidebar-right .product-box li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}
.product-page .sidebar-right .product-box li .box .img {
  margin: 11px;
  position: relative;
  padding-bottom: 0;
  background: #eeeeee;
  padding-bottom: 40px;
}
.product-page .sidebar-right .product-box li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}
.product-page .sidebar-right .product-box li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 22px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-page .sidebar-right .product-box li .box .img .btn a p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.product-page .sidebar-right .product-box li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.product-page .sidebar-right .product-box li .box .img .btn a:hover {
  background: #0F42A1;
}
.product-page .sidebar-right .product-box li .box .img .btn a:hover p,
.product-page .sidebar-right .product-box li .box .img .btn a:hover i {
  color: #fff;
}
.product-page .sidebar-right .product-box li .box .tit {
  font-size: 20px;
  font-family: Mulish;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 20px 45px 10px;
  text-align: center;
  height: 120px
}
.product-page .sidebar-right .product-box li .box .tit:hover {
  color: #0F42A1;
}
@media screen and (max-width:1700px){
  .product-page .sidebar-right .product-box li .box .img .btn a {
    padding: 12px 15px;
  }
  .product-page .sidebar-right .product-box li .box .img .btn {
    width: 85%;
  }
}
@media screen and (max-width:1450px){

  .inner-page .sidebar-box .sidebar-left .sidebar-nav{
        padding: 38px 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a{
    font-size: 16px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p{
    font-size: 16px;
  }
  .product-page .sidebar-right .product-box li .box .img .btn a p{
    font-size: 14px;
  }
  .product-page .sidebar-right .details{
  padding: 70px 80px 45px;
}
}
@media screen and (max-width:1250px){
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
      width: 100%;
      padding-left: 0;
  }
  .product-page{
    padding: 60px 0;
  }
  
}
@media screen and (max-width:1000px){
  .product-page .sidebar-right .product-box li .box .img .btn a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-page{
    padding: 40px 0;
  }
  #cp-Nav{
    margin-bottom: 30px;
  }
    .product-page .sidebar-right .details{
  padding: 30px 40px;
}
}
@media screen and (max-width:700px){
 .product-page .sidebar-right .details{
  padding:30px 20px;
}
}


.prodet-page {
  padding: 20px 0;
}
.prodet-page .det-1 {
  padding: 50px 0 0;
}
.prodet-page .det-1 .left{
  width: 40%;
}
.prodet-page .det-1 .right{
  width: 60%;
}
.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/*.prodet-page .det-1 .grid-box .left .ig{
  display: flex;
  flex-direction: row-reverse;
}*/
.prodet-page .det-1 .grid-box .left{
     position: sticky;
     top: 120px;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
  width: 100%;
  text-align: center;
  border: 2px solid #e1e1e1;
  border-radius: 25px;
  overflow: hidden;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
}
.prodet-page .det-1 .grid-box .left .gallery {
  width: 100%;
  margin-right: 0px;
  text-align: center;
  margin-top: 20px;
}
.prodet-page .det-1 .grid-box .left .gallery .slick-track{
  margin-left: 0;
}
/*.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}*/
.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: -5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  width: 60%;
  /*padding-bottom: 90px;*/
}
.prodet-page .det-1 .grid-box .right .text h1 {
  font-size: 26px;
  font-weight: 700;
  font-weight: bold;
  line-height: 34px;
  color: #1c1c1c;
  margin-bottom: 40px;
  margin-top: 10px;
}
.prodet-page .det-1 .grid-box .right .text h3{
  font-size: 40px;
  line-height: 50px;
  /*text-transform: uppercase;
  color: var(--color);*/
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #616161;
  /*max-height: 330px;
  overflow-y: auto;*/
}
.prodet-page .det-1 .grid-box .right .text .share{
  display: flex;
  align-items: center;
  margin-top: 30px
}
.prodet-page .det-1 .grid-box .right .text .share h5{
  display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
}
.prodet-page .det-1 .grid-box .right .text .share ul li{
      display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.prodet-page .det-1 .grid-box .right .text .more {
  
  margin-top: 40px;
}
.prodet-page .det-1 .grid-box .right .text .more .fl{
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.prodet-page .det-1 .grid-box .right .text .more .fl:before{
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: var(--color);
  vertical-align: middle;
}


.prodet-page .det-2 {
  margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 30px;
}
.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 8px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
  color: var(--color);
}
.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page .det-2 .related {
  margin-top: 50px;
}
.prodet-page .det-2 .related ul li.active {
  display: block;
}
.prodet-page .det-2 .related ul li .con {
  font-size: 16px;
  line-height: 1.8;
  color: #616161;
}
.prodet-page .det-3 {
  margin-top: 60px;
}
/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.prodet-page .det-3 .title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-3 .title h3 span{
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
.prodet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
}
.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}
.prodet-page .det-3 .det-3-box ul li .ig .img img{
  width: 100%;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 12px;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 16px;
  line-height: 30px;
 
  font-weight: 700;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: var(--color);
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
    line-height: 30px;
  }
  
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
    position: static;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .more {
    position: relative;
  }
}
@media screen and (max-width: 700px) {
  /*.prodet-page .det-2 .tabs ul {
    border: none;
  }*/
  .prodet-page .det-2 .tabs ul li {
    /*display: block;*/
    text-align: center;
    /*border-bottom: 2px solid #e1e1e1;*/
  }
  .prodet-page .det-2 .tabs ul li a {
    display: block;
    font-size: 18px;
  }
  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
    line-height: 28px;
  }
  .prodet-page .det-3 .title h3{
    font-size: 22px;
  }
}

.seoPublic .Auxil-news .list ul li .content p{
  height: auto;
}


.prodet-page .form ul {
  margin: -10px;
}
.prodet-page .form ul li {
  padding: 10px;
}
.prodet-page .form ul li.wid-50{
  width: 50%;
}
.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .form ul li input:focus,
.prodet-page .form ul li textarea:focus {
  border-color: var(--color);
}
.prodet-page .form ul li textarea {
  height: 120px;
}
.prodet-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.prodet-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.prodet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width:1230px){
 
   .prodet-page .form ul li input,
  .prodet-page .form ul li textarea {
    padding: 10px 15px;
  }
}


/*news*/

.news-page .news-1 .top ul {
  margin: -20px;
}
.news-page .news-1 .top ul li {
  padding: 20px;
}
.news-page .news-1 .top ul li .box {
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
.news-page .news-1 .top ul li .box .img {
  overflow: hidden;
}
.news-page .news-1 .top ul li .box .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-page .news-1 .top ul li .box .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-1 .top ul li .box .con {
  padding: 40px 25px;
}
.news-page .news-1 .top ul li .box .con .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 1.6;
}
.news-page .news-1 .top ul li .box .con .tit:hover {
  color: #0f42a1;
}
.news-page .news-1 .top ul li .box .con .cona {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 300;
  color: #878787;
  line-height: 2;
  margin: 35px 0;
}
.news-page .news-1 .top ul li .box .con .time p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.news-page .news-1 .top ul li:hover .box {
  -webkit-box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1450px){
  .news-page .news-1 .top ul li .box .con {
    padding: 20px;
  }
  .news-page .news-1 .top ul li .box .con .cona {
    margin: 15px 0;
  }
  
}

@media screen and (max-width: 1250px){
  .news-page .news-1 .top ul li .box .con .tit{
    font-size: 20px;
  }
}
.newdet-page .news {
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  font-size: 14px;
  line-height: 28px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  font-size: 16px;
  line-height: 30px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 30px;
  color: #777;
  font-size: 16px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 28px;
  font-size: 14px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
@media screen and (max-width: 1250px){
  .newdet-page .news .news_title h1{
    font-size: 22px;
}
}
/*contact-page*/


.contact-page .contact-1 .top .tit {
  font-size: 30px;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .top .left {
  width: 62.5%;
}
.contact-page .contact-1 .top .left .form {
  padding-top: 12px;
}
.contact-page .contact-1 .top .left .form ul {
  margin: 0 -15px;
}
.contact-page .contact-1 .top .left .form ul li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 18px;
}
.contact-page .contact-1 .top .left .form ul li label {
  display: block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-bottom: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li input[type=text],
.contact-page .contact-1 .top .left .form ul li select {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  padding-left: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li .acc {
  position: relative;
}
.contact-page .contact-1 .top .left .form ul li .acc div {
   width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
 font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  padding-left: 11px;
  cursor: pointer;
}

.contact-page .contact-1 .top .left .form ul li input[type=file] {
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
}
.contact-page .contact-1 .top .left .form ul li input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/contact-16.png) 330px center no-repeat;
}
.contact-page .contact-1 .top .left .form ul li textarea {
  position: relative;
  z-index: 19;
  width: 100%;
  height: 149px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  line-height: 2;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;

}
.contact-page .contact-1 .top .left .form ul li p.acc {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 300;
  color: #000000;
  opacity: 0.6;
  line-height: 1;
  padding-bottom: 14px;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit] {
  width: 196px;
  height: 48px;
  background: #0F42A1;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  margin-top: 12px;
  transition: 0.3s;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit]:hover {
  background: #e37600;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont input {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item {
  cursor: pointer;
  width: 50%;
  padding: 6px 10px 6px 25px;
  position: relative;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 300;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #C1C1C1;
  top: 10px;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir div {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active {
  color: #000;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir {
  border: 1px solid #0F42A1;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir div,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir div {
  background: #0F42A1;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img img {
  vertical-align: middle;
}
.contact-page .contact-1 .top .right {
  width: 37.5%;
  padding-left: 85px;
}
.contact-page .contact-1 .top .right .tit {
  padding: 0;
  border: none;
}
.contact-page .contact-1 .top .right .acc ul li {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 50px;
  position: relative;
}
.contact-page .contact-1 .top .right .acc ul li .img {
  position: absolute;
  left: 0;
  top: 40px;
}
.contact-page .contact-1 .top .right .acc ul li p {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 400;
  color: #5D5D5D;
  line-height: 2;
  margin: 7px 0;
}
@media screen and (max-width: 1100px){
   .contact-page .contact-1 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .contact-page .contact-1 .top .left {
    width: 100%;
  }
  .contact-page .contact-1 .top .tit{
    font-size: 22px;
  }
}

.video-page ul{
  margin: -15px
}
.video-page ul li{
  padding: 15px
}
.video-page ul li video{
  width: 100%;
}

/*about-page*/
.about-page .about-1 .right{
  line-height: 1.6;
}
.about-page .about-1 .right p{
  margin-bottom: 1em;
}

.about-page .about-1 .bot {
  background: linear-gradient(265deg, #0C398F, #134AAC);
  border-radius: 20px;
  overflow: hidden;
}
.about-page .about-1 .bot ul li {
  position: relative;
  padding: 50px 0;
  text-align: center;
  vertical-align: middle;
}
.about-page .about-1 .bot ul li h2 {
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 10px;
}
.about-page .about-1 .bot ul li h2 sub {
  position: relative;
  top: -13px;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .about-1 .bot ul li p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 5px;
}
.about-page .about-1 .bot ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 57px;
  background: #FFFFFF;
  opacity: 0.7;
}
.about-page .about-1 .bot ul li:last-child::after {
  display: none;
}
.about-page .about-2 .con{
  color: #1d1d1d;
  max-width: 870px;
  margin: 0 auto;
  line-height: 1.6;
}
.about-page .about-2 .list {
  border-top: 1px solid #eaeaea;
}
.about-page .about-2 .list ul {
  margin: -20px;
}
.about-page .about-2 .list ul li {
  padding: 20px;
  text-align: center;
}
.about-page .about-2 ul li .img-box{
  border-radius: 10px;

}
.about-page .about_honor{
  background-color: #f6f6f6;
}
.about-page .about_honor .left .con{
  line-height: 1.4;
}
.about-page .about_honor .right{
  padding: 0 120px 66px;
  background: url(../images/honor_bg.png) no-repeat center bottom / 100%;
}
.about-page .about_honor .right ul{
  margin: 0 -12px;
}
.about-page .about_honor .right ul li{
  padding:0 12px;
}
.about-page .about-4 {
  background: url(../images/about-4-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0 120px;
}
.about-page .about-4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1560px;
  margin: auto;
  overflow: hidden;
}
.about-page .about-4 .box .list {
  width: 100%;
  height: 456px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 25px;
  margin-right: -25px;
}
.about-page .about-4 .box ul::after {
  content: '';
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
}
.about-page .about-4 .box ul li i {
  width: 12px;
  height: 12px;
  background: var(--color);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 17px;
  z-index: 1;
}
.about-page .about-4 .box ul li i::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(194, 157, 99, 0.15);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-4 .box ul li .left {
  padding-right: 45px;
  text-align: right;
  position: relative;
}
.about-page .about-4 .box ul li .left h5 {
  color: #FFFFFF;
}
.about-page .about-4 .box ul li .left .txt {
  min-height: 63px;
  color: #FFFFFF;
  line-height: 1.5;
  margin-top: 15px;
}
.about-page .about-4 .box ul li:nth-child(even) .left {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 45px;
}

.about-page .about-6 {
  position: relative;
}
/*.about-page .about-6:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center right;
  border-radius: 10px;
  background-size: contain;
  background-attachment: fixed;
}*/
.about-page .about-6 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.about-page .about-6 .left .img img{
  width: 100%;
  border-radius: 20px;
}

.about-page .about-6 .right .con{
    color: #010101;
}
.about-page .about-6 .right .list li{
  margin-top: 45px;
}
.about-page .about-6 .right .list li .tip{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.about-page .about-6 .right .list li .tip .icon{
  width: 32px;
  margin-right: 11px;
}
.about-page .about-6 .right .list li .tip span{
  flex: 1;
}
@media screen and (max-width: 1450px){
  .about-page .about-6 .right .list li{
    margin-top: 25px;
  }
  .about-page .about_honor .right{
    padding: 0 100px 50px;
  }
}
@media screen and (max-width: 1250px){
  .about-page .about_honor .right{
    padding: 0 60px 40px;
  }
}
@media screen and (max-width: 1000px){
   .about-page .about_honor .left{
      width: 100%;
      margin-bottom: 40px;
    }
    .about-page .about_honor .right{
      width: 100%;
    }
  .about-page .about-4 {
    padding: 60px 0;
  }
 .about-page .about-5 .left{
   margin-bottom: 30px;
 }
 .about-page .about-6 .left{ 
      position: static;
      width: 100%;
      margin-bottom: 40px;
 }
 .about-page .about-1 .bot ul li {
    width: 25%;
  }
  .about-page .about-1 .bot ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .bot ul li {
    padding: 20px 0;
    width: 50%;
  }
}

@media screen and (max-width: 700px){
   
  .about-page .about-4 .box ul {
    padding-left: 40px;
  }
  .about-page .about-4 .box ul li {
    padding-bottom: 30px;
  }
  .about-page .about-4 .box ul li .right,
  .about-page .about-4 .box ul li .left {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding: 0 !important;
  }
  .about-page .about-4 .box ul li i {
    left: -18px;
    top: 5px;
  }
  .about-page .about-4 .box ul:after {
    left: 22px;
    top: 5px;
  }
  .about-page .about-1 .bot ul li h2 sub{
    top: -5px;
  }
}
@media screen and (max-width: 500px){
   .about-page .about-1 .bot ul li p{
     font-size: 14px;
   }
   .about-page .about-1 .bot ul li::after{
     height: 35px;
   }
    .about-page .about_honor .right{
    padding: 0 50px 30px;
  }

}
/*case*/
.application-page .container .tips {
  text-align: center;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: var(--color);
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  font-weight: normal;
  text-transform: capitalize;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}

@media (max-width: 500px){
  .application-page .container .content ul {
    margin: 0;
  }
  .application-page .container .content ul li {
    margin-top: 30px;
    padding: 0;
  }
}

.pro_product .list {
  position: relative;
}
.pro_product .list .prev{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-200%,-50%);
}
.pro_product .list .next{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(200%,-50%);
  margin-left: 0;
}
.pro_product .list ul li .box {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
}
.pro_product .list ul li .box i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 0;
}
.pro_product .list ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.pro_product .list ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.pro_product .list ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.pro_product .list ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.pro_product .list ul li .box .img {
  width: 100%;
  background-color: #f2f1f1;
  padding: 10% 3%;
}
.pro_product .list ul li .box .text {
  padding: 1.45rem 1.3rem 1.3rem;
}
.pro_product .list ul li .box .text span {
  color: var(--color);
  font-weight: bold;
}
.pro_product .list ul li .box .text h4 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pro_product .list ul li .box .text p {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.pro_product .list ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.pro_product .list ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
.pro_product .list ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
.pro_product .list ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
@media screen and (max-width: 1000px) {
.pro_product .list .slickBtn{
  display: none
}
}
.appdet-page .appdet-1 .box .left .small{
  margin-top: 12px;
}
.appdet-page .appdet-1 .box .left .small ul {
  margin: -6px;
}
.appdet-page .appdet-1 .box .left .small ul li{
  padding: 6px;
}

.appdet-page .appdet-1 .box .left .small ul li img{
    border-radius: 10px;
}
.appdet-page .appdet-1 .box .left .big-img ul li img{
  border-radius: 20px;
}
.appdet-page .appdet-1 .box .left img{
  width: 100%;
  cursor: pointer;

}
.appdet-page .appdet-1 .box .right .category{
  font-size: 14px;
      padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.appdet-page .appdet-1 .box .right .category span{
     display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.appdet-page .appdet-1 .box .right .title{
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.appdet-page .appdet-1 .app-related-pro .img{
  border-radius: 20px;
}
.appdet-page .appdet-1 .app-related-pro .img img{
  width: 100%;
  border-radius: 20px;
}
.appdet-page .appdet-1 .application-img img{
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .appdet-page .appdet-1 .box .left {
    margin-bottom: 30px;
  }
}

.support-page .init-1 .des{
  max-width: 1160px;
  margin: 0 auto;
}
.support-page .support-form .top{
  font-size: 18px;
  border-bottom: 1px solid #8f8e8e;
}
.support-page .support-form .top li{
  padding: 6px 0;
  position: relative;
  transition: .5s;
  cursor: pointer;
}
.support-page .support-form .top li::after{
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .5s;
}
.support-page .support-form .top li:hover::after,.support-page .support-form .top li.active::after{
  width: 100%;
}
.support-page .support-form .top li:hover,.support-page .support-form .top li.active{
  color: var(--color);
}
.support-page .support-form .bottom .item1 .box{
  	box-shadow: 0px 3px 13px 3px 
		rgba(6, 6, 6, 0.21);
	border-radius: 20px;
  overflow: hidden;
}
.support-page .support-form .bottom .item1 .box>div{
  padding: 90px 75px 110px;
}
.support-page .support-form .bottom .item1 .box .left{
  background: #e9e9e9;
}
.support-page .support-form .bottom .item1 .opt_list label{
  margin-top: 45px;
}
.support-page .support-form .bottom .item1 .left #roofHidden,.support-page .support-form .bottom .item1 .left #wallHidden{
  width: 0;
  height: 0;
  border: none;
}
.support-page .support-form .bottom .item1 .opt_list input{
  appearance: none;
  -webkit-appearance: none;
  	width: 16px;
	height: 16px;
	border: solid 1px #8f8e8e;
  background: none;
  margin-right: 10px;
  position: relative;
}
.support-page .support-form .bottom .item1 .opt_list input[type="checkbox"]:checked{
  background: var(--color);
}
.support-page .support-form .bottom .item1 .opt_list input[type="checkbox"]:checked::after {
  content: "\e81d";
  font-family: "iconfont" !important;
  font: normal normal normal 14px / 1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;            
  font-size: 14px;
  font-weight: bold;
}
.support-page .support-form .bottom .item1 .right ul{
  margin: 0 -6px;
}
.support-page .support-form .bottom .item1 .right li{
  margin-top: 30px;
  width: 50%;
  padding:0 6px;
}
.support-page .support-form .bottom .item1 .right li input{
  	width: 100%;
	height: 60px;
	border-radius: 10px;
	border: solid 1px #8f8e8e;
  padding: 0 14px;
}
.support-page .support-form .bottom .item1 .right li.content{
  width: 100%;
}
.support-page .support-form .bottom .item1 .right li.content textarea{
  width: 100%;
  	height: 144px;
	border-radius: 10px;
	border: solid 1px #8f8e8e;
  padding: 14px;
}
.support-page .support-form .bottom .item1 .right li.submit{
  display: flex;
}
.support-page .support-form .bottom .item1 .right li.submit input{
  width: 60%;
  border-radius: 0;
  	background-color: #061c49;
    color: #ffffff;
    margin: 0 0 0 auto;
}
.support-page .support-form .bottom .item1 .right li.submit img{
  width: 40%;
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .support-form .bottom .item2 li{
  width: 48%;
  margin-top: 45px;
}
.support-page .support-form .bottom .item2 li input{
  width: 100%;
  	height: 60px;
	border-radius: 10px;
	border: solid 1px #8f8e8e;
  padding: 0 15px;
}
.support-page .support-form .bottom .item2  li.object input{
  width: 20px;
  height: 20px;
}
.support-page .support-form .bottom .item2  li.object label{
  display: inline-flex;
  align-items: center;
}
.support-page .support-form .bottom .item2  li.object label img{
  width: 30px;
  margin: 0 15px;
}
.support-page .support-form .bottom .item2  li.content{
  width: 100%
}
.support-page .support-form .bottom .item2  li.pro .tip{
  position: relative;
  cursor: pointer;
}
.support-page .support-form .bottom .item2  li.pro .tip input{
  width: 0;
  height: 0;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
}
.support-page .support-form .bottom .item2  li.pro .tip .txt{
  	height: 60px;
    display: flex;
    align-items: center;
	border-radius: 10px;
	border: solid 1px #8f8e8e;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.6);
}
.support-page .support-form .bottom .item2  li.pro .tip .txt.active{
  color: #000000;
}
.support-page .support-form .bottom .item2  li.pro .tip i{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.support-page .support-form .bottom .item2  li.pro .tip .option{
  position: absolute;
  width: 100%;
  max-height: 160px;
  overflow-y: auto;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #8f8e8e;
  	border-radius: 10px;
    display: none;
}
.support-page .support-form .bottom .item2  li.pro .tip .option .opt{
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  transition: .5s;
}
.support-page .support-form .bottom .item2  li.pro .tip .option .opt:hover{
  background: var(--color);
  color: #ffffff;
}
.support-page .support-form .bottom .item2  li.content textarea{
  width: 100%;
  	height: 150px;
	border-radius: 10px;
	border: solid 1px #8f8e8e;
  padding: 15px;
}
.support-page .support-form .bottom .item2  li.submit{
  width: 100%;
}
.support-page .support-form .bottom .item2  li.submit .more{
  border: none;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: -20px;
}
.support-page .init-4 .container .content ul li {
  padding: 20px;
  height: 100%;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  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;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color);
  background-image: linear-gradient(var(--color), var(--color));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}

@media (max-width: 1450px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
  .support-page .support-form .bottom .item1 .box>div{
   padding: 60px 35px 90px;
  }
}
@media (max-width: 1250px) {
 
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .support-page .support-form .bottom .item1 .box .left{
    width: 100%;
  }
  .support-page .support-form .bottom .item1 .box .right{
    width: 100%;
  }
   .support-page .support-form .bottom .item1 .box>div{
   padding: 40px 35px 50px;
  }
  .support-page .support-form .bottom .item1 .opt_list label{
    margin-top: 20px;
  }
  .support-page .support-form .bottom .item2 li.object label img{
    zoom: 0.7;
  }
  .support-page .support-form .bottom .item2 li.object .mr-99{
    margin-right: 25px;
  }
  .support-page .support-form .bottom .item2 li.object input{
    zoom: 0.8;
  }
}
@media (max-width: 700px) {

.support-page .init-4 .slick-list{
  padding-bottom: 20px;
}
.support-page .support-form .bottom .item2 li{
  width: 100%;
  margin-top: 20px;
}
   
}
@media (max-width: 500px) {
 
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .support-form .bottom .item1 .opt_list label{
    width: 100%;
  }
  .support-page .support-form .bottom .item1 .right li{
    width: 100%
  }
  .support-page .support-form .top{
    font-size: 16px;
  }
  .support-page .support-form .top ul{
    flex-wrap: wrap;
  }
  .support-page .support-form .top ul li{
    width: 100%;
    margin-right: 0;
  }
    .support-page .support-form .bottom .item1 .box>div{
   padding: 40px 20px 50px;
  }
}


.color-page .color-1 .img{
  	border-radius: 25px;
    overflow: hidden;
}
.color-page .color-2 .top{
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.color-page .color-2 .list .tit{
  line-height: 1.2;
}
.color-page .color-2 .list ul {
  margin: -11px;
}
.color-page .color-2 .list ul li {
  padding: 11px;
}
.color-page .color-2 .list .txt {
  margin-top: 10px;
  line-height: 1;
}
.color-page .color-2 .list .t2 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
}
.color-page .color-2 .list .ig {
  padding: 13px;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  display: block;
}
.color-page .color-2 .list .ig img {
  width: 100%;
}
.color-page .color-3{
  background-color: #ecf2fb;
}
.color-page .color-3 ul{
  margin: -15px;
}
.color-page .color-3 ul li{
  padding: 15px;
}
.color-page .color-3 .ig{
  display: block;
  padding: 48px;
  background-color: #ffffff;
	border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.color-page .color-3 .ig .sk{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(24,73,154,0.8);
  left: 0;
  top: 0;
  opacity: 0;
  transition: .5s;
}
.color-page .color-3 .ig:hover .sk{
  opacity: 1;
}
.color-page .color-4 .form{
  background-color: #ffffff;
	box-shadow: 1px 6px 15px 1px 
		rgba(0, 0, 0, 0.15);
	border-radius: 25px;
  padding: 60px 48px 65px;
}

.color-page .color-4 .form form ul {
  margin: -22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
}
.color-page .color-4 .form form ul li {
  padding: 22px;
}
.color-page .color-4 .form form ul li.i1{
  width: 33.3%;
}
.color-page .color-4 .form form ul li.i2{
  width: 100%;
}
.color-page .color-4 .form form ul li.i2 textarea{
  width: 100%;
  	height: 322px;
	background-color: #ecf2fb;
	border-radius: 25px;
  border: none;
   padding: 30px;
}
.color-page .color-4 .form form li input{
  width: 100%;
  border: none;
  	height: 96px;
	background-color: #ecf2fb;
	border-radius: 25px;
  padding: 0 30px;
}
.color-page .color-4 .form form li.submit{
  margin: 0 auto;
}
.color-page .color-4 .form form li.submit input{
    width: 358px;
	margin: 0 auto;
	height: 96px;
	background-color: #18499a;
	border-radius: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  transition: .5s;
}
.color-page .color-4 .form form li.submit input:hover{
  background: #000000;
}
.color-page .color-5 form ul li{
  margin-bottom: 25px;
}
.color-page .color-5 form ul li input{
width: 100%;
height: 60px;
border: none;
border-bottom: 3px solid #000000;
}
.color-page .color-5 form ul li textarea{
  width: 100%;
  height: 169px;
	background-color: #ffffff;
	border: solid 1px #dadada;
  padding:12px 15px;
  margin-top: 4px;
}
.color-page .color-5 form ul li button{
  background-color: #061c49;
	border-radius: 5px;
  width: 230px;
  border: none;
}
.color-page .color-5 form ul li button:hover{
  background: var(--color2);
}
@media screen and (max-width: 1250px) {
  .color-page .color-4 .form form ul {
  margin: -10px;
}
  .color-page .color-4 .form form ul li {
  padding: 10px;
}
}
@media screen and (max-width: 1000px) {
  .color-page .color-4 .form form ul li.i1{
    width: 100%
  }
  .color-page .color-4 .form form li.submit input{
    zoom: 0.8;
  }
  .color-page .color-3 ul{
  margin: -10px;
}
.color-page .color-3 ul li{
  padding: 10px;
}
}
@media screen and (max-width: 700px) {
  .color-page .color-4 .form{
    padding: 40px 25px;
  }
  .color-page .color-4 .form form li.submit input{
    zoom: 0.5;
  }
}
@media screen and (max-width: 500px) {
  .color-page .color-4 .form form li input{
    padding: 0 15px;
    height: 80px;
  }
  .color-page .color-4 .form form ul li.i2 textarea{
       padding: 20px 15px;
  }
  
 .color-page .color-2 .list ul {
    margin: -5px;
  }
  .color-page .color-2 .list ul li {
    padding: 5px;
  }
}


.sustainability-page .sustainability-2 {
  background: #F5F5F5;
}
.sustainability-page .sustainability-2 .img {
  position: relative;
  padding: 241px 0 212px;
}
.sustainability-page .sustainability-2 .img .title {
  position: absolute;
  left: 0;
  top: 13.3%;
  text-align: left;
}
.sustainability-page .sustainability-2 .img .title span {
  display: inline-block;
  font-size: 18px;
  font-family: Mulish;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.sustainability-page .sustainability-2 .img .title p {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 30px;
  margin-top: 25px;
  max-width: 645px;
}
.sustainability-page .sustainability-2 .img ul li {
  text-align: center;
}
.sustainability-page .sustainability-2 .img ul li .imga {
  display: inline-block;
  position: relative;
}
.sustainability-page .sustainability-2 .img ul li .imga::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 19px 27px 0px rgba(5, 32, 83, 0.88);
  box-shadow: 0px 10px 10px 0px rgba(163, 163, 163, 0.88);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sustainability-page .sustainability-2 .img ul li .imga:hover::after {
  opacity: 1;
}
.sustainability-page .sustainability-2 .img ul li .tit {
  font-size: 24px;
  font-family: Mulish;
  font-weight: bold;
  color: #0F4099;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 20px;
  max-width: 260px;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 17.8%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(2) {
  position: absolute;
  left: 29%;
  bottom: 10%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(3) {
  position: absolute;
  left: 60%;
  bottom: 20%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(4) {
  position: absolute;
    right: 2.8%;
  bottom: 37.8%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(5) {
  position: absolute;
  right: 2.8%;
  bottom: 37.8%;
}

.sustainability-page .sustainability-3 ul li .box {
  background: linear-gradient(265deg, #0C398F, #134AAC);
}
.sustainability-page .sustainability-3 ul li .box .img {
  vertical-align: middle;
}
.sustainability-page .sustainability-3 ul li .box .con {
  vertical-align: middle;
  padding: 0 70px;
  transition: 0.5s
}
.sustainability-page .sustainability-3 ul li .box .con .tit {
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.5s
}
.sustainability-page .sustainability-3 ul li .box .con .cona {
  font-weight: 300;
  color: #ffffff;
  line-height: 1.8;
  margin-top: 25px;
  height: 121px;
  overflow: hidden;
  transition: 0.5s;
}


.sustainability-page .sustainability-3 ul li:nth-child(even) .box .img {
  position: relative;
  left: 50%;
}
.sustainability-page .sustainability-3 ul li:nth-child(even) .box .con {
  position: relative;
  left: -50%;
}

.sustainability-page .sustainability-4 .title span {
  display: inline-block;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px
}
.sustainability-page .sustainability-4 .title p {
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.2;
  max-width: 937px;
  margin-top: 20px;
}
.sustainability-page .sustainability-4 .list {
  margin-top: 50px;
}
.sustainability-page .sustainability-4 .list ul li .box {
  max-width: 475px;
  margin: 0 auto;
}
.sustainability-page .sustainability-4 .list ul li .box .img {
  overflow: hidden;
}
.sustainability-page .sustainability-4 .list ul li .box .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sustainability-page .sustainability-4 .list ul li .box .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sustainability-page .sustainability-4 .list ul li .box .tit {
  font-size: 18px;
  font-family: Mulish;
  font-weight: bold;
  color: #0F4099;
  line-height: 1;
  margin-top: 30px;
}
.sustainability-page .sustainability-4 .list ul li .box .cona {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 10px;
}
@media screen and (max-width: 1700px) {
  .sustainability-page .sustainability-2 .img ul li:nth-child(1) {
    left: 0;
  }
  .sustainability-page .sustainability-2 .img ul li .tit {
    font-size: 20px;
    margin-top: 10px;
  }
.sustainability-page .sustainability-3 ul li .box .con .cona {
  height: 140px!important;
  overflow: auto;
  padding-right: 20px;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(5) {
    right: -3%;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-3 ul li .box .con .cona {
    height: auto!important;
    padding-right: 0
  }
  .sustainability-page .sustainability-2 .img ul {
    display: none;
  }
  .sustainability-page .sustainability-2 .img {
    padding-bottom: 50px;
  }
  .sustainability-page .sustainability-3 ul li .box .img {
    width: 100%;
    left: 0 !important;
  }
  .sustainability-page .sustainability-3 ul li .box .con {
    width: 100%;
    left: 0 !important;
    padding: 30px;
  }
  .sustainability-page .sustainability-3 ul li .box {
    margin: 20px 0;
  }
  .sustainability-page .sustainability-3 ul li .box .con .cona {
    margin-top: 15px;
  }
  .sustainability-page .sustainability-4 .title p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 700px) {
  .sustainability-page .sustainability-2 .img .title {
    position: static;
    margin-top: 30px;
  }
  .sustainability-page .sustainability-2 .img {
    padding: 30px 0;
  }
  .sustainability-page .sustainability-2 .img .title p {
    margin-top: 15px;
  }
}

.seoPublic > div:nth-child(odd){
  	background-color: #eeeeee;
}

.prodet_seo .container{
max-width: 1260px;
}

.prodet_seo .list .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}
.prodet_seo .list .box .img {
  margin: 11px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  background: #EEEEEE
}
.prodet_seo .list .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}
.prodet_seo .list .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 28px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prodet_seo .list .box .img .btn a p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.prodet_seo .list .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.prodet_seo .list .box .img .btn a:hover {
  background: #0F42A1;
}
.prodet_seo .list .box .img .btn a:hover p,
.prodet_seo .list .box .img .btn a:hover i {
  color: #fff;
}
.prodet_seo .list .box .tit {
  font-size: 20px;
  font-family: Mulish;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 20px 45px 10px;
  text-align: center;
  height: 120px;
}
.prodet_seo .list .box .tit:hover {
  color: #0F42A1;
}
@media screen and (max-width: 1700px) {
  .prodet_seo .list .box .img .btn a{
    padding: 12px 16px;
  }
  .prodet_seo .list .box .img .btn a i{
    margin-left: 16px;
  }
  .prodet_seo .list .box .img .btn a p{
    font-size: 15px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet_seo .list .box .img .btn{
    width: 88%;
  }
    .prodet_seo .list .box .img .btn a p{
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
   .prodet_seo .list .box .img .btn {
    width: 90%;
  }
}
.news_seo .list ul li{
  height: 100%;
}
.news_seo .list ul .slick-list{
  padding: 20px 0;
}
.news_seo .list .box {
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
.news_seo .list .box .img {
  overflow: hidden;
}
.news_seo .list .box .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_seo .list .box .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news_seo .list .box .con {
  padding: 40px 25px;
}
.news_seo .list .box .con .tit {
  font-size: 24px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1.6;
}
.news_seo .list .box .con .tit:hover {
  color: #0f42a1;
}
.news_seo .list .box .con .cona {
  font-size: 18px;
  font-family: Mulish;
  font-weight: 300;
  color: #878787;
  line-height: 2;
  margin: 35px 0;
}
.news_seo .list .box .con .time p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.news_seo .list .box:hover {
  -webkit-box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1400px) {
    .news_seo .list .box .con {
    padding: 20px;
  }
  .news_seo .list .box .con .cona {
    margin: 15px 0;
  }
}

.case-page .case-1 .con{
 max-width: 850px;
}
.case-page .case-1 .case-box .left{
  padding: 30px 26px;
  	background-color: #f2f2f2;
	border-radius: 10px;
	border: solid 1px #8f8e8e;
   display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
} 
.case-page .case-1 .case-box .left .top{
  width: 100%;
}
.case-page .case-1 .case-box .left .tit{
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.case-page .case-1 .case-box .left .item{
  border-bottom: 1px solid #8f8e8e;
}
.case-page .case-1 .case-box .left .left_search .ig .sel{
  width: 60%;
  left: 50%;
  transform: translate(-50%,20px);
  z-index: 2;
}
.case-page .case-1 .case-box .left .left_search .ig .sel::after{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: 30px;
  top: 0;
  z-index: -1;
}
.case-page .case-1 .case-box .left .left_search form{
  position: relative;
}
.case-page .case-1 .case-box .left .left_search .ss{
  width: 100%;
  height: 46px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #8f8e8e;
  padding-left: 40px;
  padding-right: 20px;
}
.case-page .case-1 .case-box .left .left_search .submit{
  position: absolute;
  width: 20px;
	height: 20px;
  background: url(../images/ss.png) no-repeat center center / 100%;
  border: none;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.case-page .case-1 .case-box .left .left_list .tip{
  height: 47px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #8f8e8e;
  display: flex;
  align-items: center;
  padding: 11px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
}
.case-page .case-1 .case-box .left .left_list .tip span{
  flex: 1;
  margin-right: 11px;
  border-right: 1px solid #8f8e8e;
}
.case-page .case-1 .case-box .left .ig{
  position: relative;
}
.case-page .case-1 .case-box .left .ig .sel{
   position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
    display: none;
}
.case-page .case-1 .case-box .left .ig .sel ul{
  background: #ffffff;
  height: 90px;
  overflow-y: auto;


}
.case-page .case-1 .case-box .left .ig .sel a{
  display: block;
  transition: .5s;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
}
.case-page .case-1 .case-box .left .ig .sel a:hover{
  background: var(--color);
  color: #ffffff;
}
.case-page .case-1 .case-box .left .left_filter .filter {
  margin: -5px;
}
.case-page .case-1 .case-box .left .left_filter .type-box{
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  padding: 5px;
}
.case-page .case-1 .case-box .left .left_filter .type-box .check{
  font-size: 25px;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  	border-radius: 4px;
	border: solid 1px #000000;
  margin-right: 8px;
}
.case-page .case-1 .case-box .left .left_filter .type-box .check i{
  opacity: 0;
  transition: .5s;
}
.case-page .case-1 .case-box .left .left_filter .type-box.active i{
  opacity: 1;
}
.case-page .case-1 .case-box .left .btn{
  background-color: #8f8e8e;
}
.case-page .case-1 .case-box .left .btn:hover{
  background: var(--color2);
}
.case-page .case-1 .case-box .right .text{
  flex: 1;
}
.case-page .case-1 .case-box .right .text .con{
  line-height: 1.4;
}
.case-page .case-1 .case-box .right .ig{
  background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #8f8e8e;
  padding: 15px 15px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1450px) {
  .case-page .case-1 .case-box .left {
    padding: 30px 20px
  }
}
@media screen and (max-width: 1250px) {
  .case-page .case-1 .case-box .left{
    display: none;
  }
  .case-page .case-1 .case-box .right{
    padding-left: 0;
    width: 100%;
  }
}

.case-page  .prodet_seo .container{
    max-width: 1650px;
  }